wx
2022-02-18 b62ffe3c3a19aa7f2232c72d5fd81e893841c421
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>
    <NoWarn>1701;1702;1591</NoWarn>
    <DocumentationFile>ZTICInterface.Web.Core.xml</DocumentationFile>
  </PropertyGroup>
 
  <ItemGroup>
    <None Remove="ZTICInterface.Web.Core.xml" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\ZTICInterface.Application\ZTICInterface.Application.csproj" />
  </ItemGroup>
 
</Project>