diff options
author | sr55 <[email protected]> | 2011-10-28 20:39:16 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-10-28 20:39:16 +0000 |
commit | b1f4095b832276c031162d3f68ce8dfdeedc92ae (patch) | |
tree | f494d000088534d6c41ebe08307d5067529e8b56 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 4b58908059946ba68bff5432621269c51be3967f (diff) |
WinGui: (WPF) Options window bindings are now in place.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4326 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 830f6b55f..8737b9958 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -71,6 +71,7 @@ <Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
+ <Compile Include="Factories\ViewModelFactory.cs" />
<Compile Include="Startup\CastleBootstrapper.cs" />
<Compile Include="Startup\MefBootstrapper.cs" />
<Compile Include="UserSettingConstants.cs" />
|