summaryrefslogtreecommitdiffstats
path: root/tools/DotNetOpenAuth.Versioning.targets
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-08 10:49:14 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-08 10:49:14 -0800
commitef2e92e6f31fa178d7c791cf2dd42f39d256e9a1 (patch)
tree29fb7a1ce32aacb44ea9009cf048d6848a6d0615 /tools/DotNetOpenAuth.Versioning.targets
parent14d58b7c1c4c596bfa5bf43dab170add843ec273 (diff)
downloadDotNetOpenAuth-ef2e92e6f31fa178d7c791cf2dd42f39d256e9a1.zip
DotNetOpenAuth-ef2e92e6f31fa178d7c791cf2dd42f39d256e9a1.tar.gz
DotNetOpenAuth-ef2e92e6f31fa178d7c791cf2dd42f39d256e9a1.tar.bz2
Updated ToolsVersion on all the project files to say 4.0.
Diffstat (limited to 'tools/DotNetOpenAuth.Versioning.targets')
-rw-r--r--tools/DotNetOpenAuth.Versioning.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/DotNetOpenAuth.Versioning.targets b/tools/DotNetOpenAuth.Versioning.targets
index 7f4251d..1210365 100644
--- a/tools/DotNetOpenAuth.Versioning.targets
+++ b/tools/DotNetOpenAuth.Versioning.targets
@@ -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">
<!-- Import this .targets file to automatically generate AssemblyVersion
attribute according to DotNetOpenAuth convention.
This file assumes DotNetOpenAuth.props and DotNetOpenAuth.targets are also imported. -->