Moved to VS2003. Annoyingly, all this seems to do is bump the version

number.
This commit is contained in:
jez_higgins 2004-01-04 21:05:08 +00:00
parent a29d9a5c13
commit 122142c25d
8 changed files with 211 additions and 101 deletions

View file

@ -1,29 +1,41 @@
Microsoft Visual Studio Solution File, Format Version 7.00
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ArabicaLib", "SAX\SAX.vcproj", "{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_SAXSimpleHandler", "examples\SAX\SimpleHandler.vcproj", "{16475ED0-2906-429B-9E73-F2BF2929F6E9}"
ProjectSection(ProjectDependencies) = postProject
{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB} = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_SAXWriter", "EXAMPLES\SAX\Writer.vcproj", "{3C6CBC24-07D4-4DE8-A1DF-592C3BC77C56}"
ProjectSection(ProjectDependencies) = postProject
{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB} = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_SAXPyx", "examples\SAX\pyx.vcproj", "{AE33D6D1-0F57-4E97-90AE-696854C5AE71}"
ProjectSection(ProjectDependencies) = postProject
{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB} = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_DOMWriter", "examples\SAX2DOM\DOMWriter.vcproj", "{C1CF7801-1681-4F15-8D71-BBC814805AF2}"
ProjectSection(ProjectDependencies) = postProject
{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB} = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_UtilsTranscode", "examples\Utils\transcode.vcproj", "{436B423B-BF20-4B2E-A187-604AF391FBE2}"
ProjectSection(ProjectDependencies) = postProject
{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB} = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_SAX2DOMTests", "examples\SAX2DOM\SAX2DOM_test.vcproj", "{74A66132-475A-4DA1-8EF7-9CB0EF71E3D8}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
{16475ED0-2906-429B-9E73-F2BF2929F6E9}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
{3C6CBC24-07D4-4DE8-A1DF-592C3BC77C56}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
{AE33D6D1-0F57-4E97-90AE-696854C5AE71}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
{C1CF7801-1681-4F15-8D71-BBC814805AF2}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
{436B423B-BF20-4B2E-A187-604AF391FBE2}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}.Debug.ActiveCfg = Debug|Win32

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="ArabicaLib"
SccProjectName=""
SccLocalPath="">
@ -56,6 +56,12 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -102,8 +108,16 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Header Files"
@ -118,10 +132,10 @@
RelativePath=".\ContentHandler.h">
</File>
<File
RelativePath=".\DTDHandler.h">
RelativePath=".\DocumentHandler.h">
</File>
<File
RelativePath=".\DocumentHandler.h">
RelativePath=".\DTDHandler.h">
</File>
<File
RelativePath=".\EntityResolver.h">
@ -133,10 +147,10 @@
RelativePath=".\HandlerBase.h">
</File>
<File
RelativePath="IStreamHandle.h">
RelativePath=".\InputSource.h">
</File>
<File
RelativePath=".\InputSource.h">
RelativePath="IStreamHandle.h">
</File>
<File
RelativePath=".\Locator.h">
@ -150,6 +164,9 @@
<File
RelativePath=".\SAXException.h">
</File>
<File
RelativePath=".\saxfwd.h">
</File>
<File
RelativePath=".\SAXNotRecognizedException.h">
</File>
@ -165,9 +182,6 @@
<File
RelativePath=".\XMLReader.h">
</File>
<File
RelativePath=".\saxfwd.h">
</File>
</Filter>
<Filter
Name="Helpers"
@ -189,10 +203,10 @@
RelativePath=".\helpers\AttributeListImpl.h">
</File>
<File
RelativePath=".\helpers\AttributeTypes.h">
RelativePath=".\helpers\AttributesImpl.h">
</File>
<File
RelativePath=".\helpers\AttributesImpl.h">
RelativePath=".\helpers\AttributeTypes.h">
</File>
<File
RelativePath="helpers\CatchErrorHandler.h">
@ -251,12 +265,6 @@
<Filter
Name="Wrappers"
Filter="">
<File
RelativePath="wrappers\XercesFeatureNames.h">
</File>
<File
RelativePath="wrappers\XercesPropertyNames.h">
</File>
<File
RelativePath=".\wrappers\saxexpat.cpp">
<FileConfiguration
@ -314,6 +322,12 @@
<File
RelativePath=".\wrappers\saxxerces.h">
</File>
<File
RelativePath="wrappers\XercesFeatureNames.h">
</File>
<File
RelativePath="wrappers\XercesPropertyNames.h">
</File>
</Filter>
<Filter
Name="Filters"
@ -332,15 +346,6 @@
<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>
@ -368,6 +373,9 @@
<File
RelativePath="..\Utils\socket_stream.h">
</File>
<File
RelativePath="..\XML\UnicodeCharacters.h">
</File>
<File
RelativePath="..\Utils\utf16beucs2codecvt.cpp">
</File>
@ -398,6 +406,12 @@
<File
RelativePath="..\Utils\utf8ucs2codecvt.h">
</File>
<File
RelativePath="..\XML\XMLCharacterClasses.cpp">
</File>
<File
RelativePath="..\XML\XMLCharacterClasses.h">
</File>
<Filter
Name="impl"
Filter="">
@ -468,10 +482,10 @@ cl /TC /D USE_MSXML /EP saxlib.S &gt; saxlib.cpp
</FileConfiguration>
</File>
<File
RelativePath=".\saxlib.S">
RelativePath=".\saxlib.cpp">
</File>
<File
RelativePath=".\saxlib.cpp">
RelativePath=".\saxlib.S">
</File>
</Files>
<Globals>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="example_SAXSimpleHandler"
SccProjectName=""
SccLocalPath="">
@ -66,8 +66,14 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -121,10 +127,18 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="example_SAXWriter"
SccProjectName=""
SccLocalPath="">
@ -65,8 +65,14 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -120,10 +126,18 @@
AdditionalIncludeDirectories=""/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="example_SAXPyx"
SccProjectName=""
SccLocalPath="">
@ -66,8 +66,14 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -121,10 +127,18 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="example_DOMWriter"
ProjectGUID="{C1CF7801-1681-4F15-8D71-BBC814805AF2}"
Keyword="Win32Proj">
@ -55,8 +55,14 @@
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -104,10 +110,18 @@
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="example_SAX2DOMTests"
ProjectGUID="{74A66132-475A-4DA1-8EF7-9CB0EF71E3D8}"
SccProjectName=""
@ -66,8 +66,14 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -120,14 +126,52 @@
Culture="2057"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
RelativePath=".\main.cpp">
</File>
<File
RelativePath=".\test_Attribute.cpp">
</File>
<File
RelativePath=".\test_Document.cpp">
</File>
<File
RelativePath=".\test_DocumentFragment.cpp">
</File>
<File
RelativePath=".\test_DocumentType.cpp">
</File>
<File
RelativePath=".\test_DOMImplementation.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>
<File
RelativePath=".\CppUnit\framework\TestCase.cpp">
</File>
@ -143,36 +187,6 @@
<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"
@ -180,36 +194,18 @@
<File
RelativePath=".\CppUnit\framework\CppUnitException.h">
</File>
<File
RelativePath=".\CppUnit\framework\estring.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>
@ -219,6 +215,9 @@
<File
RelativePath=".\test_DocumentType.h">
</File>
<File
RelativePath=".\test_DOMImplementation.h">
</File>
<File
RelativePath=".\test_Element.h">
</File>
@ -234,6 +233,21 @@
<File
RelativePath=".\test_Siblings.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>
</Filter>
<Filter
Name="Resource Files"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="example_UtilsTranscode"
ProjectGUID="{436B423B-BF20-4B2E-A187-604AF391FBE2}"
Keyword="Win32Proj">
@ -52,8 +52,14 @@
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -100,10 +106,18 @@
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"