Remove debug
This commit is contained in:
parent
4745b6356b
commit
36e5d510bc
1 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue