<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>Exe</OutputType>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<AssemblyName>IStation.Server.Expert_SDC800</AssemblyName>
|
<RootNamespace>IStation.Server</RootNamespace>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Component\IStation.Log4Net\IStation.Log4Net.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.MemoryQueue\IStation.MemoryQueue.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.SuperSocket\IStation.SuperSocket.csproj" />
|
<ProjectReference Include="..\..\Model\IStation.Model4Expert\IStation.Model4Expert.csproj" />
|
<ProjectReference Include="..\..\Transfer\IStation.Transfer4Expert_SDC800\IStation.Transfer4Expert_SDC800.csproj" />
|
</ItemGroup>
|
|
</Project>
|