OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 21 Jan 2011 21:51:39 +0000 (21:51 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 21 Jan 2011 21:51:39 +0000 (21:51 +0000)
commit9b62a38c088a58bde0b70e094f86403a206f1e7e
treebc2c088b12aca3f634db88c11dff28a3eaf8b49e
parent814438ce8ec7b400d211ef9050278e283d2bba5f
WinGui:
- Add initial WPF project. (Uses MVVM, Caliburn 1.1)
  This may one day replace the WinForms code.

git-svn-id: svn://localhost/HandBrake/trunk@3762 b64f7644-9d1e-0410-96f1-a4d463321fa5
13 files changed:
win/C#/HandBrake10.sln
win/C#/HandBrakeWPF/App.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/App.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/HandBrakeWPF.csproj [new file with mode: 0644]
win/C#/HandBrakeWPF/Properties/AssemblyInfo.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Properties/Resources.Designer.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Properties/Resources.resx [new file with mode: 0644]
win/C#/HandBrakeWPF/Properties/Settings.Designer.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Properties/Settings.settings [new file with mode: 0644]
win/C#/HandBrakeWPF/Settings.StyleCop [new file with mode: 0644]
win/C#/HandBrakeWPF/ViewModels/MainViewModel.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/MainView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/MainView.xaml.cs [new file with mode: 0644]