diff options
author | sr55 <[email protected]> | 2010-06-06 18:28:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-06-06 18:28:28 +0000 |
commit | f72796770c4f07e71c8e07e30aa2681daac26ac6 (patch) | |
tree | 1520f40cfb0a049ae63711ead29000e92408ef9d /win/C# | |
parent | 0c9a71f626e0e552cf670103b8dad8e61de1fb69 (diff) |
WinGui:
- Change ToolsVersion to 3.5 for the build server
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3363 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Settings.StyleCop | 1 | ||||
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Settings.StyleCop b/win/C#/HandBrake.ApplicationServices/Settings.StyleCop new file mode 100644 index 000000000..7f55ce6c6 --- /dev/null +++ b/win/C#/HandBrake.ApplicationServices/Settings.StyleCop @@ -0,0 +1 @@ +<StyleCopSettings Version="4.3" />
\ No newline at end of file diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index e6b7cd268..90ea83859 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="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|