summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-06-26 19:36:11 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-06-26 19:49:03 -0700
commit44ecf863769f4ff45ee6e4cf5dd832b3e0516f72 (patch)
treefc9b52aded0e6cc22c46472499c6c5ac4d1b0836
parent1a69e541c88dba318d31f47d241e526a25b60bc2 (diff)
downloadDotNetOpenAuth-44ecf863769f4ff45ee6e4cf5dd832b3e0516f72.zip
DotNetOpenAuth-44ecf863769f4ff45ee6e4cf5dd832b3e0516f72.tar.gz
DotNetOpenAuth-44ecf863769f4ff45ee6e4cf5dd832b3e0516f72.tar.bz2
Enabled fast up-to-date check in IDE.
-rw-r--r--tools/DotNetOpenAuth.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props
index 85ae5b7..8364393 100644
--- a/tools/DotNetOpenAuth.props
+++ b/tools/DotNetOpenAuth.props
@@ -4,6 +4,7 @@
<ProductName>DotNetOpenAuth</ProductName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v3.5</TargetFrameworkVersion>
+ <DisableFastUpToDateCheck>false</DisableFastUpToDateCheck>
<DropsRoot>$(ProjectRoot)drops\$(TargetFrameworkVersion)\$(Configuration)\</DropsRoot>
<OutputPath>$(ProjectRoot)bin\$(TargetFrameworkVersion)\$(Configuration)\</OutputPath>
<DocOutputPath>$(ProjectRoot)doc\</DocOutputPath>