<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.DataDockingSocket4SZZS\IStation.DataDockingSocket4SZZS.csproj" />
|
<ProjectReference Include="..\..\Socket\IStation.DataDockingSocketFactory\IStation.DataDockingSocketFactory.csproj" />
|
</ItemGroup>
|
|
</Project>
|