You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zongzhilinglan/GDZZ.Web.Core/GDZZ.Web.Core.csproj

33 lines
868 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>GDZZ.Web.Core.xml</DocumentationFile>
<AssemblyName>GDZZ.Web.Core</AssemblyName>
</PropertyGroup>
<ItemGroup>
<None Remove="GDZZ.Web.Core.xml" />
</ItemGroup>
<ItemGroup>
<Content Include="GDZZ.Web.Core.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GDZZ.Application\GDZZ.Application.csproj" />
<ProjectReference Include="..\GDZZ.FlowCenter\GDZZ.FlowCenter.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="applicationconfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="dbsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>