diff options
author | sr55 <[email protected]> | 2009-07-10 19:17:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-07-10 19:17:40 +0000 |
commit | c013dff0ee39c978a70089028ef314e46dfb8ca3 (patch) | |
tree | 91077a07839d3277a5c1660259f618acdbcc1a03 /win/C#/HandBrakeCS.csproj | |
parent | 0caa74dce42dd83385e5d72e7c942522742bd7cd (diff) |
WinGui:
- Updated PictureSettings code from darkassassin + a few bug fixes.
- Reset to .NET framework 2.0
Note: this code is not quite ready for usage yet, wait for a few more checkins
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2681 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 76666f2b7..ce9d2fd4c 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -18,7 +18,7 @@ <UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
- <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<SignManifests>false</SignManifests>
<PublishUrl>publish\</PublishUrl>
@@ -121,7 +121,7 @@ <Compile Include="Controls\PictureSettings.cs">
<SubType>UserControl</SubType>
</Compile>
- <Compile Include="Controls\PictureSettings.Designer.cs">
+ <Compile Include="Controls\PictureSettings.designer.cs">
<DependentUpon>PictureSettings.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Subtitles.cs">
|