summaryrefslogtreecommitdiff
path: root/cpp/test/TestSuite/8.0/App.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/TestSuite/8.0/App.xaml')
-rw-r--r--cpp/test/TestSuite/8.0/App.xaml40
1 files changed, 0 insertions, 40 deletions
diff --git a/cpp/test/TestSuite/8.0/App.xaml b/cpp/test/TestSuite/8.0/App.xaml
deleted file mode 100644
index 7614194b12a..00000000000
--- a/cpp/test/TestSuite/8.0/App.xaml
+++ /dev/null
@@ -1,40 +0,0 @@
-<Application
- x:Class="TestSuite.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="using:TestSuite">
-
- <Application.Resources>
- <ResourceDictionary>
- <ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="StandardStyles.xaml"/>
- </ResourceDictionary.MergedDictionaries>
- <Style x:Key="TitleStyle" TargetType="TextBlock">
- <Setter Property="Foreground" Value="{StaticResource ApplicationForegroundThemeBrush}"/>
- <Setter Property="FontFamily" Value="Segoe UI Light" />
- <Setter Property="FontSize" Value="16" />
- </Style>
- <Style x:Key="OutputStyle" TargetType="TextBlock">
- <Setter Property="Foreground" Value="Black" />
- <Setter Property="FontFamily" Value="Segoe UI Light" />
- <Setter Property="FontSize" Value="16" />
- </Style>
- <Style x:Key="H1Style" TargetType="TextBlock">
- <Setter Property="Foreground" Value="White" />
- <Setter Property="FontFamily" Value="Segoe UI Light" />
- <Setter Property="FontSize" Value="36" />
- <Setter Property="Margin" Value="0,0,0,25" />
- </Style>
- <Style x:Key="FooterStyle" TargetType="TextBlock">
- <Setter Property="Foreground" Value="{StaticResource ApplicationForegroundThemeBrush}"/>
- <Setter Property="FontFamily" Value="Segoe UI Light" />
- <Setter Property="FontSize" Value="12" />
- <Setter Property="Margin" Value="0,8,0,0" />
- </Style>
- <Style x:Key="ButtonStyle" TargetType="Button">
- <Setter Property="Foreground" Value="White"/>
- <Setter Property="Background" Value="Gray"/>
- </Style>
- </ResourceDictionary>
- </Application.Resources>
-</Application>