mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
0d79572848
Removed DefaultHandler typedef. JSON::Parser is now default constructed with built-in parsing handler (i.e. without requirement that user explicitly provides handler). Handler is now a SharedPtr so old code with handler on the stack would cause undefined behavior, hence best to break it now in development release ... apologies to anyone affected.
418 lines
11 KiB
XML
418 lines
11 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
Name="JSON"
|
|
Version="7.10"
|
|
ProjectType="Visual C++"
|
|
ProjectGUID="{0E7FE914-0690-3EB4-9119-93A97CC97741}"
|
|
RootNamespace="JSON"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="debug_shared|Win32"
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JSON_EXPORTS"
|
|
StringPooling="TRUE"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="TRUE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""
|
|
OutputFile="..\bin\PocoJSONd.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="..\bin\PocoJSONd.pdb"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
SubSystem="1"
|
|
ImportLibrary="..\lib\PocoJSONd.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_shared|Win32"
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="1"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JSON_EXPORTS"
|
|
StringPooling="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="FALSE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""
|
|
OutputFile="..\bin\PocoJSON.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
GenerateDebugInformation="FALSE"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
ImportLibrary="..\lib\PocoJSON.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="debug_static_mt|Win32"
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<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"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="..\lib\PocoJSONmtd.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\PocoJSONmtd.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_static_mt|Win32"
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<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"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="FALSE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\PocoJSONmt.lib"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="debug_static_md|Win32"
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<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"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="..\lib\PocoJSONmdd.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\PocoJSONmdd.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release_static_md|Win32"
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<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"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="FALSE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="4800;"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\lib\PocoJSONmd.lib"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References/>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files">
|
|
<File
|
|
RelativePath=".\src\Array.cpp"/>
|
|
<File
|
|
RelativePath=".\src\ParseHandler.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Handler.cpp"/>
|
|
<File
|
|
RelativePath=".\src\JSONException.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Object.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Parser.cpp"/>
|
|
<File
|
|
RelativePath=".\src\PrintHandler.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Query.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Stringifier.cpp"/>
|
|
<File
|
|
RelativePath=".\src\Template.cpp"/>
|
|
<File
|
|
RelativePath=".\src\TemplateCache.cpp"/>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files">
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\Array.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\Handler.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\JSON.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\JSONException.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\Object.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\Parser.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\ParseHandler.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\PrintHandler.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\Query.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\Stringifier.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\Template.h"/>
|
|
<File
|
|
RelativePath=".\include\Poco\JSON\TemplateCache.h"/>
|
|
</Filter>
|
|
</Files>
|
|
<Globals/>
|
|
</VisualStudioProject>
|