1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 21:13:01 +08:00

Turn WarningAsError to always on.

This commit is contained in:
Huo Yaoyuan
2019-11-27 19:37:11 +08:00
Unverified
parent deaeda7348
commit fe0785657c
+1
View File
@@ -2,6 +2,7 @@
<Project>
<PropertyGroup Label="C#">
<LangVersion>7.3</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>$(MSBuildThisFileDirectory)app.manifest</ApplicationManifest>