diff options
Diffstat (limited to 'win/C#/HandBrakeWPF/App.xaml')
-rw-r--r-- | win/C#/HandBrakeWPF/App.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/C#/HandBrakeWPF/App.xaml b/win/C#/HandBrakeWPF/App.xaml new file mode 100644 index 000000000..903288b37 --- /dev/null +++ b/win/C#/HandBrakeWPF/App.xaml @@ -0,0 +1,8 @@ +<ApplicationModel:CaliburnApplication x:Class="HandBrakeWPF.App"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:ApplicationModel="clr-namespace:Caliburn.PresentationFramework.ApplicationModel;assembly=Caliburn.PresentationFramework">
+ <Application.Resources>
+
+ </Application.Resources>
+</ApplicationModel:CaliburnApplication>
|