From 8a3b96cf3e8266bb74916637a6a435107063e7e6 Mon Sep 17 00:00:00 2001 From: Jevan Saks Date: Fri, 26 Apr 2019 15:36:42 -0700 Subject: [PATCH] Add SourceLink to MUX dll (#606) --- dev/dll/Microsoft.UI.Xaml.vcxproj | 106 ++++++++++++++---------------- dev/dll/packages.config | 3 + 2 files changed, 52 insertions(+), 57 deletions(-) diff --git a/dev/dll/Microsoft.UI.Xaml.vcxproj b/dev/dll/Microsoft.UI.Xaml.vcxproj index 64bbf8d565..34306ffc62 100644 --- a/dev/dll/Microsoft.UI.Xaml.vcxproj +++ b/dev/dll/Microsoft.UI.Xaml.vcxproj @@ -1,6 +1,9 @@  + + + @@ -420,6 +423,9 @@ + + + $(OutDir)Merged @@ -464,53 +470,39 @@ BeforeBuildGenerateSources;CompileXaml;Prep_ComputeProcessXamlFiles;CompilePageRequiringCustomCompilation - - - - - - - - - - + to only set a property if the target actually runs. --> + + + - - - - - - - + to only set a property if the target actually runs. --> + + + - - - - - - - + to only set a property if the target actually runs. --> + + + @@ -527,7 +519,7 @@ - + $(PrevWarningLevel) 1 @@ -597,25 +589,19 @@ - $(IntermediateOutputPath)\Microsoft.UI.Xaml.idl + $(IntermediateOutputPath)\Microsoft.UI.Xaml.idl - - - - @(Midl->'#include <%(FullPath)>', ' ') - - - - - - - - - + + + @(Midl->'#include <%(FullPath)>', ' ') + + + + + + + @@ -716,6 +702,12 @@ + + + + + + diff --git a/dev/dll/packages.config b/dev/dll/packages.config index 902b208038..02400073a7 100644 --- a/dev/dll/packages.config +++ b/dev/dll/packages.config @@ -1,6 +1,9 @@  + + + \ No newline at end of file