sif2-patch/Directory.Build.props
2025-01-07 23:43:28 +08:00

9 lines
241 B
XML

<Project>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>None</DebugType>
</PropertyGroup>
</Project>