Shuxia Ning
2024-07-10 7f37f008a60b4797cee17ed9b1c0189590baae8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\IStation.Dto\IStation.Dto.csproj" />
    <ProjectReference Include="..\IStation.Service\IStation.Service.csproj" />
  </ItemGroup>
 
</Project>