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.example.drain.csproj | 57 ++++++++++++++-------- 1 file changed, 38 insertions(+), 19 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj') diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj index c9404fdb61..6e02e1d249 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj @@ -1,8 +1,28 @@ - + + Debug - AnyCPU + x86 9.0.21022 2.0 {C43DEB69-8088-420B-B0CA-C699535E6D08} @@ -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 + @@ -95,4 +114,4 @@ --> - + \ No newline at end of file -- cgit v1.2.1