diff options
author | sr55 <[email protected]> | 2007-07-25 21:07:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-25 21:07:13 +0000 |
commit | bc4964e49d17d09be0bf2d866579becb746fb176 (patch) | |
tree | 318e8f39122522e2f9a097d8c834e3eab0880b20 /win/C#/HandBrakeCS.csproj | |
parent | 44d8075999306aea28744b28f25f9c32d48b8d77 (diff) |
WinGui:
- Excluded brianmario's CLI handler until it's completed.
- Enabled cancel button on frmReadDVD (yes it actually works ;))
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@735 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 86d6e8a14..6161131be 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -38,10 +38,6 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="CLI\Jobs\Encode.cs" />
- <Compile Include="CLI\Jobs\Job.cs" />
- <Compile Include="CLI\Jobs\ParseDVD.cs" />
- <Compile Include="CLI\Manager.cs" />
<Compile Include="frmAbout.cs">
<SubType>Form</SubType>
</Compile>
|