1
0
Fork 0
master
nodyang@aliyun.com 2 months ago
parent 2ced4ddaa0
commit 39004a8ea5

@ -61,6 +61,10 @@
<Project>{deabc30c-ec6f-472e-bd67-d65702fdaf74}</Project> <Project>{deabc30c-ec6f-472e-bd67-d65702fdaf74}</Project>
<Name>HighWayIot.Log4net</Name> <Name>HighWayIot.Log4net</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\HighWayIot.TouchSocket\HighWayIot.TouchSocket.csproj">
<Project>{dd18a634-1f9c-409a-8c32-c3c81b1b55b5}</Project>
<Name>HighWayIot.TouchSocket</Name>
</ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>

@ -41,7 +41,7 @@
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="TouchSocket"> <Reference Include="TouchSocket">
<HintPath>Z:\Desktop\日常代码\HighWayIot\HighWayIot.Library\TouchSocket.dll</HintPath> <HintPath>..\HighWayIot.Library\TouchSocket.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save