summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-11 16:48:34 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-11 16:48:34 -0700
commit34da8f975a0515d72fda97979d0602d3c004173f (patch)
treee9738b1b79bca6d347127ab456ce0c3a295a74d2 /tools
parent92ee03ce2e9528212ea363a0574240e6fc17bb47 (diff)
downloadDotNetOpenAuth-34da8f975a0515d72fda97979d0602d3c004173f.zip
DotNetOpenAuth-34da8f975a0515d72fda97979d0602d3c004173f.tar.gz
DotNetOpenAuth-34da8f975a0515d72fda97979d0602d3c004173f.tar.bz2
Changed the compile-time switch for DH support into a runtime check for the supporting assembling.
Fixes #87
Diffstat (limited to 'tools')
-rw-r--r--tools/DotNetOpenAuth.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/DotNetOpenAuth.targets b/tools/DotNetOpenAuth.targets
index 3765455..445c072 100644
--- a/tools/DotNetOpenAuth.targets
+++ b/tools/DotNetOpenAuth.targets
@@ -18,7 +18,6 @@
<CodeContractsInstallDir>$(ProjectRoot)tools\Contracts\</CodeContractsInstallDir>
<DefineConstants Condition=" '$(SignAssembly)' == 'true' ">$(DefineConstants);StrongNameSigned</DefineConstants>
<DefineConstants Condition=" '$(ClrVersion)' == '4' ">$(DefineConstants);CLR4</DefineConstants>
- <DefineConstants Condition=" '$(ExcludeDiffieHellman)' == 'true' ">$(DefineConstants);ExcludeDiffieHellman</DefineConstants>
<AssemblySearchPaths>$(ProjectRoot)lib;$(AssemblySearchPaths)</AssemblySearchPaths>
<AssemblySearchPaths Condition="Exists('$(ProjectRoot)lib\net-$(TargetFrameworkVersion)')">$(ProjectRoot)lib\net-$(TargetFrameworkVersion);$(AssemblySearchPaths)</AssemblySearchPaths>
</PropertyGroup>