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
22
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.Server.Analy</AssemblyName>
    <RootNamespace>IStation.Server</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Calculation\IStation.Calculation4Analy\IStation.Calculation4Analy.csproj" />
    <ProjectReference Include="..\..\Calculation\IStation.Calculation4Handle\IStation.Calculation4Handle.csproj" />
    <ProjectReference Include="..\..\Component\IStation.Quartz\IStation.Quartz.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Monitor\IStation.Service4Monitor.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Organize\IStation.Service4Organize.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Run\IStation.Service4Run.csproj" />
  </ItemGroup>
 
</Project>