<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.Calculation.Eta\IStation.Calculation.Eta.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.Model.EtaAnaly\IStation.Model.EtaAnaly.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Eta\IStation.Service.Eta.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Main\IStation.Service.Main.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Monitor\IStation.Service.Monitor.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Organize\IStation.Service.Organize.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Product\IStation.Service.Product.csproj" />
|
<ProjectReference Include="..\..\Service\IStation.Service.Run\IStation.Service.Run.csproj" />
|
</ItemGroup>
|
|
</Project>
|