<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.Log4Net\IStation.Log4Net.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.SuperSocket\IStation.SuperSocket.csproj" />
|
<ProjectReference Include="..\..\Model\IStation.Model.Run\IStation.Model.Run.csproj" />
|
<ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj" />
|
</ItemGroup>
|
|
</Project>
|