lixiaojun
2022-08-17 d3024a7b50b35a8f24c1bfe0f13f4f86cc63a253
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>