summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-18 22:23:32 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-18 22:23:32 -0800
commit48fd92dd1dacfc0b8e5ee301ea61097b0accfe0f (patch)
treea75093940bd4649458d9f38a5f9c6005a362c2cf /src
parent0d0918b7f40353c473f0b213d2279ae99de6384f (diff)
downloadDotNetOpenAuth-48fd92dd1dacfc0b8e5ee301ea61097b0accfe0f.zip
DotNetOpenAuth-48fd92dd1dacfc0b8e5ee301ea61097b0accfe0f.tar.gz
DotNetOpenAuth-48fd92dd1dacfc0b8e5ee301ea61097b0accfe0f.tar.bz2
Fixed issue of unsigned satellite assemblies in drop .zip.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/DotNetOpenAuth.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
index 70b2710..80487fc 100644
--- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj
+++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
@@ -735,6 +735,10 @@ http://opensource.org/licenses/ms-pl.html
$(OutputPath)$(ProductName).Contracts.dll;
" />
</ItemGroup>
+ <PropertyGroup>
+ <!-- Don't sign the non-unified version of the assembly. -->
+ <SuppressTargetPathDelaySignedAssembly>true</SuppressTargetPathDelaySignedAssembly>
+ </PropertyGroup>
<Target Name="BuildUnifiedProduct"
DependsOnTargets="Build"