<?xml version="1.0" encoding="Windows-1252"?> | |
<VisualStudioProject | |
ProjectType="Visual C++" | |
Version="9.00" | |
Name="qpidbroker" | |
ProjectGUID="{66213D3E-FECA-1BAD-9D20-8C374564ADCF}" | |
RootNamespace="qpidbroker" | |
Keyword="Win32Proj" | |
SignManifests="true" | |
> | |
<Platforms> | |
<Platform | |
Name="Win32" | |
/> | |
<Platform | |
Name="x64" | |
/> | |
</Platforms> | |
<ToolFiles> | |
</ToolFiles> | |
<Configurations> | |
<Configuration | |
Name="Debug|Win32" | |
OutputDirectory="." | |
IntermediateDirectory="Debug\qpidbroker\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;BOOST_ALL_DYN_LINK" | |
MinimalRebuild="false" | |
BasicRuntimeChecks="3" | |
RuntimeLibrary="3" | |
RuntimeTypeInfo="true" | |
WarningLevel="3" | |
Detect64BitPortabilityProblems="false" | |
DebugInformationFormat="3" | |
DisableSpecificWarnings="4244;4290;4800;4355" | |
/> | |
<Tool | |
Name="VCManagedResourceCompilerTool" | |
/> | |
<Tool | |
Name="VCResourceCompilerTool" | |
PreprocessorDefinitions="_DEBUG;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 qpidbrokerd.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" | |
CommandLine="@if not exist deploy\bin mkdir deploy\bin

@copy /Y $(OutDir)\qpidbroker.exe deploy\bin\
" | |
/> | |
</Configuration> | |
<Configuration | |
Name="Release|Win32" | |
OutputDirectory="Release" | |
IntermediateDirectory="Release\qpidbroker\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;BOOST_ALL_DYN_LINK" | |
RuntimeLibrary="2" | |
RuntimeTypeInfo="true" | |
WarningLevel="3" | |
Detect64BitPortabilityProblems="false" | |
DisableSpecificWarnings="4244;4290;4800;4355" | |
/> | |
<Tool | |
Name="VCManagedResourceCompilerTool" | |
/> | |
<Tool | |
Name="VCResourceCompilerTool" | |
PreprocessorDefinitions="NDEBUG;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 qpidbroker.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" | |
CommandLine="@if not exist deploy\bin mkdir deploy\bin

@copy /Y $(OutDir)\qpidbroker.exe deploy\bin\
" | |
/> | |
</Configuration> | |
<Configuration | |
Name="Debug|x64" | |
OutputDirectory="." | |
IntermediateDirectory="Debug\qpidbroker\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;BOOST_ALL_DYN_LINK" | |
MinimalRebuild="false" | |
BasicRuntimeChecks="3" | |
RuntimeLibrary="3" | |
RuntimeTypeInfo="true" | |
WarningLevel="3" | |
Detect64BitPortabilityProblems="false" | |
DebugInformationFormat="3" | |
DisableSpecificWarnings="4244;4290;4800;4355" | |
/> | |
<Tool | |
Name="VCManagedResourceCompilerTool" | |
/> | |
<Tool | |
Name="VCResourceCompilerTool" | |
PreprocessorDefinitions="_DEBUG;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 qpidbrokerd.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" | |
CommandLine="@if not exist deploy\bin mkdir deploy\bin

@copy /Y $(OutDir)\qpidbroker.exe deploy\bin\
" | |
/> | |
</Configuration> | |
<Configuration | |
Name="Release|x64" | |
OutputDirectory="Release" | |
IntermediateDirectory="Release\qpidbroker\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;BOOST_ALL_DYN_LINK" | |
RuntimeLibrary="2" | |
RuntimeTypeInfo="true" | |
WarningLevel="3" | |
Detect64BitPortabilityProblems="false" | |
DisableSpecificWarnings="4244;4290;4800;4355" | |
/> | |
<Tool | |
Name="VCManagedResourceCompilerTool" | |
/> | |
<Tool | |
Name="VCResourceCompilerTool" | |
PreprocessorDefinitions="NDEBUG;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 qpidbroker.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" | |
CommandLine="@if not exist deploy\bin mkdir deploy\bin

@copy /Y $(OutDir)\qpidbroker.exe deploy\bin\
" | |
/> | |
</Configuration> | |
</Configurations> | |
<References> | |
</References> | |
<Files> | |
<Filter | |
Name="Source Files" | |
Filter="cpp;cxx;cc;C;c"> | |
<File | |
RelativePath="qpidd.cpp"> | |
</File> | |
<File | |
RelativePath="windows\QpiddBroker.cpp"> | |
</File> | |
</Filter> | |
<Filter | |
Name="Header Files" | |
Filter="h;hpp;hxx;hh"> | |
<File | |
RelativePath="qpidd.h"> | |
</File> | |
</Filter> | |
</Files> | |
<Globals> | |
</Globals> | |
</VisualStudioProject> |