Minor update

This commit is contained in:
Miha Kralj
2023-10-14 18:01:30 -07:00
parent 1faf47e85f
commit cdc2fcf40b
+1 -2
View File
@@ -48,8 +48,7 @@
<PlatformTarget>anycpu</PlatformTarget> <PlatformTarget>anycpu</PlatformTarget>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType> <DebugType>full</DebugType>
</DebugType>
<Optimize>True</Optimize> <Optimize>True</Optimize>
<WarningLevel>7</WarningLevel> <WarningLevel>7</WarningLevel>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>