diff options
Diffstat (limited to 'qpid/cpp/src/broker.vcproj')
| -rw-r--r-- | qpid/cpp/src/broker.vcproj | 2539 |
1 files changed, 1280 insertions, 1259 deletions
diff --git a/qpid/cpp/src/broker.vcproj b/qpid/cpp/src/broker.vcproj index 23427e0320..08bf611bb8 100644 --- a/qpid/cpp/src/broker.vcproj +++ b/qpid/cpp/src/broker.vcproj @@ -1,1259 +1,1280 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.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;4355"
- />
- <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;4355"
- />
- <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;4355"
- />
- <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;4355"
- />
- <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\EventBind.cpp">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkDown.cpp">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkUp.cpp">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnect.cpp">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnectFail.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\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\QueueListeners.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="qpid\sys\TCPIOPlugin.cpp">
- </File>
- <File
- RelativePath="qpidd.cpp">
- </File>
- <File
- RelativePath="windows\QpiddBroker.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\EventBind.h">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkDown.h">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkUp.h">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnect.h">
- </File>
- <File
- RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnectFail.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\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\QueueListeners.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\TxOpVisitor.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>
+<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.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;4355" + /> + <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;4355" + /> + <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;4355" + /> + <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;4355" + /> + <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\EventBind.cpp"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkDown.cpp"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkUp.cpp"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnect.cpp"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnectFail.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\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\QueueListeners.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="qpid\sys\TCPIOPlugin.cpp"> + </File> + <File + RelativePath="qpidd.cpp"> + </File> + <File + RelativePath="windows\QpiddBroker.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\EventBind.h"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkDown.h"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventBrokerLinkUp.h"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnect.h"> + </File> + <File + RelativePath="gen\qmf\org\apache\qpid\broker\EventClientConnectFail.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\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\QueueListeners.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\TxOpVisitor.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> |
