lixiaojun
2022-10-24 c795cfeb985235bb0e70fdc7f2e551330dfb4b31
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.Model.Expert\IStation.Model.Expert.csproj" />
    <ProjectReference Include="..\..\Transfer\IStation.Transfer.Expert_SDC800\IStation.Transfer.Expert_SDC800.csproj" />
  </ItemGroup>
 
</Project>