From d1047a92ba3ed0d6345a58a3c1552b6fbae26c71 Mon Sep 17 00:00:00 2001 From: Geoffroy BONNEVILLE Date: Wed, 8 Apr 2020 15:52:25 +0200 Subject: [PATCH] Update build configurations --- ModernKeePass.Application/Application.csproj | 18 ++++++++++------ ModernKeePass.Domain/Domain.csproj | 18 ++++++++++++---- .../Infrastructure.csproj | 21 ++++++++++++------- ModernKeePass.sln | 8 ++----- ModernKeePass/Win81App.csproj | 20 ------------------ 5 files changed, 42 insertions(+), 43 deletions(-) diff --git a/ModernKeePass.Application/Application.csproj b/ModernKeePass.Application/Application.csproj index be86d32..af1fc37 100644 --- a/ModernKeePass.Application/Application.csproj +++ b/ModernKeePass.Application/Application.csproj @@ -30,7 +30,7 @@ true full false - bin\Debug\ + bin\x64\Debug\ DEBUG;TRACE prompt 4 @@ -44,10 +44,19 @@ prompt 4 + + pdbonly + true + bin\x86\Release\ + TRACE + prompt + 4 + x86 + pdbonly true - bin\Release\ + bin\x64\Release\ TRACE prompt 4 @@ -56,14 +65,11 @@ pdbonly true - bin\Release\ + bin\ARM\Release\ TRACE prompt 4 - - x64 - diff --git a/ModernKeePass.Domain/Domain.csproj b/ModernKeePass.Domain/Domain.csproj index 416d70a..fc54a22 100644 --- a/ModernKeePass.Domain/Domain.csproj +++ b/ModernKeePass.Domain/Domain.csproj @@ -30,7 +30,7 @@ true full false - bin\Debug\ + bin\x64\Debug\ DEBUG;TRACE prompt 4 @@ -44,18 +44,28 @@ prompt 4 - + pdbonly true - bin\Release\ + bin\x86\Release\ TRACE prompt 4 + x86 + + + pdbonly + true + bin\x64\Release\ + TRACE + prompt + 4 + x64 pdbonly true - bin\Release\ + bin\ARM\Release\ TRACE prompt 4 diff --git a/ModernKeePass.Infrastructure/Infrastructure.csproj b/ModernKeePass.Infrastructure/Infrastructure.csproj index 2d4fe90..ad457cd 100644 --- a/ModernKeePass.Infrastructure/Infrastructure.csproj +++ b/ModernKeePass.Infrastructure/Infrastructure.csproj @@ -38,31 +38,38 @@ true full false - bin\Debug\ + bin\x64\Debug\ DEBUG;TRACE prompt 4 x64 - + pdbonly true - bin\Release\ + bin\x86\Release\ TRACE prompt 4 + x86 + + + pdbonly + true + bin\x64\Release\ + TRACE + prompt + 4 + x64 pdbonly true - bin\Release\ + bin\ARM\Release\ TRACE prompt 4 - - x64 - diff --git a/ModernKeePass.sln b/ModernKeePass.sln index 64edd36..9360d36 100644 --- a/ModernKeePass.sln +++ b/ModernKeePass.sln @@ -46,9 +46,7 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|Any CPU.ActiveCfg = Debug|x86 {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|ARM.ActiveCfg = Debug|ARM {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|ARM.Build.0 = Debug|ARM {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|ARM.Deploy.0 = Debug|ARM @@ -58,9 +56,7 @@ Global {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|x86.ActiveCfg = Debug|x86 {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|x86.Build.0 = Debug|x86 {A0CFC681-769B-405A-8482-0CDEE595A91F}.Debug|x86.Deploy.0 = Debug|x86 - {A0CFC681-769B-405A-8482-0CDEE595A91F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A0CFC681-769B-405A-8482-0CDEE595A91F}.Release|Any CPU.Build.0 = Release|Any CPU - {A0CFC681-769B-405A-8482-0CDEE595A91F}.Release|Any CPU.Deploy.0 = Release|Any CPU + {A0CFC681-769B-405A-8482-0CDEE595A91F}.Release|Any CPU.ActiveCfg = Release|x86 {A0CFC681-769B-405A-8482-0CDEE595A91F}.Release|ARM.ActiveCfg = Release|ARM {A0CFC681-769B-405A-8482-0CDEE595A91F}.Release|ARM.Build.0 = Release|ARM {A0CFC681-769B-405A-8482-0CDEE595A91F}.Release|ARM.Deploy.0 = Release|ARM diff --git a/ModernKeePass/Win81App.csproj b/ModernKeePass/Win81App.csproj index 3b7db92..f4ad11e 100644 --- a/ModernKeePass/Win81App.csproj +++ b/ModernKeePass/Win81App.csproj @@ -22,26 +22,6 @@ - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_APP - prompt - 4 - true - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE;NETFX_CORE;WINDOWS_APP - prompt - 4 - true bin\ARM\Debug\