summaryrefslogtreecommitdiff
path: root/platform/windows/gsview/App.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'platform/windows/gsview/App.xaml.cs')
-rw-r--r--platform/windows/gsview/App.xaml.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/windows/gsview/App.xaml.cs b/platform/windows/gsview/App.xaml.cs
new file mode 100644
index 00000000..76d96a97
--- /dev/null
+++ b/platform/windows/gsview/App.xaml.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Windows;
+
+namespace gsview
+{
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : Application
+ {
+ }
+}