mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
290 lines
6.2 KiB
XML
290 lines
6.2 KiB
XML
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.00"
|
|
Name="DOM"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\..\bin"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/Zm200 "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="."
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Debug/DOM.pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile=".\..\bin\DOM.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="2057"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\Release"
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="1"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="4"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Release/DOM.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile=".\Release\DOM.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="2057"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<Files>
|
|
<Filter
|
|
Name="DOM"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\Attr.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\CDATASection.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\CharacterData.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Comment.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DOMException.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DOMImplementation.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Document.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DocumentFragment.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DocumentType.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Element.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Entity.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\EntityReference.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\NamedNodeMap.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Node.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\NodeList.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Notation.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ProcessingInstruction.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Proxy.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Text.h">
|
|
</File>
|
|
<Filter
|
|
Name="Traversal"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\Traversal\DocumentTraversal.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Traversal\NodeFilter.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Traversal\NodeIterator.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Traversal\TreeWalker.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Events"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\Events\DocumentEvent.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Events\Event.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Events\EventException.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Events\EventListener.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Events\EventTarget.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Events\MutationEvent.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Implementations"
|
|
Filter="">
|
|
<Filter
|
|
Name="Simple"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\Simple\AttrImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\AttrMap.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\AttrNSImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\CDATASectionImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\CharacterDataImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\CommentImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\DOMImplementation.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\DocumentFragmentImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\DocumentImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\DocumentTypeImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\ElementByTagImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\ElementImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\ElementNSImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\EntityImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\EntityReferenceImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\Helpers.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\NamedNodeMapImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\NodeImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\NotationImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\ProcessingInstructionImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\StringAdaptor.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Simple\TextImpl.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="SAX2DOM"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\SAX2DOM\DocumentTypeImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SAX2DOM\SAX2DOM.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|