<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>
|