ningshuxia
2022-08-19 594b3d1a2fa051d1aa8c3da15cbdff6195dbbfc5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.Application4Bimface</AssemblyName>
    <RootNamespace>IStation.Application</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Service\IStation.Service4Bimface\IStation.Service4Bimface.csproj" />
    <ProjectReference Include="..\IStation.Application4Core\IStation.Application4Core.csproj" />
  </ItemGroup>
 
</Project>