You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2004/08/06 01:37:33 UTC

cvs commit: xml-xalan/c/Projects/Win32/VC7.1/AllInOne AllInOne.vcproj AllInOneWithICU.vcproj

dbertoni    2004/08/05 16:37:33

  Modified:    c/Projects/Win32/VC7.1/AllInOne AllInOne.vcproj
                        AllInOneWithICU.vcproj
  Log:
  Changes for moving Harness project into the main DLL.
  
  Revision  Changes    Path
  1.2       +3 -0      xml-xalan/c/Projects/Win32/VC7.1/AllInOne/AllInOne.vcproj
  
  Index: AllInOne.vcproj
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC7.1/AllInOne/AllInOne.vcproj,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AllInOne.vcproj	3 Aug 2004 18:22:12 -0000	1.1
  +++ AllInOne.vcproj	5 Aug 2004 23:37:32 -0000	1.2
  @@ -263,6 +263,9 @@
   				RelativePath="..\..\..\..\src\xalanc\Include\XalanObjectCache.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\Include\XalanVector.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\Include\XalanVersion.hpp">
   			</File>
   		</Filter>
  
  
  
  1.2       +279 -200  xml-xalan/c/Projects/Win32/VC7.1/AllInOne/AllInOneWithICU.vcproj
  
  Index: AllInOneWithICU.vcproj
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC7.1/AllInOne/AllInOneWithICU.vcproj,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AllInOneWithICU.vcproj	3 Aug 2004 18:22:12 -0000	1.1
  +++ AllInOneWithICU.vcproj	5 Aug 2004 23:37:33 -0000	1.2
  @@ -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="AllInOneWithICU"
   	ProjectGUID="{2D6A569C-3EB7-4C39-9AD7-11DF57444FFD}"
   	SccProjectName=""
  @@ -18,16 +18,25 @@
   			ConfigurationType="2"
   			UseOfMFC="0"
   			ATLMinimizesCRunTimeLibraryUsage="FALSE"
  -			CharacterSet="2">
  +			CharacterSet="2"
  +			WholeProgramOptimization="TRUE">
   			<Tool
   				Name="VCCLCompilerTool"
   				AdditionalOptions="/Zm125 "
  +				GlobalOptimizations="TRUE"
   				InlineFunctionExpansion="2"
  +				EnableIntrinsicFunctions="TRUE"
  +				ImproveFloatingPointConsistency="TRUE"
  +				FavorSizeOrSpeed="1"
  +				OmitFramePointers="TRUE"
  +				EnableFiberSafeOptimizations="TRUE"
   				AdditionalIncludeDirectories="$(ICUROOT)\include;$(XERCESCROOT)\include;$(XERCESCROOT)\src;..\..\..\..\..\..\xml-xerces\c\src,..\..\..\..\src\,..\..\..\..\..\..\icu\include,..\..\..\..\Build\Win32\VC7.1\Release\Nls\Include"
  -				PreprocessorDefinitions="NDEBUG;XALAN_DOMSUPPORT_BUILD_DLL;WIN32;_WINDOWS;_USRDLL;XALAN_XSLT_BUILD_DLL;XALAN_PLATFORMSUPPORT_BUILD_DLL;XALAN_DOM_BUILD_DLL;XALAN_XALANEXTENSIONS_BUILD_DLL;XALAN_XALANSOURCETREE_BUILD_DLL;XALAN_TRANSFORMER_BUILD_DLL;XALAN_XERCESPARSERLIAISON_BUILD_DLL;XALAN_XMLSUPPORT_BUILD_DLL;XALAN_XPATH_BUILD_DLL;XALAN_XPATHCAPI_BUILD_DLL;XALAN_ALLINONE_BUILD_DLL;XALAN_EXSLT_BUILD_DLL;XALAN_ICUBRIDGE_BUILD_DLL;XALAN_USE_ICU;XALAN_ICU_MSG_LOADER"
  +				PreprocessorDefinitions="NDEBUG;XALAN_DOMSUPPORT_BUILD_DLL;WIN32;_WINDOWS;_USRDLL;XALAN_XSLT_BUILD_DLL;XALAN_PLATFORMSUPPORT_BUILD_DLL;XALAN_DOM_BUILD_DLL;XALAN_XALANEXTENSIONS_BUILD_DLL;XALAN_XALANSOURCETREE_BUILD_DLL;XALAN_TRANSFORMER_BUILD_DLL;XALAN_XERCESPARSERLIAISON_BUILD_DLL;XALAN_XMLSUPPORT_BUILD_DLL;XALAN_XPATH_BUILD_DLL;XALAN_XPATHCAPI_BUILD_DLL;XALAN_ALLINONE_BUILD_DLL;XALAN_EXSLT_BUILD_DLL;XALAN_ICUBRIDGE_BUILD_DLL;XALAN_HARNESS_BUILD_DLL;XALAN_USE_ICU;XALAN_ICU_MSG_LOADER"
   				StringPooling="TRUE"
   				RuntimeLibrary="2"
  +				BufferSecurityCheck="FALSE"
   				EnableFunctionLevelLinking="TRUE"
  +				ForceConformanceInForLoopScope="TRUE"
   				RuntimeTypeInfo="TRUE"
   				PrecompiledHeaderFile=".\..\..\..\..\Build\Win32\VC7.1\Release\AllInOne/AllInOneWithICU.pch"
   				AssemblerListingLocation=".\..\..\..\..\Build\Win32\VC7.1\Release\AllInOne/"
  @@ -35,6 +44,7 @@
   				ProgramDataBaseFileName=".\..\..\..\..\Build\Win32\VC7.1\Release\AllInOne/"
   				WarningLevel="4"
   				SuppressStartupBanner="TRUE"
  +				Detect64BitPortabilityProblems="TRUE"
   				CompileAs="0"/>
   			<Tool
   				Name="VCCustomBuildTool"/>
  @@ -67,7 +77,13 @@
   			<Tool
   				Name="VCWebServiceProxyGeneratorTool"/>
   			<Tool
  +				Name="VCXMLDataGeneratorTool"/>
  +			<Tool
   				Name="VCWebDeploymentTool"/>
  +			<Tool
  +				Name="VCManagedWrapperGeneratorTool"/>
  +			<Tool
  +				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
   		</Configuration>
   		<Configuration
   			Name="Debug|Win32"
  @@ -81,18 +97,23 @@
   				Name="VCCLCompilerTool"
   				AdditionalOptions="/Zm125 "
   				Optimization="0"
  +				ImproveFloatingPointConsistency="TRUE"
   				AdditionalIncludeDirectories="$(ICUROOT)\include;$(XERCESCROOT)\include;$(XERCESCROOT)\src;..\..\..\..\..\..\xml-xerces\c\src,..\..\..\..\src\,..\..\..\..\..\..\icu\include,..\..\..\..\Build\Win32\VC7.1\Debug\Nls\Include"
  -				PreprocessorDefinitions="_DEBUG;XALAN_DOMSUPPORT_BUILD_DLL;WIN32;_WINDOWS;_USRDLL;XALAN_XSLT_BUILD_DLL;XALAN_PLATFORMSUPPORT_BUILD_DLL;XALAN_DOM_BUILD_DLL;XALAN_XALANEXTENSIONS_BUILD_DLL;XALAN_XALANSOURCETREE_BUILD_DLL;XALAN_TRANSFORMER_BUILD_DLL;XALAN_XERCESPARSERLIAISON_BUILD_DLL;XALAN_XMLSUPPORT_BUILD_DLL;XALAN_XPATH_BUILD_DLL;XALAN_XPATHCAPI_BUILD_DLL;XALAN_ALLINONE_BUILD_DLL;XALAN_EXSLT_BUILD_DLL;XALAN_ICUBRIDGE_BUILD_DLL;XALAN_USE_ICU;XALAN_ICU_MSG_LOADER"
  +				PreprocessorDefinitions="_DEBUG;XALAN_DOMSUPPORT_BUILD_DLL;WIN32;_WINDOWS;_USRDLL;XALAN_XSLT_BUILD_DLL;XALAN_PLATFORMSUPPORT_BUILD_DLL;XALAN_DOM_BUILD_DLL;XALAN_XALANEXTENSIONS_BUILD_DLL;XALAN_XALANSOURCETREE_BUILD_DLL;XALAN_TRANSFORMER_BUILD_DLL;XALAN_XERCESPARSERLIAISON_BUILD_DLL;XALAN_XMLSUPPORT_BUILD_DLL;XALAN_XPATH_BUILD_DLL;XALAN_XPATHCAPI_BUILD_DLL;XALAN_ALLINONE_BUILD_DLL;XALAN_EXSLT_BUILD_DLL;XALAN_ICUBRIDGE_BUILD_DLL;XALAN_HARNESS_BUILD_DLL;XALAN_USE_ICU;XALAN_ICU_MSG_LOADER"
   				BasicRuntimeChecks="3"
  +				SmallerTypeCheck="TRUE"
   				RuntimeLibrary="3"
  +				ForceConformanceInForLoopScope="TRUE"
   				RuntimeTypeInfo="TRUE"
   				UsePrecompiledHeader="2"
  +				PrecompiledHeaderThrough=""
   				PrecompiledHeaderFile=".\..\..\..\..\Build\Win32\VC7.1\Debug\AllInOne/AllInOneWithICU.pch"
   				AssemblerListingLocation=".\..\..\..\..\Build\Win32\VC7.1\Debug\AllInOne/"
   				ObjectFile=".\..\..\..\..\Build\Win32\VC7.1\Debug\AllInOne/"
   				ProgramDataBaseFileName=".\..\..\..\..\Build\Win32\VC7.1\Debug\AllInOne/"
   				WarningLevel="4"
   				SuppressStartupBanner="TRUE"
  +				Detect64BitPortabilityProblems="TRUE"
   				DebugInformationFormat="3"
   				CompileAs="0"/>
   			<Tool
  @@ -128,7 +149,13 @@
   			<Tool
   				Name="VCWebServiceProxyGeneratorTool"/>
   			<Tool
  +				Name="VCXMLDataGeneratorTool"/>
  +			<Tool
   				Name="VCWebDeploymentTool"/>
  +			<Tool
  +				Name="VCManagedWrapperGeneratorTool"/>
  +			<Tool
  +				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
   		</Configuration>
   		<Configuration
   			Name="Release with symbols|Win32"
  @@ -137,16 +164,25 @@
   			ConfigurationType="2"
   			UseOfMFC="0"
   			ATLMinimizesCRunTimeLibraryUsage="FALSE"
  -			CharacterSet="2">
  +			CharacterSet="2"
  +			WholeProgramOptimization="TRUE">
   			<Tool
   				Name="VCCLCompilerTool"
   				AdditionalOptions="/Zm125 "
  +				GlobalOptimizations="TRUE"
   				InlineFunctionExpansion="2"
  +				EnableIntrinsicFunctions="TRUE"
  +				ImproveFloatingPointConsistency="TRUE"
  +				FavorSizeOrSpeed="1"
  +				OmitFramePointers="TRUE"
  +				EnableFiberSafeOptimizations="TRUE"
   				AdditionalIncludeDirectories="$(ICUROOT)\include;$(XERCESCROOT)\include;$(XERCESCROOT)\src;..\..\..\..\..\..\xml-xerces\c\src,..\..\..\..\src\,..\..\..\..\..\..\icu\include,..\..\..\..\Build\Win32\VC7.1\Release.symbols\Nls\Include"
  -				PreprocessorDefinitions="NDEBUG;NDEBUG_SYMBOLS;XALAN_DOMSUPPORT_BUILD_DLL;WIN32;_WINDOWS;_USRDLL;XALAN_XSLT_BUILD_DLL;XALAN_PLATFORMSUPPORT_BUILD_DLL;XALAN_DOM_BUILD_DLL;XALAN_XALANEXTENSIONS_BUILD_DLL;XALAN_XALANSOURCETREE_BUILD_DLL;XALAN_TRANSFORMER_BUILD_DLL;XALAN_XERCESPARSERLIAISON_BUILD_DLL;XALAN_XMLSUPPORT_BUILD_DLL;XALAN_XPATH_BUILD_DLL;XALAN_XPATHCAPI_BUILD_DLL;XALAN_ALLINONE_BUILD_DLL;XALAN_EXSLT_BUILD_DLL;XALAN_ICUBRIDGE_BUILD_DLL;XALAN_USE_ICU;XALAN_ICU_MSG_LOADER"
  +				PreprocessorDefinitions="NDEBUG;NDEBUG_SYMBOLS;XALAN_DOMSUPPORT_BUILD_DLL;WIN32;_WINDOWS;_USRDLL;XALAN_XSLT_BUILD_DLL;XALAN_PLATFORMSUPPORT_BUILD_DLL;XALAN_DOM_BUILD_DLL;XALAN_XALANEXTENSIONS_BUILD_DLL;XALAN_XALANSOURCETREE_BUILD_DLL;XALAN_TRANSFORMER_BUILD_DLL;XALAN_XERCESPARSERLIAISON_BUILD_DLL;XALAN_XMLSUPPORT_BUILD_DLL;XALAN_XPATH_BUILD_DLL;XALAN_XPATHCAPI_BUILD_DLL;XALAN_ALLINONE_BUILD_DLL;XALAN_EXSLT_BUILD_DLL;XALAN_ICUBRIDGE_BUILD_DLL;XALAN_HARNESS_BUILD_DLL;XALAN_USE_ICU;XALAN_ICU_MSG_LOADER"
   				StringPooling="TRUE"
   				RuntimeLibrary="2"
  +				BufferSecurityCheck="FALSE"
   				EnableFunctionLevelLinking="TRUE"
  +				ForceConformanceInForLoopScope="TRUE"
   				RuntimeTypeInfo="TRUE"
   				PrecompiledHeaderFile=".\..\..\..\..\Build\Win32\VC7.1\Release.symbols\AllInOne/AllInOneWithICU.pch"
   				AssemblerListingLocation=".\..\..\..\..\Build\Win32\VC7.1\Release.symbols\AllInOne/"
  @@ -154,6 +190,7 @@
   				ProgramDataBaseFileName=".\..\..\..\..\Build\Win32\VC7.1\Release.symbols\AllInOne/"
   				WarningLevel="4"
   				SuppressStartupBanner="TRUE"
  +				Detect64BitPortabilityProblems="TRUE"
   				DebugInformationFormat="3"
   				CompileAs="0"/>
   			<Tool
  @@ -189,9 +226,17 @@
   			<Tool
   				Name="VCWebServiceProxyGeneratorTool"/>
   			<Tool
  +				Name="VCXMLDataGeneratorTool"/>
  +			<Tool
   				Name="VCWebDeploymentTool"/>
  +			<Tool
  +				Name="VCManagedWrapperGeneratorTool"/>
  +			<Tool
  +				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
   		</Configuration>
   	</Configurations>
  +	<References>
  +	</References>
   	<Files>
   		<Filter
   			Name="Include"
  @@ -212,6 +257,9 @@
   				RelativePath="..\..\..\..\src\xalanc\Include\XalanObjectCache.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\Include\XalanVector.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\Include\XalanVersion.hpp">
   			</File>
   		</Filter>
  @@ -225,10 +273,10 @@
   				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanAttr.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanCDATASection.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanCDataSection.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanCDataSection.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanCDATASection.hpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanCharacterData.cpp">
  @@ -243,49 +291,49 @@
   				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanComment.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMDefinitions.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocument.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMException.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocument.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMException.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentFragment.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMImplementation.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentFragment.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMImplementation.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentType.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMInit.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentType.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMInit.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMDefinitions.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMString.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMException.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMString.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMException.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocument.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMImplementation.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocument.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMImplementation.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentFragment.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMInit.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentFragment.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMInit.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentType.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMString.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDocumentType.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanDOMString.hpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\XalanDOM\XalanElement.cpp">
  @@ -371,7 +419,7 @@
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\ArenaBlockBase.hpp">
  -			</File>			
  +			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributeListImpl.cpp">
   			</File>
  @@ -379,16 +427,19 @@
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributeListImpl.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributeVectorEntry.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributesImpl.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributeVectorEntryExtended.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributesImpl.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributesImpl.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributeVectorEntry.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributesImpl.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\AttributeVectorEntryExtended.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\DirectoryEnumerator.hpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\DOMStringHelper.cpp">
  @@ -403,9 +454,6 @@
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\DOMStringPrintWriter.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\DirectoryEnumerator.hpp">
  -			</File>
  -			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\DoubleSupport.cpp">
   			</File>
   			<File
  @@ -493,12 +541,6 @@
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\Writer.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XSLException.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XSLException.hpp">
  -			</File>
  -			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanAllocator.hpp">
   			</File>
   			<File
  @@ -514,6 +556,12 @@
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanCollationServices.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanDecimalFormatSymbols.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanDecimalFormatSymbols.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanDOMStringAllocator.cpp">
   			</File>
   			<File
  @@ -538,28 +586,22 @@
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanDOMStringPool.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanDecimalFormatSymbols.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanDecimalFormatSymbols.hpp">
  -			</File>
  -			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanEncodingPropertyCache.cpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanEncodingPropertyCache.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFStreamOutputStream.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFileOutputStream.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFStreamOutputStream.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFileOutputStream.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFileOutputStream.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFStreamOutputStream.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFileOutputStream.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanFStreamOutputStream.hpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanICUMessageLoader.cpp">
  @@ -646,13 +688,13 @@
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanTranscodingServices.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanUTF16Transcoder.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanUnicode.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanUTF16Transcoder.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanUTF16Transcoder.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanUnicode.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanUTF16Transcoder.hpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanXMLChar.cpp">
  @@ -660,6 +702,12 @@
   			<File
   				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XalanXMLChar.hpp">
   			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XSLException.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\PlatformSupport\XSLException.hpp">
  +			</File>
   		</Filter>
   		<Filter
   			Name="DOMSupport"
  @@ -831,6 +879,42 @@
   				RelativePath="..\..\..\..\src\xalanc\XPath\NodeRefListBase.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQName.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQName.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByReference.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByReference.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValue.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValue.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValueAllocator.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValueAllocator.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanXPathException.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XPath\XalanXPathException.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\XPath\XBoolean.cpp">
   			</File>
   			<File
  @@ -1145,42 +1229,6 @@
   			<File
   				RelativePath="..\..\..\..\src\xalanc\XPath\XUnknown.hpp">
   			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanDocumentFragmentNodeRefListBaseProxy.hpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQName.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQName.hpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByReference.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByReference.hpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValue.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValue.hpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValueAllocator.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanQNameByValueAllocator.hpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanXPathException.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XPath\XalanXPathException.hpp">
  -			</File>
   		</Filter>
   		<Filter
   			Name="XPathCAPI"
  @@ -1226,12 +1274,6 @@
   				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterToXML.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterToXMLBase.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterToXMLBase.hpp">
  -			</File>
  -			<File
   				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterToXML_UTF16.cpp">
   			</File>
   			<File
  @@ -1244,12 +1286,24 @@
   				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterToXML_UTF8.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterToXMLBase.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterToXMLBase.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterTreeWalker.cpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\XMLSupport\FormatterTreeWalker.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\XMLSupport\XalanHTMLElementsProperties.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XMLSupport\XalanHTMLElementsProperties.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\XMLSupport\XMLParserLiaison.cpp">
   			</File>
   			<File
  @@ -1270,12 +1324,6 @@
   			<File
   				RelativePath="..\..\..\..\src\xalanc\XMLSupport\XMLSupportInit.hpp">
   			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XMLSupport\XalanHTMLElementsProperties.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XMLSupport\XalanHTMLElementsProperties.hpp">
  -			</File>
   		</Filter>
   		<Filter
   			Name="XalanSourceTree"
  @@ -1293,12 +1341,6 @@
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeAttr.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeAttrNS.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeAttrNS.hpp">
  -			</File>
  -			<File
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeAttributeAllocator.cpp">
   			</File>
   			<File
  @@ -1311,6 +1353,12 @@
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeAttributeNSAllocator.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeAttrNS.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeAttrNS.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeComment.cpp">
   			</File>
   			<File
  @@ -1329,12 +1377,6 @@
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeContentHandler.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeDOMSupport.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeDOMSupport.hpp">
  -			</File>
  -			<File
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeDefinitions.hpp">
   			</File>
   			<File
  @@ -1350,6 +1392,12 @@
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeDocumentFragment.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeDOMSupport.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeDOMSupport.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\XalanSourceTree\XalanSourceTreeElement.cpp">
   			</File>
   			<File
  @@ -1627,16 +1675,16 @@
   				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemOtherwise.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemPI.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemParam.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemPI.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemParam.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemParam.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemPI.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemParam.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemPI.hpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\XSLT\ElemSort.cpp">
  @@ -1786,16 +1834,16 @@
   				RelativePath="..\..\..\..\src\xalanc\XSLT\NamespacesHandler.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSortKey.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSorter.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSortKey.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSorter.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSorter.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSortKey.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSorter.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\NodeSortKey.hpp">
   			</File>
   			<File
   				RelativePath="..\..\..\..\src\xalanc\XSLT\OutputContextStack.cpp">
  @@ -1900,181 +1948,193 @@
   				RelativePath="..\..\..\..\src\xalanc\XSLT\VariablesStack.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFrag.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFrag.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFragAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartSimpleAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFragAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartSimpleAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTDefinitions.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartXPathAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTEngineImpl.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartXPathAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTEngineImpl.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemApplyTemplatesAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInit.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemApplyTemplatesAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInit.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInputSource.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInputSource.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeSetAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessor.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeSetAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessor.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemCallTemplateAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupport.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemCallTemplateAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupport.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemElementAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupportDefault.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemElementAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupportDefault.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemEmptyAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorException.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemEmptyAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorException.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemLiteralResultAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTResultTarget.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemLiteralResultAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTResultTarget.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTemplateAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTemplateAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartSimpleAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartSimpleAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextLiteralAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartXPathAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextLiteralAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanAVTPartXPathAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemValueOfAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemApplyTemplatesAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemValueOfAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemApplyTemplatesAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemVariableAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemVariableAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\Xslt\XalanMatchPatternData.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeSetAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\Xslt\XalanMatchPatternData.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemAttributeSetAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\Xslt\XalanMatchPatternDataAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemCallTemplateAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\Xslt\XalanMatchPatternDataAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemCallTemplateAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanNumberingResourceBundle.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemElementAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanNumberingResourceBundle.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemElementAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemEmptyAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemEmptyAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentFragmentAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemLiteralResultAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentFragmentAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemLiteralResultAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSpaceNodeTester.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTemplateAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSpaceNodeTester.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTemplateAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFrag.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFrag.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFragAllocator.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextLiteralAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XResultTreeFragAllocator.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemTextLiteralAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTDefinitions.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemValueOfAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTEngineImpl.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemValueOfAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTEngineImpl.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemVariableAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInit.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanElemVariableAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInit.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanNumberingResourceBundle.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInputSource.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanNumberingResourceBundle.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTInputSource.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessor.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessor.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentFragmentAllocator.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupport.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSourceTreeDocumentFragmentAllocator.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupport.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSpaceNodeTester.cpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupportDefault.cpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XSLT\XalanSpaceNodeTester.hpp">
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorEnvSupportDefault.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorException.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTProcessorException.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTResultTarget.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XSLT\XSLTResultTarget.hpp">
   			</File>
   		</Filter>
   		<Filter
  @@ -2377,6 +2437,18 @@
   				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesCommentWrapper.hpp">
   			</File>
   			<File
  +				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentTypeWrapper.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentTypeWrapper.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentWrapper.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentWrapper.hpp">
  +			</File>
  +			<File
   				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDOMException.cpp">
   			</File>
   			<File
  @@ -2413,18 +2485,6 @@
   				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDOMWrapperException.hpp">
   			</File>
   			<File
  -				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentTypeWrapper.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentTypeWrapper.hpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentWrapper.cpp">
  -			</File>
  -			<File
  -				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesDocumentWrapper.hpp">
  -			</File>
  -			<File
   				RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\XercesElementWrapper.cpp">
   			</File>
   			<File
  @@ -2575,34 +2635,34 @@
   					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesCommentBridge.hpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOMImplementationBridge.cpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentBridge.cpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOMImplementationBridge.hpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentBridge.hpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOM_NodeHack.cpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentFragmentBridge.cpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOM_NodeHack.hpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentFragmentBridge.hpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentBridge.cpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentTypeBridge.cpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentBridge.hpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentTypeBridge.hpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentFragmentBridge.cpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOM_NodeHack.cpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentFragmentBridge.hpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOM_NodeHack.hpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentTypeBridge.cpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOMImplementationBridge.cpp">
   				</File>
   				<File
  -					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDocumentTypeBridge.hpp">
  +					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesDOMImplementationBridge.hpp">
   				</File>
   				<File
   					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesElementBridge.cpp">
  @@ -2677,6 +2737,25 @@
   					RelativePath="..\..\..\..\src\xalanc\XercesParserLiaison\Deprecated\XercesTreeWalker.hpp">
   				</File>
   			</Filter>
  +		</Filter>
  +		<Filter
  +			Name="Harness"
  +			Filter="">
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\Harness\XalanFileUtility.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\Harness\XalanFileUtility.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\Harness\XalanHarnessDefinitions.hpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\Harness\XalanXMLFileReporter.cpp">
  +			</File>
  +			<File
  +				RelativePath="..\..\..\..\src\xalanc\Harness\XalanXMLFileReporter.hpp">
  +			</File>
   		</Filter>
   	</Files>
   	<Globals>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org