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