2012-11-11 09:57:01 +01:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
Name="JSON"
|
|
|
|
Version="9.00"
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
ProjectGUID="{0E7FE914-0690-3EB4-9119-93A97CC97741}"
|
|
|
|
RootNamespace="JSON"
|
|
|
|
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;JSON_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=""/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies=""
|
|
|
|
OutputFile="..\bin64\PocoJSON64d.dll"
|
|
|
|
LinkIncremental="2"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="..\bin64\PocoJSON64d.pdb"
|
|
|
|
AdditionalLibraryDirectories="..\lib64"
|
|
|
|
SubSystem="1"
|
|
|
|
ImportLibrary="..\lib64\PocoJSONd.lib"
|
|
|
|
TargetMachine="17"/>
|
|
|
|
<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;JSON_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=""/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies=""
|
|
|
|
OutputFile="..\bin64\PocoJSON64.dll"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateDebugInformation="false"
|
|
|
|
AdditionalLibraryDirectories="..\lib64"
|
|
|
|
SubSystem="1"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
OptimizeForWindows98="0"
|
|
|
|
ImportLibrary="..\lib64\PocoJSON.lib"
|
|
|
|
TargetMachine="17"/>
|
|
|
|
<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\PocoJSONmtd.pdb"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="..\lib64\PocoJSONmtd.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=""/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="..\lib64\PocoJSONmt.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\PocoJSONmdd.pdb"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="..\lib64\PocoJSONmdd.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=""/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="..\lib64\PocoJSONmd.lib"
|
|
|
|
TargetMachine="17"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References/>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Array.cpp"/>
|
|
|
|
<File
|
2013-03-16 17:33:27 +01:00
|
|
|
RelativePath=".\src\ParseHandler.cpp"/>
|
2012-11-11 09:57:01 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\Handler.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\JSONException.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Object.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Parser.cpp"/>
|
2013-03-16 17:33:27 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\PrintHandler.cpp"/>
|
2012-11-11 09:57:01 +01:00
|
|
|
<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"/>
|
2013-03-16 17:33:27 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\JSON\ParseHandler.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\JSON\PrintHandler.h"/>
|
2012-11-11 09:57:01 +01:00
|
|
|
<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>
|