diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-29 09:16:20 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-29 09:16:20 -0800 |
commit | 0f17e9f146fc326e7326babbf1f509c97853bcf1 (patch) | |
tree | ee4b4bb107eece1503e7b8cb43b7603a77c167e1 /tools/Sandcastle/Source/BuildAssembler/BuildAssemblerLibrary | |
parent | 251fee71aff7c9bec7dde226907be0075ad6a5f6 (diff) | |
download | DotNetOpenAuth-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/BuildAssembler/BuildAssemblerLibrary')
-rw-r--r-- | tools/Sandcastle/Source/BuildAssembler/BuildAssemblerLibrary/BuildAssemblerLibrary.csproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/Sandcastle/Source/BuildAssembler/BuildAssemblerLibrary/BuildAssemblerLibrary.csproj b/tools/Sandcastle/Source/BuildAssembler/BuildAssemblerLibrary/BuildAssemblerLibrary.csproj index c7acabd..1afb7af 100644 --- a/tools/Sandcastle/Source/BuildAssembler/BuildAssemblerLibrary/BuildAssemblerLibrary.csproj +++ b/tools/Sandcastle/Source/BuildAssembler/BuildAssemblerLibrary/BuildAssemblerLibrary.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>BuildAssemblerLibrary</RootNamespace> <AssemblyName>BuildAssemblerLibrary</AssemblyName> + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <SccProjectName> </SccProjectName> <SccLocalPath> @@ -21,7 +23,7 @@ <AssemblyOriginatorKeyFile>../../../key.snk</AssemblyOriginatorKeyFile> <FileUpgradeFlags> </FileUpgradeFlags> - <OldToolsVersion>2.0</OldToolsVersion> + <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> </PropertyGroup> |