System.XML.vmwcsproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. <VisualStudioProject>
  2. <CSHARP ProjectType="Local" ProductVersion="7.10.3077" SchemaVersion="2.0" ProjectGuid="{10268504-30C6-4B25-A4D7-FB0604173427}">
  3. <Build>
  4. <Settings ApplicationIcon="" AssemblyKeyContainerName="" AssemblyName="System.Xml" AssemblyOriginatorKeyFile="" DefaultClientScript="JScript" DefaultHTMLPageLayout="Grid" DefaultTargetSchema="IE50" DelaySign="false" OutputType="Library" PreBuildEvent="$(ProjectDir)\jay.bat $(ProjectDir)" PostBuildEvent="" RootNamespace="System.XML1" RunPostBuildEvent="OnBuildSuccess" StartupObject="">
  5. <Config Name="Debug" AllowUnsafeBlocks="false" BaseAddress="285212672" CheckForOverflowUnderflow="false" ConfigurationOverrideFile="" DefineConstants="NET_1_1;TARGET_JVM" DocumentationFile="" DebugSymbols="true" FileAlignment="4096" IncrementalBuild="true" NoStdLib="false" NoWarn="" Optimize="false" OutputPath="bin\Debug\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="4"/>
  6. <Config Name="Release" AllowUnsafeBlocks="false" BaseAddress="285212672" CheckForOverflowUnderflow="false" ConfigurationOverrideFile="" DefineConstants="NET_1_1;TARGET_JVM" DocumentationFile="" DebugSymbols="false" FileAlignment="4096" IncrementalBuild="false" NoStdLib="false" NoWarn="" Optimize="true" OutputPath="bin\Release\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="4"/>
  7. <Config Name="Debug_Java" AllowUnsafeBlocks="false" BaseAddress="285212672" CheckForOverflowUnderflow="false" ConfigurationOverrideFile="" DefineConstants="NET_1_1;TARGET_JVM" DocumentationFile="" DebugSymbols="true" FileAlignment="4096" IncrementalBuild="true" NoStdLib="false" NoWarn="1595" Optimize="false" OutputPath="bin\Debug_Java\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="4"/>
  8. <Config Name="Release_Java" AllowUnsafeBlocks="false" BaseAddress="285212672" CheckForOverflowUnderflow="false" ConfigurationOverrideFile="" DefineConstants="NET_1_1;TARGET_JVM" DocumentationFile="" DebugSymbols="true" FileAlignment="4096" IncrementalBuild="false" NoStdLib="false" NoWarn="1595" Optimize="true" OutputPath="bin\Release_Java\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="4"/>
  9. </Settings>
  10. <References>
  11. <Reference Name="System" AssemblyName="System" HintPath="..\lib\System.dll"/>
  12. <Reference Name="rt" AssemblyName="rt" HintPath="C:\Program Files\Mainsoft\Visual MainWin for J2EE\jgac\j2sdk1.4.2_05\rt.dll" Private="False"/>
  13. </References>
  14. </Build>
  15. <Files>
  16. <Include>
  17. <File RelPath="Locale.cs" Link="..\..\build\common\Locale.cs" SubType="Code" BuildAction="Compile"/>
  18. <File RelPath="MonoTODOAttribute.cs" Link="..\..\build\common\MonoTODOAttribute.cs" SubType="Code" BuildAction="Compile"/>
  19. <File RelPath="Assembly\AssemblyInfo.cs" SubType="Code" BuildAction="None"/>
  20. <File RelPath="Assembly\ChangeLog" BuildAction="None"/>
  21. <File RelPath="Mono.Xml\ChangeLog" BuildAction="None"/>
  22. <File RelPath="Mono.Xml\IHasXmlParserContext.cs" SubType="Code" BuildAction="Compile"/>
  23. <File RelPath="Mono.Xml\IHasXmlSchemaInfo.cs" SubType="Code" BuildAction="Compile"/>
  24. <File RelPath="Mono.Xml\SubtreeXmlReader.cs" SubType="Code" BuildAction="Compile"/>
  25. <File RelPath="Mono.Xml\XmlFilterReader.cs" SubType="Code" BuildAction="Compile"/>
  26. <File RelPath="Mono.Xml\XmlNodeWriter.cs" SubType="Code" BuildAction="Compile"/>
  27. <File RelPath="Mono.Xml.Schema\ChangeLog" BuildAction="None"/>
  28. <File RelPath="Mono.Xml.Schema\XmlSchemaValidatingReader.cs" SubType="Code" BuildAction="Compile"/>
  29. <File RelPath="Mono.Xml.Schema\XsdIdentityPath.cs" SubType="Code" BuildAction="Compile"/>
  30. <File RelPath="Mono.Xml.Schema\XsdIdentityState.cs" SubType="Code" BuildAction="Compile"/>
  31. <File RelPath="Mono.Xml.Schema\XsdKeyTable.cs" SubType="Code" BuildAction="Compile"/>
  32. <File RelPath="Mono.Xml.Schema\XsdParticleValidationState.cs" SubType="Code" BuildAction="Compile"/>
  33. <File RelPath="Mono.Xml.Schema\XsdValidatingReader.cs" SubType="Code" BuildAction="Compile"/>
  34. <File RelPath="Mono.Xml.Schema\XsdWildcard.cs" SubType="Code" BuildAction="Compile"/>
  35. <File RelPath="Mono.Xml.XPath\ChangeLog" BuildAction="None"/>
  36. <File RelPath="Mono.Xml.XPath\DTMXPathDocument.cs" SubType="Code" BuildAction="Compile"/>
  37. <File RelPath="Mono.Xml.XPath\DTMXPathDocument2.cs" SubType="Code" BuildAction="Compile"/>
  38. <File RelPath="Mono.Xml.XPath\DTMXPathDocumentBuilder.cs" SubType="Code" BuildAction="Compile"/>
  39. <File RelPath="Mono.Xml.XPath\DTMXPathDocumentBuilder2.cs" SubType="Code" BuildAction="Compile"/>
  40. <File RelPath="Mono.Xml.XPath\DTMXPathDocumentWriter.cs" SubType="Code" BuildAction="Compile"/>
  41. <File RelPath="Mono.Xml.XPath\DTMXPathDocumentWriter2.cs" SubType="Code" BuildAction="Compile"/>
  42. <File RelPath="Mono.Xml.XPath\DTMXPathNavigator.cs" SubType="Code" BuildAction="Compile"/>
  43. <File RelPath="Mono.Xml.XPath\DTMXPathNavigator2.cs" SubType="Code" BuildAction="Compile"/>
  44. <File RelPath="Mono.Xml.XPath\DTMXPathNode.cs" SubType="Code" BuildAction="Compile"/>
  45. <File RelPath="Mono.Xml.XPath\DTMXPathNode2.cs" SubType="Code" BuildAction="Compile"/>
  46. <File RelPath="Mono.Xml.XPath\IdPattern.cs" SubType="Code" BuildAction="Compile"/>
  47. <File RelPath="Mono.Xml.XPath\KeyPattern.cs" SubType="Code" BuildAction="Compile"/>
  48. <File RelPath="Mono.Xml.XPath\LocationPathPattern.cs" SubType="Code" BuildAction="Compile"/>
  49. <File RelPath="Mono.Xml.XPath\Pattern.cs" SubType="Code" BuildAction="Compile"/>
  50. <File RelPath="Mono.Xml.XPath\UnionPattern.cs" SubType="Code" BuildAction="Compile"/>
  51. <File RelPath="Mono.Xml.XPath\XPathEditableDocument.cs" SubType="Code" BuildAction="Compile"/>
  52. <File RelPath="Mono.Xml.XPath\XPathNavigatorReader.cs" SubType="Code" BuildAction="Compile"/>
  53. <File RelPath="Mono.Xml.Xsl\Attribute.cs" SubType="Code" BuildAction="Compile"/>
  54. <File RelPath="Mono.Xml.Xsl\ChangeLog" BuildAction="None"/>
  55. <File RelPath="Mono.Xml.Xsl\Compiler.cs" SubType="Code" BuildAction="Compile"/>
  56. <File RelPath="Mono.Xml.Xsl\Debug.cs" SubType="Code" BuildAction="Compile"/>
  57. <File RelPath="Mono.Xml.Xsl\Emitter.cs" SubType="Code" BuildAction="Compile"/>
  58. <File RelPath="Mono.Xml.Xsl\GenericOutputter.cs" SubType="Code" BuildAction="Compile"/>
  59. <File RelPath="Mono.Xml.Xsl\HtmlEmitter.cs" SubType="Code" BuildAction="Compile"/>
  60. <File RelPath="Mono.Xml.Xsl\MSXslScriptManager.cs" SubType="Code" BuildAction="Compile"/>
  61. <File RelPath="Mono.Xml.Xsl\Outputter.cs" SubType="Code" BuildAction="Compile"/>
  62. <File RelPath="Mono.Xml.Xsl\PatternParser.cs" SubType="Code" BuildAction="Compile"/>
  63. <File RelPath="Mono.Xml.Xsl\PatternTokenizer.cs" SubType="Code" BuildAction="Compile"/>
  64. <File RelPath="Mono.Xml.Xsl\TextEmitter.cs" SubType="Code" BuildAction="Compile"/>
  65. <File RelPath="Mono.Xml.Xsl\TextOutputter.cs" SubType="Code" BuildAction="Compile"/>
  66. <File RelPath="Mono.Xml.Xsl\XmlWriterEmitter.cs" SubType="Code" BuildAction="Compile"/>
  67. <File RelPath="Mono.Xml.Xsl\XslAttributeSet.cs" SubType="Code" BuildAction="Compile"/>
  68. <File RelPath="Mono.Xml.Xsl\XslDecimalFormat.jvm.cs" SubType="Code" BuildAction="Compile"/>
  69. <File RelPath="Mono.Xml.Xsl\XslFunctions.cs" SubType="Code" BuildAction="Compile"/>
  70. <File RelPath="Mono.Xml.Xsl\XslKey.cs" SubType="Code" BuildAction="Compile"/>
  71. <File RelPath="Mono.Xml.Xsl\XslOutput.cs" SubType="Code" BuildAction="Compile"/>
  72. <File RelPath="Mono.Xml.Xsl\XslSortEvaluator.cs" SubType="Code" BuildAction="Compile"/>
  73. <File RelPath="Mono.Xml.Xsl\XslStylesheet.cs" SubType="Code" BuildAction="Compile"/>
  74. <File RelPath="Mono.Xml.Xsl\XsltCompiledContext.cs" SubType="Code" BuildAction="Compile"/>
  75. <File RelPath="Mono.Xml.Xsl\XslTemplate.cs" SubType="Code" BuildAction="Compile"/>
  76. <File RelPath="Mono.Xml.Xsl\XslTransformProcessor.cs" SubType="Code" BuildAction="Compile"/>
  77. <File RelPath="Mono.Xml.Xsl.Operations\ChangeLog" BuildAction="None"/>
  78. <File RelPath="Mono.Xml.Xsl.Operations\XslApplyImports.cs" SubType="Code" BuildAction="Compile"/>
  79. <File RelPath="Mono.Xml.Xsl.Operations\XslApplyTemplates.cs" SubType="Code" BuildAction="Compile"/>
  80. <File RelPath="Mono.Xml.Xsl.Operations\XslAttribute.cs" SubType="Code" BuildAction="Compile"/>
  81. <File RelPath="Mono.Xml.Xsl.Operations\XslAvt.cs" SubType="Code" BuildAction="Compile"/>
  82. <File RelPath="Mono.Xml.Xsl.Operations\XslCallTemplate.cs" SubType="Code" BuildAction="Compile"/>
  83. <File RelPath="Mono.Xml.Xsl.Operations\XslChoose.cs" SubType="Code" BuildAction="Compile"/>
  84. <File RelPath="Mono.Xml.Xsl.Operations\XslComment.cs" SubType="Code" BuildAction="Compile"/>
  85. <File RelPath="Mono.Xml.Xsl.Operations\XslCompiledElement.cs" SubType="Code" BuildAction="Compile"/>
  86. <File RelPath="Mono.Xml.Xsl.Operations\XslCopy.cs" SubType="Code" BuildAction="Compile"/>
  87. <File RelPath="Mono.Xml.Xsl.Operations\XslCopyOf.cs" SubType="Code" BuildAction="Compile"/>
  88. <File RelPath="Mono.Xml.Xsl.Operations\XslElement.cs" SubType="Code" BuildAction="Compile"/>
  89. <File RelPath="Mono.Xml.Xsl.Operations\XslFallback.cs" SubType="Code" BuildAction="Compile"/>
  90. <File RelPath="Mono.Xml.Xsl.Operations\XslForEach.cs" SubType="Code" BuildAction="Compile"/>
  91. <File RelPath="Mono.Xml.Xsl.Operations\XslIf.cs" SubType="Code" BuildAction="Compile"/>
  92. <File RelPath="Mono.Xml.Xsl.Operations\XslLiteralElement.cs" SubType="Code" BuildAction="Compile"/>
  93. <File RelPath="Mono.Xml.Xsl.Operations\XslMessage.cs" SubType="Code" BuildAction="Compile"/>
  94. <File RelPath="Mono.Xml.Xsl.Operations\XslNotSupportedOperation.cs" SubType="Code" BuildAction="Compile"/>
  95. <File RelPath="Mono.Xml.Xsl.Operations\XslNumber.cs" SubType="Code" BuildAction="Compile"/>
  96. <File RelPath="Mono.Xml.Xsl.Operations\XslOperation.cs" SubType="Code" BuildAction="Compile"/>
  97. <File RelPath="Mono.Xml.Xsl.Operations\XslProcessingInstruction.cs" SubType="Code" BuildAction="Compile"/>
  98. <File RelPath="Mono.Xml.Xsl.Operations\XslTemplateContent.cs" SubType="Code" BuildAction="Compile"/>
  99. <File RelPath="Mono.Xml.Xsl.Operations\XslText.cs" SubType="Code" BuildAction="Compile"/>
  100. <File RelPath="Mono.Xml.Xsl.Operations\XslValueOf.cs" SubType="Code" BuildAction="Compile"/>
  101. <File RelPath="Mono.Xml.Xsl.Operations\XslVariable.cs" SubType="Code" BuildAction="Compile"/>
  102. <File RelPath="System.Xml\ChangeLog" BuildAction="None"/>
  103. <File RelPath="System.Xml\ConformanceLevel.cs" SubType="Code" BuildAction="Compile"/>
  104. <File RelPath="System.Xml\DTDAutomata.cs" SubType="Code" BuildAction="Compile"/>
  105. <File RelPath="System.Xml\DTDObjectModel.cs" SubType="Code" BuildAction="Compile"/>
  106. <File RelPath="System.Xml\DTDReader.cs" SubType="Code" BuildAction="Compile"/>
  107. <File RelPath="System.Xml\DTDValidatingReader2.cs" SubType="Code" BuildAction="Compile"/>
  108. <File RelPath="System.Xml\EntityHandling.cs" SubType="Code" BuildAction="Compile"/>
  109. <File RelPath="System.Xml\EntityResolvingXmlReader.cs" SubType="Code" BuildAction="Compile"/>
  110. <File RelPath="System.Xml\Formatting.cs" SubType="Code" BuildAction="Compile"/>
  111. <File RelPath="System.Xml\IHasXmlChildNode.cs" SubType="Code" BuildAction="Compile"/>
  112. <File RelPath="System.Xml\IHasXmlNode.cs" SubType="Code" BuildAction="Compile"/>
  113. <File RelPath="System.Xml\IXmlLineInfo.cs" SubType="Code" BuildAction="Compile"/>
  114. <File RelPath="System.Xml\IXmlNamespaceResolver.cs" SubType="Code" BuildAction="Compile"/>
  115. <File RelPath="System.Xml\MonoFIXAttribute.cs" SubType="Code" BuildAction="Compile"/>
  116. <File RelPath="System.Xml\NameTable.cs" SubType="Code" BuildAction="Compile"/>
  117. <File RelPath="System.Xml\NewLineHandling.cs" SubType="Code" BuildAction="Compile"/>
  118. <File RelPath="System.Xml\ReadState.cs" SubType="Code" BuildAction="Compile"/>
  119. <File RelPath="System.Xml\ValidationType.cs" SubType="Code" BuildAction="Compile"/>
  120. <File RelPath="System.Xml\WhitespaceHandling.cs" SubType="Code" BuildAction="Compile"/>
  121. <File RelPath="System.Xml\WriteState.cs" SubType="Code" BuildAction="Compile"/>
  122. <File RelPath="System.Xml\XmlAttribute.cs" SubType="Code" BuildAction="Compile"/>
  123. <File RelPath="System.Xml\XmlAttributeCollection.cs" SubType="Code" BuildAction="Compile"/>
  124. <File RelPath="System.Xml\XmlCDataSection.cs" SubType="Code" BuildAction="Compile"/>
  125. <File RelPath="System.Xml\XmlChar.cs" SubType="Code" BuildAction="Compile"/>
  126. <File RelPath="System.Xml\XmlCharacterData.cs" SubType="Code" BuildAction="Compile"/>
  127. <File RelPath="System.Xml\XmlComment.cs" SubType="Code" BuildAction="Compile"/>
  128. <File RelPath="System.Xml\XmlConstructs.cs" SubType="Code" BuildAction="Compile"/>
  129. <File RelPath="System.Xml\XmlConvert.cs" SubType="Code" BuildAction="Compile"/>
  130. <File RelPath="System.Xml\XmlDateTimeSerializationMode.cs" SubType="Code" BuildAction="Compile"/>
  131. <File RelPath="System.Xml\XmlDeclaration.cs" SubType="Code" BuildAction="Compile"/>
  132. <File RelPath="System.Xml\XmlDocument.cs" SubType="Code" BuildAction="Compile"/>
  133. <File RelPath="System.Xml\XmlDocumentFragment.cs" SubType="Code" BuildAction="Compile"/>
  134. <File RelPath="System.Xml\XmlDocumentNavigator.cs" SubType="Code" BuildAction="Compile"/>
  135. <File RelPath="System.Xml\XmlDocumentType.cs" SubType="Code" BuildAction="Compile"/>
  136. <File RelPath="System.Xml\XmlElement.cs" SubType="Code" BuildAction="Compile"/>
  137. <File RelPath="System.Xml\XmlEntity.cs" SubType="Code" BuildAction="Compile"/>
  138. <File RelPath="System.Xml\XmlEntityReference.cs" SubType="Code" BuildAction="Compile"/>
  139. <File RelPath="System.Xml\XmlException.cs" SubType="Code" BuildAction="Compile"/>
  140. <File RelPath="System.Xml\XmlImplementation.cs" SubType="Code" BuildAction="Compile"/>
  141. <File RelPath="System.Xml\XmlInputStream.cs" SubType="Code" BuildAction="Compile"/>
  142. <File RelPath="System.Xml\XmlIteratorNodeList.cs" SubType="Code" BuildAction="Compile"/>
  143. <File RelPath="System.Xml\XmlLinkedNode.cs" SubType="Code" BuildAction="Compile"/>
  144. <File RelPath="System.Xml\XmlNamedNodeMap.cs" SubType="Code" BuildAction="Compile"/>
  145. <File RelPath="System.Xml\XmlNameEntry.cs" SubType="Code" BuildAction="Compile"/>
  146. <File RelPath="System.Xml\XmlNameEntryCache.cs" SubType="Code" BuildAction="Compile"/>
  147. <File RelPath="System.Xml\XmlNamespaceManager.cs" SubType="Code" BuildAction="Compile"/>
  148. <File RelPath="System.Xml\XmlNamespaceScope.cs" SubType="Code" BuildAction="Compile"/>
  149. <File RelPath="System.Xml\XmlNameTable.cs" SubType="Code" BuildAction="Compile"/>
  150. <File RelPath="System.Xml\XmlNode.cs" SubType="Code" BuildAction="Compile"/>
  151. <File RelPath="System.Xml\XmlNodeArrayList.cs" SubType="Code" BuildAction="Compile"/>
  152. <File RelPath="System.Xml\XmlNodeChangedAction.cs" SubType="Code" BuildAction="Compile"/>
  153. <File RelPath="System.Xml\XmlNodeChangedEventArgs.cs" SubType="Code" BuildAction="Compile"/>
  154. <File RelPath="System.Xml\XmlNodeChangedEventHandler.cs" SubType="Code" BuildAction="Compile"/>
  155. <File RelPath="System.Xml\XmlNodeList.cs" SubType="Code" BuildAction="Compile"/>
  156. <File RelPath="System.Xml\XmlNodeListChildren.cs" SubType="Code" BuildAction="Compile"/>
  157. <File RelPath="System.Xml\XmlNodeOrder.cs" SubType="Code" BuildAction="Compile"/>
  158. <File RelPath="System.Xml\XmlNodeReader2.cs" SubType="Code" BuildAction="Compile"/>
  159. <File RelPath="System.Xml\XmlNodeReaderImpl.cs" SubType="Code" BuildAction="Compile"/>
  160. <File RelPath="System.Xml\XmlNodeType.cs" SubType="Code" BuildAction="Compile"/>
  161. <File RelPath="System.Xml\XmlNotation.cs" SubType="Code" BuildAction="Compile"/>
  162. <File RelPath="System.Xml\XmlParserContext.cs" SubType="Code" BuildAction="Compile"/>
  163. <File RelPath="System.Xml\XmlParserInput.cs" SubType="Code" BuildAction="Compile"/>
  164. <File RelPath="System.Xml\XmlProcessingInstruction.cs" SubType="Code" BuildAction="Compile"/>
  165. <File RelPath="System.Xml\XmlQualifiedName.cs" SubType="Code" BuildAction="Compile"/>
  166. <File RelPath="System.Xml\XmlReader.cs" SubType="Code" BuildAction="Compile"/>
  167. <File RelPath="System.Xml\XmlReaderBinarySupport.cs" SubType="Code" BuildAction="Compile"/>
  168. <File RelPath="System.Xml\XmlReaderSettings.cs" SubType="Code" BuildAction="Compile"/>
  169. <File RelPath="System.Xml\XmlResolver.cs" SubType="Code" BuildAction="Compile"/>
  170. <File RelPath="System.Xml\XmlSecureResolver.cs" SubType="Code" BuildAction="Compile"/>
  171. <File RelPath="System.Xml\XmlSignificantWhitespace.cs" SubType="Code" BuildAction="Compile"/>
  172. <File RelPath="System.Xml\XmlSpace.cs" SubType="Code" BuildAction="Compile"/>
  173. <File RelPath="System.Xml\XmlText.cs" SubType="Code" BuildAction="Compile"/>
  174. <File RelPath="System.Xml\XmlTextReader.cs" SubType="Code" BuildAction="Compile"/>
  175. <File RelPath="System.Xml\XmlTextReader2.cs" SubType="Code" BuildAction="Compile"/>
  176. <File RelPath="System.Xml\XmlTextWriter2.cs" SubType="Code" BuildAction="Compile"/>
  177. <File RelPath="System.Xml\XmlTokenizedType.cs" SubType="Code" BuildAction="Compile"/>
  178. <File RelPath="System.Xml\XmlUrlResolver.cs" SubType="Code" BuildAction="Compile"/>
  179. <File RelPath="System.Xml\XmlValidatingReader.cs" SubType="Code" BuildAction="Compile"/>
  180. <File RelPath="System.Xml\XmlWhitespace.cs" SubType="Code" BuildAction="Compile"/>
  181. <File RelPath="System.Xml\XmlWriter.cs" SubType="Code" BuildAction="Compile"/>
  182. <File RelPath="System.Xml\XmlWriterSettings.cs" SubType="Code" BuildAction="Compile"/>
  183. <File RelPath="System.Xml\XQueryConvert.cs" SubType="Code" BuildAction="Compile"/>
  184. <File RelPath="System.Xml.Schema\BUGS.txt" BuildAction="Content"/>
  185. <File RelPath="System.Xml.Schema\BUGS-MS.txt" BuildAction="Content"/>
  186. <File RelPath="System.Xml.Schema\BuiltInDatatype.cs" SubType="Code" BuildAction="Compile"/>
  187. <File RelPath="System.Xml.Schema\ChangeLog" BuildAction="None"/>
  188. <File RelPath="System.Xml.Schema\IXmlSchemaInfo.cs" SubType="Code" BuildAction="Compile"/>
  189. <File RelPath="System.Xml.Schema\SchemaDataValueType.cs" SubType="Code" BuildAction="Compile"/>
  190. <File RelPath="System.Xml.Schema\ValidationEventArgs.cs" SubType="Code" BuildAction="Compile"/>
  191. <File RelPath="System.Xml.Schema\ValidationHandler.cs" SubType="Code" BuildAction="Compile"/>
  192. <File RelPath="System.Xml.Schema\XmlSchema.cs" SubType="Code" BuildAction="Compile"/>
  193. <File RelPath="System.Xml.Schema\XmlSchemaAll.cs" SubType="Code" BuildAction="Compile"/>
  194. <File RelPath="System.Xml.Schema\XmlSchemaAnnotated.cs" SubType="Code" BuildAction="Compile"/>
  195. <File RelPath="System.Xml.Schema\XmlSchemaAnnotation.cs" SubType="Code" BuildAction="Compile"/>
  196. <File RelPath="System.Xml.Schema\XmlSchemaAny.cs" SubType="Code" BuildAction="Compile"/>
  197. <File RelPath="System.Xml.Schema\XmlSchemaAnyAttribute.cs" SubType="Code" BuildAction="Compile"/>
  198. <File RelPath="System.Xml.Schema\XmlSchemaAppInfo.cs" SubType="Code" BuildAction="Compile"/>
  199. <File RelPath="System.Xml.Schema\XmlSchemaAttribute.cs" SubType="Code" BuildAction="Compile"/>
  200. <File RelPath="System.Xml.Schema\XmlSchemaAttributeGroup.cs" SubType="Code" BuildAction="Compile"/>
  201. <File RelPath="System.Xml.Schema\XmlSchemaAttributeGroupRef.cs" SubType="Code" BuildAction="Compile"/>
  202. <File RelPath="System.Xml.Schema\XmlSchemaChoice.cs" SubType="Code" BuildAction="Compile"/>
  203. <File RelPath="System.Xml.Schema\XmlSchemaCollection.cs" SubType="Code" BuildAction="Compile"/>
  204. <File RelPath="System.Xml.Schema\XmlSchemaCollectionEnumerator.cs" SubType="Code" BuildAction="Compile"/>
  205. <File RelPath="System.Xml.Schema\XmlSchemaCompilationSettings.cs" SubType="Code" BuildAction="Compile"/>
  206. <File RelPath="System.Xml.Schema\XmlSchemaComplexContent.cs" SubType="Code" BuildAction="Compile"/>
  207. <File RelPath="System.Xml.Schema\XmlSchemaComplexContentExtension.cs" SubType="Code" BuildAction="Compile"/>
  208. <File RelPath="System.Xml.Schema\XmlSchemaComplexContentRestriction.cs" SubType="Code" BuildAction="Compile"/>
  209. <File RelPath="System.Xml.Schema\XmlSchemaComplexType.cs" SubType="Code" BuildAction="Compile"/>
  210. <File RelPath="System.Xml.Schema\XmlSchemaContent.cs" SubType="Code" BuildAction="Compile"/>
  211. <File RelPath="System.Xml.Schema\XmlSchemaContentModel.cs" SubType="Code" BuildAction="Compile"/>
  212. <File RelPath="System.Xml.Schema\XmlSchemaContentProcessing.cs" SubType="Code" BuildAction="Compile"/>
  213. <File RelPath="System.Xml.Schema\XmlSchemaContentType.cs" SubType="Code" BuildAction="Compile"/>
  214. <File RelPath="System.Xml.Schema\XmlSchemaDatatype.cs" SubType="Code" BuildAction="Compile"/>
  215. <File RelPath="System.Xml.Schema\XmlSchemaDatatypeVariety.cs" SubType="Code" BuildAction="Compile"/>
  216. <File RelPath="System.Xml.Schema\XmlSchemaDerivationMethod.cs" SubType="Code" BuildAction="Compile"/>
  217. <File RelPath="System.Xml.Schema\XmlSchemaDocumentation.cs" SubType="Code" BuildAction="Compile"/>
  218. <File RelPath="System.Xml.Schema\XmlSchemaElement.cs" SubType="Code" BuildAction="Compile"/>
  219. <File RelPath="System.Xml.Schema\XmlSchemaEnumerationFacet.cs" SubType="Code" BuildAction="Compile"/>
  220. <File RelPath="System.Xml.Schema\XmlSchemaException.cs" SubType="Code" BuildAction="Compile"/>
  221. <File RelPath="System.Xml.Schema\XmlSchemaExternal.cs" SubType="Code" BuildAction="Compile"/>
  222. <File RelPath="System.Xml.Schema\XmlSchemaFacet.cs" SubType="Code" BuildAction="Compile"/>
  223. <File RelPath="System.Xml.Schema\XmlSchemaForm.cs" SubType="Code" BuildAction="Compile"/>
  224. <File RelPath="System.Xml.Schema\XmlSchemaFractionDigitsFacet.cs" SubType="Code" BuildAction="Compile"/>
  225. <File RelPath="System.Xml.Schema\XmlSchemaGroup.cs" SubType="Code" BuildAction="Compile"/>
  226. <File RelPath="System.Xml.Schema\XmlSchemaGroupBase.cs" SubType="Code" BuildAction="Compile"/>
  227. <File RelPath="System.Xml.Schema\XmlSchemaGroupRef.cs" SubType="Code" BuildAction="Compile"/>
  228. <File RelPath="System.Xml.Schema\XmlSchemaIdentityConstraint.cs" SubType="Code" BuildAction="Compile"/>
  229. <File RelPath="System.Xml.Schema\XmlSchemaImport.cs" SubType="Code" BuildAction="Compile"/>
  230. <File RelPath="System.Xml.Schema\XmlSchemaInclude.cs" SubType="Code" BuildAction="Compile"/>
  231. <File RelPath="System.Xml.Schema\XmlSchemaInference.cs" SubType="Code" BuildAction="Compile"/>
  232. <File RelPath="System.Xml.Schema\XmlSchemaInferenceException.cs" SubType="Code" BuildAction="Compile"/>
  233. <File RelPath="System.Xml.Schema\XmlSchemaInfo.cs" SubType="Code" BuildAction="Compile"/>
  234. <File RelPath="System.Xml.Schema\XmlSchemaKey.cs" SubType="Code" BuildAction="Compile"/>
  235. <File RelPath="System.Xml.Schema\XmlSchemaKeyref.cs" SubType="Code" BuildAction="Compile"/>
  236. <File RelPath="System.Xml.Schema\XmlSchemaLengthFacet.cs" SubType="Code" BuildAction="Compile"/>
  237. <File RelPath="System.Xml.Schema\XmlSchemaMaxExclusiveFacet.cs" SubType="Code" BuildAction="Compile"/>
  238. <File RelPath="System.Xml.Schema\XmlSchemaMaxInclusiveFacet.cs" SubType="Code" BuildAction="Compile"/>
  239. <File RelPath="System.Xml.Schema\XmlSchemaMaxLengthFacet.cs" SubType="Code" BuildAction="Compile"/>
  240. <File RelPath="System.Xml.Schema\XmlSchemaMinExclusiveFacet.cs" SubType="Code" BuildAction="Compile"/>
  241. <File RelPath="System.Xml.Schema\XmlSchemaMinInclusiveFacet.cs" SubType="Code" BuildAction="Compile"/>
  242. <File RelPath="System.Xml.Schema\XmlSchemaMinLengthFacet.cs" SubType="Code" BuildAction="Compile"/>
  243. <File RelPath="System.Xml.Schema\XmlSchemaNotation.cs" SubType="Code" BuildAction="Compile"/>
  244. <File RelPath="System.Xml.Schema\XmlSchemaNumericFacet.cs" SubType="Code" BuildAction="Compile"/>
  245. <File RelPath="System.Xml.Schema\XmlSchemaObject.cs" SubType="Code" BuildAction="Compile"/>
  246. <File RelPath="System.Xml.Schema\XmlSchemaObjectCollection.cs" SubType="Code" BuildAction="Compile"/>
  247. <File RelPath="System.Xml.Schema\XmlSchemaObjectEnumerator.cs" SubType="Code" BuildAction="Compile"/>
  248. <File RelPath="System.Xml.Schema\XmlSchemaObjectTable.cs" SubType="Code" BuildAction="Compile"/>
  249. <File RelPath="System.Xml.Schema\XmlSchemaParticle.cs" SubType="Code" BuildAction="Compile"/>
  250. <File RelPath="System.Xml.Schema\XmlSchemaPatternFacet.cs" SubType="Code" BuildAction="Compile"/>
  251. <File RelPath="System.Xml.Schema\XmlSchemaReader.cs" SubType="Code" BuildAction="Compile"/>
  252. <File RelPath="System.Xml.Schema\XmlSchemaRedefine.cs" SubType="Code" BuildAction="Compile"/>
  253. <File RelPath="System.Xml.Schema\XmlSchemaSequence.cs" SubType="Code" BuildAction="Compile"/>
  254. <File RelPath="System.Xml.Schema\XmlSchemaSerializer.cs" SubType="Code" BuildAction="Compile"/>
  255. <File RelPath="System.Xml.Schema\XmlSchemaSet.cs" SubType="Code" BuildAction="Compile"/>
  256. <File RelPath="System.Xml.Schema\XmlSchemaSimpleContent.cs" SubType="Code" BuildAction="Compile"/>
  257. <File RelPath="System.Xml.Schema\XmlSchemaSimpleContentExtension.cs" SubType="Code" BuildAction="Compile"/>
  258. <File RelPath="System.Xml.Schema\XmlSchemaSimpleContentRestriction.cs" SubType="Code" BuildAction="Compile"/>
  259. <File RelPath="System.Xml.Schema\XmlSchemaSimpleType.cs" SubType="Code" BuildAction="Compile"/>
  260. <File RelPath="System.Xml.Schema\XmlSchemaSimpleTypeContent.cs" SubType="Code" BuildAction="Compile"/>
  261. <File RelPath="System.Xml.Schema\XmlSchemaSimpleTypeList.cs" SubType="Code" BuildAction="Compile"/>
  262. <File RelPath="System.Xml.Schema\XmlSchemaSimpleTypeRestriction.cs" SubType="Code" BuildAction="Compile"/>
  263. <File RelPath="System.Xml.Schema\XmlSchemaSimpleTypeUnion.cs" SubType="Code" BuildAction="Compile"/>
  264. <File RelPath="System.Xml.Schema\XmlSchemaTotalDigitsFacet.cs" SubType="Code" BuildAction="Compile"/>
  265. <File RelPath="System.Xml.Schema\XmlSchemaType.cs" SubType="Code" BuildAction="Compile"/>
  266. <File RelPath="System.Xml.Schema\XmlSchemaUnique.cs" SubType="Code" BuildAction="Compile"/>
  267. <File RelPath="System.Xml.Schema\XmlSchemaUse.cs" SubType="Code" BuildAction="Compile"/>
  268. <File RelPath="System.Xml.Schema\XmlSchemaUtil.cs" SubType="Code" BuildAction="Compile"/>
  269. <File RelPath="System.Xml.Schema\XmlSchemaValidationException.cs" SubType="Code" BuildAction="Compile"/>
  270. <File RelPath="System.Xml.Schema\XmlSchemaValidationFlags.cs" SubType="Code" BuildAction="Compile"/>
  271. <File RelPath="System.Xml.Schema\XmlSchemaValidator.cs" SubType="Code" BuildAction="Compile"/>
  272. <File RelPath="System.Xml.Schema\XmlSchemaValidity.cs" SubType="Code" BuildAction="Compile"/>
  273. <File RelPath="System.Xml.Schema\XmlSchemaWhiteSpaceFacet.cs" SubType="Code" BuildAction="Compile"/>
  274. <File RelPath="System.Xml.Schema\XmlSchemaXPath.cs" SubType="Code" BuildAction="Compile"/>
  275. <File RelPath="System.Xml.Schema\XmlSeverityType.cs" SubType="Code" BuildAction="Compile"/>
  276. <File RelPath="System.Xml.Schema\XmlTypeCode.cs" SubType="Code" BuildAction="Compile"/>
  277. <File RelPath="System.Xml.Schema\XmlValueConverter.cs" SubType="Code" BuildAction="Compile"/>
  278. <File RelPath="System.Xml.Schema\XmlValueGetter.cs" SubType="Code" BuildAction="Compile"/>
  279. <File RelPath="System.Xml.Serialization\ChangeLog" BuildAction="None"/>
  280. <File RelPath="System.Xml.Serialization\CodeExporter.cs" SubType="Code" BuildAction="Compile"/>
  281. <File RelPath="System.Xml.Serialization\CodeGenerationOptions.cs" SubType="Code" BuildAction="Compile"/>
  282. <File RelPath="System.Xml.Serialization\CodeIdentifier.cs" SubType="Code" BuildAction="Compile"/>
  283. <File RelPath="System.Xml.Serialization\CodeIdentifiers.cs" SubType="Code" BuildAction="Compile"/>
  284. <File RelPath="System.Xml.Serialization\ImportContext.cs" SubType="Code" BuildAction="Compile"/>
  285. <File RelPath="System.Xml.Serialization\IXmlSerializable.cs" SubType="Code" BuildAction="Compile"/>
  286. <File RelPath="System.Xml.Serialization\IXmlSerializerImplementation.cs" SubType="Code" BuildAction="Compile"/>
  287. <File RelPath="System.Xml.Serialization\IXmlTextParser.cs" SubType="Code" BuildAction="Compile"/>
  288. <File RelPath="System.Xml.Serialization\ReflectionHelper.cs" SubType="Code" BuildAction="Compile"/>
  289. <File RelPath="System.Xml.Serialization\SchemaImporter.cs" SubType="Code" BuildAction="Compile"/>
  290. <File RelPath="System.Xml.Serialization\SchemaImporterExtension.cs" SubType="Code" BuildAction="Compile"/>
  291. <File RelPath="System.Xml.Serialization\SchemaImporterExtensionCollection.cs" SubType="Code" BuildAction="Compile"/>
  292. <File RelPath="System.Xml.Serialization\SchemaTypes.cs" SubType="Code" BuildAction="Compile"/>
  293. <File RelPath="System.Xml.Serialization\SerializationCodeGenerator.cs" SubType="Code" BuildAction="Compile"/>
  294. <File RelPath="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" SubType="Code" BuildAction="Compile"/>
  295. <File RelPath="System.Xml.Serialization\SerializationSource.cs" SubType="Code" BuildAction="Compile"/>
  296. <File RelPath="System.Xml.Serialization\SoapAttributeAttribute.cs" SubType="Code" BuildAction="Compile"/>
  297. <File RelPath="System.Xml.Serialization\SoapAttributeOverrides.cs" SubType="Code" BuildAction="Compile"/>
  298. <File RelPath="System.Xml.Serialization\SoapAttributes.cs" SubType="Code" BuildAction="Compile"/>
  299. <File RelPath="System.Xml.Serialization\SoapElementAttribute.cs" SubType="Code" BuildAction="Compile"/>
  300. <File RelPath="System.Xml.Serialization\SoapEnumAttribute.cs" SubType="Code" BuildAction="Compile"/>
  301. <File RelPath="System.Xml.Serialization\SoapIgnoreAttribute.cs" SubType="Code" BuildAction="Compile"/>
  302. <File RelPath="System.Xml.Serialization\SoapIncludeAttribute.cs" SubType="Code" BuildAction="Compile"/>
  303. <File RelPath="System.Xml.Serialization\SoapReflectionImporter.cs" SubType="Code" BuildAction="Compile"/>
  304. <File RelPath="System.Xml.Serialization\SoapSchemaExporter.cs" SubType="Code" BuildAction="Compile"/>
  305. <File RelPath="System.Xml.Serialization\SoapSchemaImporter.cs" SubType="Code" BuildAction="Compile"/>
  306. <File RelPath="System.Xml.Serialization\SoapSchemaMember.cs" SubType="Code" BuildAction="Compile"/>
  307. <File RelPath="System.Xml.Serialization\SoapTypeAttribute.cs" SubType="Code" BuildAction="Compile"/>
  308. <File RelPath="System.Xml.Serialization\TypeData.cs" SubType="Code" BuildAction="Compile"/>
  309. <File RelPath="System.Xml.Serialization\TypeMember.cs" SubType="Code" BuildAction="Compile"/>
  310. <File RelPath="System.Xml.Serialization\TypeTranslator.cs" SubType="Code" BuildAction="Compile"/>
  311. <File RelPath="System.Xml.Serialization\UnreferencedObjectEventArgs.cs" SubType="Code" BuildAction="Compile"/>
  312. <File RelPath="System.Xml.Serialization\UnreferencedObjectEventHandler.cs" SubType="Code" BuildAction="Compile"/>
  313. <File RelPath="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" SubType="Code" BuildAction="Compile"/>
  314. <File RelPath="System.Xml.Serialization\XmlAnyElementAttribute.cs" SubType="Code" BuildAction="Compile"/>
  315. <File RelPath="System.Xml.Serialization\XmlAnyElementAttributes.cs" SubType="Code" BuildAction="Compile"/>
  316. <File RelPath="System.Xml.Serialization\XmlArrayAttribute.cs" SubType="Code" BuildAction="Compile"/>
  317. <File RelPath="System.Xml.Serialization\XmlArrayItemAttribute.cs" SubType="Code" BuildAction="Compile"/>
  318. <File RelPath="System.Xml.Serialization\XmlArrayItemAttributes.cs" SubType="Code" BuildAction="Compile"/>
  319. <File RelPath="System.Xml.Serialization\XmlAttributeAttribute.cs" SubType="Code" BuildAction="Compile"/>
  320. <File RelPath="System.Xml.Serialization\XmlAttributeEventArgs.cs" SubType="Code" BuildAction="Compile"/>
  321. <File RelPath="System.Xml.Serialization\XmlAttributeEventHandler.cs" SubType="Code" BuildAction="Compile"/>
  322. <File RelPath="System.Xml.Serialization\XmlAttributeOverrides.cs" SubType="Code" BuildAction="Compile"/>
  323. <File RelPath="System.Xml.Serialization\XmlAttributes.cs" SubType="Code" BuildAction="Compile"/>
  324. <File RelPath="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" SubType="Code" BuildAction="Compile"/>
  325. <File RelPath="System.Xml.Serialization\XmlCustomFormatter.cs" SubType="Code" BuildAction="Compile"/>
  326. <File RelPath="System.Xml.Serialization\XmlDeserializationEvents.cs" SubType="Code" BuildAction="Compile"/>
  327. <File RelPath="System.Xml.Serialization\XmlElementAttribute.cs" SubType="Code" BuildAction="Compile"/>
  328. <File RelPath="System.Xml.Serialization\XmlElementAttributes.cs" SubType="Code" BuildAction="Compile"/>
  329. <File RelPath="System.Xml.Serialization\XmlElementEventArgs.cs" SubType="Code" BuildAction="Compile"/>
  330. <File RelPath="System.Xml.Serialization\XmlElementEventHandler.cs" SubType="Code" BuildAction="Compile"/>
  331. <File RelPath="System.Xml.Serialization\XmlEnumAttribute.cs" SubType="Code" BuildAction="Compile"/>
  332. <File RelPath="System.Xml.Serialization\XmlIgnoreAttribute.cs" SubType="Code" BuildAction="Compile"/>
  333. <File RelPath="System.Xml.Serialization\XmlIncludeAttribute.cs" SubType="Code" BuildAction="Compile"/>
  334. <File RelPath="System.Xml.Serialization\XmlMapping.cs" SubType="Code" BuildAction="Compile"/>
  335. <File RelPath="System.Xml.Serialization\XmlMemberMapping.cs" SubType="Code" BuildAction="Compile"/>
  336. <File RelPath="System.Xml.Serialization\XmlMembersMapping.cs" SubType="Code" BuildAction="Compile"/>
  337. <File RelPath="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" SubType="Code" BuildAction="Compile"/>
  338. <File RelPath="System.Xml.Serialization\XmlNodeEventArgs.cs" SubType="Code" BuildAction="Compile"/>
  339. <File RelPath="System.Xml.Serialization\XmlNodeEventHandler.cs" SubType="Code" BuildAction="Compile"/>
  340. <File RelPath="System.Xml.Serialization\XmlReflectionImporter.cs" SubType="Code" BuildAction="Compile"/>
  341. <File RelPath="System.Xml.Serialization\XmlReflectionMember.cs" SubType="Code" BuildAction="Compile"/>
  342. <File RelPath="System.Xml.Serialization\XmlRootAttribute.cs" SubType="Code" BuildAction="Compile"/>
  343. <File RelPath="System.Xml.Serialization\XmlSchemaExporter.cs" SubType="Code" BuildAction="Compile"/>
  344. <File RelPath="System.Xml.Serialization\XmlSchemaImporter.cs" SubType="Code" BuildAction="Compile"/>
  345. <File RelPath="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" SubType="Code" BuildAction="Compile"/>
  346. <File RelPath="System.Xml.Serialization\XmlSchemas.cs" SubType="Code" BuildAction="Compile"/>
  347. <File RelPath="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" SubType="Code" BuildAction="Compile"/>
  348. <File RelPath="System.Xml.Serialization\XmlSerializationFixupCallback.cs" SubType="Code" BuildAction="Compile"/>
  349. <File RelPath="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" SubType="Code" BuildAction="Compile"/>
  350. <File RelPath="System.Xml.Serialization\XmlSerializationReadCallback.cs" SubType="Code" BuildAction="Compile"/>
  351. <File RelPath="System.Xml.Serialization\XmlSerializationReader.cs" SubType="Code" BuildAction="Compile"/>
  352. <File RelPath="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" SubType="Code" BuildAction="Compile"/>
  353. <File RelPath="System.Xml.Serialization\XmlSerializationWriteCallback.cs" SubType="Code" BuildAction="Compile"/>
  354. <File RelPath="System.Xml.Serialization\XmlSerializationWriter.cs" SubType="Code" BuildAction="Compile"/>
  355. <File RelPath="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" SubType="Code" BuildAction="Compile"/>
  356. <File RelPath="System.Xml.Serialization\XmlSerializer.cs" SubType="Code" BuildAction="Compile"/>
  357. <File RelPath="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" SubType="Code" BuildAction="Compile"/>
  358. <File RelPath="System.Xml.Serialization\XmlSerializerFactory.cs" SubType="Code" BuildAction="Compile"/>
  359. <File RelPath="System.Xml.Serialization\XmlSerializerNamespaces.cs" SubType="Code" BuildAction="Compile"/>
  360. <File RelPath="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" SubType="Code" BuildAction="Compile"/>
  361. <File RelPath="System.Xml.Serialization\XmlTextAttribute.cs" SubType="Code" BuildAction="Compile"/>
  362. <File RelPath="System.Xml.Serialization\XmlTypeAttribute.cs" SubType="Code" BuildAction="Compile"/>
  363. <File RelPath="System.Xml.Serialization\XmlTypeMapElementInfo.cs" SubType="Code" BuildAction="Compile"/>
  364. <File RelPath="System.Xml.Serialization\XmlTypeMapMember.cs" SubType="Code" BuildAction="Compile"/>
  365. <File RelPath="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" SubType="Code" BuildAction="Compile"/>
  366. <File RelPath="System.Xml.Serialization\XmlTypeMapMemberElement.cs" SubType="Code" BuildAction="Compile"/>
  367. <File RelPath="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" SubType="Code" BuildAction="Compile"/>
  368. <File RelPath="System.Xml.Serialization\XmlTypeMapping.cs" SubType="Code" BuildAction="Compile"/>
  369. <File RelPath="System.Xml.XPath\ChangeLog" BuildAction="None"/>
  370. <File RelPath="System.Xml.XPath\DefaultContext.cs" SubType="Code" BuildAction="Compile"/>
  371. <File RelPath="System.Xml.XPath\Expression.cs" SubType="Code" BuildAction="Compile"/>
  372. <File RelPath="System.Xml.XPath\Iterator.cs" SubType="Code" BuildAction="Compile"/>
  373. <File RelPath="System.Xml.XPath\IXPathNavigable.cs" SubType="Code" BuildAction="Compile"/>
  374. <File RelPath="System.Xml.XPath\Parser.cs" SubType="Code" BuildAction="Compile"/>
  375. <File RelPath="System.Xml.XPath\Parser.jay" BuildAction="None"/>
  376. <File RelPath="System.Xml.XPath\Tokenizer.cs" SubType="Code" BuildAction="Compile"/>
  377. <File RelPath="System.Xml.XPath\XmlCaseOrder.cs" SubType="Code" BuildAction="Compile"/>
  378. <File RelPath="System.Xml.XPath\XmlDataType.cs" SubType="Code" BuildAction="Compile"/>
  379. <File RelPath="System.Xml.XPath\XmlSortOrder.cs" SubType="Code" BuildAction="Compile"/>
  380. <File RelPath="System.Xml.XPath\XPathComparer.cs" SubType="Code" BuildAction="Compile"/>
  381. <File RelPath="System.Xml.XPath\XPathDocument.cs" SubType="Code" BuildAction="Compile"/>
  382. <File RelPath="System.Xml.XPath\XPathException.cs" SubType="Code" BuildAction="Compile"/>
  383. <File RelPath="System.Xml.XPath\XPathExpression.cs" SubType="Code" BuildAction="Compile"/>
  384. <File RelPath="System.Xml.XPath\XPathItem.cs" SubType="Code" BuildAction="Compile"/>
  385. <File RelPath="System.Xml.XPath\XPathNamespaceScope.cs" SubType="Code" BuildAction="Compile"/>
  386. <File RelPath="System.Xml.XPath\XPathNavigator.cs" SubType="Code" BuildAction="Compile"/>
  387. <File RelPath="System.Xml.XPath\XPathNodeIterator.cs" SubType="Code" BuildAction="Compile"/>
  388. <File RelPath="System.Xml.XPath\XPathNodeType.cs" SubType="Code" BuildAction="Compile"/>
  389. <File RelPath="System.Xml.XPath\XPathResultType.cs" SubType="Code" BuildAction="Compile"/>
  390. <File RelPath="System.Xml.Xsl\ChangeLog" BuildAction="None"/>
  391. <File RelPath="System.Xml.Xsl\IXsltContextFunction.cs" SubType="Code" BuildAction="Compile"/>
  392. <File RelPath="System.Xml.Xsl\IXsltContextVariable.cs" SubType="Code" BuildAction="Compile"/>
  393. <File RelPath="System.Xml.Xsl\XsltArgumentList.cs" SubType="Code" BuildAction="Compile"/>
  394. <File RelPath="System.Xml.Xsl\XsltCompileException.cs" SubType="Code" BuildAction="Compile"/>
  395. <File RelPath="System.Xml.Xsl\XsltContext.cs" SubType="Code" BuildAction="Compile"/>
  396. <File RelPath="System.Xml.Xsl\XsltException.cs" SubType="Code" BuildAction="Compile"/>
  397. <File RelPath="System.Xml.Xsl\XslTransform.cs" SubType="Code" BuildAction="Compile"/>
  398. </Include>
  399. </Files>
  400. <UserProperties REFS.JarPath.j2se.helpers="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE\jgac\vmw4j2ee_110\J2SE.Helpers.jar" REFS.JarPath.rt="..\lib\rt.jar" project.JDKType="1.5.0_05" REFS.JarPath.system="..\lib\System.jar" />
  401. </CSHARP>
  402. <VisualMainWin><Project Prop2023="1.4.2_05" Prop2024="" Prop2026="" Prop2015="" Version="1.6.0" ProjectType="1" /><References /><Configs><Config Prop2000="0" Prop2001="0" Prop2002="0" Prop2003="0" Prop2004="0" Prop2005="0" Prop2006="" Prop2007="" Prop2008="" Prop2009="" Prop2010="" Prop2011="0" Prop2012="0" Prop2013="" Prop2014="0" Prop2016="" Prop2027="" Prop2019="0" Prop2020="285212672" Prop2021="4096" Prop2022="0" Prop2017="0" Prop2018="0" Name="Release_Java" /><Config Prop2000="1" Prop2001="0" Prop2002="0" Prop2003="0" Prop2004="0" Prop2005="0" Prop2006="" Prop2007="" Prop2008="" Prop2009="" Prop2010="" Prop2011="0" Prop2012="0" Prop2013="" Prop2014="0" Prop2016="" Prop2027="" Prop2019="0" Prop2020="285212672" Prop2021="4096" Prop2022="0" Prop2017="0" Prop2018="0" Name="Release" /><Config Prop2000="0" Prop2001="0" Prop2002="0" Prop2003="0" Prop2004="0" Prop2005="0" Prop2006="" Prop2007="" Prop2008="" Prop2009="" Prop2010="" Prop2011="0" Prop2012="0" Prop2013="" Prop2014="0" Prop2016="" Prop2027="" Prop2019="-1" Prop2020="285212672" Prop2021="4096" Prop2022="0" Prop2017="0" Prop2018="0" Name="Debug_Java" /><Config Prop2000="1" Prop2001="0" Prop2002="0" Prop2003="0" Prop2004="0" Prop2005="0" Prop2006="" Prop2007="" Prop2008="" Prop2009="" Prop2010="" Prop2011="-1" Prop2012="0" Prop2013="" Prop2014="0" Prop2016="" Prop2027="" Prop2019="-1" Prop2020="285212672" Prop2021="4096" Prop2022="0" Prop2017="0" Prop2018="0" Name="Debug" /></Configs></VisualMainWin></VisualStudioProject>