Skip to content

Commit c588f9d

Browse files
committed
warnings as errors
1 parent db92320 commit c588f9d

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

FF4Editor/FF4Editor.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<UseWPF>true</UseWPF>
88
</PropertyGroup>
99

10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
16+
</PropertyGroup>
17+
1018
<ItemGroup>
1119
<None Remove="Hovercraft.ico" />
1220
<None Remove="icons\iconfinder_arrow-down_3556116.png" />

FF4Lib/FF4Lib.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

9+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
10+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
11+
</PropertyGroup>
12+
13+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
15+
</PropertyGroup>
16+
917
<ItemGroup>
1018
<PackageReference Include="RomUtilities" Version="3.1.0" />
1119
</ItemGroup>

0 commit comments

Comments
 (0)