diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-26 19:36:11 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-26 19:49:03 -0700 |
commit | 44ecf863769f4ff45ee6e4cf5dd832b3e0516f72 (patch) | |
tree | fc9b52aded0e6cc22c46472499c6c5ac4d1b0836 | |
parent | 1a69e541c88dba318d31f47d241e526a25b60bc2 (diff) | |
download | DotNetOpenAuth-44ecf863769f4ff45ee6e4cf5dd832b3e0516f72.zip DotNetOpenAuth-44ecf863769f4ff45ee6e4cf5dd832b3e0516f72.tar.gz DotNetOpenAuth-44ecf863769f4ff45ee6e4cf5dd832b3e0516f72.tar.bz2 |
Enabled fast up-to-date check in IDE.
-rw-r--r-- | tools/DotNetOpenAuth.props | 1 |
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> |