From 9c9b5d9dca15dfaa8450ff2e61863a8896dd1b65 Mon Sep 17 00:00:00 2001 From: CleanCodeDeveloper <16760760+CleanCodeDeveloper@users.noreply.github.com> Date: Tue, 22 Mar 2022 17:30:45 +0100 Subject: [PATCH] [Color picker] Move shared keys into central props file (#17190) --- .../colorPicker/ColorPickerUI/ColorPickerUI.csproj | 11 +---------- .../UnitTest-ColorPickerUI.csproj | 13 ++----------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/src/modules/colorPicker/ColorPickerUI/ColorPickerUI.csproj b/src/modules/colorPicker/ColorPickerUI/ColorPickerUI.csproj index 5dc3df3a2f..985a4342f7 100644 --- a/src/modules/colorPicker/ColorPickerUI/ColorPickerUI.csproj +++ b/src/modules/colorPicker/ColorPickerUI/ColorPickerUI.csproj @@ -1,21 +1,14 @@  - + PowerToys.ColorPickerUI - Microsoft Corporation PowerToys ColorPicker - Microsoft Corp. - Copyright (C) 2022 Microsoft Corporation - PowerToys - MinimumRecommendedRules.ruleset $(SolutionDir)$(Platform)\$(Configuration)\modules\ColorPicker false false true x64 ColorPicker.Program - true - Recommended x64 @@ -29,7 +22,6 @@ true - true DEBUG;TRACE full false @@ -39,7 +31,6 @@ TRACE pdbonly prompt - true true x64 diff --git a/src/modules/colorPicker/UnitTest-ColorPickerUI/UnitTest-ColorPickerUI.csproj b/src/modules/colorPicker/UnitTest-ColorPickerUI/UnitTest-ColorPickerUI.csproj index 17d051840f..c648cc29c0 100644 --- a/src/modules/colorPicker/UnitTest-ColorPickerUI/UnitTest-ColorPickerUI.csproj +++ b/src/modules/colorPicker/UnitTest-ColorPickerUI/UnitTest-ColorPickerUI.csproj @@ -11,20 +11,11 @@ Library x64 x64 - true $(Version).0 - true - Recommended - - x64 - ..\..\..\..\x64\Debug\modules\ColorPicker\UnitTest-ColorPickerUI\ - - - - x64 - ..\..\..\..\x64\Release\modules\ColorPicker\UnitTest-ColorPickerUI\ + + ..\..\..\..\x64\$(Configuration)\modules\ColorPicker\UnitTest-ColorPickerUI\