diff options
Diffstat (limited to 'qpid/cpp/src/client.vcproj')
| -rw-r--r-- | qpid/cpp/src/client.vcproj | 646 |
1 files changed, 0 insertions, 646 deletions
diff --git a/qpid/cpp/src/client.vcproj b/qpid/cpp/src/client.vcproj deleted file mode 100644 index 09aecdce21..0000000000 --- a/qpid/cpp/src/client.vcproj +++ /dev/null @@ -1,646 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<!--
-
- 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.
-
--->
-
-<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="Debug\client\I386"
- ConfigurationType="2"
- 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="CLIENT_EXPORT;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4244;4800;4355"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="qpidcommond.lib"
- OutputFile="$(OutDir)\qpidclientd.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- ImportLibrary=".\qpidclientd.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="@if not exist deploy\include\qpid\client\no_keyword mkdir deploy\include\qpid\client\no_keyword
@if not exist deploy\lib mkdir deploy\lib

@copy /Y qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\no_keyword\*.h deploy\include\qpid\client\no_keyword\

@copy /Y $(OutDir)\qpidclientd.dll deploy\lib\
@copy /Y .\qpidclientd.lib deploy\lib\
"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="."
- IntermediateDirectory="Release\client\I386"
- ConfigurationType="2"
- 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="CLIENT_EXPORT;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
- RuntimeLibrary="2"
- RuntimeTypeInfo="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DisableSpecificWarnings="4244;4800;4355"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="qpidcommon.lib"
- OutputFile="$(OutDir)\qpidclient.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary=".\qpidclient.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="@if not exist deploy\include\qpid\client\no_keyword mkdir deploy\include\qpid\client\no_keyword
@if not exist deploy\lib mkdir deploy\lib

@copy /Y qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\no_keyword\*.h deploy\include\qpid\client\no_keyword\

@copy /Y $(OutDir)\qpidclient.dll deploy\lib\
@copy /Y .\qpidclient.lib deploy\lib\
"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="."
- IntermediateDirectory="Debug\client\AMD64"
- ConfigurationType="2"
- 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="CLIENT_EXPORT;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
- MinimalRebuild="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4244;4800;4355"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK;_WIN64"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/machine:AMD64"
- AdditionalDependencies="qpidcommond.lib"
- OutputFile="$(OutDir)\qpidclientd.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- ImportLibrary=".\qpidclientd.lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="@if not exist deploy\include\qpid\client\no_keyword mkdir deploy\include\qpid\client\no_keyword
@if not exist deploy\lib mkdir deploy\lib

@copy /Y qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\no_keyword\*.h deploy\include\qpid\client\no_keyword\

@copy /Y $(OutDir)\qpidclientd.dll deploy\lib\
@copy /Y .\qpidclientd.lib deploy\lib\
"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="."
- IntermediateDirectory="Release\client\AMD64"
- ConfigurationType="2"
- 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="CLIENT_EXPORT;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
- RuntimeLibrary="2"
- RuntimeTypeInfo="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DisableSpecificWarnings="4244;4800;4355"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;QPIDC_CONF_FILE=\"qpidc.conf\";QPIDC_MODULE_DIR=\".\";NOMINMAX;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK;_WIN64"
- Culture="1033"
- AdditionalIncludeDirectories="$(BOOST_ROOT)\include\$(BOOST_VERSION),$(BOOST_ROOT)\.,.,gen"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/machine:AMD64"
- AdditionalDependencies="qpidcommon.lib"
- OutputFile="$(OutDir)\qpidclient.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=".;$(BOOST_ROOT)\lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary=".\qpidclient.lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="@if not exist deploy\include\qpid\client\no_keyword mkdir deploy\include\qpid\client\no_keyword
@if not exist deploy\lib mkdir deploy\lib

@copy /Y qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\*.h deploy\include\qpid\client\
@copy /Y gen\qpid\client\no_keyword\*.h deploy\include\qpid\client\no_keyword\

@copy /Y $(OutDir)\qpidclient.dll deploy\lib\
@copy /Y .\qpidclient.lib deploy\lib\
"
- />
- </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\Completion.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\LocalQueueImpl.cpp">
- </File>
- <File
- RelativePath="qpid\client\Message.cpp">
- </File>
- <File
- RelativePath="qpid\client\MessageImpl.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>
- <File
- RelativePath="qpid\client\SubscriptionManagerImpl.cpp">
- </File>
- <File
- RelativePath="qpid\client\windows\SaslFactory.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\LocalQueueImpl.h">
- </File>
- <File
- RelativePath="qpid\client\Message.h">
- </File>
- <File
- RelativePath="qpid\client\MessageImpl.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\Sasl.h">
- </File>
- <File
- RelativePath="qpid\client\SaslFactory.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\SubscriptionManagerImpl.h">
- </File>
- <File
- RelativePath="qpid\client\SubscriptionSettings.h">
- </File>
- <File
- RelativePath="qpid\client\TypedResult.h">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
|
