Author: shuston Date: Fri Oct 24 14:33:19 2008 New Revision: 707753 URL: http://svn.apache.org/viewvc?rev=707753&view=rev Log: Microsoft Visual Studio 2005 (VC8) project/solution files
Added:
incubator/qpid/trunk/qpid/cpp/src/broker.vcproj
incubator/qpid/trunk/qpid/cpp/src/client.vcproj
incubator/qpid/trunk/qpid/cpp/src/common.vcproj
incubator/qpid/trunk/qpid/cpp/src/qpid.sln
Added: incubator/qpid/trunk/qpid/cpp/src/broker.vcproj
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/broker.vcproj?rev=707753&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/broker.vcproj (added)
+++ incubator/qpid/trunk/qpid/cpp/src/broker.vcproj Fri Oct 24 14:33:19 2008
@@ -0,0 +1,1256 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="broker"
+ ProjectGUID="{09613D48-FECA-1BAD-9D20-8C374564ADCF}"
+ RootNamespace="broker"
+ Keyword="Win32Proj"
+ SignManifests="true"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Static_Debug"
+ IntermediateDirectory="Static_Debug\broker\I386"
+ ConfigurationType="1"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_CRT_NONSTDC_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4244;4800;4290"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="_DEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="qpidcommonsd.lib
ws2_32.lib secur32.lib rpcrt4.lib"
+ OutputFile="$(OutDir)\qpidbroker.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+
AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Static_Release"
+ IntermediateDirectory="Static_Release\broker\I386"
+ ConfigurationType="1"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_CRT_NONSTDC_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS"
+ RuntimeLibrary="0"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DisableSpecificWarnings="4244;4800;4290"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="NDEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="qpidcommons.lib
ws2_32.lib secur32.lib rpcrt4.lib"
+ OutputFile="$(OutDir)\qpidbroker.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+
AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="Static_Debug"
+ IntermediateDirectory="Static_Debug\broker\AMD64"
+ ConfigurationType="1"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4244;4800;4290"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="_DEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS;_WIN64"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/machine:AMD64"
+ AdditionalDependencies="qpidcommonsd.lib
ws2_32.lib secur32.lib rpcrt4.lib"
+ OutputFile="$(OutDir)\qpidbroker.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+
AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="Static_Release"
+ IntermediateDirectory="Static_Release\broker\AMD64"
+ ConfigurationType="1"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS"
+ RuntimeLibrary="0"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DisableSpecificWarnings="4244;4800;4290"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="NDEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN;_SCL_SECURE_NO_WARNINGS;_WIN64"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/machine:AMD64"
+ AdditionalDependencies="qpidcommons.lib
ws2_32.lib secur32.lib rpcrt4.lib"
+ OutputFile="$(OutDir)\qpidbroker.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+
AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;cxx;cc;C;c">
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\Acl.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventAllow.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventDeny.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventFileLoaded.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventFileLoadFailed.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\Package.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Agent.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Binding.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Bridge.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Broker.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Connection.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentConnect.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentDisconnect.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventBind.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerConnect.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerDisconnect.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnect.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventClientDisconnect.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventExchangeDeclare.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventExchangeDelete.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventQueueDeclare.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventQueueDelete.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventSubscribe.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventUnbind.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventUnsubscribe.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Exchange.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Link.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Package.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Queue.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Session.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\System.cpp">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Vhost.cpp">
+ </File>
+ <File
+ RelativePath="qpid\amqp_0_10\Connection.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="qpid\amqp_0_10\Connection.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Bridge.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="qpid\broker\Broker.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="qpid\broker\BrokerSingleton.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\Connection.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)3.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)3.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)3.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)3.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+
RelativePath="qpid\broker\ConnectionFactory.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\ConnectionHandler.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\DeliverableMessage.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\DeliveryRecord.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\DirectExchange.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxAck.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxBuffer.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxManager.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxTimeout.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxWorkRecord.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\Exchange.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="qpid\broker\ExchangeRegistry.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\FanOutExchange.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\HeadersExchange.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\IncomingExecutionContext.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\IncompleteMessageList.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\Link.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="qpid\broker\LinkRegistry.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\Message.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\MessageAdapter.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\MessageBuilder.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\MessageStoreModule.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\NameGenerator.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\NullMessageStore.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\PersistableMessage.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\Queue.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="qpid\broker\QueueBindings.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueueCleaner.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueuePolicy.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueueRegistry.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\RateTracker.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoveredDequeue.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoveredEnqueue.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\RecoveryManagerImpl.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\SemanticState.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\SemanticState.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionAdapter.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionContext.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionHandler.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionHandler.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionManager.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionManager.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionState.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionState.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\System.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="qpid\broker\Timer.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\TopicExchange.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\TxAccept.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\TxBuffer.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\TxPublish.cpp">
+ </File>
+ <File
+ RelativePath="qpid\broker\Vhost.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64">
+ <Tool
+ Name="VCCLCompilerTool"
+
ObjectFile="$(IntDir)\$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+
RelativePath="qpid\broker\windows\BrokerDefaults.cpp">
+ </File>
+ <File
+
RelativePath="qpid\broker\windows\SaslAuthenticator.cpp">
+ </File>
+ <File
+
RelativePath="qpid\management\ManagementBroker.cpp">
+ </File>
+ <File
+
RelativePath="qpid\management\ManagementExchange.cpp">
+ </File>
+ <File
+ RelativePath="qpidd.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hh">
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\Acl.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventAllow.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventDeny.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventFileLoaded.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\EventFileLoadFailed.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\acl\Package.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Agent.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\ArgsBrokerConnect.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\ArgsBrokerEcho.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\ArgsBrokerQueueMoveMessages.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\ArgsLinkBridge.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\ArgsQueuePurge.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Binding.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Bridge.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Broker.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Connection.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentConnect.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventAgentDisconnect.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventBind.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerConnect.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerDisconnect.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnect.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventClientDisconnect.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventExchangeDeclare.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventExchangeDelete.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventQueueDeclare.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventQueueDelete.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventSubscribe.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventUnbind.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\EventUnsubscribe.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Exchange.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Link.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Package.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Queue.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Session.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\System.h">
+ </File>
+ <File
+
RelativePath="gen\qmf\org\apache\qpid\broker\Vhost.h">
+ </File>
+ <File
+ RelativePath="qpid\amqp_0_10\Connection.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\AclModule.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Bridge.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Broker.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\BrokerSingleton.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Connection.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\ConnectionFactory.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\ConnectionHandler.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\ConnectionState.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\ConnectionToken.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Consumer.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Daemon.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Deliverable.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DeliverableMessage.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DeliveryAdapter.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DeliveryId.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DeliveryRecord.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DeliveryToken.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DirectExchange.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxAck.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxBuffer.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxManager.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxTimeout.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\DtxWorkRecord.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Exchange.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\ExchangeRegistry.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\FanOutExchange.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\HandlerImpl.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\HeadersExchange.h">
+ </File>
+ <File
+
RelativePath="qpid\broker\IncomingExecutionContext.h">
+ </File>
+ <File
+
RelativePath="qpid\broker\IncompleteMessageList.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Link.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\LinkRegistry.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Message.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\MessageAdapter.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\MessageBuilder.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\MessageDelivery.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\MessageStore.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\MessageStoreModule.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\NameGenerator.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\NullMessageStore.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\OwnershipToken.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Persistable.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\PersistableConfig.h">
+ </File>
+ <File
+
RelativePath="qpid\broker\PersistableExchange.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\PersistableMessage.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\PersistableQueue.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Queue.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueueBindings.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueueCleaner.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueueMessage.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueuePolicy.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\QueueRegistry.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\RateTracker.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoverableConfig.h">
+ </File>
+ <File
+
RelativePath="qpid\broker\RecoverableExchange.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoverableMessage.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoverableQueue.h">
+ </File>
+ <File
+
RelativePath="qpid\broker\RecoverableTransaction.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoveredDequeue.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoveredEnqueue.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\RecoveryManager.h">
+ </File>
+ <File
+
RelativePath="qpid\broker\RecoveryManagerImpl.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SaslAuthenticator.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SemanticState.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionAdapter.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionContext.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionHandler.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionManager.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SessionState.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\SignalHandler.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\System.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Timer.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\TopicExchange.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\TransactionalStore.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\TxAccept.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\TxBuffer.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\TxOp.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\TxPublish.h">
+ </File>
+ <File
+ RelativePath="qpid\broker\Vhost.h">
+ </File>
+ <File
+ RelativePath="qpid\management\Args.h">
+ </File>
+ <File
+ RelativePath="qpid\management\Manageable.h">
+ </File>
+ <File
+
RelativePath="qpid\management\ManagementBroker.h">
+ </File>
+ <File
+
RelativePath="qpid\management\ManagementExchange.h">
+ </File>
+ <File
+
RelativePath="qpid\management\ManagementObject.h">
+ </File>
+ <File
+ RelativePath="qpidd.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: incubator/qpid/trunk/qpid/cpp/src/client.vcproj
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/client.vcproj?rev=707753&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/client.vcproj (added)
+++ incubator/qpid/trunk/qpid/cpp/src/client.vcproj Fri Oct 24 14:33:19 2008
@@ -0,0 +1,547 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="client"
+ ProjectGUID="{6961DBA3-FECA-1BAD-F396-8C394564ADCF}"
+ RootNamespace="client"
+ Keyword="Win32Proj"
+ SignManifests="true"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="."
+ IntermediateDirectory="Static_Debug\client\I386"
+ ConfigurationType="4"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4244;4800;4355"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="_DEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\qpidclientsd.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="."
+ IntermediateDirectory="Static_Release\client\I386"
+ ConfigurationType="4"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN"
+ RuntimeLibrary="0"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DisableSpecificWarnings="4244;4800;4355"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="NDEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\qpidclients.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="."
+ IntermediateDirectory="Static_Debug\client\AMD64"
+ ConfigurationType="4"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;NOMINMAX;WIN32_LEAN_AND_MEAN"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4244;4800;4355"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="_DEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN;_WIN64"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\qpidclientsd.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="."
+ IntermediateDirectory="Static_Release\client\AMD64"
+ ConfigurationType="4"
+ CharacterSet="0"
+
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalOptions=""
+ AdditionalIncludeDirectories=""
+ TypeLibraryName="$(InputName).tlb"
+ HeaderFileName="$(InputName).h"
+ InterfaceIdentifierFileName="$(InputName)_i.c"
+ ProxyFileName="$(InputName)_p.c"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;NOMINMAX;WIN32_LEAN_AND_MEAN"
+ RuntimeLibrary="0"
+ RuntimeTypeInfo="true"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DisableSpecificWarnings="4244;4800;4355"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+
PreprocessorDefinitions="NDEBUG;NOMINMAX;WIN32_LEAN_AND_MEAN;_WIN64"
+ Culture="1033"
+
AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\qpidclients.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;cxx;cc;C;c">
+ <File
+
RelativePath="gen\qpid\client\no_keyword\AsyncSession_0_10.cpp">
+ </File>
+ <File
+
RelativePath="gen\qpid\client\no_keyword\Session_0_10.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\AckPolicy.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Bounds.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Connection.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\ConnectionAccess.h">
+ </File>
+ <File
+
RelativePath="qpid\client\ConnectionHandler.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\ConnectionImpl.cpp">
+ </File>
+ <File
+
RelativePath="qpid\client\ConnectionSettings.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Connector.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Demux.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Dispatcher.cpp">
+ </File>
+ <File
+
RelativePath="qpid\client\FailoverConnection.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\FailoverListener.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\FailoverListener.h">
+ </File>
+ <File
+ RelativePath="qpid\client\FailoverSession.cpp">
+ </File>
+ <File
+
RelativePath="qpid\client\FailoverSubscriptionManager.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Future.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\FutureCompletion.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\FutureResult.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\LoadPlugins.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\LocalQueue.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Message.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\MessageListener.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\QueueOptions.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\Results.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\SessionBase_0_10.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\SessionBase_0_10.h">
+ </File>
+ <File
+
RelativePath="qpid\client\SessionBase_0_10Access.h">
+ </File>
+ <File
+ RelativePath="qpid\client\SessionImpl.cpp">
+ </File>
+ <File
+ RelativePath="qpid\client\StateManager.cpp">
+ </File>
+ <File
+
RelativePath="qpid\client\SubscriptionManager.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hh">
+ <File
+ RelativePath="gen\qpid\client\arg.h">
+ </File>
+ <File
+
RelativePath="gen\qpid\client\AsyncSession_0_10.h">
+ </File>
+ <File
+
RelativePath="gen\qpid\client\no_keyword\AsyncSession_0_10.h">
+ </File>
+ <File
+
RelativePath="gen\qpid\client\no_keyword\Session_0_10.h">
+ </File>
+ <File
+ RelativePath="gen\qpid\client\Session_0_10.h">
+ </File>
+ <File
+ RelativePath="qpid\client\AckMode.h">
+ </File>
+ <File
+ RelativePath="qpid\client\AckPolicy.h">
+ </File>
+ <File
+ RelativePath="qpid\client\AsyncSession.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Bounds.h">
+ </File>
+ <File
+
RelativePath="qpid\client\ChainableFrameHandler.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Completion.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Connection.h">
+ </File>
+ <File
+ RelativePath="qpid\client\ConnectionAccess.h">
+ </File>
+ <File
+ RelativePath="qpid\client\ConnectionHandler.h">
+ </File>
+ <File
+ RelativePath="qpid\client\ConnectionImpl.h">
+ </File>
+ <File
+ RelativePath="qpid\client\ConnectionSettings.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Connector.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Demux.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Dispatcher.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Execution.h">
+ </File>
+ <File
+ RelativePath="qpid\client\FailoverConnection.h">
+ </File>
+ <File
+ RelativePath="qpid\client\FailoverListener.h">
+ </File>
+ <File
+ RelativePath="qpid\client\FailoverSession.h">
+ </File>
+ <File
+
RelativePath="qpid\client\FailoverSubscriptionManager.h">
+ </File>
+ <File
+ RelativePath="qpid\client\FlowControl.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Future.h">
+ </File>
+ <File
+ RelativePath="qpid\client\FutureCompletion.h">
+ </File>
+ <File
+ RelativePath="qpid\client\FutureResult.h">
+ </File>
+ <File
+ RelativePath="qpid\client\LocalQueue.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Message.h">
+ </File>
+ <File
+ RelativePath="qpid\client\MessageListener.h">
+ </File>
+ <File
+ RelativePath="qpid\client\QueueOptions.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Results.h">
+ </File>
+ <File
+ RelativePath="qpid\client\Session.h">
+ </File>
+ <File
+ RelativePath="qpid\client\SessionBase_0_10.h">
+ </File>
+ <File
+
RelativePath="qpid\client\SessionBase_0_10Access.h">
+ </File>
+ <File
+ RelativePath="qpid\client\SessionImpl.h">
+ </File>
+ <File
+ RelativePath="qpid\client\StateManager.h">
+ </File>
+ <File
+
RelativePath="qpid\client\SubscriptionManager.h">
+ </File>
+ <File
+ RelativePath="qpid\client\TypedResult.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
