ningshuxia
2022-12-12 e81ca048ef4e9345e904b74ffffd3e8413d18a7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.Service.Run</AssemblyName>
    <RootNamespace>IStation.Service</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.RabbitMq\IStation.RabbitMq.csproj" />
    <ProjectReference Include="..\..\DAL\IStation.DAL.Run\IStation.DAL.Run.csproj" />
    <ProjectReference Include="..\..\Model\IStation.Model.Monitor\IStation.Model.Monitor.csproj" />
    <ProjectReference Include="..\..\RedisCache\IStation.RedisCache.Run\IStation.RedisCache.Run.csproj" />
    <ProjectReference Include="..\IStation.Service.Core\IStation.Service.Core.csproj" />
  </ItemGroup>
 
</Project>