Mono.System.XML.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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\IXmlLineInfo.cs"
  95. SubType = "Code"
  96. BuildAction = "Compile"
  97. />
  98. <File
  99. RelPath = "System.Xml\NameTable.cs"
  100. SubType = "Code"
  101. BuildAction = "Compile"
  102. />
  103. <File
  104. RelPath = "System.Xml\Profile.cs"
  105. SubType = "Code"
  106. BuildAction = "Compile"
  107. />
  108. <File
  109. RelPath = "System.Xml\ReadState.cs"
  110. SubType = "Code"
  111. BuildAction = "Compile"
  112. />
  113. <File
  114. RelPath = "System.Xml\TODOAttribute.cs"
  115. SubType = "Code"
  116. BuildAction = "Compile"
  117. />
  118. <File
  119. RelPath = "System.Xml\ValidationType.cs"
  120. SubType = "Code"
  121. BuildAction = "Compile"
  122. />
  123. <File
  124. RelPath = "System.Xml\WhitespaceHandling.cs"
  125. SubType = "Code"
  126. BuildAction = "Compile"
  127. />
  128. <File
  129. RelPath = "System.Xml\WriteState.cs"
  130. SubType = "Code"
  131. BuildAction = "Compile"
  132. />
  133. <File
  134. RelPath = "System.Xml\XmlAttribute.cs"
  135. SubType = "Code"
  136. BuildAction = "Compile"
  137. />
  138. <File
  139. RelPath = "System.Xml\XmlAttributeCollection.cs"
  140. SubType = "Code"
  141. BuildAction = "Compile"
  142. />
  143. <File
  144. RelPath = "System.Xml\XmlCaseOrder.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\XmlDeclaration.cs"
  170. SubType = "Code"
  171. BuildAction = "Compile"
  172. />
  173. <File
  174. RelPath = "System.Xml\XmlDocument.cs"
  175. SubType = "Code"
  176. BuildAction = "Compile"
  177. />
  178. <File
  179. RelPath = "System.Xml\XmlDocumentFragment.cs"
  180. SubType = "Code"
  181. BuildAction = "Compile"
  182. />
  183. <File
  184. RelPath = "System.Xml\XmlDocumentType.cs"
  185. SubType = "Code"
  186. BuildAction = "Compile"
  187. />
  188. <File
  189. RelPath = "System.Xml\XmlElement.cs"
  190. SubType = "Code"
  191. BuildAction = "Compile"
  192. />
  193. <File
  194. RelPath = "System.Xml\XmlEntityReference.cs"
  195. SubType = "Code"
  196. BuildAction = "Compile"
  197. />
  198. <File
  199. RelPath = "System.Xml\XmlException.cs"
  200. SubType = "Code"
  201. BuildAction = "Compile"
  202. />
  203. <File
  204. RelPath = "System.Xml\XmlImplementation.cs"
  205. SubType = "Code"
  206. BuildAction = "Compile"
  207. />
  208. <File
  209. RelPath = "System.Xml\XmlLinkedNode.cs"
  210. SubType = "Code"
  211. BuildAction = "Compile"
  212. />
  213. <File
  214. RelPath = "System.Xml\XmlNamedNodeMap.cs"
  215. SubType = "Code"
  216. BuildAction = "Compile"
  217. />
  218. <File
  219. RelPath = "System.Xml\XmlNamespaceManager.cs"
  220. SubType = "Code"
  221. BuildAction = "Compile"
  222. />
  223. <File
  224. RelPath = "System.Xml\XmlNameTable.cs"
  225. SubType = "Code"
  226. BuildAction = "Compile"
  227. />
  228. <File
  229. RelPath = "System.Xml\XmlNode.cs"
  230. SubType = "Code"
  231. BuildAction = "Compile"
  232. />
  233. <File
  234. RelPath = "System.Xml\XmlNodeChangedAction.cs"
  235. SubType = "Code"
  236. BuildAction = "Compile"
  237. />
  238. <File
  239. RelPath = "System.Xml\XmlNodeChangedEventArgs.cs"
  240. SubType = "Code"
  241. BuildAction = "Compile"
  242. />
  243. <File
  244. RelPath = "System.Xml\XmlNodeChangedEventHandler.cs"
  245. SubType = "Code"
  246. BuildAction = "Compile"
  247. />
  248. <File
  249. RelPath = "System.Xml\XmlNodeList.cs"
  250. SubType = "Code"
  251. BuildAction = "Compile"
  252. />
  253. <File
  254. RelPath = "System.Xml\XmlNodeListChildren.cs"
  255. SubType = "Code"
  256. BuildAction = "Compile"
  257. />
  258. <File
  259. RelPath = "System.Xml\XmlNodeOrder.cs"
  260. SubType = "Code"
  261. BuildAction = "Compile"
  262. />
  263. <File
  264. RelPath = "System.Xml\XmlNodeType.cs"
  265. SubType = "Code"
  266. BuildAction = "Compile"
  267. />
  268. <File
  269. RelPath = "System.Xml\XmlParserContext.cs"
  270. SubType = "Code"
  271. BuildAction = "Compile"
  272. />
  273. <File
  274. RelPath = "System.Xml\XmlProcessingInstruction.cs"
  275. SubType = "Code"
  276. BuildAction = "Compile"
  277. />
  278. <File
  279. RelPath = "System.Xml\XmlQualifiedName.cs"
  280. SubType = "Code"
  281. BuildAction = "Compile"
  282. />
  283. <File
  284. RelPath = "System.Xml\XmlReader.cs"
  285. SubType = "Code"
  286. BuildAction = "Compile"
  287. />
  288. <File
  289. RelPath = "System.Xml\XmlResolver.cs"
  290. SubType = "Code"
  291. BuildAction = "Compile"
  292. />
  293. <File
  294. RelPath = "System.Xml\XmlSignificantWhitespace.cs"
  295. SubType = "Code"
  296. BuildAction = "Compile"
  297. />
  298. <File
  299. RelPath = "System.Xml\XmlSpace.cs"
  300. SubType = "Code"
  301. BuildAction = "Compile"
  302. />
  303. <File
  304. RelPath = "System.Xml\XmlText.cs"
  305. SubType = "Code"
  306. BuildAction = "Compile"
  307. />
  308. <File
  309. RelPath = "System.Xml\XmlTextReader.cs"
  310. SubType = "Code"
  311. BuildAction = "Compile"
  312. />
  313. <File
  314. RelPath = "System.Xml\XmlTextWriter.cs"
  315. SubType = "Code"
  316. BuildAction = "Compile"
  317. />
  318. <File
  319. RelPath = "System.Xml\XmlTextWriterOpenElement.cs"
  320. SubType = "Code"
  321. BuildAction = "Compile"
  322. />
  323. <File
  324. RelPath = "System.Xml\XmlTokenizedType.cs"
  325. SubType = "Code"
  326. BuildAction = "Compile"
  327. />
  328. <File
  329. RelPath = "System.Xml\XmlUrlResolver.cs"
  330. SubType = "Code"
  331. BuildAction = "Compile"
  332. />
  333. <File
  334. RelPath = "System.Xml\XmlWhitespace.cs"
  335. SubType = "Code"
  336. BuildAction = "Compile"
  337. />
  338. <File
  339. RelPath = "System.Xml\XmlWriter.cs"
  340. SubType = "Code"
  341. BuildAction = "Compile"
  342. />
  343. <File
  344. RelPath = "System.Xml.XPath\ChangeLog"
  345. BuildAction = "None"
  346. />
  347. <File
  348. RelPath = "System.Xml.XPath\IXPathNavigable.cs"
  349. SubType = "Code"
  350. BuildAction = "Compile"
  351. />
  352. <File
  353. RelPath = "System.Xml.XPath\XmlDataType.cs"
  354. SubType = "Code"
  355. BuildAction = "Compile"
  356. />
  357. <File
  358. RelPath = "System.Xml.XPath\XmlSortOrder.cs"
  359. SubType = "Code"
  360. BuildAction = "Compile"
  361. />
  362. <File
  363. RelPath = "System.Xml.XPath\XPathExpression.cs"
  364. SubType = "Code"
  365. BuildAction = "Compile"
  366. />
  367. <File
  368. RelPath = "System.Xml.XPath\XPathNamespaceScope.cs"
  369. SubType = "Code"
  370. BuildAction = "Compile"
  371. />
  372. <File
  373. RelPath = "System.Xml.XPath\XPathNavigator.cs"
  374. SubType = "Code"
  375. BuildAction = "Compile"
  376. />
  377. <File
  378. RelPath = "System.Xml.XPath\XPathNodeIterator.cs"
  379. SubType = "Code"
  380. BuildAction = "Compile"
  381. />
  382. <File
  383. RelPath = "System.Xml.XPath\XPathNodeType.cs"
  384. SubType = "Code"
  385. BuildAction = "Compile"
  386. />
  387. <File
  388. RelPath = "System.Xml.XPath\XPathResultType.cs"
  389. SubType = "Code"
  390. BuildAction = "Compile"
  391. />
  392. <File
  393. RelPath = "System.Xml.XPath\XPathScanner.cs"
  394. SubType = "Code"
  395. BuildAction = "Compile"
  396. />
  397. </Include>
  398. </Files>
  399. </CSHARP>
  400. </VisualStudioProject>