diff options
author | sr55 <[email protected]> | 2010-07-18 16:38:23 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-18 16:38:23 +0000 |
commit | 160032f663af0c8bd75f3ec070b2984378cd9668 (patch) | |
tree | 4d37918dd3e8beeac514a44bbf2f52ea1db75d49 /win/C#/HandBrakeCS.csproj | |
parent | 706ac8f30679436a97bbbf5ad3db214d9bc945a9 (diff) |
WinGui:
- Fix 2010 sln, rebuild resharper files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3447 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 0a947594b..20cb57342 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|