summaryrefslogtreecommitdiffstats
path: root/lib/libUPnP/Neptune/Build/Targets/x86-microsoft-winrt-vs2011/TestShell/MainPage.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libUPnP/Neptune/Build/Targets/x86-microsoft-winrt-vs2011/TestShell/MainPage.xaml')
-rw-r--r--lib/libUPnP/Neptune/Build/Targets/x86-microsoft-winrt-vs2011/TestShell/MainPage.xaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libUPnP/Neptune/Build/Targets/x86-microsoft-winrt-vs2011/TestShell/MainPage.xaml b/lib/libUPnP/Neptune/Build/Targets/x86-microsoft-winrt-vs2011/TestShell/MainPage.xaml
new file mode 100644
index 0000000..5f712b9
--- /dev/null
+++ b/lib/libUPnP/Neptune/Build/Targets/x86-microsoft-winrt-vs2011/TestShell/MainPage.xaml
@@ -0,0 +1,16 @@
+<Page
+ x:Class="TestShell.MainPage"
+ IsTabStop="false"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="using:TestShell"
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ mc:Ignorable="d">
+
+ <Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
+ <Button x:Name="GoButton" Content="GO!" HorizontalAlignment="Left" Margin="36,30,0,0" VerticalAlignment="Top" Width="125" Click="GoButton_Click"/>
+ <TextBlock x:Name="OutputText" HorizontalAlignment="Left" Height="667" Margin="36,73,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="1296"/>
+
+ </Grid>
+</Page>