Mono.System.XML.csproj 48 KB

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