lixiaojun
2022-08-09 c7c696753fbe0b8ebf56eb6cfe584601a36c5fb2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.Server.Eta</AssemblyName>
    <RootNamespace>IStation.Server</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Calculation\IStation.Calculation4Eta\IStation.Calculation4Eta.csproj" />
    <ProjectReference Include="..\..\Calculation\IStation.EtaCalculationFactory\IStation.EtaCalculationFactory.csproj" />
    <ProjectReference Include="..\..\Calculation\IStation.IEtaCalculation\IStation.IEtaCalculation.csproj" />
    <ProjectReference Include="..\..\Component\IStation.Quartz\IStation.Quartz.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model4EtaAnaly\IStation.Model4EtaAnaly.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Eta\IStation.Service4Eta.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Main\IStation.Service4Main.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Monitor\IStation.Service4Monitor.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Organize\IStation.Service4Organize.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Product\IStation.Service4Product.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service4Run\IStation.Service4Run.csproj" />
  </ItemGroup>
 
</Project>