diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 10:49:14 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 10:49:14 -0800 |
commit | ef2e92e6f31fa178d7c791cf2dd42f39d256e9a1 (patch) | |
tree | 29fb7a1ce32aacb44ea9009cf048d6848a6d0615 /src | |
parent | 14d58b7c1c4c596bfa5bf43dab170add843ec273 (diff) | |
download | DotNetOpenAuth-ef2e92e6f31fa178d7c791cf2dd42f39d256e9a1.zip DotNetOpenAuth-ef2e92e6f31fa178d7c791cf2dd42f39d256e9a1.tar.gz DotNetOpenAuth-ef2e92e6f31fa178d7c791cf2dd42f39d256e9a1.tar.bz2 |
Updated ToolsVersion on all the project files to say 4.0.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.BuildTasks/DotNetOpenAuth.BuildTasks.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.BuildTasks/DotNetOpenAuth.BuildTasks.csproj b/src/DotNetOpenAuth.BuildTasks/DotNetOpenAuth.BuildTasks.csproj index 02244a8..3611242 100644 --- a/src/DotNetOpenAuth.BuildTasks/DotNetOpenAuth.BuildTasks.csproj +++ b/src/DotNetOpenAuth.BuildTasks/DotNetOpenAuth.BuildTasks.csproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |