<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>Exe</OutputType>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="AppSession\AppSession.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Component\IStation.Quartz\IStation.Quartz.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.RabbitMq\IStation.RabbitMq.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.SuperSocket\IStation.SuperSocket.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Monitor\IStation.Service.Monitor.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Organize\IStation.Service.Organize.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4KQ\IStation.DataDockingSocket4KQ.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4NT\IStation.DataDockingSocket4NT.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_CJW\IStation.DataDockingSocket4SZJT_CJW.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_DSW\IStation.DataDockingSocket4SZJT_DSW.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_GJW\IStation.DataDockingSocket4SZJT_GJW.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_LDW\IStation.DataDockingSocket4SZJT_LDW.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_LHY\IStation.DataDockingSocket4SZJT_LHY.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_PST\IStation.DataDockingSocket4SZJT_PST.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_QFT\IStation.DataDockingSocket4SZJT_QFT.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_SYW\IStation.DataDockingSocket4SZJT_SYW.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_WTW\IStation.DataDockingSocket4SZJT_WTW.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZJT_XJD\IStation.DataDockingSocket4SZJT_XJD.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocket4SZZS\IStation.DataDockingSocket4SZZS.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocketFactory\IStation.DataDockingSocketFactory.csproj" />
|
</ItemGroup>
|
|
</Project>
|