Turn WarningAsError to always on.

This commit is contained in:
Huo Yaoyuan 2019-11-27 19:37:11 +08:00
parent deaeda7348
commit fe0785657c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<Project>
<PropertyGroup Label="C#">
<LangVersion>7.3</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>$(MSBuildThisFileDirectory)app.manifest</ApplicationManifest>