summaryrefslogtreecommitdiffstats
path: root/tools/DotNetOpenAuth.props
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 /tools/DotNetOpenAuth.props
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 'tools/DotNetOpenAuth.props')
-rw-r--r--tools/DotNetOpenAuth.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props
index 91a5e5e..6815fca 100644
--- a/tools/DotNetOpenAuth.props
+++ b/tools/DotNetOpenAuth.props
@@ -21,6 +21,7 @@
<KeyPairContainer Condition="'$(KeyPairContainer)' == ''">DotNetOpenAuth</KeyPairContainer>
<PublicKeyToken>2780CCD10D57B246</PublicKeyToken>
<DelaySign>true</DelaySign>
+ <SignedSubPath>signed\</SignedSubPath>
<ILMergeOutputAssemblyDirectory>$(OutputPath)unified\</ILMergeOutputAssemblyDirectory>
<ILMergeOutputAssembly>$(ILMergeOutputAssemblyDirectory)$(ProductName).dll</ILMergeOutputAssembly>