diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/build-aux/ltmain.sh | 21 | ||||
-rw-r--r-- | cpp/docs/api/doxygen.css | 21 | ||||
-rw-r--r-- | cpp/docs/api/doxygen_mainpage.h | 21 | ||||
-rw-r--r-- | cpp/docs/api/footer.html | 21 | ||||
-rw-r--r-- | cpp/docs/api/header.html | 21 | ||||
-rw-r--r-- | cpp/docs/api/stylesheet.css | 21 | ||||
-rw-r--r-- | cpp/docs/api/tabs.css | 21 | ||||
-rwxr-xr-x | cpp/make-dist | 22 | ||||
-rwxr-xr-x | cpp/managementgen/qmf-gen | 21 | ||||
-rw-r--r-- | cpp/src/MaxMethodBodySize.vcproj | 771 | ||||
-rw-r--r-- | cpp/src/broker.vcproj | 2539 | ||||
-rw-r--r-- | cpp/src/client.vcproj | 1127 | ||||
-rw-r--r-- | cpp/src/common.vcproj | 3455 | ||||
-rwxr-xr-x | cpp/src/prof | 21 |
14 files changed, 4199 insertions, 3904 deletions
diff --git a/cpp/build-aux/ltmain.sh b/cpp/build-aux/ltmain.sh index c715b59412..69aab477aa 100755 --- a/cpp/build-aux/ltmain.sh +++ b/cpp/build-aux/ltmain.sh @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + # ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # diff --git a/cpp/docs/api/doxygen.css b/cpp/docs/api/doxygen.css index 22c484301d..3292768f0c 100644 --- a/cpp/docs/api/doxygen.css +++ b/cpp/docs/api/doxygen.css @@ -1,3 +1,24 @@ +/* + * + * 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. + * + */ + BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { font-family: Geneva, Arial, Helvetica, sans-serif; } diff --git a/cpp/docs/api/doxygen_mainpage.h b/cpp/docs/api/doxygen_mainpage.h index 590cbd797d..cb59cfa260 100644 --- a/cpp/docs/api/doxygen_mainpage.h +++ b/cpp/docs/api/doxygen_mainpage.h @@ -1,3 +1,24 @@ +/* + * + * 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. + * + */ + // This header file is just for doxygen documentation purposes. /** \mainpage Qpid C++ API Reference diff --git a/cpp/docs/api/footer.html b/cpp/docs/api/footer.html index 48990aeb8f..c243486c87 100644 --- a/cpp/docs/api/footer.html +++ b/cpp/docs/api/footer.html @@ -1,3 +1,24 @@ +<!-- + + 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. + +--> + <hr size="1"><address style="text-align: right;"><small> Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address> </body> diff --git a/cpp/docs/api/header.html b/cpp/docs/api/header.html index f6dd2c4b0a..724bd23899 100644 --- a/cpp/docs/api/header.html +++ b/cpp/docs/api/header.html @@ -1,3 +1,24 @@ +<!-- + + 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. + +--> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$title</title> diff --git a/cpp/docs/api/stylesheet.css b/cpp/docs/api/stylesheet.css index 22c484301d..3292768f0c 100644 --- a/cpp/docs/api/stylesheet.css +++ b/cpp/docs/api/stylesheet.css @@ -1,3 +1,24 @@ +/* + * + * 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. + * + */ + BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { font-family: Geneva, Arial, Helvetica, sans-serif; } diff --git a/cpp/docs/api/tabs.css b/cpp/docs/api/tabs.css index 95f00a91da..56f0e04564 100644 --- a/cpp/docs/api/tabs.css +++ b/cpp/docs/api/tabs.css @@ -1,3 +1,24 @@ +/* + * + * 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. + * + */ + /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */ DIV.tabs diff --git a/cpp/make-dist b/cpp/make-dist index c23cad63a1..a0c02402e5 100755 --- a/cpp/make-dist +++ b/cpp/make-dist @@ -1,4 +1,26 @@ #!/bin/bash + +# +# +# 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. +# + + # # Temporary hack for producing a binary dev distribution. # Includes regular stuff from 'make install' + examples and headers. diff --git a/cpp/managementgen/qmf-gen b/cpp/managementgen/qmf-gen index 21c42dc107..15fbdadfb4 100755 --- a/cpp/managementgen/qmf-gen +++ b/cpp/managementgen/qmf-gen @@ -1,4 +1,25 @@ #!/usr/bin/env python +# +# +# 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. +# +# + # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/cpp/src/MaxMethodBodySize.vcproj b/cpp/src/MaxMethodBodySize.vcproj index f7365eacd9..bf13fe534f 100644 --- a/cpp/src/MaxMethodBodySize.vcproj +++ b/cpp/src/MaxMethodBodySize.vcproj @@ -1,375 +1,396 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="MaxMethodBodySize"
- ProjectGUID="{CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}"
- RootNamespace="MaxMethodBodySize"
- 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\MaxMethodBodySize\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"
- 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"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies=""
- OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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"
- CommandLine="$(OutDir)\generate_MaxMethodBodySize_h"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Static_Release"
- IntermediateDirectory="Static_Release\MaxMethodBodySize\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"
- RuntimeLibrary="0"
- RuntimeTypeInfo="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DisableSpecificWarnings="4244;4800;4355"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;NOMINMAX"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies=""
- OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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"
- CommandLine="$(OutDir)\generate_MaxMethodBodySize_h"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="Static_Debug"
- IntermediateDirectory="Static_Debug\MaxMethodBodySize\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"
- 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;_WIN64"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/machine:AMD64"
- AdditionalDependencies=""
- OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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"
- CommandLine="$(OutDir)\generate_MaxMethodBodySize_h"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="Static_Release"
- IntermediateDirectory="Static_Release\MaxMethodBodySize\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"
- RuntimeLibrary="0"
- RuntimeTypeInfo="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DisableSpecificWarnings="4244;4800;4355"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;NOMINMAX;_WIN64"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/machine:AMD64"
- AdditionalDependencies=""
- OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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"
- CommandLine="$(OutDir)\generate_MaxMethodBodySize_h"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;cxx;cc;C;c">
- <File
- RelativePath="gen\generate_MaxMethodBodySize_h.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hh">
- <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="MaxMethodBodySize" + ProjectGUID="{CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}" + RootNamespace="MaxMethodBodySize" + 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\MaxMethodBodySize\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" + 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" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="" + OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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" + CommandLine="$(OutDir)\generate_MaxMethodBodySize_h" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Static_Release" + IntermediateDirectory="Static_Release\MaxMethodBodySize\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" + RuntimeLibrary="0" + RuntimeTypeInfo="true" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DisableSpecificWarnings="4244;4800;4355" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG;NOMINMAX" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="" + OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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" + CommandLine="$(OutDir)\generate_MaxMethodBodySize_h" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory="Static_Debug" + IntermediateDirectory="Static_Debug\MaxMethodBodySize\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" + 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;_WIN64" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/machine:AMD64" + AdditionalDependencies="" + OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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" + CommandLine="$(OutDir)\generate_MaxMethodBodySize_h" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory="Static_Release" + IntermediateDirectory="Static_Release\MaxMethodBodySize\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" + RuntimeLibrary="0" + RuntimeTypeInfo="true" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DisableSpecificWarnings="4244;4800;4355" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG;NOMINMAX;_WIN64" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/machine:AMD64" + AdditionalDependencies="" + OutputFile="$(OutDir)\generate_MaxMethodBodySize_h.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" + CommandLine="$(OutDir)\generate_MaxMethodBodySize_h" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;cxx;cc;C;c"> + <File + RelativePath="gen\generate_MaxMethodBodySize_h.cpp"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hh"> + <File + RelativePath="qpidd.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/cpp/src/broker.vcproj b/cpp/src/broker.vcproj index 23427e0320..08bf611bb8 100644 --- a/cpp/src/broker.vcproj +++ b/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> diff --git a/cpp/src/client.vcproj b/cpp/src/client.vcproj index eb817b7cfd..51ca9b8d56 100644 --- a/cpp/src/client.vcproj +++ b/cpp/src/client.vcproj @@ -1,553 +1,574 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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\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\FailoverListener.cpp">
- </File>
- <File
- RelativePath="qpid\client\FailoverListener.h">
- </File>
- <File
- RelativePath="qpid\client\FailoverManager.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\MessageReplayTracker.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\Subscription.cpp">
- </File>
- <File
- RelativePath="qpid\client\SubscriptionImpl.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\FailoverListener.h">
- </File>
- <File
- RelativePath="qpid\client\FailoverManager.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\MessageReplayTracker.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\Subscription.h">
- </File>
- <File
- RelativePath="qpid\client\SubscriptionImpl.h">
- </File>
- <File
- RelativePath="qpid\client\SubscriptionManager.h">
- </File>
- <File
- RelativePath="qpid\client\SubscriptionSettings.h">
- </File>
- <File
- RelativePath="qpid\client\TypedResult.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="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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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;CONF_FILE=\"qpidc.conf\";MODULE_DIR=\".\";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\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\FailoverListener.cpp"> + </File> + <File + RelativePath="qpid\client\FailoverListener.h"> + </File> + <File + RelativePath="qpid\client\FailoverManager.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\MessageReplayTracker.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\Subscription.cpp"> + </File> + <File + RelativePath="qpid\client\SubscriptionImpl.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\FailoverListener.h"> + </File> + <File + RelativePath="qpid\client\FailoverManager.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\MessageReplayTracker.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\Subscription.h"> + </File> + <File + RelativePath="qpid\client\SubscriptionImpl.h"> + </File> + <File + RelativePath="qpid\client\SubscriptionManager.h"> + </File> + <File + RelativePath="qpid\client\SubscriptionSettings.h"> + </File> + <File + RelativePath="qpid\client\TypedResult.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/cpp/src/common.vcproj b/cpp/src/common.vcproj index 4810eac7cb..9004faa2a6 100644 --- a/cpp/src/common.vcproj +++ b/cpp/src/common.vcproj @@ -1,1717 +1,1738 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="common"
- ProjectGUID="{C961EF23-FECA-1BAD-BB9C-8C3A4564ADCF}"
- RootNamespace="common"
- Keyword="Win32Proj"
- SignManifests="true"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="."
- IntermediateDirectory="Static_Debug\common\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;_SCL_SECURE_NO_WARNINGS"
- 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;_SCL_SECURE_NO_WARNINGS"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\qpidcommonsd.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\common\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;_SCL_SECURE_NO_WARNINGS"
- 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;_SCL_SECURE_NO_WARNINGS"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\qpidcommons.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\common\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;_SCL_SECURE_NO_WARNINGS"
- 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;_SCL_SECURE_NO_WARNINGS;_WIN64"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\qpidcommonsd.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\common\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;_SCL_SECURE_NO_WARNINGS"
- 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;_SCL_SECURE_NO_WARNINGS;_WIN64"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\qpidcommons.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\framing\AllInvoker.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_AllProxy.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_ClientProxy.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_ServerProxy.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\BodyHolder_gen.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ClientInvoker.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionCloseBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionCloseOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionHeartbeatBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionOpenBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionOpenOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionRedirectBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionSecureBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionSecureOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionStartBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionStartOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionTuneBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionTuneOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DeliveryProperties.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxCommitBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxEndBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxForgetBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxGetTimeoutBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxGetTimeoutResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxPrepareBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxRecoverBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxRecoverResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxRollbackBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxSelectBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxSetTimeoutBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxStartBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeBindBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeBoundBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeBoundResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeDeclareBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeDeleteBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeQueryBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeQueryResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeUnbindBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExecutionExceptionBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExecutionResultBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExecutionSyncBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileAckBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileCancelBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileConsumeBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileConsumeOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileDeliverBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileOpenBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileOpenOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileProperties.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FilePublishBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileQosBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileQosOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileRejectBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileReturnBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileStageBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\FragmentProperties.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\Header.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageAcceptBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageAcquireBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageAcquireResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageCancelBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageFlowBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageFlushBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageProperties.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageRejectBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageReleaseBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageResumeBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageResumeResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageSetFlowModeBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageStopBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageSubscribeBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageTransferBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\MethodBodyDefaultVisitor.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueDeclareBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueDeleteBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueuePurgeBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueQueryBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueQueryResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\reply_exceptions.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ReplyTo.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\ServerInvoker.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionAttachBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionAttachedBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionCommandPointBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionCompletedBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionConfirmedBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionDetachBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionDetachedBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionExpectedBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionFlushBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionGapBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionKnownCompletedBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionRequestTimeoutBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionTimeoutBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamCancelBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamConsumeBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamConsumeOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamDeliverBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamProperties.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamPublishBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamQosBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamQosOkBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamReturnBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\TxCommitBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\TxRollbackBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\TxSelectBody.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\TypeCode.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\XaResult.cpp">
- </File>
- <File
- RelativePath="gen\qpid\framing\Xid.cpp">
- </File>
- <File
- RelativePath="qpid\Address.cpp">
- </File>
- <File
- RelativePath="qpid\amqp_0_10\SessionHandler.cpp">
- </File>
- <File
- RelativePath="qpid\amqp_0_10\SessionHandler.h">
- </File>
- <File
- RelativePath="qpid\assert.cpp">
- </File>
- <File
- RelativePath="qpid\assert.h">
- </File>
- <File
- RelativePath="qpid\DataDir.cpp">
- </File>
- <File
- RelativePath="qpid\Exception.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AccumulatedAck.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AMQBody.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AMQContentBody.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AMQFrame.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AMQHeaderBody.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AMQHeartbeatBody.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AMQMethodBody.cpp">
- </File>
- <File
- RelativePath="qpid\framing\AMQP_HighestVersion.h">
- </File>
- <File
- RelativePath="qpid\framing\Array.cpp">
- </File>
- <File
- RelativePath="qpid\framing\Blob.cpp">
- </File>
- <File
- RelativePath="qpid\framing\BodyHandler.cpp">
- </File>
- <File
- RelativePath="qpid\framing\BodyHolder.cpp">
- </File>
- <File
- RelativePath="qpid\framing\Buffer.cpp">
- </File>
- <File
- RelativePath="qpid\framing\Endian.cpp">
- </File>
- <File
- RelativePath="qpid\framing\FieldTable.cpp">
- </File>
- <File
- RelativePath="qpid\framing\FieldValue.cpp">
- </File>
- <File
- RelativePath="qpid\framing\FrameDecoder.cpp">
- </File>
- <File
- RelativePath="qpid\framing\FrameSet.cpp">
- </File>
- <File
- RelativePath="qpid\framing\MaxMethodBodySize.h">
- </File>
- <File
- RelativePath="qpid\framing\ProtocolInitiation.cpp">
- </File>
- <File
- RelativePath="qpid\framing\ProtocolVersion.cpp">
- </File>
- <File
- RelativePath="qpid\framing\Proxy.cpp">
- </File>
- <File
- RelativePath="qpid\framing\SendContent.cpp">
- </File>
- <File
- RelativePath="qpid\framing\SequenceNumber.cpp">
- </File>
- <File
- RelativePath="qpid\framing\SequenceNumberSet.cpp">
- </File>
- <File
- RelativePath="qpid\framing\SequenceSet.cpp">
- </File>
- <File
- RelativePath="qpid\framing\TransferContent.cpp">
- </File>
- <File
- RelativePath="qpid\framing\Uuid.cpp">
- </File>
- <File
- RelativePath="qpid\log\Logger.cpp">
- </File>
- <File
- RelativePath="qpid\log\Options.cpp">
- </File>
- <File
- RelativePath="qpid\log\OstreamOutput.cpp">
- </File>
- <File
- RelativePath="qpid\log\Selector.cpp">
- </File>
- <File
- RelativePath="qpid\log\Statement.cpp">
- </File>
- <File
- RelativePath="qpid\log\windows\SinkOptions.cpp">
- </File>
- <File
- RelativePath="qpid\management\Manageable.cpp">
- </File>
- <File
- RelativePath="qpid\management\ManagementObject.cpp">
- </File>
- <File
- RelativePath="qpid\Modules.cpp">
- </File>
- <File
- RelativePath="qpid\Options.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\Plugin.cpp">
- </File>
- <File
- RelativePath="qpid\pointer_to_other.h">
- </File>
- <File
- RelativePath="qpid\RefCountedBuffer.cpp">
- </File>
- <File
- RelativePath="qpid\RefCountedBuffer.h">
- </File>
- <File
- RelativePath="qpid\Serializer.h">
- </File>
- <File
- RelativePath="qpid\SessionId.cpp">
- </File>
- <File
- RelativePath="qpid\SessionState.cpp">
- </File>
- <File
- RelativePath="qpid\SessionState.h">
- </File>
- <File
- RelativePath="qpid\StringUtils.cpp">
- </File>
- <File
- RelativePath="qpid\sys\AggregateOutput.cpp">
- </File>
- <File
- RelativePath="qpid\sys\AsynchIOHandler.cpp">
- </File>
- <File
- RelativePath="qpid\sys\PollableCondition.h">
- </File>
- <File
- RelativePath="qpid\sys\PollableQueue.h">
- </File>
- <File
- RelativePath="qpid\sys\Runnable.cpp">
- </File>
- <File
- RelativePath="qpid\sys\Shlib.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\AsynchIO.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\FileSysDir.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\IocpDispatcher.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\IocpPoller.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\IOHandle.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\LockFile.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\Shlib.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\sys\windows\Socket.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\StrError.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\SystemInfo.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\Thread.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\Time.cpp">
- </File>
- <File
- RelativePath="qpid\sys\windows\uuid.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\Url.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hh">
- <File
- RelativePath="gen\qpid\framing\all_method_bodies.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\AllInvoker.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_AllOperations.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_AllProxy.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_ClientOperations.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_ClientProxy.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_ServerOperations.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\AMQP_ServerProxy.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\amqp_structs.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ClientInvoker.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionCloseBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionCloseOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionHeartbeatBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionOpenBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionOpenOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionRedirectBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionSecureBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionSecureOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionStartBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionStartOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionTuneBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ConnectionTuneOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\constants.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DeliveryProperties.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxCommitBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxEndBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxForgetBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxGetTimeoutBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxGetTimeoutResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxPrepareBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxRecoverBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxRecoverResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxRollbackBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxSelectBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxSetTimeoutBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\DtxStartBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\enum.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeBindBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeBoundBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeBoundResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeDeclareBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeDeleteBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeQueryBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeQueryResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExchangeUnbindBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExecutionExceptionBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExecutionResultBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ExecutionSyncBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileAckBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileCancelBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileConsumeBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileConsumeOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileDeliverBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileOpenBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileOpenOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileProperties.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FilePublishBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileQosBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileQosOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileRejectBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileReturnBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FileStageBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\FragmentProperties.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\frame_body_lists.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\Header.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageAcceptBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageAcquireBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageAcquireResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageCancelBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageFlowBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageFlushBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageProperties.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageRejectBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageReleaseBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageResumeBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageResumeResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageSetFlowModeBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageStopBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageSubscribeBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MessageTransferBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MethodBodyConstVisitor.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\MethodBodyDefaultVisitor.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueDeclareBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueDeleteBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueuePurgeBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueQueryBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\QueueQueryResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\reply_exceptions.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ReplyTo.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\ServerInvoker.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionAttachBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionAttachedBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionCommandPointBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionCompletedBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionConfirmedBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionDetachBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionDetachedBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionExpectedBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionFlushBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionGapBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionKnownCompletedBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionRequestTimeoutBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\SessionTimeoutBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamCancelBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamConsumeBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamConsumeOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamDeliverBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamProperties.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamPublishBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamQosBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamQosOkBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\StreamReturnBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\TxCommitBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\TxRollbackBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\TxSelectBody.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\TypeCode.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\XaResult.h">
- </File>
- <File
- RelativePath="gen\qpid\framing\Xid.h">
- </File>
- <File
- RelativePath="qpid\Address.h">
- </File>
- <File
- RelativePath="qpid\amqp_0_10\apply.h">
- </File>
- <File
- RelativePath="qpid\amqp_0_10\Exception.h">
- </File>
- <File
- RelativePath="qpid\amqp_0_10\SessionHandler.h">
- </File>
- <File
- RelativePath="qpid\assert.h">
- </File>
- <File
- RelativePath="qpid\DataDir.h">
- </File>
- <File
- RelativePath="qpid\Exception.h">
- </File>
- <File
- RelativePath="qpid\framing\AccumulatedAck.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQBody.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQCommandControlBody.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQContentBody.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQDataBlock.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQFrame.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQHeaderBody.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQHeartbeatBody.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQMethodBody.h">
- </File>
- <File
- RelativePath="qpid\framing\amqp_framing.h">
- </File>
- <File
- RelativePath="qpid\framing\AMQP_HighestVersion.h">
- </File>
- <File
- RelativePath="qpid\framing\amqp_types.h">
- </File>
- <File
- RelativePath="qpid\framing\amqp_types_full.h">
- </File>
- <File
- RelativePath="qpid\framing\Array.h">
- </File>
- <File
- RelativePath="qpid\framing\Blob.h">
- </File>
- <File
- RelativePath="qpid\framing\BodyHandler.h">
- </File>
- <File
- RelativePath="qpid\framing\BodyHolder.h">
- </File>
- <File
- RelativePath="qpid\framing\Buffer.h">
- </File>
- <File
- RelativePath="qpid\framing\ChannelHandler.h">
- </File>
- <File
- RelativePath="qpid\framing\Endian.h">
- </File>
- <File
- RelativePath="qpid\framing\FieldTable.h">
- </File>
- <File
- RelativePath="qpid\framing\FieldValue.h">
- </File>
- <File
- RelativePath="qpid\framing\frame_functors.h">
- </File>
- <File
- RelativePath="qpid\framing\FrameDecoder.h">
- </File>
- <File
- RelativePath="qpid\framing\FrameDefaultVisitor.h">
- </File>
- <File
- RelativePath="qpid\framing\FrameHandler.h">
- </File>
- <File
- RelativePath="qpid\framing\FrameSet.h">
- </File>
- <File
- RelativePath="qpid\framing\Handler.h">
- </File>
- <File
- RelativePath="qpid\framing\HeaderProperties.h">
- </File>
- <File
- RelativePath="qpid\framing\InitiationHandler.h">
- </File>
- <File
- RelativePath="qpid\framing\InputHandler.h">
- </File>
- <File
- RelativePath="qpid\framing\Invoker.h">
- </File>
- <File
- RelativePath="qpid\framing\MaxMethodBodySize.h">
- </File>
- <File
- RelativePath="qpid\framing\MethodContent.h">
- </File>
- <File
- RelativePath="qpid\framing\ModelMethod.h">
- </File>
- <File
- RelativePath="qpid\framing\OutputHandler.h">
- </File>
- <File
- RelativePath="qpid\framing\ProtocolInitiation.h">
- </File>
- <File
- RelativePath="qpid\framing\ProtocolVersion.h">
- </File>
- <File
- RelativePath="qpid\framing\Proxy.h">
- </File>
- <File
- RelativePath="qpid\framing\SendContent.h">
- </File>
- <File
- RelativePath="qpid\framing\SequenceNumber.h">
- </File>
- <File
- RelativePath="qpid\framing\SequenceNumberSet.h">
- </File>
- <File
- RelativePath="qpid\framing\SequenceSet.h">
- </File>
- <File
- RelativePath="qpid\framing\StructHelper.h">
- </File>
- <File
- RelativePath="qpid\framing\TransferContent.h">
- </File>
- <File
- RelativePath="qpid\framing\TypeFilter.h">
- </File>
- <File
- RelativePath="qpid\framing\Uuid.h">
- </File>
- <File
- RelativePath="qpid\framing\variant.h qpid\log\Helpers.h">
- </File>
- <File
- RelativePath="qpid\framing\Visitor.h">
- </File>
- <File
- RelativePath="qpid\InlineAllocator.h">
- </File>
- <File
- RelativePath="qpid\InlineVector.h">
- </File>
- <File
- RelativePath="qpid\log\Logger.h">
- </File>
- <File
- RelativePath="qpid\log\Options.h">
- </File>
- <File
- RelativePath="qpid\log\OstreamOutput.h">
- </File>
- <File
- RelativePath="qpid\log\Selector.h">
- </File>
- <File
- RelativePath="qpid\log\SinkOptions.h">
- </File>
- <File
- RelativePath="qpid\log\Statement.h">
- </File>
- <File
- RelativePath="qpid\log\windows\SinkOptions.h">
- </File>
- <File
- RelativePath="qpid\management\Manageable.h">
- </File>
- <File
- RelativePath="qpid\management\ManagementObject.h">
- </File>
- <File
- RelativePath="qpid\memory.h">
- </File>
- <File
- RelativePath="qpid\Modules.h">
- </File>
- <File
- RelativePath="qpid\Msg.h">
- </File>
- <File
- RelativePath="qpid\Options.h">
- </File>
- <File
- RelativePath="qpid\Plugin.h">
- </File>
- <File
- RelativePath="qpid\pointer_to_other.h">
- </File>
- <File
- RelativePath="qpid\ptr_map.h">
- </File>
- <File
- RelativePath="qpid\RangeSet.h">
- </File>
- <File
- RelativePath="qpid\RefCounted.h">
- </File>
- <File
- RelativePath="qpid\RefCountedBuffer.h">
- </File>
- <File
- RelativePath="qpid\Serializer.h">
- </File>
- <File
- RelativePath="qpid\SessionId.h">
- </File>
- <File
- RelativePath="qpid\SessionState.h">
- </File>
- <File
- RelativePath="qpid\shared_ptr.h">
- </File>
- <File
- RelativePath="qpid\SharedObject.h">
- </File>
- <File
- RelativePath="qpid\StringUtils.h">
- </File>
- <File
- RelativePath="qpid\sys\AggregateOutput.h">
- </File>
- <File
- RelativePath="qpid\sys\AsynchIO.h">
- </File>
- <File
- RelativePath="qpid\sys\AsynchIOHandler.h">
- </File>
- <File
- RelativePath="qpid\sys\AtomicCount.h">
- </File>
- <File
- RelativePath="qpid\sys\AtomicValue.h">
- </File>
- <File
- RelativePath="qpid\sys\BlockingQueue.h">
- </File>
- <File
- RelativePath="qpid\sys\Condition.h">
- </File>
- <File
- RelativePath="qpid\sys\ConnectionCodec.h">
- </File>
- <File
- RelativePath="qpid\sys\ConnectionInputHandler.h">
- </File>
- <File
- RelativePath="qpid\sys\ConnectionInputHandlerFactory.h">
- </File>
- <File
- RelativePath="qpid\sys\ConnectionOutputHandler.h">
- </File>
- <File
- RelativePath="qpid\sys\ConnectionOutputHandlerPtr.h">
- </File>
- <File
- RelativePath="qpid\sys\CopyOnWriteArray.h">
- </File>
- <File
- RelativePath="qpid\sys\DeletionManager.h">
- </File>
- <File
- RelativePath="qpid\sys\Dispatcher.h">
- </File>
- <File
- RelativePath="qpid\sys\ExceptionHolder.h">
- </File>
- <File
- RelativePath="qpid\sys\FileSysDir.h">
- </File>
- <File
- RelativePath="qpid\sys\IntegerTypes.h">
- </File>
- <File
- RelativePath="qpid\sys\IOHandle.h">
- </File>
- <File
- RelativePath="qpid\sys\LockFile.h">
- </File>
- <File
- RelativePath="qpid\sys\LockPtr.h">
- </File>
- <File
- RelativePath="qpid\sys\Monitor.h">
- </File>
- <File
- RelativePath="qpid\sys\Mutex.h">
- </File>
- <File
- RelativePath="qpid\sys\OutputControl.h">
- </File>
- <File
- RelativePath="qpid\sys\OutputTask.h">
- </File>
- <File
- RelativePath="qpid\sys\PollableCondition.h">
- </File>
- <File
- RelativePath="qpid\sys\PollableQueue.h">
- </File>
- <File
- RelativePath="qpid\sys\Poller.h">
- </File>
- <File
- RelativePath="qpid\sys\ProtocolFactory.h">
- </File>
- <File
- RelativePath="qpid\sys\Runnable.h">
- </File>
- <File
- RelativePath="qpid\sys\ScopedIncrement.h">
- </File>
- <File
- RelativePath="qpid\sys\Semaphore.h">
- </File>
- <File
- RelativePath="qpid\sys\Shlib.h">
- </File>
- <File
- RelativePath="qpid\sys\ShutdownHandler.h">
- </File>
- <File
- RelativePath="qpid\sys\Socket.h">
- </File>
- <File
- RelativePath="qpid\sys\StateMonitor.h">
- </File>
- <File
- RelativePath="qpid\sys\StrError.h">
- </File>
- <File
- RelativePath="qpid\sys\SystemInfo.h">
- </File>
- <File
- RelativePath="qpid\sys\Thread.h">
- </File>
- <File
- RelativePath="qpid\sys\Time.h">
- </File>
- <File
- RelativePath="qpid\sys\TimeoutHandler.h">
- </File>
- <File
- RelativePath="qpid\sys\uuid.h">
- </File>
- <File
- RelativePath="qpid\sys\Waitable.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\AsynchIoResult.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\check.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\Condition.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\IntegerTypes.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\IoHandlePrivate.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\Mutex.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\Time.h">
- </File>
- <File
- RelativePath="qpid\sys\windows\uuid.h">
- </File>
- <File
- RelativePath="qpid\Url.h">
- </File>
- <File
- RelativePath="qpid\Version.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="common" + ProjectGUID="{C961EF23-FECA-1BAD-BB9C-8C3A4564ADCF}" + RootNamespace="common" + Keyword="Win32Proj" + SignManifests="true" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="." + IntermediateDirectory="Static_Debug\common\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;_SCL_SECURE_NO_WARNINGS" + 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;_SCL_SECURE_NO_WARNINGS" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\qpidcommonsd.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\common\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;_SCL_SECURE_NO_WARNINGS" + 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;_SCL_SECURE_NO_WARNINGS" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\qpidcommons.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\common\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;_SCL_SECURE_NO_WARNINGS" + 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;_SCL_SECURE_NO_WARNINGS;_WIN64" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\qpidcommonsd.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\common\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;_SCL_SECURE_NO_WARNINGS" + 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;_SCL_SECURE_NO_WARNINGS;_WIN64" + Culture="1033" + AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\qpidcommons.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\framing\AllInvoker.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_AllProxy.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_ClientProxy.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_ServerProxy.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\BodyHolder_gen.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ClientInvoker.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionCloseBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionCloseOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionHeartbeatBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionOpenBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionOpenOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionRedirectBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionSecureBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionSecureOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionStartBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionStartOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionTuneBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionTuneOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DeliveryProperties.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxCommitBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxEndBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxForgetBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxGetTimeoutBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxGetTimeoutResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxPrepareBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxRecoverBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxRecoverResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxRollbackBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxSelectBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxSetTimeoutBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\DtxStartBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeBindBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeBoundBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeBoundResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeDeclareBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeDeleteBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeQueryBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeQueryResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeUnbindBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExecutionExceptionBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExecutionResultBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ExecutionSyncBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileAckBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileCancelBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileConsumeBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileConsumeOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileDeliverBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileOpenBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileOpenOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileProperties.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FilePublishBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileQosBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileQosOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileRejectBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileReturnBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FileStageBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\FragmentProperties.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\Header.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageAcceptBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageAcquireBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageAcquireResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageCancelBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageFlowBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageFlushBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageProperties.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageRejectBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageReleaseBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageResumeBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageResumeResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageSetFlowModeBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageStopBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageSubscribeBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MessageTransferBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\MethodBodyDefaultVisitor.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\QueueDeclareBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\QueueDeleteBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\QueuePurgeBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\QueueQueryBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\QueueQueryResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\reply_exceptions.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ReplyTo.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\ServerInvoker.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionAttachBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionAttachedBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionCommandPointBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionCompletedBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionConfirmedBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionDetachBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionDetachedBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionExpectedBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionFlushBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionGapBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionKnownCompletedBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionRequestTimeoutBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\SessionTimeoutBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamCancelBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamConsumeBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamConsumeOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamDeliverBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamProperties.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamPublishBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamQosBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamQosOkBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\StreamReturnBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\TxCommitBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\TxRollbackBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\TxSelectBody.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\TypeCode.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\XaResult.cpp"> + </File> + <File + RelativePath="gen\qpid\framing\Xid.cpp"> + </File> + <File + RelativePath="qpid\Address.cpp"> + </File> + <File + RelativePath="qpid\amqp_0_10\SessionHandler.cpp"> + </File> + <File + RelativePath="qpid\amqp_0_10\SessionHandler.h"> + </File> + <File + RelativePath="qpid\assert.cpp"> + </File> + <File + RelativePath="qpid\assert.h"> + </File> + <File + RelativePath="qpid\DataDir.cpp"> + </File> + <File + RelativePath="qpid\Exception.cpp"> + </File> + <File + RelativePath="qpid\framing\AccumulatedAck.cpp"> + </File> + <File + RelativePath="qpid\framing\AMQBody.cpp"> + </File> + <File + RelativePath="qpid\framing\AMQContentBody.cpp"> + </File> + <File + RelativePath="qpid\framing\AMQFrame.cpp"> + </File> + <File + RelativePath="qpid\framing\AMQHeaderBody.cpp"> + </File> + <File + RelativePath="qpid\framing\AMQHeartbeatBody.cpp"> + </File> + <File + RelativePath="qpid\framing\AMQMethodBody.cpp"> + </File> + <File + RelativePath="qpid\framing\AMQP_HighestVersion.h"> + </File> + <File + RelativePath="qpid\framing\Array.cpp"> + </File> + <File + RelativePath="qpid\framing\Blob.cpp"> + </File> + <File + RelativePath="qpid\framing\BodyHandler.cpp"> + </File> + <File + RelativePath="qpid\framing\BodyHolder.cpp"> + </File> + <File + RelativePath="qpid\framing\Buffer.cpp"> + </File> + <File + RelativePath="qpid\framing\Endian.cpp"> + </File> + <File + RelativePath="qpid\framing\FieldTable.cpp"> + </File> + <File + RelativePath="qpid\framing\FieldValue.cpp"> + </File> + <File + RelativePath="qpid\framing\FrameDecoder.cpp"> + </File> + <File + RelativePath="qpid\framing\FrameSet.cpp"> + </File> + <File + RelativePath="qpid\framing\MaxMethodBodySize.h"> + </File> + <File + RelativePath="qpid\framing\ProtocolInitiation.cpp"> + </File> + <File + RelativePath="qpid\framing\ProtocolVersion.cpp"> + </File> + <File + RelativePath="qpid\framing\Proxy.cpp"> + </File> + <File + RelativePath="qpid\framing\SendContent.cpp"> + </File> + <File + RelativePath="qpid\framing\SequenceNumber.cpp"> + </File> + <File + RelativePath="qpid\framing\SequenceNumberSet.cpp"> + </File> + <File + RelativePath="qpid\framing\SequenceSet.cpp"> + </File> + <File + RelativePath="qpid\framing\TransferContent.cpp"> + </File> + <File + RelativePath="qpid\framing\Uuid.cpp"> + </File> + <File + RelativePath="qpid\log\Logger.cpp"> + </File> + <File + RelativePath="qpid\log\Options.cpp"> + </File> + <File + RelativePath="qpid\log\OstreamOutput.cpp"> + </File> + <File + RelativePath="qpid\log\Selector.cpp"> + </File> + <File + RelativePath="qpid\log\Statement.cpp"> + </File> + <File + RelativePath="qpid\log\windows\SinkOptions.cpp"> + </File> + <File + RelativePath="qpid\management\Manageable.cpp"> + </File> + <File + RelativePath="qpid\management\ManagementObject.cpp"> + </File> + <File + RelativePath="qpid\Modules.cpp"> + </File> + <File + RelativePath="qpid\Options.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\Plugin.cpp"> + </File> + <File + RelativePath="qpid\pointer_to_other.h"> + </File> + <File + RelativePath="qpid\RefCountedBuffer.cpp"> + </File> + <File + RelativePath="qpid\RefCountedBuffer.h"> + </File> + <File + RelativePath="qpid\Serializer.h"> + </File> + <File + RelativePath="qpid\SessionId.cpp"> + </File> + <File + RelativePath="qpid\SessionState.cpp"> + </File> + <File + RelativePath="qpid\SessionState.h"> + </File> + <File + RelativePath="qpid\StringUtils.cpp"> + </File> + <File + RelativePath="qpid\sys\AggregateOutput.cpp"> + </File> + <File + RelativePath="qpid\sys\AsynchIOHandler.cpp"> + </File> + <File + RelativePath="qpid\sys\PollableCondition.h"> + </File> + <File + RelativePath="qpid\sys\PollableQueue.h"> + </File> + <File + RelativePath="qpid\sys\Runnable.cpp"> + </File> + <File + RelativePath="qpid\sys\Shlib.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\AsynchIO.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\FileSysDir.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\IocpDispatcher.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\IocpPoller.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\IOHandle.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\LockFile.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\Shlib.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\sys\windows\Socket.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\StrError.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\SystemInfo.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\Thread.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\Time.cpp"> + </File> + <File + RelativePath="qpid\sys\windows\uuid.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\Url.cpp"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hh"> + <File + RelativePath="gen\qpid\framing\all_method_bodies.h"> + </File> + <File + RelativePath="gen\qpid\framing\AllInvoker.h"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_AllOperations.h"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_AllProxy.h"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_ClientOperations.h"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_ClientProxy.h"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_ServerOperations.h"> + </File> + <File + RelativePath="gen\qpid\framing\AMQP_ServerProxy.h"> + </File> + <File + RelativePath="gen\qpid\framing\amqp_structs.h"> + </File> + <File + RelativePath="gen\qpid\framing\ClientInvoker.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionCloseBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionCloseOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionHeartbeatBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionOpenBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionOpenOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionRedirectBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionSecureBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionSecureOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionStartBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionStartOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionTuneBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ConnectionTuneOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\constants.h"> + </File> + <File + RelativePath="gen\qpid\framing\DeliveryProperties.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxCommitBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxEndBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxForgetBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxGetTimeoutBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxGetTimeoutResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxPrepareBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxRecoverBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxRecoverResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxRollbackBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxSelectBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxSetTimeoutBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\DtxStartBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\enum.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeBindBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeBoundBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeBoundResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeDeclareBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeDeleteBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeQueryBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeQueryResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExchangeUnbindBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExecutionExceptionBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExecutionResultBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\ExecutionSyncBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileAckBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileCancelBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileConsumeBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileConsumeOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileDeliverBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileOpenBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileOpenOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileProperties.h"> + </File> + <File + RelativePath="gen\qpid\framing\FilePublishBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileQosBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileQosOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileRejectBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileReturnBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FileStageBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\FragmentProperties.h"> + </File> + <File + RelativePath="gen\qpid\framing\frame_body_lists.h"> + </File> + <File + RelativePath="gen\qpid\framing\Header.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageAcceptBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageAcquireBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageAcquireResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageCancelBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageFlowBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageFlushBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageProperties.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageRejectBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageReleaseBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageResumeBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageResumeResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageSetFlowModeBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageStopBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageSubscribeBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MessageTransferBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\MethodBodyConstVisitor.h"> + </File> + <File + RelativePath="gen\qpid\framing\MethodBodyDefaultVisitor.h"> + </File> + <File + RelativePath="gen\qpid\framing\QueueDeclareBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\QueueDeleteBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\QueuePurgeBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\QueueQueryBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\QueueQueryResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\reply_exceptions.h"> + </File> + <File + RelativePath="gen\qpid\framing\ReplyTo.h"> + </File> + <File + RelativePath="gen\qpid\framing\ServerInvoker.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionAttachBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionAttachedBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionCommandPointBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionCompletedBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionConfirmedBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionDetachBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionDetachedBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionExpectedBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionFlushBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionGapBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionKnownCompletedBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionRequestTimeoutBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\SessionTimeoutBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamCancelBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamConsumeBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamConsumeOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamDeliverBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamProperties.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamPublishBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamQosBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamQosOkBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\StreamReturnBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\TxCommitBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\TxRollbackBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\TxSelectBody.h"> + </File> + <File + RelativePath="gen\qpid\framing\TypeCode.h"> + </File> + <File + RelativePath="gen\qpid\framing\XaResult.h"> + </File> + <File + RelativePath="gen\qpid\framing\Xid.h"> + </File> + <File + RelativePath="qpid\Address.h"> + </File> + <File + RelativePath="qpid\amqp_0_10\apply.h"> + </File> + <File + RelativePath="qpid\amqp_0_10\Exception.h"> + </File> + <File + RelativePath="qpid\amqp_0_10\SessionHandler.h"> + </File> + <File + RelativePath="qpid\assert.h"> + </File> + <File + RelativePath="qpid\DataDir.h"> + </File> + <File + RelativePath="qpid\Exception.h"> + </File> + <File + RelativePath="qpid\framing\AccumulatedAck.h"> + </File> + <File + RelativePath="qpid\framing\AMQBody.h"> + </File> + <File + RelativePath="qpid\framing\AMQCommandControlBody.h"> + </File> + <File + RelativePath="qpid\framing\AMQContentBody.h"> + </File> + <File + RelativePath="qpid\framing\AMQDataBlock.h"> + </File> + <File + RelativePath="qpid\framing\AMQFrame.h"> + </File> + <File + RelativePath="qpid\framing\AMQHeaderBody.h"> + </File> + <File + RelativePath="qpid\framing\AMQHeartbeatBody.h"> + </File> + <File + RelativePath="qpid\framing\AMQMethodBody.h"> + </File> + <File + RelativePath="qpid\framing\amqp_framing.h"> + </File> + <File + RelativePath="qpid\framing\AMQP_HighestVersion.h"> + </File> + <File + RelativePath="qpid\framing\amqp_types.h"> + </File> + <File + RelativePath="qpid\framing\amqp_types_full.h"> + </File> + <File + RelativePath="qpid\framing\Array.h"> + </File> + <File + RelativePath="qpid\framing\Blob.h"> + </File> + <File + RelativePath="qpid\framing\BodyHandler.h"> + </File> + <File + RelativePath="qpid\framing\BodyHolder.h"> + </File> + <File + RelativePath="qpid\framing\Buffer.h"> + </File> + <File + RelativePath="qpid\framing\ChannelHandler.h"> + </File> + <File + RelativePath="qpid\framing\Endian.h"> + </File> + <File + RelativePath="qpid\framing\FieldTable.h"> + </File> + <File + RelativePath="qpid\framing\FieldValue.h"> + </File> + <File + RelativePath="qpid\framing\frame_functors.h"> + </File> + <File + RelativePath="qpid\framing\FrameDecoder.h"> + </File> + <File + RelativePath="qpid\framing\FrameDefaultVisitor.h"> + </File> + <File + RelativePath="qpid\framing\FrameHandler.h"> + </File> + <File + RelativePath="qpid\framing\FrameSet.h"> + </File> + <File + RelativePath="qpid\framing\Handler.h"> + </File> + <File + RelativePath="qpid\framing\HeaderProperties.h"> + </File> + <File + RelativePath="qpid\framing\InitiationHandler.h"> + </File> + <File + RelativePath="qpid\framing\InputHandler.h"> + </File> + <File + RelativePath="qpid\framing\Invoker.h"> + </File> + <File + RelativePath="qpid\framing\MaxMethodBodySize.h"> + </File> + <File + RelativePath="qpid\framing\MethodContent.h"> + </File> + <File + RelativePath="qpid\framing\ModelMethod.h"> + </File> + <File + RelativePath="qpid\framing\OutputHandler.h"> + </File> + <File + RelativePath="qpid\framing\ProtocolInitiation.h"> + </File> + <File + RelativePath="qpid\framing\ProtocolVersion.h"> + </File> + <File + RelativePath="qpid\framing\Proxy.h"> + </File> + <File + RelativePath="qpid\framing\SendContent.h"> + </File> + <File + RelativePath="qpid\framing\SequenceNumber.h"> + </File> + <File + RelativePath="qpid\framing\SequenceNumberSet.h"> + </File> + <File + RelativePath="qpid\framing\SequenceSet.h"> + </File> + <File + RelativePath="qpid\framing\StructHelper.h"> + </File> + <File + RelativePath="qpid\framing\TransferContent.h"> + </File> + <File + RelativePath="qpid\framing\TypeFilter.h"> + </File> + <File + RelativePath="qpid\framing\Uuid.h"> + </File> + <File + RelativePath="qpid\framing\variant.h qpid\log\Helpers.h"> + </File> + <File + RelativePath="qpid\framing\Visitor.h"> + </File> + <File + RelativePath="qpid\InlineAllocator.h"> + </File> + <File + RelativePath="qpid\InlineVector.h"> + </File> + <File + RelativePath="qpid\log\Logger.h"> + </File> + <File + RelativePath="qpid\log\Options.h"> + </File> + <File + RelativePath="qpid\log\OstreamOutput.h"> + </File> + <File + RelativePath="qpid\log\Selector.h"> + </File> + <File + RelativePath="qpid\log\SinkOptions.h"> + </File> + <File + RelativePath="qpid\log\Statement.h"> + </File> + <File + RelativePath="qpid\log\windows\SinkOptions.h"> + </File> + <File + RelativePath="qpid\management\Manageable.h"> + </File> + <File + RelativePath="qpid\management\ManagementObject.h"> + </File> + <File + RelativePath="qpid\memory.h"> + </File> + <File + RelativePath="qpid\Modules.h"> + </File> + <File + RelativePath="qpid\Msg.h"> + </File> + <File + RelativePath="qpid\Options.h"> + </File> + <File + RelativePath="qpid\Plugin.h"> + </File> + <File + RelativePath="qpid\pointer_to_other.h"> + </File> + <File + RelativePath="qpid\ptr_map.h"> + </File> + <File + RelativePath="qpid\RangeSet.h"> + </File> + <File + RelativePath="qpid\RefCounted.h"> + </File> + <File + RelativePath="qpid\RefCountedBuffer.h"> + </File> + <File + RelativePath="qpid\Serializer.h"> + </File> + <File + RelativePath="qpid\SessionId.h"> + </File> + <File + RelativePath="qpid\SessionState.h"> + </File> + <File + RelativePath="qpid\shared_ptr.h"> + </File> + <File + RelativePath="qpid\SharedObject.h"> + </File> + <File + RelativePath="qpid\StringUtils.h"> + </File> + <File + RelativePath="qpid\sys\AggregateOutput.h"> + </File> + <File + RelativePath="qpid\sys\AsynchIO.h"> + </File> + <File + RelativePath="qpid\sys\AsynchIOHandler.h"> + </File> + <File + RelativePath="qpid\sys\AtomicCount.h"> + </File> + <File + RelativePath="qpid\sys\AtomicValue.h"> + </File> + <File + RelativePath="qpid\sys\BlockingQueue.h"> + </File> + <File + RelativePath="qpid\sys\Condition.h"> + </File> + <File + RelativePath="qpid\sys\ConnectionCodec.h"> + </File> + <File + RelativePath="qpid\sys\ConnectionInputHandler.h"> + </File> + <File + RelativePath="qpid\sys\ConnectionInputHandlerFactory.h"> + </File> + <File + RelativePath="qpid\sys\ConnectionOutputHandler.h"> + </File> + <File + RelativePath="qpid\sys\ConnectionOutputHandlerPtr.h"> + </File> + <File + RelativePath="qpid\sys\CopyOnWriteArray.h"> + </File> + <File + RelativePath="qpid\sys\DeletionManager.h"> + </File> + <File + RelativePath="qpid\sys\Dispatcher.h"> + </File> + <File + RelativePath="qpid\sys\ExceptionHolder.h"> + </File> + <File + RelativePath="qpid\sys\FileSysDir.h"> + </File> + <File + RelativePath="qpid\sys\IntegerTypes.h"> + </File> + <File + RelativePath="qpid\sys\IOHandle.h"> + </File> + <File + RelativePath="qpid\sys\LockFile.h"> + </File> + <File + RelativePath="qpid\sys\LockPtr.h"> + </File> + <File + RelativePath="qpid\sys\Monitor.h"> + </File> + <File + RelativePath="qpid\sys\Mutex.h"> + </File> + <File + RelativePath="qpid\sys\OutputControl.h"> + </File> + <File + RelativePath="qpid\sys\OutputTask.h"> + </File> + <File + RelativePath="qpid\sys\PollableCondition.h"> + </File> + <File + RelativePath="qpid\sys\PollableQueue.h"> + </File> + <File + RelativePath="qpid\sys\Poller.h"> + </File> + <File + RelativePath="qpid\sys\ProtocolFactory.h"> + </File> + <File + RelativePath="qpid\sys\Runnable.h"> + </File> + <File + RelativePath="qpid\sys\ScopedIncrement.h"> + </File> + <File + RelativePath="qpid\sys\Semaphore.h"> + </File> + <File + RelativePath="qpid\sys\Shlib.h"> + </File> + <File + RelativePath="qpid\sys\ShutdownHandler.h"> + </File> + <File + RelativePath="qpid\sys\Socket.h"> + </File> + <File + RelativePath="qpid\sys\StateMonitor.h"> + </File> + <File + RelativePath="qpid\sys\StrError.h"> + </File> + <File + RelativePath="qpid\sys\SystemInfo.h"> + </File> + <File + RelativePath="qpid\sys\Thread.h"> + </File> + <File + RelativePath="qpid\sys\Time.h"> + </File> + <File + RelativePath="qpid\sys\TimeoutHandler.h"> + </File> + <File + RelativePath="qpid\sys\uuid.h"> + </File> + <File + RelativePath="qpid\sys\Waitable.h"> + </File> + <File + RelativePath="qpid\sys\windows\AsynchIoResult.h"> + </File> + <File + RelativePath="qpid\sys\windows\check.h"> + </File> + <File + RelativePath="qpid\sys\windows\Condition.h"> + </File> + <File + RelativePath="qpid\sys\windows\IntegerTypes.h"> + </File> + <File + RelativePath="qpid\sys\windows\IoHandlePrivate.h"> + </File> + <File + RelativePath="qpid\sys\windows\Mutex.h"> + </File> + <File + RelativePath="qpid\sys\windows\Time.h"> + </File> + <File + RelativePath="qpid\sys\windows\uuid.h"> + </File> + <File + RelativePath="qpid\Url.h"> + </File> + <File + RelativePath="qpid\Version.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/cpp/src/prof b/cpp/src/prof index bd889a1446..acfbaff2d4 100755 --- a/cpp/src/prof +++ b/cpp/src/prof @@ -1,4 +1,25 @@ #!/bin/bash +# +# +# 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. +# +# + rm /var/lib/oprofile/oprofiled.log |