mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
496 lines
13 KiB
XML
496 lines
13 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
Name="CppParser"
|
|
Version="9.00"
|
|
ProjectType="Visual C++"
|
|
ProjectGUID="{C77B9D92-EC91-11DA-A4CE-005056C00008}"
|
|
RootNamespace="CppParser"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="x64"/>
|
|
</Platforms>
|
|
<ToolFiles/>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="debug_shared|x64"
|
|
OutputDirectory="obj64\$(ConfigurationName)"
|
|
IntermediateDirectory="obj64\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CppParser_EXPORTS"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings=""
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""
|
|
OutputFile="..\bin64\PocoCppParser64d.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="..\bin64\PocoCppParser64d.pdb"
|
|
AdditionalLibraryDirectories="..\lib64"
|
|
SubSystem="1"
|
|
ImportLibrary="..\lib64\PocoCppParserd.lib"
|
|
TargetMachine="17"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCManifestTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_shared|x64"
|
|
OutputDirectory="obj64\$(ConfigurationName)"
|
|
IntermediateDirectory="obj64\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CppParser_EXPORTS"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings=""
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""
|
|
OutputFile="..\bin64\PocoCppParser64.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
GenerateDebugInformation="false"
|
|
AdditionalLibraryDirectories="..\lib64"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
OptimizeForWindows98="0"
|
|
ImportLibrary="..\lib64\PocoCppParser.lib"
|
|
TargetMachine="17"
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCManifestTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="debug_static_mt|x64"
|
|
OutputDirectory="obj64\$(ConfigurationName)"
|
|
IntermediateDirectory="obj64\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="true"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="..\lib64\PocoCppParserMTd.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings=""
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib64\PocoCppParserMTd.lib"
|
|
TargetMachine="17"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_static_mt|x64"
|
|
OutputDirectory="obj64\$(ConfigurationName)"
|
|
IntermediateDirectory="obj64\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings=""
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib64\PocoCppParserMT.lib"
|
|
TargetMachine="17"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="debug_static_md|x64"
|
|
OutputDirectory="obj64\$(ConfigurationName)"
|
|
IntermediateDirectory="obj64\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="..\lib64\PocoCppParserMDd.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings=""
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib64\PocoCppParserMDd.lib"
|
|
TargetMachine="17"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_static_md|x64"
|
|
OutputDirectory="obj64\$(ConfigurationName)"
|
|
IntermediateDirectory="obj64\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings=""
|
|
AdditionalOptions=""/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib64\PocoCppParserMD.lib"
|
|
TargetMachine="17"/>
|
|
<Tool
|
|
Name="VCALinkTool"/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"/>
|
|
<Tool
|
|
Name="VCBscMakeTool"/>
|
|
<Tool
|
|
Name="VCFxCopTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References/>
|
|
<Files>
|
|
<Filter
|
|
Name="CppParser">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\CppParser.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\CppToken.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Parser.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Tokenizer.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Utility.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\CppToken.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Parser.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Tokenizer.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Utility.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Symbol Table">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\BuiltIn.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Decl.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Enum.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\EnumValue.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Function.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\NameSpace.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Parameter.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Struct.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Symbol.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\TypeDef.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Variable.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\BuiltIn.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Decl.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Enum.cpp"/>
|
|
<File
|
|
RelativePath=".\src\EnumValue.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Function.cpp"/>
|
|
<File
|
|
RelativePath=".\src\NameSpace.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Parameter.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Struct.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Symbol.cpp"/>
|
|
<File
|
|
RelativePath=".\src\TypeDef.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Variable.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Attributes">
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\Attributes.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\CppParser\AttributesParser.h"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\Attributes.cpp"/>
|
|
<File
|
|
RelativePath=".\src\AttributesParser.cpp"/>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals/>
|
|
</VisualStudioProject>
|