9 lines
241 B
XML
9 lines
241 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
<DebugType>None</DebugType>
|
|
</PropertyGroup>
|
|
</Project> |