mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-13 08:01:17 +01:00
VC++.Net project file
This commit is contained in:
parent
fce9d3643f
commit
6d693e4e71
7 changed files with 1309 additions and 1 deletions
290
DOM/DOM.vcproj
Normal file
290
DOM/DOM.vcproj
Normal file
|
@ -0,0 +1,290 @@
|
|||
<?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>
|
342
SAX/SAX.vcproj
Normal file
342
SAX/SAX.vcproj
Normal file
|
@ -0,0 +1,342 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="SAXlib"
|
||||
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"
|
||||
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\SAX.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"
|
||||
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=".\Release\SAX.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="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>
|
||||
<File
|
||||
RelativePath=".\ParserConfig.tpl">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cl /TC /D USE_EXPAT /EP ParserConfig.tpl > ParserConfig.h
|
||||
cl /TC /D USE_EXPAT /EP saxlib.tpl > saxlib.cpp
|
||||
"
|
||||
Outputs="ParserConfig.h;saxlib.cpp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cl /TC /D USE_XERCES /EP ParserConfig.tpl > ParserConfig.h
|
||||
cl /TC /D USE_XERCES /EP saxlib.tpl > saxlib.cpp
|
||||
"
|
||||
Outputs="ParserConfig.h;saxlib.cpp"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\saxlib.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\saxlib.tpl">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
145
examples/SAX/SimpleHandler.vcproj
Normal file
145
examples/SAX/SimpleHandler.vcproj
Normal file
|
@ -0,0 +1,145 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="SimpleHandler"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\..\..\bin"
|
||||
IntermediateDirectory=".\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/SimpleHandler.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
ProgramDataBaseFileName=".\Debug/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
|
||||
OutputFile=".\..\..\bin/SimpleHandler.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\..\..\bin/SimpleHandler.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\..\..\bin/SimpleHandler.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="2057"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\..\bin"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\SAX,..\SAXExpat"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/SimpleHandler.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib"
|
||||
OutputFile=".\..\bin/SimpleHandler.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\..\bin/SimpleHandler.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\..\bin/SimpleHandler.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="2057"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath=".\SimpleHandler.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wrapper.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
<File
|
||||
RelativePath=".\SimpleHandler.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -41,7 +41,7 @@ RSC=rc.exe
|
|||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD CPP /nologo /W3 /GR /GX /O2 /I "..\..\\" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||
# ADD BASE RSC /l 0x809 /d "NDEBUG"
|
||||
# ADD RSC /l 0x809 /d "NDEBUG"
|
||||
BSC32=bscmake.exe
|
||||
|
|
144
examples/SAX/Writer.vcproj
Normal file
144
examples/SAX/Writer.vcproj
Normal file
|
@ -0,0 +1,144 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="Writer"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\..\..\bin"
|
||||
IntermediateDirectory=".\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\Debug/Writer.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
ProgramDataBaseFileName=".\Debug/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
|
||||
OutputFile=".\..\..\bin\Writer.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\..\..\bin/Writer.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\..\..\bin/Writer.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="2057"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\..\..\bin"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\;..\..\"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\Release/Writer.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="wsock32.lib"
|
||||
OutputFile=".\..\..\bin\Writer.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\Release/Writer.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/Writer.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="2057"
|
||||
AdditionalIncludeDirectories=""/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath=".\writer.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Libs"
|
||||
Filter="lib">
|
||||
<File
|
||||
RelativePath="..\..\lib\SAX.lib">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Utilities.lib">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
142
examples/SAX/pyx.vcproj
Normal file
142
examples/SAX/pyx.vcproj
Normal file
|
@ -0,0 +1,142 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="pyx"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\..\..\bin"
|
||||
IntermediateDirectory=".\pyx___Win32_Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\pyx___Win32_Debug/pyx.pch"
|
||||
AssemblerListingLocation=".\pyx___Win32_Debug/"
|
||||
ObjectFile=".\pyx___Win32_Debug/"
|
||||
ProgramDataBaseFileName=".\pyx___Win32_Debug/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
|
||||
OutputFile=".\..\..\bin/pyx.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib,\work\lib\vc6"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\..\..\bin/pyx.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\..\..\bin/pyx.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="2057"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\..\bin"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\SAXExpat,..\SAXlibxml,..\SAX,..\"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/pyx.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib"
|
||||
OutputFile=".\..\bin/pyx.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\..\bin/pyx.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\..\bin/pyx.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="2057"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath=".\pyx.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Libs"
|
||||
Filter="lib">
|
||||
<File
|
||||
RelativePath="..\..\lib\SAX.lib">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
245
examples/SAX2DOM/SAX2DOM_test.vcproj
Normal file
245
examples/SAX2DOM/SAX2DOM_test.vcproj
Normal file
|
@ -0,0 +1,245 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="SAX2DOM_test"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\..\..\bin"
|
||||
IntermediateDirectory=".\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/SAX2DOM_test.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
ProgramDataBaseFileName=".\Debug/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
|
||||
OutputFile=".\..\..\bin/SAX2DOM_test.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib,\work\lib\vc6"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\..\..\bin/SAX2DOM_test.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\..\..\bin/SAX2DOM_test.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="2057"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\Release"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/SAX2DOM_test.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="odbc32.lib odbccp32.lib"
|
||||
OutputFile=".\Release/SAX2DOM_test.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\Release/SAX2DOM_test.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\Release/SAX2DOM_test.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="2057"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestCase.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestFailure.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestResult.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestSuite.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\textui\TextTestResult.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\main.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Attribute.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_DOMImplementation.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Document.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_DocumentFragment.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_DocumentType.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Element.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_ProcessingInstruction.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_SAX.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Siblings.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\CppUnitException.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\Guards.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\Test.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestCaller.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestCase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestFailure.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestResult.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\TestSuite.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CppUnit\framework\estring.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Attribute.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_DOMImplementation.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Document.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_DocumentFragment.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_DocumentType.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Element.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Notation.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_ProcessingInstruction.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_SAX.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test_Siblings.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\..\lib\SAX.lib">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Utilities.lib">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Loading…
Reference in a new issue