System.Xml-bare-build.csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8C65BF8D-256A-44B0-BF9A-8052C075DC31}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,618,612,642</NoWarn>
  11. <OutputPath>./../../class/lib/build/bare</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Xml</AssemblyName>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699,618,612,642</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699,618,612,642</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="Mono.Xml.Schema\XmlSchemaValidatingReader.cs" />
  51. <Compile Include="Mono.Xml.Schema\XsdIdentityPath.cs" />
  52. <Compile Include="Mono.Xml.Schema\XsdIdentityState.cs" />
  53. <Compile Include="Mono.Xml.Schema\XsdKeyTable.cs" />
  54. <Compile Include="Mono.Xml.Schema\XsdParticleValidationState.cs" />
  55. <Compile Include="Mono.Xml.Schema\XsdValidatingReader.cs" />
  56. <Compile Include="Mono.Xml.Schema\XsdWildcard.cs" />
  57. <Compile Include="Mono.Xml.XPath\DTMXPathDocument.cs" />
  58. <Compile Include="Mono.Xml.XPath\DTMXPathDocument2.cs" />
  59. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder.cs" />
  60. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder2.cs" />
  61. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter.cs" />
  62. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter2.cs" />
  63. <Compile Include="Mono.Xml.XPath\DTMXPathNavigator.cs" />
  64. <Compile Include="Mono.Xml.XPath\DTMXPathNavigator2.cs" />
  65. <Compile Include="Mono.Xml.XPath\DTMXPathNode.cs" />
  66. <Compile Include="Mono.Xml.XPath\DTMXPathNode2.cs" />
  67. <Compile Include="Mono.Xml.XPath\IdPattern.cs" />
  68. <Compile Include="Mono.Xml.XPath\KeyPattern.cs" />
  69. <Compile Include="Mono.Xml.XPath\LocationPathPattern.cs" />
  70. <Compile Include="Mono.Xml.XPath\Pattern.cs" />
  71. <Compile Include="Mono.Xml.XPath\UnionPattern.cs" />
  72. <Compile Include="Mono.Xml.XPath\XPathEditableDocument.cs" />
  73. <Compile Include="Mono.Xml.XPath\XPathNavigatorReader.cs" />
  74. <Compile Include="Mono.Xml.Xsl.Operations\XslApplyImports.cs" />
  75. <Compile Include="Mono.Xml.Xsl.Operations\XslApplyTemplates.cs" />
  76. <Compile Include="Mono.Xml.Xsl.Operations\XslAttribute.cs" />
  77. <Compile Include="Mono.Xml.Xsl.Operations\XslAvt.cs" />
  78. <Compile Include="Mono.Xml.Xsl.Operations\XslCallTemplate.cs" />
  79. <Compile Include="Mono.Xml.Xsl.Operations\XslChoose.cs" />
  80. <Compile Include="Mono.Xml.Xsl.Operations\XslComment.cs" />
  81. <Compile Include="Mono.Xml.Xsl.Operations\XslCompiledElement.cs" />
  82. <Compile Include="Mono.Xml.Xsl.Operations\XslCopy.cs" />
  83. <Compile Include="Mono.Xml.Xsl.Operations\XslCopyOf.cs" />
  84. <Compile Include="Mono.Xml.Xsl.Operations\XslElement.cs" />
  85. <Compile Include="Mono.Xml.Xsl.Operations\XslFallback.cs" />
  86. <Compile Include="Mono.Xml.Xsl.Operations\XslForEach.cs" />
  87. <Compile Include="Mono.Xml.Xsl.Operations\XslIf.cs" />
  88. <Compile Include="Mono.Xml.Xsl.Operations\XslLiteralElement.cs" />
  89. <Compile Include="Mono.Xml.Xsl.Operations\XslMessage.cs" />
  90. <Compile Include="Mono.Xml.Xsl.Operations\XslNotSupportedOperation.cs" />
  91. <Compile Include="Mono.Xml.Xsl.Operations\XslNumber.cs" />
  92. <Compile Include="Mono.Xml.Xsl.Operations\XslOperation.cs" />
  93. <Compile Include="Mono.Xml.Xsl.Operations\XslProcessingInstruction.cs" />
  94. <Compile Include="Mono.Xml.Xsl.Operations\XslTemplateContent.cs" />
  95. <Compile Include="Mono.Xml.Xsl.Operations\XslText.cs" />
  96. <Compile Include="Mono.Xml.Xsl.Operations\XslValueOf.cs" />
  97. <Compile Include="Mono.Xml.Xsl.Operations\XslVariable.cs" />
  98. <Compile Include="Mono.Xml.Xsl\Attribute.cs" />
  99. <Compile Include="Mono.Xml.Xsl\Compiler.cs" />
  100. <Compile Include="Mono.Xml.Xsl\Debug.cs" />
  101. <Compile Include="Mono.Xml.Xsl\Emitter.cs" />
  102. <Compile Include="Mono.Xml.Xsl\GenericOutputter.cs" />
  103. <Compile Include="Mono.Xml.Xsl\HtmlEmitter.cs" />
  104. <Compile Include="Mono.Xml.Xsl\MSXslScriptManager.cs" />
  105. <Compile Include="Mono.Xml.Xsl\Outputter.cs" />
  106. <Compile Include="Mono.Xml.Xsl\ScriptCompilerInfo.cs" />
  107. <Compile Include="Mono.Xml.Xsl\TextEmitter.cs" />
  108. <Compile Include="Mono.Xml.Xsl\TextOutputter.cs" />
  109. <Compile Include="Mono.Xml.Xsl\XmlWriterEmitter.cs" />
  110. <Compile Include="Mono.Xml.Xsl\XslAttributeSet.cs" />
  111. <Compile Include="Mono.Xml.Xsl\XslDecimalFormat.cs" />
  112. <Compile Include="Mono.Xml.Xsl\XslFunctions.cs" />
  113. <Compile Include="Mono.Xml.Xsl\XslKey.cs" />
  114. <Compile Include="Mono.Xml.Xsl\XslOutput.cs" />
  115. <Compile Include="Mono.Xml.Xsl\XslSortEvaluator.cs" />
  116. <Compile Include="Mono.Xml.Xsl\XslStylesheet.cs" />
  117. <Compile Include="Mono.Xml.Xsl\XsltCompiledContext.cs" />
  118. <Compile Include="Mono.Xml.Xsl\XsltDebuggerWrapper.cs" />
  119. <Compile Include="Mono.Xml.Xsl\XslTemplate.cs" />
  120. <Compile Include="Mono.Xml.Xsl\XslTransformProcessor.cs" />
  121. <Compile Include="Mono.Xml\IHasXmlParserContext.cs" />
  122. <Compile Include="Mono.Xml\IHasXmlSchemaInfo.cs" />
  123. <Compile Include="Mono.Xml\SubtreeXmlReader.cs" />
  124. <Compile Include="Mono.Xml\XmlFilterReader.cs" />
  125. <Compile Include="Mono.Xml\XmlNodeWriter.cs" />
  126. <Compile Include="System.Xml.Schema\BuiltInDatatype.cs" />
  127. <Compile Include="System.Xml.Schema\IXmlSchemaInfo.cs" />
  128. <Compile Include="System.Xml.Schema\SchemaDataValueType.cs" />
  129. <Compile Include="System.Xml.Schema\ValidationEventArgs.cs" />
  130. <Compile Include="System.Xml.Schema\ValidationHandler.cs" />
  131. <Compile Include="System.Xml.Schema\XmlAtomicValue.cs" />
  132. <Compile Include="System.Xml.Schema\XmlSchema.cs" />
  133. <Compile Include="System.Xml.Schema\XmlSchemaAll.cs" />
  134. <Compile Include="System.Xml.Schema\XmlSchemaAnnotated.cs" />
  135. <Compile Include="System.Xml.Schema\XmlSchemaAnnotation.cs" />
  136. <Compile Include="System.Xml.Schema\XmlSchemaAny.cs" />
  137. <Compile Include="System.Xml.Schema\XmlSchemaAnyAttribute.cs" />
  138. <Compile Include="System.Xml.Schema\XmlSchemaAppInfo.cs" />
  139. <Compile Include="System.Xml.Schema\XmlSchemaAttribute.cs" />
  140. <Compile Include="System.Xml.Schema\XmlSchemaAttributeGroup.cs" />
  141. <Compile Include="System.Xml.Schema\XmlSchemaAttributeGroupRef.cs" />
  142. <Compile Include="System.Xml.Schema\XmlSchemaChoice.cs" />
  143. <Compile Include="System.Xml.Schema\XmlSchemaCollection.cs" />
  144. <Compile Include="System.Xml.Schema\XmlSchemaCollectionEnumerator.cs" />
  145. <Compile Include="System.Xml.Schema\XmlSchemaCompilationSettings.cs" />
  146. <Compile Include="System.Xml.Schema\XmlSchemaComplexContent.cs" />
  147. <Compile Include="System.Xml.Schema\XmlSchemaComplexContentExtension.cs" />
  148. <Compile Include="System.Xml.Schema\XmlSchemaComplexContentRestriction.cs" />
  149. <Compile Include="System.Xml.Schema\XmlSchemaComplexType.cs" />
  150. <Compile Include="System.Xml.Schema\XmlSchemaContent.cs" />
  151. <Compile Include="System.Xml.Schema\XmlSchemaContentModel.cs" />
  152. <Compile Include="System.Xml.Schema\XmlSchemaContentProcessing.cs" />
  153. <Compile Include="System.Xml.Schema\XmlSchemaContentType.cs" />
  154. <Compile Include="System.Xml.Schema\XmlSchemaDatatype.cs" />
  155. <Compile Include="System.Xml.Schema\XmlSchemaDatatypeVariety.cs" />
  156. <Compile Include="System.Xml.Schema\XmlSchemaDerivationMethod.cs" />
  157. <Compile Include="System.Xml.Schema\XmlSchemaDocumentation.cs" />
  158. <Compile Include="System.Xml.Schema\XmlSchemaElement.cs" />
  159. <Compile Include="System.Xml.Schema\XmlSchemaEnumerationFacet.cs" />
  160. <Compile Include="System.Xml.Schema\XmlSchemaException.cs" />
  161. <Compile Include="System.Xml.Schema\XmlSchemaExternal.cs" />
  162. <Compile Include="System.Xml.Schema\XmlSchemaFacet.cs" />
  163. <Compile Include="System.Xml.Schema\XmlSchemaForm.cs" />
  164. <Compile Include="System.Xml.Schema\XmlSchemaFractionDigitsFacet.cs" />
  165. <Compile Include="System.Xml.Schema\XmlSchemaGroup.cs" />
  166. <Compile Include="System.Xml.Schema\XmlSchemaGroupBase.cs" />
  167. <Compile Include="System.Xml.Schema\XmlSchemaGroupRef.cs" />
  168. <Compile Include="System.Xml.Schema\XmlSchemaIdentityConstraint.cs" />
  169. <Compile Include="System.Xml.Schema\XmlSchemaImport.cs" />
  170. <Compile Include="System.Xml.Schema\XmlSchemaInclude.cs" />
  171. <Compile Include="System.Xml.Schema\XmlSchemaInference.cs" />
  172. <Compile Include="System.Xml.Schema\XmlSchemaInferenceException.cs" />
  173. <Compile Include="System.Xml.Schema\XmlSchemaInfo.cs" />
  174. <Compile Include="System.Xml.Schema\XmlSchemaKey.cs" />
  175. <Compile Include="System.Xml.Schema\XmlSchemaKeyref.cs" />
  176. <Compile Include="System.Xml.Schema\XmlSchemaLengthFacet.cs" />
  177. <Compile Include="System.Xml.Schema\XmlSchemaMaxExclusiveFacet.cs" />
  178. <Compile Include="System.Xml.Schema\XmlSchemaMaxInclusiveFacet.cs" />
  179. <Compile Include="System.Xml.Schema\XmlSchemaMaxLengthFacet.cs" />
  180. <Compile Include="System.Xml.Schema\XmlSchemaMinExclusiveFacet.cs" />
  181. <Compile Include="System.Xml.Schema\XmlSchemaMinInclusiveFacet.cs" />
  182. <Compile Include="System.Xml.Schema\XmlSchemaMinLengthFacet.cs" />
  183. <Compile Include="System.Xml.Schema\XmlSchemaNotation.cs" />
  184. <Compile Include="System.Xml.Schema\XmlSchemaNumericFacet.cs" />
  185. <Compile Include="System.Xml.Schema\XmlSchemaObject.cs" />
  186. <Compile Include="System.Xml.Schema\XmlSchemaObjectCollection.cs" />
  187. <Compile Include="System.Xml.Schema\XmlSchemaObjectEnumerator.cs" />
  188. <Compile Include="System.Xml.Schema\XmlSchemaObjectTable.cs" />
  189. <Compile Include="System.Xml.Schema\XmlSchemaParticle.cs" />
  190. <Compile Include="System.Xml.Schema\XmlSchemaPatternFacet.cs" />
  191. <Compile Include="System.Xml.Schema\XmlSchemaReader.cs" />
  192. <Compile Include="System.Xml.Schema\XmlSchemaRedefine.cs" />
  193. <Compile Include="System.Xml.Schema\XmlSchemaSequence.cs" />
  194. <Compile Include="System.Xml.Schema\XmlSchemaSerializer.cs" />
  195. <Compile Include="System.Xml.Schema\XmlSchemaSet.cs" />
  196. <Compile Include="System.Xml.Schema\XmlSchemaSimpleContent.cs" />
  197. <Compile Include="System.Xml.Schema\XmlSchemaSimpleContentExtension.cs" />
  198. <Compile Include="System.Xml.Schema\XmlSchemaSimpleContentRestriction.cs" />
  199. <Compile Include="System.Xml.Schema\XmlSchemaSimpleType.cs" />
  200. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeContent.cs" />
  201. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeList.cs" />
  202. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeRestriction.cs" />
  203. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeUnion.cs" />
  204. <Compile Include="System.Xml.Schema\XmlSchemaTotalDigitsFacet.cs" />
  205. <Compile Include="System.Xml.Schema\XmlSchemaType.cs" />
  206. <Compile Include="System.Xml.Schema\XmlSchemaUnique.cs" />
  207. <Compile Include="System.Xml.Schema\XmlSchemaUse.cs" />
  208. <Compile Include="System.Xml.Schema\XmlSchemaUtil.cs" />
  209. <Compile Include="System.Xml.Schema\XmlSchemaValidationException.cs" />
  210. <Compile Include="System.Xml.Schema\XmlSchemaValidationFlags.cs" />
  211. <Compile Include="System.Xml.Schema\XmlSchemaValidator.cs" />
  212. <Compile Include="System.Xml.Schema\XmlSchemaValidity.cs" />
  213. <Compile Include="System.Xml.Schema\XmlSchemaWhiteSpaceFacet.cs" />
  214. <Compile Include="System.Xml.Schema\XmlSchemaXPath.cs" />
  215. <Compile Include="System.Xml.Schema\XmlSeverityType.cs" />
  216. <Compile Include="System.Xml.Schema\XmlTypeCode.cs" />
  217. <Compile Include="System.Xml.Schema\XmlValueConverter.cs" />
  218. <Compile Include="System.Xml.Schema\XmlValueGetter.cs" />
  219. <Compile Include="System.Xml.Serialization.Advanced\SchemaImporterExtension.cs" />
  220. <Compile Include="System.Xml.Serialization.Advanced\SchemaImporterExtensionCollection.cs" />
  221. <Compile Include="System.Xml.Serialization.Configuration\DateTimeSerializationSection.cs" />
  222. <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionElement.cs" />
  223. <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionElementCollection.cs" />
  224. <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionsSection.cs" />
  225. <Compile Include="System.Xml.Serialization.Configuration\SerializationSectionGroup.cs" />
  226. <Compile Include="System.Xml.Serialization.Configuration\XmlSerializerSection.cs" />
  227. <Compile Include="System.Xml.Serialization\CodeExporter.cs" />
  228. <Compile Include="System.Xml.Serialization\CodeGenerationOptions.cs" />
  229. <Compile Include="System.Xml.Serialization\CodeIdentifier.cs" />
  230. <Compile Include="System.Xml.Serialization\CodeIdentifiers.cs" />
  231. <Compile Include="System.Xml.Serialization\ImportContext.cs" />
  232. <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
  233. <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
  234. <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
  235. <Compile Include="System.Xml.Serialization\MapCodeGenerator.cs" />
  236. <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
  237. <Compile Include="System.Xml.Serialization\SchemaImporter.cs" />
  238. <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
  239. <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
  240. <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
  241. <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
  242. <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
  243. <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
  244. <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
  245. <Compile Include="System.Xml.Serialization\SoapCodeExporter.cs" />
  246. <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
  247. <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
  248. <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
  249. <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
  250. <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
  251. <Compile Include="System.Xml.Serialization\SoapSchemaExporter.cs" />
  252. <Compile Include="System.Xml.Serialization\SoapSchemaImporter.cs" />
  253. <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
  254. <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
  255. <Compile Include="System.Xml.Serialization\TypeData.cs" />
  256. <Compile Include="System.Xml.Serialization\TypeMember.cs" />
  257. <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
  258. <Compile Include="System.Xml.Serialization\UnreferencedObjectEventArgs.cs" />
  259. <Compile Include="System.Xml.Serialization\UnreferencedObjectEventHandler.cs" />
  260. <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
  261. <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
  262. <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
  263. <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
  264. <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
  265. <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
  266. <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
  267. <Compile Include="System.Xml.Serialization\XmlAttributeEventArgs.cs" />
  268. <Compile Include="System.Xml.Serialization\XmlAttributeEventHandler.cs" />
  269. <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
  270. <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
  271. <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
  272. <Compile Include="System.Xml.Serialization\XmlCodeExporter.cs" />
  273. <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
  274. <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
  275. <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
  276. <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
  277. <Compile Include="System.Xml.Serialization\XmlElementEventArgs.cs" />
  278. <Compile Include="System.Xml.Serialization\XmlElementEventHandler.cs" />
  279. <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
  280. <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
  281. <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
  282. <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
  283. <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
  284. <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
  285. <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
  286. <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
  287. <Compile Include="System.Xml.Serialization\XmlNodeEventArgs.cs" />
  288. <Compile Include="System.Xml.Serialization\XmlNodeEventHandler.cs" />
  289. <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
  290. <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
  291. <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
  292. <Compile Include="System.Xml.Serialization\XmlSchemaEnumerator.cs" />
  293. <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
  294. <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
  295. <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
  296. <Compile Include="System.Xml.Serialization\XmlSchemas.cs" />
  297. <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
  298. <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
  299. <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
  300. <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
  301. <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
  302. <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
  303. <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
  304. <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
  305. <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
  306. <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
  307. <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
  308. <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
  309. <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
  310. <Compile Include="System.Xml.Serialization\XmlSerializerNamespaces.cs" />
  311. <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
  312. <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
  313. <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
  314. <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
  315. <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
  316. <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
  317. <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
  318. <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
  319. <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
  320. <Compile Include="System.Xml.XPath\DefaultContext.cs" />
  321. <Compile Include="System.Xml.XPath\Expression.cs" />
  322. <Compile Include="System.Xml.XPath\Iterator.cs" />
  323. <Compile Include="System.Xml.XPath\IXPathNavigable.cs" />
  324. <Compile Include="System.Xml.XPath\Tokenizer.cs" />
  325. <Compile Include="System.Xml.XPath\XmlCaseOrder.cs" />
  326. <Compile Include="System.Xml.XPath\XmlDataType.cs" />
  327. <Compile Include="System.Xml.XPath\XmlSortOrder.cs" />
  328. <Compile Include="System.Xml.XPath\XPathComparer.cs" />
  329. <Compile Include="System.Xml.XPath\XPathDocument.cs" />
  330. <Compile Include="System.Xml.XPath\XPathException.cs" />
  331. <Compile Include="System.Xml.XPath\XPathExpression.cs" />
  332. <Compile Include="System.Xml.XPath\XPathItem.cs" />
  333. <Compile Include="System.Xml.XPath\XPathNamespaceScope.cs" />
  334. <Compile Include="System.Xml.XPath\XPathNavigator.cs" />
  335. <Compile Include="System.Xml.XPath\XPathNodeIterator.cs" />
  336. <Compile Include="System.Xml.XPath\XPathNodeType.cs" />
  337. <Compile Include="System.Xml.XPath\XPathResultType.cs" />
  338. <Compile Include="System.Xml.Xsl\IXsltContextFunction.cs" />
  339. <Compile Include="System.Xml.Xsl\IXsltContextVariable.cs" />
  340. <Compile Include="System.Xml.Xsl\XslCompiledTransform.cs" />
  341. <Compile Include="System.Xml.Xsl\XsltArgumentList.cs" />
  342. <Compile Include="System.Xml.Xsl\XsltCompileException.cs" />
  343. <Compile Include="System.Xml.Xsl\XsltContext.cs" />
  344. <Compile Include="System.Xml.Xsl\XsltException.cs" />
  345. <Compile Include="System.Xml.Xsl\XsltMessageEncounteredEventArgs.cs" />
  346. <Compile Include="System.Xml.Xsl\XsltMessageEncounteredEventHandler.cs" />
  347. <Compile Include="System.Xml.Xsl\XslTransform.cs" />
  348. <Compile Include="System.Xml.Xsl\XsltSettings.cs" />
  349. <Compile Include="System.Xml\ConformanceLevel.cs" />
  350. <Compile Include="System.Xml\DefaultXmlWriter.cs" />
  351. <Compile Include="System.Xml\DTDAutomata.cs" />
  352. <Compile Include="System.Xml\DTDObjectModel.cs" />
  353. <Compile Include="System.Xml\DtdProcessing.cs" />
  354. <Compile Include="System.Xml\DTDReader.cs" />
  355. <Compile Include="System.Xml\DTDValidatingReader2.cs" />
  356. <Compile Include="System.Xml\EntityHandling.cs" />
  357. <Compile Include="System.Xml\EntityResolvingXmlReader.cs" />
  358. <Compile Include="System.Xml\Formatting.cs" />
  359. <Compile Include="System.Xml\IHasXmlChildNode.cs" />
  360. <Compile Include="System.Xml\IHasXmlNode.cs" />
  361. <Compile Include="System.Xml\IXmlLineInfo.cs" />
  362. <Compile Include="System.Xml\IXmlNamespaceResolver.cs" />
  363. <Compile Include="System.Xml\MonoFIXAttribute.cs" />
  364. <Compile Include="System.Xml\NamespaceHandling.cs" />
  365. <Compile Include="System.Xml\NameTable.cs" />
  366. <Compile Include="System.Xml\NewLineHandling.cs" />
  367. <Compile Include="System.Xml\ReadState.cs" />
  368. <Compile Include="System.Xml\ValidationType.cs" />
  369. <Compile Include="System.Xml\WhitespaceHandling.cs" />
  370. <Compile Include="System.Xml\WriteState.cs" />
  371. <Compile Include="System.Xml\XmlAttribute.cs" />
  372. <Compile Include="System.Xml\XmlAttributeCollection.cs" />
  373. <Compile Include="System.Xml\XmlCDataSection.cs" />
  374. <Compile Include="System.Xml\XmlChar.cs" />
  375. <Compile Include="System.Xml\XmlCharacterData.cs" />
  376. <Compile Include="System.Xml\XmlComment.cs" />
  377. <Compile Include="System.Xml\XmlConstructs.cs" />
  378. <Compile Include="System.Xml\XmlConvert.cs" />
  379. <Compile Include="System.Xml\XmlDateTimeSerializationMode.cs" />
  380. <Compile Include="System.Xml\XmlDeclaration.cs" />
  381. <Compile Include="System.Xml\XmlDocument.cs" />
  382. <Compile Include="System.Xml\XmlDocumentFragment.cs" />
  383. <Compile Include="System.Xml\XmlDocumentNavigator.cs" />
  384. <Compile Include="System.Xml\XmlDocumentType.cs" />
  385. <Compile Include="System.Xml\XmlElement.cs" />
  386. <Compile Include="System.Xml\XmlEntity.cs" />
  387. <Compile Include="System.Xml\XmlEntityReference.cs" />
  388. <Compile Include="System.Xml\XmlException.cs" />
  389. <Compile Include="System.Xml\XmlImplementation.cs" />
  390. <Compile Include="System.Xml\XmlInputStream.cs" />
  391. <Compile Include="System.Xml\XmlIteratorNodeList.cs" />
  392. <Compile Include="System.Xml\XmlLinkedNode.cs" />
  393. <Compile Include="System.Xml\XmlNamedNodeMap.cs" />
  394. <Compile Include="System.Xml\XmlNameEntry.cs" />
  395. <Compile Include="System.Xml\XmlNameEntryCache.cs" />
  396. <Compile Include="System.Xml\XmlNamespaceManager.cs" />
  397. <Compile Include="System.Xml\XmlNamespaceScope.cs" />
  398. <Compile Include="System.Xml\XmlNameTable.cs" />
  399. <Compile Include="System.Xml\XmlNode.cs" />
  400. <Compile Include="System.Xml\XmlNodeArrayList.cs" />
  401. <Compile Include="System.Xml\XmlNodeChangedAction.cs" />
  402. <Compile Include="System.Xml\XmlNodeChangedEventArgs.cs" />
  403. <Compile Include="System.Xml\XmlNodeChangedEventHandler.cs" />
  404. <Compile Include="System.Xml\XmlNodeList.cs" />
  405. <Compile Include="System.Xml\XmlNodeListChildren.cs" />
  406. <Compile Include="System.Xml\XmlNodeOrder.cs" />
  407. <Compile Include="System.Xml\XmlNodeReader2.cs" />
  408. <Compile Include="System.Xml\XmlNodeReaderImpl.cs" />
  409. <Compile Include="System.Xml\XmlNodeType.cs" />
  410. <Compile Include="System.Xml\XmlNotation.cs" />
  411. <Compile Include="System.Xml\XmlOutputMethod.cs" />
  412. <Compile Include="System.Xml\XmlParserContext.cs" />
  413. <Compile Include="System.Xml\XmlParserInput.cs" />
  414. <Compile Include="System.Xml\XmlProcessingInstruction.cs" />
  415. <Compile Include="System.Xml\XmlQualifiedName.cs" />
  416. <Compile Include="System.Xml\XmlReader.cs" />
  417. <Compile Include="System.Xml\XmlReaderBinarySupport.cs" />
  418. <Compile Include="System.Xml\XmlReaderSettings.cs" />
  419. <Compile Include="System.Xml\XmlResolver.cs" />
  420. <Compile Include="System.Xml\XmlSecureResolver.cs" />
  421. <Compile Include="System.Xml\XmlSignificantWhitespace.cs" />
  422. <Compile Include="System.Xml\XmlSpace.cs" />
  423. <Compile Include="System.Xml\XmlText.cs" />
  424. <Compile Include="System.Xml\XmlTextReader.cs" />
  425. <Compile Include="System.Xml\XmlTextReader2.cs" />
  426. <Compile Include="System.Xml\XmlTextWriter2.cs" />
  427. <Compile Include="System.Xml\XmlTokenizedType.cs" />
  428. <Compile Include="System.Xml\XmlUrlResolver.cs" />
  429. <Compile Include="System.Xml\XmlValidatingReader.cs" />
  430. <Compile Include="System.Xml\XmlWhitespace.cs" />
  431. <Compile Include="System.Xml\XmlWriter.cs" />
  432. <Compile Include="System.Xml\XmlWriterSettings.cs" />
  433. <Compile Include="System.Xml\XQueryConvert.cs" />
  434. <Compile Include="Mono.Xml.Xsl\build_PatternParser.cs" />
  435. <Compile Include="Mono.Xml.Xsl\build_PatternTokenizer.cs" />
  436. <Compile Include="System.Xml.XPath\Parser.cs" /> </ItemGroup>
  437. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  438. Other similar extension points exist, see Microsoft.Common.targets.
  439. <Target Name="BeforeBuild">
  440. </Target>
  441. <Target Name="AfterBuild">
  442. </Target>
  443. -->
  444. <PropertyGroup>
  445. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  446. mono $(ProjectDir)\..\..\..\msvc\scripts\prepare.exe $(ProjectDir)..\.. xml
  447. $(ProjectDir)\..\..\jay\jay -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\System.Xml.XPath\Parser.jay > $(ProjectDir)\System.Xml.XPath\Parser.cs
  448. echo "#define XSLT_PATTERN" > $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs
  449. $(ProjectDir)\..\..\jay\jay -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Mono.Xml.Xsl\PatternParser.jay >> $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs
  450. echo "#define XSLT_PATTERN" > $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs
  451. cat $(ProjectDir)\System.Xml.XPath\Tokenizer.cs >> $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs
  452. </PreBuildEvent>
  453. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  454. $(ProjectDir)\..\..\..\msvc\scripts\prepare.exe $(ProjectDir)..\.. xml
  455. $(ProjectDir)\..\..\jay\jay -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\System.Xml.XPath\Parser.jay > $(ProjectDir)\System.Xml.XPath\Parser.cs
  456. echo "#define XSLT_PATTERN" > $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs
  457. $(ProjectDir)\..\..\jay\jay -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Mono.Xml.Xsl\PatternParser.jay >> $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs
  458. echo "#define XSLT_PATTERN" > $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs
  459. type $(ProjectDir)\System.Xml.XPath\Tokenizer.cs >> $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs
  460. </PreBuildEvent>
  461. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  462. </PostBuildEvent>
  463. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  464. </PostBuildEvent>
  465. </PropertyGroup>
  466. <ItemGroup>
  467. <ProjectReference Include="../corlib/corlib-build.csproj">
  468. <Project>{0CAF787F-F70B-4556-987A-67E036CD71C1}</Project>
  469. <Name>corlib\corlib-build</Name>
  470. </ProjectReference>
  471. <ProjectReference Include="../System/System-bare-build.csproj">
  472. <Project>{6E4F4BFB-2900-4663-B922-F176B2358C12}</Project>
  473. <Name>System\System-bare-build</Name>
  474. </ProjectReference>
  475. </ItemGroup>
  476. <ItemGroup>
  477. <Folder Include="Properties\" />
  478. </ItemGroup>
  479. </Project>