ningshuxia
2022-12-01 391e0e408d09e698850eb5daaef485d088612b4f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.Application.Run</AssemblyName>
    <RootNamespace>IStation.Application</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Calculation\IStation.Calculation.Analy\IStation.Calculation.Analy.csproj" />
    <ProjectReference Include="..\..\Calculation\IStation.Calculation.Handle\IStation.Calculation.Handle.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service.Basic\IStation.Service.Basic.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.Run\IStation.Service.Run.csproj" />
    <ProjectReference Include="..\IStation.Application.Core\IStation.Application.Core.csproj" />
  </ItemGroup>
 
</Project>