diff options
author | sr55 <[email protected]> | 2011-12-03 20:42:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-12-03 20:42:25 +0000 |
commit | c1f270b152db7a124b4664277c22996115836f81 (patch) | |
tree | c97d367985eba2263a0a33ae021d584bcada02a8 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | d23ce1929a4711f9153a27f39ac30f07a1b66acd (diff) |
WinGui: (WPF) Further work hooking up the new main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4372 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index dfff55b08..a4b34ba80 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -103,6 +103,7 @@ <Compile Include="Functions\Win7.cs" />
<Compile Include="Model\DriveInformation.cs" />
<Compile Include="Model\Encoding\AudioTrack.cs" />
+ <Compile Include="Model\Encoding\ChapterMarker.cs" />
<Compile Include="Model\Encoding\FramerateMode.cs" />
<Compile Include="Model\Encoding\PointToPointMode.cs" />
<Compile Include="Model\EncodeTask.cs" />
|