diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-10-22 18:06:07 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-10-22 18:06:07 +0000 |
| commit | f5c7be5ef323b18b9245e7fc69f31888f7cd8ed7 (patch) | |
| tree | 797c349e01fef5b2eea7261cbfe1ed9ccf3982a6 /cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj | |
| parent | 957e8db0f151a70ed75a84b7f9a33a138dd6c885 (diff) | |
| download | qpid-python-f5c7be5ef323b18b9245e7fc69f31888f7cd8ed7.tar.gz | |
QPID-2913 QPID Cpp Messaging Libraries for WinSDK Are Not Signed
* Add the strong key file signature to all variants of org.apache.qpid.messaging.
* Clone the qpid.snk file from messaging to sessionreceiver.
* Add the strong key file signature to all variants of org.apache.qpid.messaging.sessionreceiver.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1026436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj b/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj index cedff6b906..1eb0b718de 100644 --- a/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj +++ b/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj @@ -249,6 +249,7 @@ GenerateDebugInformation="true"
AssemblyDebug="1"
TargetMachine="1"
+ KeyFile="qpid.snk"
/>
<Tool
Name="VCALinkTool"
@@ -326,6 +327,7 @@ GenerateDebugInformation="true"
AssemblyDebug="1"
TargetMachine="17"
+ KeyFile="qpid.snk"
/>
<Tool
Name="VCALinkTool"
@@ -402,6 +404,7 @@ GenerateDebugInformation="true"
AssemblyDebug="1"
TargetMachine="1"
+ KeyFile="qpid.snk"
/>
<Tool
Name="VCALinkTool"
@@ -479,6 +482,7 @@ GenerateDebugInformation="true"
AssemblyDebug="1"
TargetMachine="17"
+ KeyFile="qpid.snk"
/>
<Tool
Name="VCALinkTool"
|
