From 1744430d2f8dd843df0f4f5e613aa4b2e3a6852a Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 30 Aug 2010 19:38:31 +0000 Subject: QPID-2827 - QPID Cpp WinSDK does not contain 64-bit libraries Patch from Chuck Rolke * Adds the x64 platform to the cpp\example solution and six example projects. * Adds the x64 platform to the qpid messaging .NET binding dlls and examples. * Adds QPID_BUILD_ROOT environment variable to .NET binding projects for locating C++ libraries and headers, and for storing generated output. This is required to compensate for the varying location of cmake-generated directories. For a given build QPID_BUILD_ROOT must be set to the directory in which cmake was run. * Reorganize the bld-winsdk.ps1 script to build x86 (Win32) and x64 platforms. * Update Readme-winsdk.txt content. Also switch this file to DOS line endings to improve its usability on a Windows system. * Add a shadow solution file and shadow project files for the C# examples. The new build process copies the development example source tree to get the example sources organized into a hierarchy and then overlays the copied tree with the shadow .sln and .csproj files. Users then build the examples directly using the customized solution. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990917 13f79535-47bb-0310-9956-ffa450edef68 --- .../visualbasic.example.client.vbproj | 30 +++++++++++++++++++--- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/examples/visualbasic.example.client') 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 ae1c01232e..267b003d90 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 @@ -23,7 +23,7 @@ full true true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ visualbasic.example.client.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 @@ -32,7 +32,7 @@ false true true - bin\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ visualbasic.example.client.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 @@ -40,7 +40,7 @@ true true true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ visualbasic.example.client.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 full @@ -48,13 +48,32 @@ true - bin\x86\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ visualbasic.example.client.xml true 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 pdbonly x86 + + true + true + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + visualbasic.example.client.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + x64 + + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + visualbasic.example.client.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x64 + @@ -123,6 +142,9 @@ Org.Apache.Qpid.Messaging + + +