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.map.sender/csharp.map.sender.csproj | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.map.sender') 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