diff options
author | sr55 <[email protected]> | 2007-07-15 14:52:42 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-15 14:52:42 +0000 |
commit | 33d6ae36a4859fbc46e730e4e7630acf2db264e1 (patch) | |
tree | 0a436ddd93da6357629acd2ab49b61d2ca5bceed /win/C#/HandBrakeCS.csproj | |
parent | 264eb1a4eaa4b91e1d365c9fca947b2b06fe52ef (diff) |
- Audio and Subtitle down-downs now populated on DVD Title selection.
- Verbose bug fixed in GenerateQuery()
- Setup frmDvdInfo ready to be populated with plain text output from handbrake.
- Removed the EncodeOutput window. This can wait till another version.
- A few other small changes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@688 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 9a06ede4f..6dc73b4ff 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -37,12 +37,6 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="frmEncodeOutput.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmEncodeOutput.Designer.cs">
- <DependentUpon>frmEncodeOutput.cs</DependentUpon>
- </Compile>
<Compile Include="frmAbout.cs">
<SubType>Form</SubType>
</Compile>
@@ -75,10 +69,6 @@ <Compile Include="Parsing\Title.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="frmEncodeOutput.resx">
- <DependentUpon>frmEncodeOutput.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
<EmbeddedResource Include="frmAbout.resx">
<SubType>Designer</SubType>
<DependentUpon>frmAbout.cs</DependentUpon>
|