From 910203e835d9f58a0079b9318e2bcb8dc15cd22e Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 3 Jun 2010 14:14:50 +0000 Subject: QPID-2589 - Build DLLs and EXEs usable on both 32 and 64-bit architectures. Patch from Chuck Rolke. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@951003 13f79535-47bb-0310-9956-ffa450edef68 --- .../csharp.direct.receiver.csproj | 18 +++++++++++++++++- .../csharp.direct.sender/csharp.direct.sender.csproj | 18 +++++++++++++++++- .../csharp.map.callback.receiver.csproj | 18 +++++++++++++++++- .../csharp.map.callback.sender.csproj | 19 ++++++++++++++++++- .../csharp.map.receiver/csharp.map.receiver.csproj | 18 +++++++++++++++++- .../csharp.map.sender/csharp.map.sender.csproj | 18 +++++++++++++++++- 6 files changed, 103 insertions(+), 6 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/examples') diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj index 7bfcfb8331..96b4540275 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj @@ -25,11 +25,27 @@ pdbonly true - bin\Release\ + ..\..\..\..\..\src\Release\ TRACE prompt 4 + + true + ..\..\..\..\..\src\Debug\ + DEBUG;TRACE + full + x86 + prompt + + + ..\..\..\..\..\src\Release\ + TRACE + true + pdbonly + x86 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj index 7ff92e163b..4543222675 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj @@ -25,11 +25,27 @@ pdbonly true - bin\Release\ + ..\..\..\..\..\src\Release\ TRACE prompt 4 + + true + ..\..\..\..\..\src\Debug\ + DEBUG;TRACE + full + x86 + prompt + + + ..\..\..\..\..\src\Release\ + TRACE + true + pdbonly + x86 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj index e8aae4be7d..24b5cd4378 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj @@ -25,11 +25,27 @@ pdbonly true - bin\Release\ + ..\..\..\..\..\src\Release\ TRACE prompt 4 + + true + ..\..\..\..\..\src\Debug\ + DEBUG;TRACE + full + x86 + prompt + + + ..\..\..\..\..\src\Release\ + TRACE + true + pdbonly + x86 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj index 5089737dbe..26f2c5b997 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj @@ -26,11 +26,28 @@ pdbonly true - bin\Release\ + ..\..\..\..\..\src\Release\ TRACE prompt 4 + + true + ..\..\..\..\..\src\Debug\ + DEBUG;TRACE + true + full + x86 + prompt + + + ..\..\..\..\..\src\Release\ + TRACE + true + pdbonly + x86 + prompt + 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 380e33bb7d..06017fb55d 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 @@ -25,11 +25,27 @@ pdbonly true - bin\Release\ + ..\..\..\..\..\src\Release\ TRACE prompt 4 + + true + ..\..\..\..\..\src\Debug\ + DEBUG;TRACE + full + x86 + prompt + + + ..\..\..\..\..\src\Release\ + TRACE + true + pdbonly + x86 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.csproj index 4482e6ab02..a3a2ac2300 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.sender/csharp.map.sender.csproj @@ -25,11 +25,27 @@ pdbonly true - bin\Release\ + ..\..\..\..\..\src\Release\ TRACE prompt 4 + + true + ..\..\..\..\..\src\Debug\ + DEBUG;TRACE + full + x86 + prompt + + + ..\..\..\..\..\src\Release\ + TRACE + true + pdbonly + x86 + prompt + -- cgit v1.2.1