diff options
author | sr55 <[email protected]> | 2007-07-11 13:18:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-11 13:18:24 +0000 |
commit | 639d590f4463da1cc1a6e5e0d6db0da4a58dbeb7 (patch) | |
tree | c9f7bae2fd7eb8b77a29d3f702d85b5f70e56650 /win/C#/HandBrakeCS.csproj | |
parent | 407b71dfd22e7d0d7b2d0abba4e5c3c0995875e8 (diff) |
WinGui:
few other small changes + new form for hbcli's encode output
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@673 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 9ad49c2c5..3cd67f658 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -43,11 +43,11 @@ <Compile Include="frmAbout.Designer.cs">
<DependentUpon>frmAbout.cs</DependentUpon>
</Compile>
- <Compile Include="frmDVDData.cs">
+ <Compile Include="frmDvdInfo.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="frmDVDData.Designer.cs">
- <DependentUpon>frmDVDData.cs</DependentUpon>
+ <Compile Include="frmDvdInfo.Designer.cs">
+ <DependentUpon>frmDvdInfo.cs</DependentUpon>
</Compile>
<Compile Include="frmMain.cs">
<SubType>Form</SubType>
@@ -73,9 +73,9 @@ <SubType>Designer</SubType>
<DependentUpon>frmAbout.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmDVDData.resx">
+ <EmbeddedResource Include="frmDvdInfo.resx">
<SubType>Designer</SubType>
- <DependentUpon>frmDVDData.cs</DependentUpon>
+ <DependentUpon>frmDvdInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain.resx">
<SubType>Designer</SubType>
|