diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 18:22:03 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 18:22:03 +0000 |
| commit | 0e95e4610fee6d3ffb65c17ef4a83ae43cf76157 (patch) | |
| tree | 6539f0968d0888c09401c1fa631a286d6679c42a /cpp/src/client.vcproj | |
| parent | 7540027fdc97962e97a69f775aceca7f80f67f33 (diff) | |
| download | qpid-python-0e95e4610fee6d3ffb65c17ef4a83ae43cf76157.tar.gz | |
Added ASF licensing headers to the following files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@728091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/client.vcproj')
| -rw-r--r-- | cpp/src/client.vcproj | 1127 |
1 files changed, 574 insertions, 553 deletions
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> |
