summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-03-14 15:52:04 +0000
committersr55 <[email protected]>2008-03-14 15:52:04 +0000
commit990241acf2640730ef43173afe70b11593681b7c (patch)
tree8b9284e542a16cae67d0fa699d0df1003400c6ae /win/C#/HandBrakeCS.csproj
parent95f50f128d56e71060dd8995d0e2e76906a63e70 (diff)
WinGui:
- Added warning about UNC file paths - Removed the generate presets.dat function on start-up. (It wasn't really needed) - Changed a few tooltips - Switched back to .Net version 2 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1337 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r--win/C#/HandBrakeCS.csproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index 93cd6e8a8..d9c3fe0fe 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -18,7 +18,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@@ -83,9 +83,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />