mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
424 lines
9.3 KiB
XML
424 lines
9.3 KiB
XML
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.00"
|
|
Name="ArabicaLib"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\..\lib"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="5"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Debug/SAX.pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile=".\..\lib\Arabica.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"
|
|
AdditionalIncludeDirectories="..\"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="4"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
RuntimeTypeInfo="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Release/SAX.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile=".\..\lib\Arabica.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="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<File
|
|
RelativePath=".\AttributeList.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Attributes.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ContentHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DTDHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DocumentHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\EntityResolver.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ErrorHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\HandlerBase.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\InputSource.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Locator.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Parser.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ParserConfig.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SAXException.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SAXNotRecognizedException.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SAXNotSupportedException.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SAXParseException.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\XMLFilter.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\XMLReader.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\saxfwd.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Helpers"
|
|
Filter="">
|
|
<Filter
|
|
Name="Source"
|
|
Filter="*.cpp">
|
|
<File
|
|
RelativePath=".\helpers\InputSourceResolver.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Headers"
|
|
Filter="*.h">
|
|
<File
|
|
RelativePath=".\helpers\AttributeDefaults.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\AttributeListImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\AttributeTypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\AttributesImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\DefaultHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\FeatureNames.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\InputSourceResolver.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\LocatorImpl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\NamespaceSupport.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\ParserAdaptor.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\PropertyNames.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\StringAdaptor.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\helpers\XMLFilterImpl.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="ext"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\ext\Attributes2.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ext\DeclHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ext\DefaultHandler2.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ext\LexicalHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ext\Locator2.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Wrappers"
|
|
Filter="">
|
|
<File
|
|
RelativePath="wrappers\XercesFeatureNames.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\wrappers\saxexpat.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\wrappers\saxexpat.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\wrappers\saxlibxml2.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\wrappers\saxlibxml2.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\wrappers\saxmsxml2.h">
|
|
</File>
|
|
<File
|
|
RelativePath="wrappers\saxxerces.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\wrappers\saxxerces.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Filters"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\filter\Writer.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Parsers"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\parsers\saxgarden.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Utils"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\XML\UnicodeCharacters.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\XML\XMLCharacterClasses.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\XML\XMLCharacterClasses.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\base64codecvt.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\base64codecvt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\convert_adaptor.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\convertstream.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\iso88591utf8codecvt.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\iso88591utf8codecvt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\rot13codecvt.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\rot13codecvt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\socket_stream.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\utf16utf8codecvt.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\utf16utf8codecvt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\utf8iso88591codecvt.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\utf8iso88591codecvt.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\utf8utf16codecvt.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\utf8utf16codecvt.h">
|
|
</File>
|
|
<Filter
|
|
Name="impl"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\Utils\impl\iso88591_utf8.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\impl\iso88591_utf8.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\impl\utf16_utf8.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\Utils\impl\utf16_utf8.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\ParserConfig.S">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h
|
|
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp
|
|
"
|
|
Outputs="ParserConfig.h;saxlib.cpp"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h
|
|
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp
|
|
"
|
|
Outputs="ParserConfig.h;saxlib.cpp"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\saxlib.S">
|
|
</File>
|
|
<File
|
|
RelativePath=".\saxlib.cpp">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|