Mono.System.XML.csproj 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9466"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{0CB7FB41-3C0F-40E8-ACD3-8C5B8BC35B2C}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "System.XML"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. RootNamespace = "System.XML"
  20. StartupObject = ""
  21. >
  22. <Config
  23. Name = "Debug"
  24. AllowUnsafeBlocks = "true"
  25. BaseAddress = "285212672"
  26. CheckForOverflowUnderflow = "false"
  27. ConfigurationOverrideFile = ""
  28. DefineConstants = "DEBUG;TRACE"
  29. DocumentationFile = ""
  30. DebugSymbols = "true"
  31. FileAlignment = "4096"
  32. IncrementalBuild = "true"
  33. Optimize = "false"
  34. OutputPath = "bin\Debug\"
  35. RegisterForComInterop = "false"
  36. RemoveIntegerChecks = "false"
  37. TreatWarningsAsErrors = "false"
  38. WarningLevel = "4"
  39. />
  40. <Config
  41. Name = "Release"
  42. AllowUnsafeBlocks = "true"
  43. BaseAddress = "285212672"
  44. CheckForOverflowUnderflow = "false"
  45. ConfigurationOverrideFile = ""
  46. DefineConstants = "TRACE"
  47. DocumentationFile = ""
  48. DebugSymbols = "false"
  49. FileAlignment = "4096"
  50. IncrementalBuild = "false"
  51. Optimize = "true"
  52. OutputPath = "bin\Release\"
  53. RegisterForComInterop = "false"
  54. RemoveIntegerChecks = "false"
  55. TreatWarningsAsErrors = "false"
  56. WarningLevel = "4"
  57. />
  58. </Settings>
  59. <References>
  60. <Reference
  61. Name = "System"
  62. AssemblyName = "System"
  63. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64. />
  65. <Reference
  66. Name = "System.Data"
  67. AssemblyName = "System.Data"
  68. HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  69. />
  70. </References>
  71. </Build>
  72. <Files>
  73. <Include>
  74. <File
  75. RelPath = "Mono.Xml.XPath\DTMXPathDocument.cs"
  76. SubType = "Code"
  77. BuildAction = "Compile"
  78. />
  79. <File
  80. RelPath = "Mono.Xml.XPath\DTMXPathDocumentBuilder.cs"
  81. SubType = "Code"
  82. BuildAction = "Compile"
  83. />
  84. <File
  85. RelPath = "Mono.Xml.XPath\DTMXPathNavigator.cs"
  86. SubType = "Code"
  87. BuildAction = "Compile"
  88. />
  89. <File
  90. RelPath = "System.Xml\DTDAutomata.cs"
  91. SubType = "Code"
  92. BuildAction = "Compile"
  93. />
  94. <File
  95. RelPath = "System.Xml\DTDObjectModel.cs"
  96. SubType = "Code"
  97. BuildAction = "Compile"
  98. />
  99. <File
  100. RelPath = "System.Xml\DTDValidatingReader.cs"
  101. SubType = "Code"
  102. BuildAction = "Compile"
  103. />
  104. <File
  105. RelPath = "System.Xml\EntityHandling.cs"
  106. SubType = "Code"
  107. BuildAction = "Compile"
  108. />
  109. <File
  110. RelPath = "System.Xml\Formatting.cs"
  111. SubType = "Code"
  112. BuildAction = "Compile"
  113. />
  114. <File
  115. RelPath = "System.Xml\IHasXmlNode.cs"
  116. SubType = "Code"
  117. BuildAction = "Compile"
  118. />
  119. <File
  120. RelPath = "System.Xml\IXmlLineInfo.cs"
  121. SubType = "Code"
  122. BuildAction = "Compile"
  123. />
  124. <File
  125. RelPath = "System.Xml\NameTable.cs"
  126. SubType = "Code"
  127. BuildAction = "Compile"
  128. />
  129. <File
  130. RelPath = "System.Xml\Profile.cs"
  131. SubType = "Code"
  132. BuildAction = "Compile"
  133. />
  134. <File
  135. RelPath = "System.Xml\ReadState.cs"
  136. SubType = "Code"
  137. BuildAction = "Compile"
  138. />
  139. <File
  140. RelPath = "System.Xml\TODOAttribute.cs"
  141. SubType = "Code"
  142. BuildAction = "Compile"
  143. />
  144. <File
  145. RelPath = "System.Xml\ValidationType.cs"
  146. SubType = "Code"
  147. BuildAction = "Compile"
  148. />
  149. <File
  150. RelPath = "System.Xml\WhitespaceHandling.cs"
  151. SubType = "Code"
  152. BuildAction = "Compile"
  153. />
  154. <File
  155. RelPath = "System.Xml\WriteState.cs"
  156. SubType = "Code"
  157. BuildAction = "Compile"
  158. />
  159. <File
  160. RelPath = "System.Xml\XmlAttribute.cs"
  161. SubType = "Code"
  162. BuildAction = "Compile"
  163. />
  164. <File
  165. RelPath = "System.Xml\XmlAttributeCollection.cs"
  166. SubType = "Code"
  167. BuildAction = "Compile"
  168. />
  169. <File
  170. RelPath = "System.Xml\XmlCDataSection.cs"
  171. SubType = "Code"
  172. BuildAction = "Compile"
  173. />
  174. <File
  175. RelPath = "System.Xml\XmlChar.cs"
  176. SubType = "Code"
  177. BuildAction = "Compile"
  178. />
  179. <File
  180. RelPath = "System.Xml\XmlCharacterData.cs"
  181. SubType = "Code"
  182. BuildAction = "Compile"
  183. />
  184. <File
  185. RelPath = "System.Xml\XmlComment.cs"
  186. SubType = "Code"
  187. BuildAction = "Compile"
  188. />
  189. <File
  190. RelPath = "System.Xml\XmlConstructs.cs"
  191. SubType = "Code"
  192. BuildAction = "Compile"
  193. />
  194. <File
  195. RelPath = "System.Xml\XmlConvert.cs"
  196. SubType = "Code"
  197. BuildAction = "Compile"
  198. />
  199. <File
  200. RelPath = "System.Xml\XmlDeclaration.cs"
  201. SubType = "Code"
  202. BuildAction = "Compile"
  203. />
  204. <File
  205. RelPath = "System.Xml\XmlDocument.cs"
  206. SubType = "Code"
  207. BuildAction = "Compile"
  208. />
  209. <File
  210. RelPath = "System.Xml\XmlDocumentFragment.cs"
  211. SubType = "Code"
  212. BuildAction = "Compile"
  213. />
  214. <File
  215. RelPath = "System.Xml\XmlDocumentNavigator.cs"
  216. SubType = "Code"
  217. BuildAction = "Compile"
  218. />
  219. <File
  220. RelPath = "System.Xml\XmlDocumentType.cs"
  221. SubType = "Code"
  222. BuildAction = "Compile"
  223. />
  224. <File
  225. RelPath = "System.Xml\XmlElement.cs"
  226. SubType = "Code"
  227. BuildAction = "Compile"
  228. />
  229. <File
  230. RelPath = "System.Xml\XmlEntity.cs"
  231. SubType = "Code"
  232. BuildAction = "Compile"
  233. />
  234. <File
  235. RelPath = "System.Xml\XmlEntityReference.cs"
  236. SubType = "Code"
  237. BuildAction = "Compile"
  238. />
  239. <File
  240. RelPath = "System.Xml\XmlException.cs"
  241. SubType = "Code"
  242. BuildAction = "Compile"
  243. />
  244. <File
  245. RelPath = "System.Xml\XmlImplementation.cs"
  246. SubType = "Code"
  247. BuildAction = "Compile"
  248. />
  249. <File
  250. RelPath = "System.Xml\XmlInputStream.cs"
  251. SubType = "Code"
  252. BuildAction = "Compile"
  253. />
  254. <File
  255. RelPath = "System.Xml\XmlLinkedNode.cs"
  256. SubType = "Code"
  257. BuildAction = "Compile"
  258. />
  259. <File
  260. RelPath = "System.Xml\XmlNamedNodeMap.cs"
  261. SubType = "Code"
  262. BuildAction = "Compile"
  263. />
  264. <File
  265. RelPath = "System.Xml\XmlNamespaceManager.cs"
  266. SubType = "Code"
  267. BuildAction = "Compile"
  268. />
  269. <File
  270. RelPath = "System.Xml\XmlNameTable.cs"
  271. SubType = "Code"
  272. BuildAction = "Compile"
  273. />
  274. <File
  275. RelPath = "System.Xml\XmlNode.cs"
  276. SubType = "Code"
  277. BuildAction = "Compile"
  278. />
  279. <File
  280. RelPath = "System.Xml\XmlNodeArrayList.cs"
  281. SubType = "Code"
  282. BuildAction = "Compile"
  283. />
  284. <File
  285. RelPath = "System.Xml\XmlNodeChangedAction.cs"
  286. SubType = "Code"
  287. BuildAction = "Compile"
  288. />
  289. <File
  290. RelPath = "System.Xml\XmlNodeChangedEventArgs.cs"
  291. SubType = "Code"
  292. BuildAction = "Compile"
  293. />
  294. <File
  295. RelPath = "System.Xml\XmlNodeChangedEventHandler.cs"
  296. SubType = "Code"
  297. BuildAction = "Compile"
  298. />
  299. <File
  300. RelPath = "System.Xml\XmlNodeList.cs"
  301. SubType = "Code"
  302. BuildAction = "Compile"
  303. />
  304. <File
  305. RelPath = "System.Xml\XmlNodeListChildren.cs"
  306. SubType = "Code"
  307. BuildAction = "Compile"
  308. />
  309. <File
  310. RelPath = "System.Xml\XmlNodeOrder.cs"
  311. SubType = "Code"
  312. BuildAction = "Compile"
  313. />
  314. <File
  315. RelPath = "System.Xml\XmlNodeReader.cs"
  316. SubType = "Code"
  317. BuildAction = "Compile"
  318. />
  319. <File
  320. RelPath = "System.Xml\XmlNodeType.cs"
  321. SubType = "Code"
  322. BuildAction = "Compile"
  323. />
  324. <File
  325. RelPath = "System.Xml\XmlNotation.cs"
  326. SubType = "Code"
  327. BuildAction = "Compile"
  328. />
  329. <File
  330. RelPath = "System.Xml\XmlParserContext.cs"
  331. SubType = "Code"
  332. BuildAction = "Compile"
  333. />
  334. <File
  335. RelPath = "System.Xml\XmlParserInput.cs"
  336. SubType = "Code"
  337. BuildAction = "Compile"
  338. />
  339. <File
  340. RelPath = "System.Xml\XmlProcessingInstruction.cs"
  341. SubType = "Code"
  342. BuildAction = "Compile"
  343. />
  344. <File
  345. RelPath = "System.Xml\XmlQualifiedName.cs"
  346. SubType = "Code"
  347. BuildAction = "Compile"
  348. />
  349. <File
  350. RelPath = "System.Xml\XmlReader.cs"
  351. SubType = "Code"
  352. BuildAction = "Compile"
  353. />
  354. <File
  355. RelPath = "System.Xml\XmlResolver.cs"
  356. SubType = "Code"
  357. BuildAction = "Compile"
  358. />
  359. <File
  360. RelPath = "System.Xml\XmlSecureResolver.cs"
  361. SubType = "Code"
  362. BuildAction = "Compile"
  363. />
  364. <File
  365. RelPath = "System.Xml\XmlSignificantWhitespace.cs"
  366. SubType = "Code"
  367. BuildAction = "Compile"
  368. />
  369. <File
  370. RelPath = "System.Xml\XmlSpace.cs"
  371. SubType = "Code"
  372. BuildAction = "Compile"
  373. />
  374. <File
  375. RelPath = "System.Xml\XmlText.cs"
  376. SubType = "Code"
  377. BuildAction = "Compile"
  378. />
  379. <File
  380. RelPath = "System.Xml\XmlTextReader.cs"
  381. SubType = "Code"
  382. BuildAction = "Compile"
  383. />
  384. <File
  385. RelPath = "System.Xml\XmlTextWriter.cs"
  386. SubType = "Code"
  387. BuildAction = "Compile"
  388. />
  389. <File
  390. RelPath = "System.Xml\XmlTextWriterOpenElement.cs"
  391. SubType = "Code"
  392. BuildAction = "Compile"
  393. />
  394. <File
  395. RelPath = "System.Xml\XmlTokenizedType.cs"
  396. SubType = "Code"
  397. BuildAction = "Compile"
  398. />
  399. <File
  400. RelPath = "System.Xml\XmlUrlResolver.cs"
  401. SubType = "Code"
  402. BuildAction = "Compile"
  403. />
  404. <File
  405. RelPath = "System.Xml\XmlValidatingReader.cs"
  406. SubType = "Code"
  407. BuildAction = "Compile"
  408. />
  409. <File
  410. RelPath = "System.Xml\XmlWhitespace.cs"
  411. SubType = "Code"
  412. BuildAction = "Compile"
  413. />
  414. <File
  415. RelPath = "System.Xml\XmlWriter.cs"
  416. SubType = "Code"
  417. BuildAction = "Compile"
  418. />
  419. <File
  420. RelPath = "System.Xml.Schema\BuiltInDatatype.cs"
  421. SubType = "Code"
  422. BuildAction = "Compile"
  423. />
  424. <File
  425. RelPath = "System.Xml.Schema\ValidationEventArgs.cs"
  426. SubType = "Code"
  427. BuildAction = "Compile"
  428. />
  429. <File
  430. RelPath = "System.Xml.Schema\ValidationHandler.cs"
  431. SubType = "Code"
  432. BuildAction = "Compile"
  433. />
  434. <File
  435. RelPath = "System.Xml.Schema\XmlSchema.cs"
  436. SubType = "Code"
  437. BuildAction = "Compile"
  438. />
  439. <File
  440. RelPath = "System.Xml.Schema\XmlSchemaAll.cs"
  441. SubType = "Code"
  442. BuildAction = "Compile"
  443. />
  444. <File
  445. RelPath = "System.Xml.Schema\XmlSchemaAnnotated.cs"
  446. SubType = "Code"
  447. BuildAction = "Compile"
  448. />
  449. <File
  450. RelPath = "System.Xml.Schema\XmlSchemaAnnotation.cs"
  451. SubType = "Code"
  452. BuildAction = "Compile"
  453. />
  454. <File
  455. RelPath = "System.Xml.Schema\XmlSchemaAny.cs"
  456. SubType = "Code"
  457. BuildAction = "Compile"
  458. />
  459. <File
  460. RelPath = "System.Xml.Schema\XmlSchemaAnyAttribute.cs"
  461. SubType = "Code"
  462. BuildAction = "Compile"
  463. />
  464. <File
  465. RelPath = "System.Xml.Schema\XmlSchemaAppInfo.cs"
  466. SubType = "Code"
  467. BuildAction = "Compile"
  468. />
  469. <File
  470. RelPath = "System.Xml.Schema\XmlSchemaAttribute.cs"
  471. SubType = "Code"
  472. BuildAction = "Compile"
  473. />
  474. <File
  475. RelPath = "System.Xml.Schema\XmlSchemaAttributeGroup.cs"
  476. SubType = "Code"
  477. BuildAction = "Compile"
  478. />
  479. <File
  480. RelPath = "System.Xml.Schema\XmlSchemaAttributeGroupRef.cs"
  481. SubType = "Code"
  482. BuildAction = "Compile"
  483. />
  484. <File
  485. RelPath = "System.Xml.Schema\XmlSchemaChoice.cs"
  486. SubType = "Code"
  487. BuildAction = "Compile"
  488. />
  489. <File
  490. RelPath = "System.Xml.Schema\XmlSchemaCollection.cs"
  491. SubType = "Code"
  492. BuildAction = "Compile"
  493. />
  494. <File
  495. RelPath = "System.Xml.Schema\XmlSchemaCollectionEnumerator.cs"
  496. SubType = "Code"
  497. BuildAction = "Compile"
  498. />
  499. <File
  500. RelPath = "System.Xml.Schema\XmlSchemaComplexContent.cs"
  501. SubType = "Code"
  502. BuildAction = "Compile"
  503. />
  504. <File
  505. RelPath = "System.Xml.Schema\XmlSchemaComplexContentExtension.cs"
  506. SubType = "Code"
  507. BuildAction = "Compile"
  508. />
  509. <File
  510. RelPath = "System.Xml.Schema\XmlSchemaComplexContentRestriction.cs"
  511. SubType = "Code"
  512. BuildAction = "Compile"
  513. />
  514. <File
  515. RelPath = "System.Xml.Schema\XmlSchemaComplexType.cs"
  516. SubType = "Code"
  517. BuildAction = "Compile"
  518. />
  519. <File
  520. RelPath = "System.Xml.Schema\XmlSchemaContent.cs"
  521. SubType = "Code"
  522. BuildAction = "Compile"
  523. />
  524. <File
  525. RelPath = "System.Xml.Schema\XmlSchemaContentModel.cs"
  526. SubType = "Code"
  527. BuildAction = "Compile"
  528. />
  529. <File
  530. RelPath = "System.Xml.Schema\XmlSchemaContentProcessing.cs"
  531. SubType = "Code"
  532. BuildAction = "Compile"
  533. />
  534. <File
  535. RelPath = "System.Xml.Schema\XmlSchemaContentType.cs"
  536. SubType = "Code"
  537. BuildAction = "Compile"
  538. />
  539. <File
  540. RelPath = "System.Xml.Schema\XmlSchemaDatatype.cs"
  541. SubType = "Code"
  542. BuildAction = "Compile"
  543. />
  544. <File
  545. RelPath = "System.Xml.Schema\XmlSchemaDerivationMethod.cs"
  546. SubType = "Code"
  547. BuildAction = "Compile"
  548. />
  549. <File
  550. RelPath = "System.Xml.Schema\XmlSchemaDocumentation.cs"
  551. SubType = "Code"
  552. BuildAction = "Compile"
  553. />
  554. <File
  555. RelPath = "System.Xml.Schema\XmlSchemaElement.cs"
  556. SubType = "Code"
  557. BuildAction = "Compile"
  558. />
  559. <File
  560. RelPath = "System.Xml.Schema\XmlSchemaEnumerationFacet.cs"
  561. SubType = "Code"
  562. BuildAction = "Compile"
  563. />
  564. <File
  565. RelPath = "System.Xml.Schema\XmlSchemaException.cs"
  566. SubType = "Code"
  567. BuildAction = "Compile"
  568. />
  569. <File
  570. RelPath = "System.Xml.Schema\XmlSchemaExternal.cs"
  571. SubType = "Code"
  572. BuildAction = "Compile"
  573. />
  574. <File
  575. RelPath = "System.Xml.Schema\XmlSchemaFacet.cs"
  576. SubType = "Code"
  577. BuildAction = "Compile"
  578. />
  579. <File
  580. RelPath = "System.Xml.Schema\XmlSchemaForm.cs"
  581. SubType = "Code"
  582. BuildAction = "Compile"
  583. />
  584. <File
  585. RelPath = "System.Xml.Schema\XmlSchemaFractionDigitsFacet.cs"
  586. SubType = "Code"
  587. BuildAction = "Compile"
  588. />
  589. <File
  590. RelPath = "System.Xml.Schema\XmlSchemaGroup.cs"
  591. SubType = "Code"
  592. BuildAction = "Compile"
  593. />
  594. <File
  595. RelPath = "System.Xml.Schema\XmlSchemaGroupBase.cs"
  596. SubType = "Code"
  597. BuildAction = "Compile"
  598. />
  599. <File
  600. RelPath = "System.Xml.Schema\XmlSchemaGroupRef.cs"
  601. SubType = "Code"
  602. BuildAction = "Compile"
  603. />
  604. <File
  605. RelPath = "System.Xml.Schema\XmlSchemaIdentityConstraint.cs"
  606. SubType = "Code"
  607. BuildAction = "Compile"
  608. />
  609. <File
  610. RelPath = "System.Xml.Schema\XmlSchemaImport.cs"
  611. SubType = "Code"
  612. BuildAction = "Compile"
  613. />
  614. <File
  615. RelPath = "System.Xml.Schema\XmlSchemaInclude.cs"
  616. SubType = "Code"
  617. BuildAction = "Compile"
  618. />
  619. <File
  620. RelPath = "System.Xml.Schema\XmlSchemaKey.cs"
  621. SubType = "Code"
  622. BuildAction = "Compile"
  623. />
  624. <File
  625. RelPath = "System.Xml.Schema\XmlSchemaKeyref.cs"
  626. SubType = "Code"
  627. BuildAction = "Compile"
  628. />
  629. <File
  630. RelPath = "System.Xml.Schema\XmlSchemaLengthFacet.cs"
  631. SubType = "Code"
  632. BuildAction = "Compile"
  633. />
  634. <File
  635. RelPath = "System.Xml.Schema\XmlSchemaMaxExclusiveFacet.cs"
  636. SubType = "Code"
  637. BuildAction = "Compile"
  638. />
  639. <File
  640. RelPath = "System.Xml.Schema\XmlSchemaMaxInclusiveFacet.cs"
  641. SubType = "Code"
  642. BuildAction = "Compile"
  643. />
  644. <File
  645. RelPath = "System.Xml.Schema\XmlSchemaMaxLengthFacet.cs"
  646. SubType = "Code"
  647. BuildAction = "Compile"
  648. />
  649. <File
  650. RelPath = "System.Xml.Schema\XmlSchemaMinExclusiveFacet.cs"
  651. SubType = "Code"
  652. BuildAction = "Compile"
  653. />
  654. <File
  655. RelPath = "System.Xml.Schema\XmlSchemaMinInclusiveFacet.cs"
  656. SubType = "Code"
  657. BuildAction = "Compile"
  658. />
  659. <File
  660. RelPath = "System.Xml.Schema\XmlSchemaMinLengthFacet.cs"
  661. SubType = "Code"
  662. BuildAction = "Compile"
  663. />
  664. <File
  665. RelPath = "System.Xml.Schema\XmlSchemaNotation.cs"
  666. SubType = "Code"
  667. BuildAction = "Compile"
  668. />
  669. <File
  670. RelPath = "System.Xml.Schema\XmlSchemaNumericFacet.cs"
  671. SubType = "Code"
  672. BuildAction = "Compile"
  673. />
  674. <File
  675. RelPath = "System.Xml.Schema\XmlSchemaObject.cs"
  676. SubType = "Code"
  677. BuildAction = "Compile"
  678. />
  679. <File
  680. RelPath = "System.Xml.Schema\XmlSchemaObjectCollection.cs"
  681. SubType = "Code"
  682. BuildAction = "Compile"
  683. />
  684. <File
  685. RelPath = "System.Xml.Schema\XmlSchemaObjectEnumerator.cs"
  686. SubType = "Code"
  687. BuildAction = "Compile"
  688. />
  689. <File
  690. RelPath = "System.Xml.Schema\XmlSchemaObjectTable.cs"
  691. SubType = "Code"
  692. BuildAction = "Compile"
  693. />
  694. <File
  695. RelPath = "System.Xml.Schema\XmlSchemaParticle.cs"
  696. SubType = "Code"
  697. BuildAction = "Compile"
  698. />
  699. <File
  700. RelPath = "System.Xml.Schema\XmlSchemaPatternFacet.cs"
  701. SubType = "Code"
  702. BuildAction = "Compile"
  703. />
  704. <File
  705. RelPath = "System.Xml.Schema\XmlSchemaReader.cs"
  706. SubType = "Code"
  707. BuildAction = "Compile"
  708. />
  709. <File
  710. RelPath = "System.Xml.Schema\XmlSchemaRedefine.cs"
  711. SubType = "Code"
  712. BuildAction = "Compile"
  713. />
  714. <File
  715. RelPath = "System.Xml.Schema\XmlSchemaSequence.cs"
  716. SubType = "Code"
  717. BuildAction = "Compile"
  718. />
  719. <File
  720. RelPath = "System.Xml.Schema\XmlSchemaSimpleContent.cs"
  721. SubType = "Code"
  722. BuildAction = "Compile"
  723. />
  724. <File
  725. RelPath = "System.Xml.Schema\XmlSchemaSimpleContentExtension.cs"
  726. SubType = "Code"
  727. BuildAction = "Compile"
  728. />
  729. <File
  730. RelPath = "System.Xml.Schema\XmlSchemaSimpleContentRestriction.cs"
  731. SubType = "Code"
  732. BuildAction = "Compile"
  733. />
  734. <File
  735. RelPath = "System.Xml.Schema\XmlSchemaSimpleType.cs"
  736. SubType = "Code"
  737. BuildAction = "Compile"
  738. />
  739. <File
  740. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeContent.cs"
  741. SubType = "Code"
  742. BuildAction = "Compile"
  743. />
  744. <File
  745. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeList.cs"
  746. SubType = "Code"
  747. BuildAction = "Compile"
  748. />
  749. <File
  750. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeRestriction.cs"
  751. SubType = "Code"
  752. BuildAction = "Compile"
  753. />
  754. <File
  755. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeUnion.cs"
  756. SubType = "Code"
  757. BuildAction = "Compile"
  758. />
  759. <File
  760. RelPath = "System.Xml.Schema\XmlSchemaTotalDigitsFacet.cs"
  761. SubType = "Code"
  762. BuildAction = "Compile"
  763. />
  764. <File
  765. RelPath = "System.Xml.Schema\XmlSchemaType.cs"
  766. SubType = "Code"
  767. BuildAction = "Compile"
  768. />
  769. <File
  770. RelPath = "System.Xml.Schema\XmlSchemaUnique.cs"
  771. SubType = "Code"
  772. BuildAction = "Compile"
  773. />
  774. <File
  775. RelPath = "System.Xml.Schema\XmlSchemaUse.cs"
  776. SubType = "Code"
  777. BuildAction = "Compile"
  778. />
  779. <File
  780. RelPath = "System.Xml.Schema\XmlSchemaUtil.cs"
  781. SubType = "Code"
  782. BuildAction = "Compile"
  783. />
  784. <File
  785. RelPath = "System.Xml.Schema\XmlSchemaWhiteSpaceFacet.cs"
  786. SubType = "Code"
  787. BuildAction = "Compile"
  788. />
  789. <File
  790. RelPath = "System.Xml.Schema\XmlSchemaXPath.cs"
  791. SubType = "Code"
  792. BuildAction = "Compile"
  793. />
  794. <File
  795. RelPath = "System.Xml.Schema\XmlSeverityType.cs"
  796. SubType = "Code"
  797. BuildAction = "Compile"
  798. />
  799. <File
  800. RelPath = "System.Xml.Serialization\CodeIdentifier.cs"
  801. SubType = "Code"
  802. BuildAction = "Compile"
  803. />
  804. <File
  805. RelPath = "System.Xml.Serialization\CodeIdentifiers.cs"
  806. SubType = "Code"
  807. BuildAction = "Compile"
  808. />
  809. <File
  810. RelPath = "System.Xml.Serialization\IXmlSerializable.cs"
  811. SubType = "Code"
  812. BuildAction = "Compile"
  813. />
  814. <File
  815. RelPath = "System.Xml.Serialization\ReflectionHelper.cs"
  816. SubType = "Code"
  817. BuildAction = "Compile"
  818. />
  819. <File
  820. RelPath = "System.Xml.Serialization\SchemaTypes.cs"
  821. SubType = "Code"
  822. BuildAction = "Compile"
  823. />
  824. <File
  825. RelPath = "System.Xml.Serialization\SoapAttributeAttribute.cs"
  826. SubType = "Code"
  827. BuildAction = "Compile"
  828. />
  829. <File
  830. RelPath = "System.Xml.Serialization\SoapAttributeOverrides.cs"
  831. SubType = "Code"
  832. BuildAction = "Compile"
  833. />
  834. <File
  835. RelPath = "System.Xml.Serialization\SoapAttributes.cs"
  836. SubType = "Code"
  837. BuildAction = "Compile"
  838. />
  839. <File
  840. RelPath = "System.Xml.Serialization\SoapCodeExporter.cs"
  841. SubType = "Code"
  842. BuildAction = "Compile"
  843. />
  844. <File
  845. RelPath = "System.Xml.Serialization\SoapElementAttribute.cs"
  846. SubType = "Code"
  847. BuildAction = "Compile"
  848. />
  849. <File
  850. RelPath = "System.Xml.Serialization\SoapEnumAttribute.cs"
  851. SubType = "Code"
  852. BuildAction = "Compile"
  853. />
  854. <File
  855. RelPath = "System.Xml.Serialization\SoapIgnoreAttribute.cs"
  856. SubType = "Code"
  857. BuildAction = "Compile"
  858. />
  859. <File
  860. RelPath = "System.Xml.Serialization\SoapIncludeAttribute.cs"
  861. SubType = "Code"
  862. BuildAction = "Compile"
  863. />
  864. <File
  865. RelPath = "System.Xml.Serialization\SoapReflectionImporter.cs"
  866. SubType = "Code"
  867. BuildAction = "Compile"
  868. />
  869. <File
  870. RelPath = "System.Xml.Serialization\SoapSchemaExporter.cs"
  871. SubType = "Code"
  872. BuildAction = "Compile"
  873. />
  874. <File
  875. RelPath = "System.Xml.Serialization\SoapSchemaImporter.cs"
  876. SubType = "Code"
  877. BuildAction = "Compile"
  878. />
  879. <File
  880. RelPath = "System.Xml.Serialization\SoapSchemaMember.cs"
  881. SubType = "Code"
  882. BuildAction = "Compile"
  883. />
  884. <File
  885. RelPath = "System.Xml.Serialization\SoapTypeAttribute.cs"
  886. SubType = "Code"
  887. BuildAction = "Compile"
  888. />
  889. <File
  890. RelPath = "System.Xml.Serialization\TypeData.cs"
  891. SubType = "Code"
  892. BuildAction = "Compile"
  893. />
  894. <File
  895. RelPath = "System.Xml.Serialization\TypeMember.cs"
  896. SubType = "Code"
  897. BuildAction = "Compile"
  898. />
  899. <File
  900. RelPath = "System.Xml.Serialization\TypeTranslator.cs"
  901. SubType = "Code"
  902. BuildAction = "Compile"
  903. />
  904. <File
  905. RelPath = "System.Xml.Serialization\UnreferencedObjectEventArgs.cs"
  906. SubType = "Code"
  907. BuildAction = "Compile"
  908. />
  909. <File
  910. RelPath = "System.Xml.Serialization\UnreferencedObjectEventHandler.cs"
  911. SubType = "Code"
  912. BuildAction = "Compile"
  913. />
  914. <File
  915. RelPath = "System.Xml.Serialization\XmlAnyAttributeAttribute.cs"
  916. SubType = "Code"
  917. BuildAction = "Compile"
  918. />
  919. <File
  920. RelPath = "System.Xml.Serialization\XmlAnyElementAttribute.cs"
  921. SubType = "Code"
  922. BuildAction = "Compile"
  923. />
  924. <File
  925. RelPath = "System.Xml.Serialization\XmlAnyElementAttributes.cs"
  926. SubType = "Code"
  927. BuildAction = "Compile"
  928. />
  929. <File
  930. RelPath = "System.Xml.Serialization\XmlArrayAttribute.cs"
  931. SubType = "Code"
  932. BuildAction = "Compile"
  933. />
  934. <File
  935. RelPath = "System.Xml.Serialization\XmlArrayItemAttribute.cs"
  936. SubType = "Code"
  937. BuildAction = "Compile"
  938. />
  939. <File
  940. RelPath = "System.Xml.Serialization\XmlArrayItemAttributes.cs"
  941. SubType = "Code"
  942. BuildAction = "Compile"
  943. />
  944. <File
  945. RelPath = "System.Xml.Serialization\XmlAttributeAttribute.cs"
  946. SubType = "Code"
  947. BuildAction = "Compile"
  948. />
  949. <File
  950. RelPath = "System.Xml.Serialization\XmlAttributeEventArgs.cs"
  951. SubType = "Code"
  952. BuildAction = "Compile"
  953. />
  954. <File
  955. RelPath = "System.Xml.Serialization\XmlAttributeEventHandler.cs"
  956. SubType = "Code"
  957. BuildAction = "Compile"
  958. />
  959. <File
  960. RelPath = "System.Xml.Serialization\XmlAttributeOverrides.cs"
  961. SubType = "Code"
  962. BuildAction = "Compile"
  963. />
  964. <File
  965. RelPath = "System.Xml.Serialization\XmlAttributes.cs"
  966. SubType = "Code"
  967. BuildAction = "Compile"
  968. />
  969. <File
  970. RelPath = "System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs"
  971. SubType = "Code"
  972. BuildAction = "Compile"
  973. />
  974. <File
  975. RelPath = "System.Xml.Serialization\XmlCodeExporter.cs"
  976. SubType = "Code"
  977. BuildAction = "Compile"
  978. />
  979. <File
  980. RelPath = "System.Xml.Serialization\XmlCustomFormatter.cs"
  981. SubType = "Code"
  982. BuildAction = "Compile"
  983. />
  984. <File
  985. RelPath = "System.Xml.Serialization\XmlElementAttribute.cs"
  986. SubType = "Code"
  987. BuildAction = "Compile"
  988. />
  989. <File
  990. RelPath = "System.Xml.Serialization\XmlElementAttributes.cs"
  991. SubType = "Code"
  992. BuildAction = "Compile"
  993. />
  994. <File
  995. RelPath = "System.Xml.Serialization\XmlElementEventArgs.cs"
  996. SubType = "Code"
  997. BuildAction = "Compile"
  998. />
  999. <File
  1000. RelPath = "System.Xml.Serialization\XmlElementEventHandler.cs"
  1001. SubType = "Code"
  1002. BuildAction = "Compile"
  1003. />
  1004. <File
  1005. RelPath = "System.Xml.Serialization\XmlEnumAttribute.cs"
  1006. SubType = "Code"
  1007. BuildAction = "Compile"
  1008. />
  1009. <File
  1010. RelPath = "System.Xml.Serialization\XmlIgnoreAttribute.cs"
  1011. SubType = "Code"
  1012. BuildAction = "Compile"
  1013. />
  1014. <File
  1015. RelPath = "System.Xml.Serialization\XmlIncludeAttribute.cs"
  1016. SubType = "Code"
  1017. BuildAction = "Compile"
  1018. />
  1019. <File
  1020. RelPath = "System.Xml.Serialization\XmlMapping.cs"
  1021. SubType = "Code"
  1022. BuildAction = "Compile"
  1023. />
  1024. <File
  1025. RelPath = "System.Xml.Serialization\XmlMemberMapping.cs"
  1026. SubType = "Code"
  1027. BuildAction = "Compile"
  1028. />
  1029. <File
  1030. RelPath = "System.Xml.Serialization\XmlMembersMapping.cs"
  1031. SubType = "Code"
  1032. BuildAction = "Compile"
  1033. />
  1034. <File
  1035. RelPath = "System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs"
  1036. SubType = "Code"
  1037. BuildAction = "Compile"
  1038. />
  1039. <File
  1040. RelPath = "System.Xml.Serialization\XmlNodeEventArgs.cs"
  1041. SubType = "Code"
  1042. BuildAction = "Compile"
  1043. />
  1044. <File
  1045. RelPath = "System.Xml.Serialization\XmlNodeEventHandler.cs"
  1046. SubType = "Code"
  1047. BuildAction = "Compile"
  1048. />
  1049. <File
  1050. RelPath = "System.Xml.Serialization\XmlReflectionImporter.cs"
  1051. SubType = "Code"
  1052. BuildAction = "Compile"
  1053. />
  1054. <File
  1055. RelPath = "System.Xml.Serialization\XmlReflectionMember.cs"
  1056. SubType = "Code"
  1057. BuildAction = "Compile"
  1058. />
  1059. <File
  1060. RelPath = "System.Xml.Serialization\XmlRootAttribute.cs"
  1061. SubType = "Code"
  1062. BuildAction = "Compile"
  1063. />
  1064. <File
  1065. RelPath = "System.Xml.Serialization\XmlSchemaExporter.cs"
  1066. SubType = "Code"
  1067. BuildAction = "Compile"
  1068. />
  1069. <File
  1070. RelPath = "System.Xml.Serialization\XmlSchemaImporter.cs"
  1071. SubType = "Code"
  1072. BuildAction = "Compile"
  1073. />
  1074. <File
  1075. RelPath = "System.Xml.Serialization\XmlSchemas.cs"
  1076. SubType = "Code"
  1077. BuildAction = "Compile"
  1078. />
  1079. <File
  1080. RelPath = "System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs"
  1081. SubType = "Code"
  1082. BuildAction = "Compile"
  1083. />
  1084. <File
  1085. RelPath = "System.Xml.Serialization\XmlSerializationFixupCallback.cs"
  1086. SubType = "Code"
  1087. BuildAction = "Compile"
  1088. />
  1089. <File
  1090. RelPath = "System.Xml.Serialization\XmlSerializationReadCallback.cs"
  1091. SubType = "Code"
  1092. BuildAction = "Compile"
  1093. />
  1094. <File
  1095. RelPath = "System.Xml.Serialization\XmlSerializationReader.cs"
  1096. SubType = "Code"
  1097. BuildAction = "Compile"
  1098. />
  1099. <File
  1100. RelPath = "System.Xml.Serialization\XmlSerializationReaderInterpreter.cs"
  1101. SubType = "Code"
  1102. BuildAction = "Compile"
  1103. />
  1104. <File
  1105. RelPath = "System.Xml.Serialization\XmlSerializationWriteCallback.cs"
  1106. SubType = "Code"
  1107. BuildAction = "Compile"
  1108. />
  1109. <File
  1110. RelPath = "System.Xml.Serialization\XmlSerializationWriter.cs"
  1111. SubType = "Code"
  1112. BuildAction = "Compile"
  1113. />
  1114. <File
  1115. RelPath = "System.Xml.Serialization\XmlSerializationWriterInterpreter.cs"
  1116. SubType = "Code"
  1117. BuildAction = "Compile"
  1118. />
  1119. <File
  1120. RelPath = "System.Xml.Serialization\XmlSerializer.cs"
  1121. SubType = "Code"
  1122. BuildAction = "Compile"
  1123. />
  1124. <File
  1125. RelPath = "System.Xml.Serialization\XmlSerializerNamespaces.cs"
  1126. SubType = "Code"
  1127. BuildAction = "Compile"
  1128. />
  1129. <File
  1130. RelPath = "System.Xml.Serialization\XmlTextAttribute.cs"
  1131. SubType = "Code"
  1132. BuildAction = "Compile"
  1133. />
  1134. <File
  1135. RelPath = "System.Xml.Serialization\XmlTypeAttribute.cs"
  1136. SubType = "Code"
  1137. BuildAction = "Compile"
  1138. />
  1139. <File
  1140. RelPath = "System.Xml.Serialization\XmlTypeMapElementInfo.cs"
  1141. SubType = "Code"
  1142. BuildAction = "Compile"
  1143. />
  1144. <File
  1145. RelPath = "System.Xml.Serialization\XmlTypeMapMember.cs"
  1146. SubType = "Code"
  1147. BuildAction = "Compile"
  1148. />
  1149. <File
  1150. RelPath = "System.Xml.Serialization\XmlTypeMapMemberAttribute.cs"
  1151. SubType = "Code"
  1152. BuildAction = "Compile"
  1153. />
  1154. <File
  1155. RelPath = "System.Xml.Serialization\XmlTypeMapMemberElement.cs"
  1156. SubType = "Code"
  1157. BuildAction = "Compile"
  1158. />
  1159. <File
  1160. RelPath = "System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs"
  1161. SubType = "Code"
  1162. BuildAction = "Compile"
  1163. />
  1164. <File
  1165. RelPath = "System.Xml.Serialization\XmlTypeMapping.cs"
  1166. SubType = "Code"
  1167. BuildAction = "Compile"
  1168. />
  1169. <File
  1170. RelPath = "System.Xml.XPath\DefaultContext.cs"
  1171. SubType = "Code"
  1172. BuildAction = "Compile"
  1173. />
  1174. <File
  1175. RelPath = "System.Xml.XPath\Expression.cs"
  1176. SubType = "Code"
  1177. BuildAction = "Compile"
  1178. />
  1179. <File
  1180. RelPath = "System.Xml.XPath\Iterator.cs"
  1181. SubType = "Code"
  1182. BuildAction = "Compile"
  1183. />
  1184. <File
  1185. RelPath = "System.Xml.XPath\IXPathNavigable.cs"
  1186. SubType = "Code"
  1187. BuildAction = "Compile"
  1188. />
  1189. <File
  1190. RelPath = "System.Xml.XPath\Parser.cs"
  1191. SubType = "Code"
  1192. BuildAction = "Compile"
  1193. />
  1194. <File
  1195. RelPath = "System.Xml.XPath\Parser.jay"
  1196. BuildAction = "None"
  1197. />
  1198. <File
  1199. RelPath = "System.Xml.XPath\Tokenizer.cs"
  1200. SubType = "Code"
  1201. BuildAction = "Compile"
  1202. />
  1203. <File
  1204. RelPath = "System.Xml.XPath\XmlCaseOrder.cs"
  1205. SubType = "Code"
  1206. BuildAction = "Compile"
  1207. />
  1208. <File
  1209. RelPath = "System.Xml.XPath\XmlDataType.cs"
  1210. SubType = "Code"
  1211. BuildAction = "Compile"
  1212. />
  1213. <File
  1214. RelPath = "System.Xml.XPath\XmlSortOrder.cs"
  1215. SubType = "Code"
  1216. BuildAction = "Compile"
  1217. />
  1218. <File
  1219. RelPath = "System.Xml.XPath\XPathDocument.cs"
  1220. SubType = "Code"
  1221. BuildAction = "Compile"
  1222. />
  1223. <File
  1224. RelPath = "System.Xml.XPath\XPathException.cs"
  1225. SubType = "Code"
  1226. BuildAction = "Compile"
  1227. />
  1228. <File
  1229. RelPath = "System.Xml.XPath\XPathExpression.cs"
  1230. SubType = "Code"
  1231. BuildAction = "Compile"
  1232. />
  1233. <File
  1234. RelPath = "System.Xml.XPath\XPathNamespaceScope.cs"
  1235. SubType = "Code"
  1236. BuildAction = "Compile"
  1237. />
  1238. <File
  1239. RelPath = "System.Xml.XPath\XPathNavigator.cs"
  1240. SubType = "Code"
  1241. BuildAction = "Compile"
  1242. />
  1243. <File
  1244. RelPath = "System.Xml.XPath\XPathNodeIterator.cs"
  1245. SubType = "Code"
  1246. BuildAction = "Compile"
  1247. />
  1248. <File
  1249. RelPath = "System.Xml.XPath\XPathNodeType.cs"
  1250. SubType = "Code"
  1251. BuildAction = "Compile"
  1252. />
  1253. <File
  1254. RelPath = "System.Xml.XPath\XPathResultType.cs"
  1255. SubType = "Code"
  1256. BuildAction = "Compile"
  1257. />
  1258. <File
  1259. RelPath = "System.Xml.Xsl\IXsltContextFunction.cs"
  1260. SubType = "Code"
  1261. BuildAction = "Compile"
  1262. />
  1263. <File
  1264. RelPath = "System.Xml.Xsl\IXsltContextVariable.cs"
  1265. SubType = "Code"
  1266. BuildAction = "Compile"
  1267. />
  1268. <File
  1269. RelPath = "System.Xml.Xsl\XsltArgumentList.cs"
  1270. SubType = "Code"
  1271. BuildAction = "Compile"
  1272. />
  1273. <File
  1274. RelPath = "System.Xml.Xsl\XsltCompileException.cs"
  1275. SubType = "Code"
  1276. BuildAction = "Compile"
  1277. />
  1278. <File
  1279. RelPath = "System.Xml.Xsl\XsltContext.cs"
  1280. SubType = "Code"
  1281. BuildAction = "Compile"
  1282. />
  1283. <File
  1284. RelPath = "System.Xml.Xsl\XsltException.cs"
  1285. SubType = "Code"
  1286. BuildAction = "Compile"
  1287. />
  1288. <File
  1289. RelPath = "System.Xml.Xsl\XslTransform.cs"
  1290. SubType = "Code"
  1291. BuildAction = "Compile"
  1292. />
  1293. </Include>
  1294. </Files>
  1295. </CSHARP>
  1296. </VisualStudioProject>