diff options
author | sr55 <[email protected]> | 2007-07-09 16:45:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-09 16:45:25 +0000 |
commit | 4a9e63938dd90a1ae640d9087daf24592fafb15f (patch) | |
tree | a6f18e6d8f1a9715e18559f91c1d3126932f4bd6 /win/C#/HandBrakeCS.csproj | |
parent | 16222f64e3f0f6dc7c256111bc191d3ff69419f6 (diff) |
WinGui:
- Another chunk of code ported to C#
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@661 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index aed93e217..246a4918d 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -61,7 +61,7 @@ <Compile Include="frmOptions.Designer.cs">
<DependentUpon>frmOptions.cs</DependentUpon>
</Compile>
- <Compile Include="HandBrake.cs" />
+ <Compile Include="HB.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="frmAbout.resx">
|