summaryrefslogtreecommitdiff
path: root/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
commitc27427b9c259e29f89a392ac5f786ff41f24709b (patch)
tree4130b1056449a143f08a7b268a32bba4f347a16a /wcf/src/Apache/Qpid/Channel
parent0802d37628e75297bc3a59fb323719183fb13385 (diff)
downloadqpid-python-c27427b9c259e29f89a392ac5f786ff41f24709b.tar.gz
Add .NET key and signing the built assemblies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'wcf/src/Apache/Qpid/Channel')
-rw-r--r--wcf/src/Apache/Qpid/Channel/Channel.csproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/wcf/src/Apache/Qpid/Channel/Channel.csproj b/wcf/src/Apache/Qpid/Channel/Channel.csproj
index 0b04eba986..7484bc38ac 100644
--- a/wcf/src/Apache/Qpid/Channel/Channel.csproj
+++ b/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