From 3a4d8a82ea6e9cd405ac7d480fd8b70b1aaf76ab 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 --- .../csharp.direct.receiver.csproj | 24 ++- .../csharp.direct.sender.csproj | 24 ++- .../csharp.example.client.csproj | 24 ++- .../csharp.example.declare_queues.csproj | 24 ++- .../csharp.example.drain.csproj | 24 ++- .../csharp.example.helloworld.csproj | 24 ++- .../csharp.example.server.csproj | 24 ++- .../csharp.example.spout.csproj | 24 ++- .../csharp.map.callback.receiver.csproj | 24 ++- .../csharp.map.callback.sender.csproj | 25 ++- .../csharp.map.receiver/csharp.map.receiver.csproj | 24 ++- .../csharp.map.sender/csharp.map.sender.csproj | 24 ++- .../visualbasic.example.client.vbproj | 30 +++- .../qpid/dotnet/org.apache.qpid.messaging.sln | 66 +++++++ .../dotnet/src/org.apache.qpid.messaging.vcproj | 175 +++++++++++++++++- ...rg.apache.qpid.messaging.sessionreceiver.csproj | 24 ++- .../test/messaging.test/messaging.test.csproj | 24 ++- .../csharp.direct.receiver.csproj | 95 ++++++++++ .../csharp.direct.sender.csproj | 78 +++++++++ .../csharp.example.client.csproj | 95 ++++++++++ .../csharp.example.declare_queues.csproj | 95 ++++++++++ .../csharp.example.drain.csproj | 96 ++++++++++ .../csharp.example.helloworld.csproj | 95 ++++++++++ .../csharp.example.server.csproj | 95 ++++++++++ .../csharp.example.spout.csproj | 96 ++++++++++ .../csharp.map.callback.receiver.csproj | 99 +++++++++++ .../csharp.map.callback.sender.csproj | 98 +++++++++++ .../csharp.map.receiver/csharp.map.receiver.csproj | 95 ++++++++++ .../csharp.map.sender/csharp.map.sender.csproj | 95 ++++++++++ .../winsdk_sources/winsdk_dotnet_examples.sln | 195 +++++++++++++++++++++ 30 files changed, 1867 insertions(+), 68 deletions(-) create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.direct.receiver/csharp.direct.receiver.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.direct.sender/csharp.direct.sender.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.client/csharp.example.client.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.drain/csharp.example.drain.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.helloworld/csharp.example.helloworld.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.server/csharp.example.server.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.spout/csharp.example.spout.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.sender/csharp.map.sender.csproj create mode 100644 cpp/bindings/qpid/dotnet/winsdk_sources/winsdk_dotnet_examples.sln (limited to 'cpp/bindings') 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 172e25a9cb..4c55bc1890 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 @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + 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 8e8371c97e..96f541f12c 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 @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj index 76fb1c5e19..5618ac5996 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj index fb7e950dea..fa9d648e94 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + 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 198900ceb5..c9404fdb61 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 @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj index 3038ed64a3..04e3d4f7ab 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj index 1fa2cc0bc0..336d1e751b 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj index 15fc644c8c..a3f949d467 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + 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 c32574a694..0141c5f8cb 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 @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + 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 1f37ce8dfe..c54423eec9 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 @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -26,14 +26,14 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE true full @@ -41,13 +41,30 @@ prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + true + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + 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 c3d87ee276..3e3e248331 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 @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + 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 516e7cc07a..11bbd58839 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 @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -25,27 +25,43 @@ pdbonly true - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE prompt 4 true - ..\..\..\..\..\src\Debug\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ DEBUG;TRACE full x86 prompt - ..\..\..\..\..\src\Release\ + $(QPID_BUILD_ROOT)\src\$(Configuration)\ TRACE true pdbonly x86 prompt + + true + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(QPID_BUILD_ROOT)\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + 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 + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.direct.sender/csharp.direct.sender.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.direct.sender/csharp.direct.sender.csproj new file mode 100644 index 0000000000..28726c7b74 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.direct.sender/csharp.direct.sender.csproj @@ -0,0 +1,78 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} + Exe + Properties + csharp.direct.sender + csharp.direct.sender + v3.5 + 512 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.client/csharp.example.client.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.client/csharp.example.client.csproj new file mode 100644 index 0000000000..84fa6e8bb6 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.client/csharp.example.client.csproj @@ -0,0 +1,95 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {0DE01712-C2D1-4CA4-B42C-5856456A8696} + Exe + Properties + csharp.example.client + csharp.example.client + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj new file mode 100644 index 0000000000..b86694ef59 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj @@ -0,0 +1,95 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {E31B349C-830C-4583-8BD9-30DA4398349F} + Exe + Properties + csharp.example.declare_queues + csharp.example.declare_queues + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.drain/csharp.example.drain.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.drain/csharp.example.drain.csproj new file mode 100644 index 0000000000..a7937dd00e --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.drain/csharp.example.drain.csproj @@ -0,0 +1,96 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {C43DEB69-8088-420B-B0CA-C699535E6D08} + Exe + Properties + csharp.example.drain + csharp.example.drain + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.helloworld/csharp.example.helloworld.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.helloworld/csharp.example.helloworld.csproj new file mode 100644 index 0000000000..ae63171e10 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.helloworld/csharp.example.helloworld.csproj @@ -0,0 +1,95 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {8CC1C265-0507-44A3-9483-8FAF48513F4D} + Exe + Properties + csharp.example.helloworld + csharp.example.helloworld + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.server/csharp.example.server.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.server/csharp.example.server.csproj new file mode 100644 index 0000000000..77953a584d --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.server/csharp.example.server.csproj @@ -0,0 +1,95 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {090A081D-E8B5-4949-AA43-EE182B7101E3} + Exe + Properties + csharp.example.server + csharp.example.server + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.spout/csharp.example.spout.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.spout/csharp.example.spout.csproj new file mode 100644 index 0000000000..c04951a327 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.example.spout/csharp.example.spout.csproj @@ -0,0 +1,96 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {EB36626D-36C2-41B3-B65E-762BAF27F137} + Exe + Properties + csharp.example.spout + csharp.example.spout + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj new file mode 100644 index 0000000000..8ade4b6f06 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj @@ -0,0 +1,99 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {68A43817-2358-4A31-8FDF-FE21722BFBCF} + Exe + Properties + csharp.map.callback.receiver + csharp.map.callback.receiver + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messaging.sessionreceiver.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj new file mode 100644 index 0000000000..a2c6d0b770 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj @@ -0,0 +1,98 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} + Exe + Properties + csharp.map.callback.sender + csharp.map.callback.sender + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + true + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + true + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + true + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj new file mode 100644 index 0000000000..350c64b832 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj @@ -0,0 +1,95 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} + Exe + Properties + csharp.map.receiver + csharp.map.receiver + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.sender/csharp.map.sender.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.sender/csharp.map.sender.csproj new file mode 100644 index 0000000000..fa0e05f4ff --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.sender/csharp.map.sender.csproj @@ -0,0 +1,95 @@ + + + + Debug + x86 + 9.0.21022 + 2.0 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} + Exe + Properties + csharp.map.sender + csharp.map.sender + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\ + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\ + TRACE + true + pdbonly + x64 + prompt + + + + False + $(ProjectDir)..\..\..\bin\org.apache.qpid.messagingd.dll + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/winsdk_dotnet_examples.sln b/cpp/bindings/qpid/dotnet/winsdk_sources/winsdk_dotnet_examples.sln new file mode 100644 index 0000000000..9fe026ec35 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/winsdk_dotnet_examples.sln @@ -0,0 +1,195 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{34C477FB-B0CC-4AB9-A346-EA7B055469AC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Direct", "Direct", "{DE58D329-10DC-4C8D-9EFA-230A57314089}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "examples\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "examples\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StructuredMessage", "StructuredMessage", "{E99FEFEE-B866-4BBA-9AA3-79DDF1C92960}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "examples\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "examples\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "examples\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "examples\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client-Server", "Client-Server", "{9232212E-F3C6-4D18-8D25-0C31DD5FF3DB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "examples\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "examples\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Drain-Spout", "Drain-Spout", "{89CE04CB-21DE-4ABB-9236-50529DD8C022}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "examples\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "examples\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "examples\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hello World", "Hello World", "{4408A2DA-ED2D-44AE-A465-0B6D75E1FF86}" + ProjectSection(SolutionItems) = preProject + examples\powershell.example.helloworld\powershell.example.helloworld.ps1 = examples\powershell.example.helloworld\powershell.example.helloworld.ps1 + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "examples\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|Any CPU + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|Any CPU + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|Win32.ActiveCfg = Debug|Any CPU + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|Win32.ActiveCfg = Release|Any CPU + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|Win32.ActiveCfg = Debug|Any CPU + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|Win32.ActiveCfg = Release|Any CPU + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|Win32.ActiveCfg = Debug|Any CPU + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|Win32.ActiveCfg = Release|Any CPU + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|Win32.ActiveCfg = Debug|Any CPU + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|Win32.ActiveCfg = Release|Any CPU + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|Win32.ActiveCfg = Debug|Any CPU + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|Win32.ActiveCfg = Release|Any CPU + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {DE58D329-10DC-4C8D-9EFA-230A57314089} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {89CE04CB-21DE-4ABB-9236-50529DD8C022} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} = {DE58D329-10DC-4C8D-9EFA-230A57314089} + {52F880E7-D677-4C91-8516-D679CE0F46A8} = {DE58D329-10DC-4C8D-9EFA-230A57314089} + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {68A43817-2358-4A31-8FDF-FE21722BFBCF} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {0DE01712-C2D1-4CA4-B42C-5856456A8696} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} + {090A081D-E8B5-4949-AA43-EE182B7101E3} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} + {C43DEB69-8088-420B-B0CA-C699535E6D08} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {EB36626D-36C2-41B3-B65E-762BAF27F137} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {E31B349C-830C-4583-8BD9-30DA4398349F} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {8CC1C265-0507-44A3-9483-8FAF48513F4D} = {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} + EndGlobalSection +EndGlobal -- cgit v1.2.1