From 0cb8fdbd743438ac13efbe89121e05b15a473600 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Mon, 11 Oct 2010 14:11:56 +0000 Subject: QPID-2895 Qpid Windows Messaging .NET Binding does not work in release mode. The problem is that the Release mode dll is built with links to the MSVC debug runtime libraries. This fix also gets rid of the AllCPU configuration. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1021351 13f79535-47bb-0310-9956-ffa450edef68 --- .../csharp.map.receiver/csharp.map.receiver.csproj | 53 +++++++++++++++------- 1 file changed, 36 insertions(+), 17 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.map.receiver') diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj index 3e3e248331..bb6b3cd15e 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj @@ -1,8 +1,28 @@  + Debug - AnyCPU + x86 9.0.21022 2.0 {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} @@ -13,32 +33,23 @@ v3.5 512 - + true - full - false $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE + full + x86 prompt - 4 - - pdbonly - true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE - prompt - 4 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full + true + pdbonly x86 prompt - + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true @@ -62,6 +73,14 @@ x64 prompt + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + -- cgit v1.2.1