summaryrefslogtreecommitdiff
path: root/platform/winrt/gsview/Info.xaml
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2014-09-09 16:31:31 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2014-09-09 16:39:41 -0700
commit7ea99e3a8951e265d1437a77dcfee069de0edf76 (patch)
tree8e113fea67931064e2a9338d67b26aaabab27512 /platform/winrt/gsview/Info.xaml
parent8a9519f2183b64fe220bcb1f6acedbe6acc190cd (diff)
downloadmupdf-7ea99e3a8951e265d1437a77dcfee069de0edf76.tar.xz
Rename of winrt to windows due to presence on gsview in this folder.
The contents of this folder will contain both winrt and gsview projects which are shared in a common visual studio 2013 solution.
Diffstat (limited to 'platform/winrt/gsview/Info.xaml')
-rw-r--r--platform/winrt/gsview/Info.xaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/winrt/gsview/Info.xaml b/platform/winrt/gsview/Info.xaml
deleted file mode 100644
index 4033d2ee..00000000
--- a/platform/winrt/gsview/Info.xaml
+++ /dev/null
@@ -1,11 +0,0 @@
-<Window x:Class="gsview.Info"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="Info" Height="216.304" Width="430.434" Background="WhiteSmoke">
- <DockPanel LastChildFill="True">
- <Button DockPanel.Dock="Bottom" Width="70" Height="20" Name="xaml_CloseInfo" Click="OKClose" Margin="0,0,0,20" IsDefault="True">
- <TextBlock Name="xaml_ButtonText" FontFamily="Courier" Text="OK"/>
- </Button>
- <TextBlock Name="xaml_TextInfo" Text="File not open" Margin="10,10,10,10" FontFamily="Courier New"></TextBlock>
- </DockPanel>
-</Window>