summaryrefslogtreecommitdiffstats
path: root/tools/DotNetOpenAuth.targets
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-04-16 16:38:06 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-04-16 16:38:06 -0700
commita23fa871be7ba3148c3182d2cfc5f89fbde0e895 (patch)
treee57e94f071189eb9a146047130ab6c9b230f739b /tools/DotNetOpenAuth.targets
parenta195843e69344d977013421d0ae5de78750b018c (diff)
parent34080bfd3948a0dea0dac6d876a200a9a8017669 (diff)
downloadDotNetOpenAuth-a23fa871be7ba3148c3182d2cfc5f89fbde0e895.zip
DotNetOpenAuth-a23fa871be7ba3148c3182d2cfc5f89fbde0e895.tar.gz
DotNetOpenAuth-a23fa871be7ba3148c3182d2cfc5f89fbde0e895.tar.bz2
Merged in v3.4.3.
Diffstat (limited to 'tools/DotNetOpenAuth.targets')
-rw-r--r--tools/DotNetOpenAuth.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.targets b/tools/DotNetOpenAuth.targets
index cab4413..8469aa6 100644
--- a/tools/DotNetOpenAuth.targets
+++ b/tools/DotNetOpenAuth.targets
@@ -17,6 +17,7 @@
<PropertyGroup>
<DefineConstants Condition=" '$(SignAssembly)' == 'true' ">$(DefineConstants);StrongNameSigned</DefineConstants>
<DefineConstants Condition=" '$(ClrVersion)' == '4' ">$(DefineConstants);CLR4</DefineConstants>
+ <AssemblySearchPaths>$(AssemblySearchPaths);$(ProjectRoot)lib</AssemblySearchPaths>
</PropertyGroup>
<ItemGroup>