From 6fb24f87e3a8597fcb79ee72f56343d0364e2531 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 29 Mar 2021 19:44:51 +0200 Subject: [PATCH] Meta - Made build directory always the same regardless of build config --- src/Artemis.Core/Artemis.Core.csproj | 6 +++--- src/Artemis.UI.Shared/Artemis.UI.Shared.csproj | 6 +++--- src/Artemis.UI/Artemis.UI.csproj | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Artemis.Core/Artemis.Core.csproj b/src/Artemis.Core/Artemis.Core.csproj index bcbc79521..6f8b98767 100644 --- a/src/Artemis.Core/Artemis.Core.csproj +++ b/src/Artemis.Core/Artemis.Core.csproj @@ -6,12 +6,12 @@ Artemis.Core Artemis Core Copyright © Robert Beekman - 2020 - bin\$(Platform)\$(Configuration)\ + bin\ x64 x64 - bin\x64\Debug\Artemis.Core.xml + bin\Artemis.Core.xml 5 @@ -30,7 +30,7 @@ - bin\x64\Release\Artemis.Core.xml + bin\Artemis.Core.xml diff --git a/src/Artemis.UI.Shared/Artemis.UI.Shared.csproj b/src/Artemis.UI.Shared/Artemis.UI.Shared.csproj index 877413e28..9cd78aa94 100644 --- a/src/Artemis.UI.Shared/Artemis.UI.Shared.csproj +++ b/src/Artemis.UI.Shared/Artemis.UI.Shared.csproj @@ -8,13 +8,13 @@ Artemis.UI.Shared Artemis.UI.Shared Copyright © Robert Beekman - 2020 - bin\$(Platform)\$(Configuration)\ + bin\ true x64 x64 - bin\x64\Debug\Artemis.UI.Shared.xml + bin\Artemis.UI.Shared.xml @@ -30,7 +30,7 @@ enable - bin\x64\Release\Artemis.UI.Shared.xml + bin\Artemis.UI.Shared.xml diff --git a/src/Artemis.UI/Artemis.UI.csproj b/src/Artemis.UI/Artemis.UI.csproj index 7f06db7c9..36c57869b 100644 --- a/src/Artemis.UI/Artemis.UI.csproj +++ b/src/Artemis.UI/Artemis.UI.csproj @@ -10,7 +10,7 @@ Provides advanced unified lighting across many different brands RGB peripherals Copyright © Robert Beekman - 2021 2.0.0.0 - bin\$(Platform)\$(Configuration)\ + bin\ true x64 windows