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
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.DataDocking.Api</AssemblyName>
    <RootNamespace>IStation.DataDocking</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Api\IStation.DataDockingApi4JTMeter\IStation.DataDockingApi4JTMeter.csproj" />
    <ProjectReference Include="..\..\Api\IStation.DataDockingApi4Smi\IStation.DataDockingApi4Smi.csproj" />
    <ProjectReference Include="..\..\Api\IStation.DataDockingApi4Ys\IStation.DataDockingApi4Ys.csproj" />
    <ProjectReference Include="..\..\Api\IStation.DataDockingApiFactory\IStation.DataDockingApiFactory.csproj" />
    <ProjectReference Include="..\..\Api\IStation.IDataDockingApi\IStation.IDataDockingApi.csproj" />
    <ProjectReference Include="..\..\Component\IStation.Quartz\IStation.Quartz.csproj" />
    <ProjectReference Include="..\..\Component\IStation.RabbitMq\IStation.RabbitMq.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Run\IStation.Model.Run.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service.Monitor\IStation.Service.Monitor.csproj" />
    <ProjectReference Include="..\..\Service\IStation.Service.Organize\IStation.Service.Organize.csproj" />
  </ItemGroup>
 
</Project>