From fb5075225623f4a3f250c80d370b2341e9ebb864 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Wed, 25 Sep 2019 10:18:52 +0200 Subject: [PATCH] update build settings --- VECTO/VECTO.vbproj | 3 ++- VectoCore/VectoCore/VectoCore.csproj | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/VECTO/VECTO.vbproj b/VECTO/VECTO.vbproj index 1d34ccb87b..44d4b7347a 100644 --- a/VECTO/VECTO.vbproj +++ b/VECTO/VECTO.vbproj @@ -141,7 +141,8 @@ <PlatformTarget>AnyCPU</PlatformTarget> <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> - <DefineConstants>CERTIFICATION_RELEASE</DefineConstants> + <DefineConstants> + </DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|x86'"> <DefineTrace>true</DefineTrace> diff --git a/VectoCore/VectoCore/VectoCore.csproj b/VectoCore/VectoCore/VectoCore.csproj index c962349568..1c8a4f31c4 100644 --- a/VectoCore/VectoCore/VectoCore.csproj +++ b/VectoCore/VectoCore/VectoCore.csproj @@ -76,7 +76,8 @@ <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> - <DefineConstants>CERTIFICATION_RELEASE</DefineConstants> + <DefineConstants> + </DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> -- GitLab