From e23c37b1e07904b85ee496f65721dfc638ab101a Mon Sep 17 00:00:00 2001 From: Bastian Schmidt Date: Sat, 21 Jul 2018 23:35:38 +0200 Subject: [PATCH] Fixing wrong resource include rule Files matching "Themes\*.xaml" must be added as pages and not as resources. --- Source/MSBuild.Sdk.Extras/DefaultItems/Platforms/Xaml.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/MSBuild.Sdk.Extras/DefaultItems/Platforms/Xaml.targets b/Source/MSBuild.Sdk.Extras/DefaultItems/Platforms/Xaml.targets index e0e6417..88c23f9 100644 --- a/Source/MSBuild.Sdk.Extras/DefaultItems/Platforms/Xaml.targets +++ b/Source/MSBuild.Sdk.Extras/DefaultItems/Platforms/Xaml.targets @@ -17,7 +17,7 @@ true true - Themes\*.xaml;Resources\*.xaml + Resources\*.xaml $(ApplicationDefinitionFile);$(ExtrasDefaultResourceIncludes);$(ExtrasDefaultPageExcludes) $(ApplicationDefinitionFile);$(ExtrasDefaultResourceIncludes) @@ -81,4 +81,4 @@ - \ No newline at end of file +