From 4a0bc1cb868f9c4620ce7a1b11d7e12aa0b84162 Mon Sep 17 00:00:00 2001 From: Geoffroy BONNEVILLE Date: Mon, 8 Jun 2020 11:52:12 +0200 Subject: [PATCH] Add ARM debug target --- ModernKeePass.Application/Application.csproj | 10 ++++++++++ ModernKeePass.Domain/Domain.csproj | 10 ++++++++++ ModernKeePass.Infrastructure/Infrastructure.csproj | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/ModernKeePass.Application/Application.csproj b/ModernKeePass.Application/Application.csproj index c56f2d0..269fc4a 100644 --- a/ModernKeePass.Application/Application.csproj +++ b/ModernKeePass.Application/Application.csproj @@ -36,6 +36,16 @@ 4 x64 + + true + full + false + bin\ARM\Debug\ + DEBUG;TRACE + prompt + 4 + ARM + pdbonly true diff --git a/ModernKeePass.Domain/Domain.csproj b/ModernKeePass.Domain/Domain.csproj index 7d5fce7..6105969 100644 --- a/ModernKeePass.Domain/Domain.csproj +++ b/ModernKeePass.Domain/Domain.csproj @@ -36,6 +36,16 @@ 4 x64 + + true + full + false + bin\ARM\Debug\ + DEBUG;TRACE + prompt + 4 + ARM + pdbonly true diff --git a/ModernKeePass.Infrastructure/Infrastructure.csproj b/ModernKeePass.Infrastructure/Infrastructure.csproj index fe31681..7925c64 100644 --- a/ModernKeePass.Infrastructure/Infrastructure.csproj +++ b/ModernKeePass.Infrastructure/Infrastructure.csproj @@ -44,6 +44,16 @@ 4 x64 + + true + full + false + bin\ARM\Debug\ + DEBUG;TRACE + prompt + 4 + ARM + pdbonly true