Skip to content

Commit 1122663

Browse files
authored
Update VS templates for UWP unit testing to more power friendly default mode (#420)
1 parent 434704d commit 1122663

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Templates/CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/UnitTestApp.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
x:Class="$safeprojectname$.App"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:local="using:$safeprojectname$"
6-
RequestedTheme="Light">
5+
xmlns:local="using:$safeprojectname$">
76

87
</Application>

Templates/VisualBasic/UWP/ProjectTemplates/VisualBasic/Windows UAP/UnitTestApp.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
x:Class="$safeprojectname$.App"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:local="using:$safeprojectname$"
6-
RequestedTheme="Light">
5+
xmlns:local="using:$safeprojectname$">
76

87
</Application>

0 commit comments

Comments
 (0)