summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/examples.sln
Commit message (Collapse)AuthorAgeFilesLines
* Windows SDK work:Andrew Stitcher2010-06-041-22/+10
| | | | | | | | | | | | * Added message_drain & message_spout programs back into the SDK examples * Modified messaging example project files to use qpidmessaging library (instead of old qpidclient lib) * Removed all x64 configurations from the example messaging projects as we don't include the x64 libs in the SDK * Put import libs in lib directory to separate them from dlls * Removed use of BOOST_ROOT env var from example projects as no boost headers are needed by the SDK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951572 13f79535-47bb-0310-9956-ffa450edef68
* Strip out the Unicode BOM markAndrew Stitcher2010-04-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936962 13f79535-47bb-0310-9956-ffa450edef68
* Fixed license text in c++ Visual Studio examples solutions files.Andrew Stitcher2010-04-211-38/+3
| | | | | | | - Ensured there were no blank lines so as not to confuse vcbuild Removed x64 builds as currently we only support win32 builds. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936339 13f79535-47bb-0310-9956-ffa450edef68
* Removed drain and spout projects from examples as they need boostAndrew Stitcher2010-04-151-16/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934274 13f79535-47bb-0310-9956-ffa450edef68
* Split example Visual Studio projects into old API and new API solutionsAndrew Stitcher2010-04-141-202/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934208 13f79535-47bb-0310-9956-ffa450edef68
* Add messaging drain and spout examples.Stephen D. Huston2010-03-221-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926326 13f79535-47bb-0310-9956-ffa450edef68
* Add vcproj files for messaging/drain and messaging/spout; resolves QPID-2299Stephen D. Huston2010-01-051-51/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896242 13f79535-47bb-0310-9956-ffa450edef68
* Move the kit-building settings out of CMakeLists.txt to a new file, ↵Stephen D. Huston2009-11-131-9/+109
| | | | | | BuildInstallSettings.cmake. Changed the examples's vcproj files to refer to the installed header/lib locations instead of in the source tree locations; also adjusted the names to match directories and look sensible in the solution list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835652 13f79535-47bb-0310-9956-ffa450edef68
* Add Visuql Studio files for qmf-agent example; finishes QPID-1731 additionsStephen D. Huston2009-05-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771756 13f79535-47bb-0310-9956-ffa450edef68
* Changes to build DLLs instead of static libs on Windows; primarily added ↵Stephen D. Huston2009-03-121-0/+213
decorators to exported names. Fixes QPID-1673 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@753014 13f79535-47bb-0310-9956-ffa450edef68