Fix debug information on release

pull/6/head 2.0.0
Lojemiru 5 years ago
parent eb15c1a56e
commit d7e59677ce

@ -15,6 +15,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save