From 49ce9063c73ee8caa0f24926d84540a7c9732b1f Mon Sep 17 00:00:00 2001 From: Vatsan Madhavan Date: Sun, 9 Feb 2020 02:06:20 -0800 Subject: [PATCH] Move DebugInformationFormat setting to Wpf.Cpp.target (#2531) * Move DebugInformationFormat setting to Wpf.Cpp.targets; Remove version from sdk import (it's implicit) * Set debug and optimization settings in targets so that it supersedes settings set by props files --- eng/Publishing.props | 2 -- eng/WpfArcadeSdk/tools/Wpf.Cpp.props | 22 ---------------------- eng/WpfArcadeSdk/tools/Wpf.Cpp.targets | 22 ++++++++++++++++++++++ 3 files changed, 22 insertions(+), 24 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 216f44517..5f4ca0c81 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -5,11 +5,9 @@ Use the published SDK from NuGet if available, or local files otherwise. --> diff --git a/eng/WpfArcadeSdk/tools/Wpf.Cpp.props b/eng/WpfArcadeSdk/tools/Wpf.Cpp.props index e829da762..e38d64aea 100644 --- a/eng/WpfArcadeSdk/tools/Wpf.Cpp.props +++ b/eng/WpfArcadeSdk/tools/Wpf.Cpp.props @@ -57,20 +57,6 @@ $(TargetFrameworkSDKToolsDirectory)$(Platform)\ - - true - true - false - Default - false - - - false - true - false - UseLinkTimeCodeGeneration - - @@ -208,14 +194,6 @@ ProgramDatabase - - oldStyle - + oldStyle %(AdditionalIncludeDirectories);$(NativeVersionFileDirectory) -- GitLab