summaryrefslogtreecommitdiffstats
path: root/tools/Sandcastle/Source/CommandLine/CommandLine.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-12-29 09:16:20 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-12-29 09:16:20 -0800
commit0f17e9f146fc326e7326babbf1f509c97853bcf1 (patch)
treeee4b4bb107eece1503e7b8cb43b7603a77c167e1 /tools/Sandcastle/Source/CommandLine/CommandLine.csproj
parent251fee71aff7c9bec7dde226907be0075ad6a5f6 (diff)
downloadDotNetOpenAuth-0f17e9f146fc326e7326babbf1f509c97853bcf1.zip
DotNetOpenAuth-0f17e9f146fc326e7326babbf1f509c97853bcf1.tar.gz
DotNetOpenAuth-0f17e9f146fc326e7326babbf1f509c97853bcf1.tar.bz2
Fixed up doc building for .NET 4.5 targeting.
Diffstat (limited to 'tools/Sandcastle/Source/CommandLine/CommandLine.csproj')
-rw-r--r--tools/Sandcastle/Source/CommandLine/CommandLine.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/Sandcastle/Source/CommandLine/CommandLine.csproj b/tools/Sandcastle/Source/CommandLine/CommandLine.csproj
index 84d6af1..24e13da 100644
--- a/tools/Sandcastle/Source/CommandLine/CommandLine.csproj
+++ b/tools/Sandcastle/Source/CommandLine/CommandLine.csproj
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<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>
@@ -9,6 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CommandLine</RootNamespace>
<AssemblyName>CommandLine</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
<SccProjectName>
@@ -21,7 +23,7 @@
</SccProvider>
<FileUpgradeFlags>
</FileUpgradeFlags>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>