summaryrefslogtreecommitdiff
path: root/qpid/wcf/src/Apache/Qpid/Channel
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-10-12 23:47:07 +0000
committerStephen D. Huston <shuston@apache.org>2009-10-12 23:47:07 +0000
commit383489fb655fd30c3862fe177b49390f951dab97 (patch)
treeddeba4207e8be4800f6f2a75dbb2d919449848a3 /qpid/wcf/src/Apache/Qpid/Channel
parent21949d0e09ec5886f7354c7869d71f599a76a48c (diff)
downloadqpid-python-383489fb655fd30c3862fe177b49390f951dab97.tar.gz
Add .NET key and signing the built assemblies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@824542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/wcf/src/Apache/Qpid/Channel')
-rw-r--r--qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj b/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
index 0b04eba986..7484bc38ac 100644
--- a/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
+++ b/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
@@ -32,9 +32,8 @@ under the License.
<FileAlignment>512</FileAlignment>
<StartupObject>
</StartupObject>
- <SignAssembly>false</SignAssembly>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>..\..\..\wcfnet.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -99,4 +98,7 @@ under the License.
<Name>Interop</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\..\wcfnet.snk" />
+ </ItemGroup>
</Project> \ No newline at end of file