diff options
author | sr55 <[email protected]> | 2008-10-01 17:51:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-10-01 17:51:43 +0000 |
commit | 565cfb93d5aa4a5912e8d63124a423437714fe01 (patch) | |
tree | 02f03c773a56d3811dae3fdd49673b5648846d71 /win/C#/HandBrakeCS.csproj | |
parent | 6a02c14e323dc2bd61200139abcbf13fbbc184c3 (diff) |
WinGui:
- Resizeable Update window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1799 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index b09ad060d..54ba64709 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -143,7 +143,7 @@ <Compile Include="frmUpdater.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="frmUpdater.Designer.cs">
+ <Compile Include="frmUpdater.designer.cs">
<DependentUpon>frmUpdater.cs</DependentUpon>
</Compile>
<Compile Include="Functions\SystemInfo.cs" />
@@ -191,7 +191,6 @@ <DependentUpon>frmQueue.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmUpdater.resx">
- <SubType>Designer</SubType>
<DependentUpon>frmUpdater.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
|