diff options
author | sr55 <[email protected]> | 2011-01-21 21:51:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-21 21:51:39 +0000 |
commit | 5daa72facc91fad3d43ae16d151d737eca3faadb (patch) | |
tree | bc2c088b12aca3f634db88c11dff28a3eaf8b49e /win/C#/HandBrakeWPF/App.xaml | |
parent | 0f591a4c954dde1ed4acd5f4baea3117e3c79e29 (diff) |
WinGui:
- Add initial WPF project. (Uses MVVM, Caliburn 1.1)
This may one day replace the WinForms code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3762 b64f7644-9d1e-0410-96f1-a4d463321fa5
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>
|