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 --- .../visualbasic.example.client.vbproj | 58 +++++++++++++++------- 1 file changed, 39 insertions(+), 19 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj') diff --git a/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj b/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj index 267b003d90..4463dc7902 100644 --- a/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj +++ b/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj @@ -1,8 +1,28 @@ - + + Debug - AnyCPU + x86 9.0.21022 2.0 {CFEA696E-115B-4AD1-AB56-804E360EDD51} @@ -18,35 +38,26 @@ Off On - + true - full true true $(QPID_BUILD_ROOT)\src\$(Configuration)\ visualbasic.example.client.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + x86 - - pdbonly - false - true - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - visualbasic.example.client.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - true - true + true $(QPID_BUILD_ROOT)\src\$(Configuration)\ visualbasic.example.client.xml + true 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full + pdbonly x86 - + true $(QPID_BUILD_ROOT)\src\$(Configuration)\ visualbasic.example.client.xml @@ -74,6 +85,15 @@ pdbonly x64 + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + visualbasic.example.client.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x64 + @@ -153,4 +173,4 @@ --> - + \ No newline at end of file -- cgit v1.2.1