Remove debug

This commit is contained in:
pointfeev 2021-08-09 06:59:26 -05:00
parent 4745b6356b
commit 36e5d510bc

View file

@ -25,12 +25,6 @@
<PackageId>pointfeev.creaminstaller</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath></OutputPath>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>