天津康师傅调度系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
697 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CommLayer\CommLayerFactory.csproj" />
<ProjectReference Include="..\CommonClassLib\CommonClassLib.csproj" />
<ProjectReference Include="..\CommonLib\CommonLib.csproj" />
<ProjectReference Include="..\DBOperator\DBFactory.csproj" />
<ProjectReference Include="..\IOControlStatus\IOControlStatus.csproj" />
<ProjectReference Include="..\Model\Model.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="CClientTCPIP.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>