Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 7f188cb3 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Updated global Build props

parent 41b911b5
No related branches found
No related tags found
No related merge requests found
......@@ -29,28 +29,35 @@
<VersionSuffix></VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<DefineConstants>DEBUG</DefineConstants>
<!--<DefineConstants>DEBUG;TRACE</DefineConstants>-->
<PlatformTarget>AnyCPU</PlatformTarget>
<DefineDebug>true</DefineDebug>
<DefineTrace>false</DefineTrace>
<WarningLevel>5</WarningLevel>
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DefineConstants />
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DefineDebug>false</DefineDebug>
<DefineTrace>false</DefineTrace>
<DebugType>none</DebugType>
<WarningLevel>5</WarningLevel>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Deploy|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)'=='Deploy'">
<DefineConstants />
<DebugType>none</DebugType>
<WarningLevel>5</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DefineDebug>false</DefineDebug>
<DefineTrace>false</DefineTrace>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment