SD.csproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.10.3077"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{A6337986-B345-4C49-95F4-40D498C1927B}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "System.Drawing"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. PreBuildEvent = ""
  20. PostBuildEvent = ""
  21. RootNamespace = "System.Drawing"
  22. RunPostBuildEvent = "OnBuildSuccess"
  23. StartupObject = ""
  24. >
  25. <Config
  26. Name = "Debug"
  27. AllowUnsafeBlocks = "true"
  28. BaseAddress = "285212672"
  29. CheckForOverflowUnderflow = "false"
  30. ConfigurationOverrideFile = ""
  31. DefineConstants = "NET_1_1"
  32. DocumentationFile = ""
  33. DebugSymbols = "true"
  34. FileAlignment = "4096"
  35. IncrementalBuild = "false"
  36. NoStdLib = "false"
  37. NoWarn = ""
  38. Optimize = "false"
  39. OutputPath = "bin\Debug\"
  40. RegisterForComInterop = "false"
  41. RemoveIntegerChecks = "false"
  42. TreatWarningsAsErrors = "false"
  43. WarningLevel = "1"
  44. />
  45. <Config
  46. Name = "Release"
  47. AllowUnsafeBlocks = "false"
  48. BaseAddress = "285212672"
  49. CheckForOverflowUnderflow = "false"
  50. ConfigurationOverrideFile = ""
  51. DefineConstants = ""
  52. DocumentationFile = ""
  53. DebugSymbols = "false"
  54. FileAlignment = "4096"
  55. IncrementalBuild = "false"
  56. NoStdLib = "false"
  57. NoWarn = ""
  58. Optimize = "true"
  59. OutputPath = "bin\Release\"
  60. RegisterForComInterop = "false"
  61. RemoveIntegerChecks = "false"
  62. TreatWarningsAsErrors = "false"
  63. WarningLevel = "1"
  64. />
  65. </Settings>
  66. <References>
  67. <Reference
  68. Name = "System"
  69. AssemblyName = "System"
  70. HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
  71. />
  72. </References>
  73. </Build>
  74. <Files>
  75. <Include>
  76. <File
  77. RelPath = "Consts.cs"
  78. Link = "..\..\build\common\Consts.cs"
  79. SubType = "Code"
  80. BuildAction = "Compile"
  81. />
  82. <File
  83. RelPath = "Locale.cs"
  84. Link = "..\..\build\common\Locale.cs"
  85. SubType = "Code"
  86. BuildAction = "Compile"
  87. />
  88. <File
  89. RelPath = "MonoTODOAttribute.cs"
  90. Link = "..\..\build\common\MonoTODOAttribute.cs"
  91. SubType = "Code"
  92. BuildAction = "Compile"
  93. />
  94. <Folder RelPath = "Assembly\" />
  95. <File
  96. RelPath = "System.Drawing\Bitmap.cs"
  97. SubType = "Code"
  98. BuildAction = "Compile"
  99. />
  100. <File
  101. RelPath = "System.Drawing\Brush.cs"
  102. SubType = "Code"
  103. BuildAction = "Compile"
  104. />
  105. <File
  106. RelPath = "System.Drawing\Brushes.cs"
  107. SubType = "Code"
  108. BuildAction = "Compile"
  109. />
  110. <File
  111. RelPath = "System.Drawing\carbonFunctions.cs"
  112. SubType = "Code"
  113. BuildAction = "Compile"
  114. />
  115. <File
  116. RelPath = "System.Drawing\CharacterRange.cs"
  117. SubType = "Code"
  118. BuildAction = "Compile"
  119. />
  120. <File
  121. RelPath = "System.Drawing\Color.cs"
  122. SubType = "Code"
  123. BuildAction = "Compile"
  124. />
  125. <File
  126. RelPath = "System.Drawing\ColorConverter.cs"
  127. SubType = "Code"
  128. BuildAction = "Compile"
  129. />
  130. <File
  131. RelPath = "System.Drawing\ColorTranslator.cs"
  132. SubType = "Code"
  133. BuildAction = "Compile"
  134. />
  135. <File
  136. RelPath = "System.Drawing\ComIStreamMarshaler.cs"
  137. SubType = "Code"
  138. BuildAction = "Compile"
  139. />
  140. <File
  141. RelPath = "System.Drawing\ComIStreamWrapper.cs"
  142. SubType = "Code"
  143. BuildAction = "Compile"
  144. />
  145. <File
  146. RelPath = "System.Drawing\ContentAlignment.cs"
  147. SubType = "Code"
  148. BuildAction = "Compile"
  149. />
  150. <File
  151. RelPath = "System.Drawing\Font.cs"
  152. SubType = "Code"
  153. BuildAction = "Compile"
  154. />
  155. <File
  156. RelPath = "System.Drawing\FontConverter.cs"
  157. SubType = "Code"
  158. BuildAction = "Compile"
  159. />
  160. <File
  161. RelPath = "System.Drawing\FontFamily.cs"
  162. SubType = "Code"
  163. BuildAction = "Compile"
  164. />
  165. <File
  166. RelPath = "System.Drawing\FontStyle.cs"
  167. SubType = "Code"
  168. BuildAction = "Compile"
  169. />
  170. <File
  171. RelPath = "System.Drawing\gdipEnums.cs"
  172. SubType = "Code"
  173. BuildAction = "Compile"
  174. />
  175. <File
  176. RelPath = "System.Drawing\gdipFunctions.cs"
  177. SubType = "Code"
  178. BuildAction = "Compile"
  179. />
  180. <File
  181. RelPath = "System.Drawing\gdipStructs.cs"
  182. SubType = "Code"
  183. BuildAction = "Compile"
  184. />
  185. <File
  186. RelPath = "System.Drawing\Graphics.cs"
  187. SubType = "Code"
  188. BuildAction = "Compile"
  189. />
  190. <File
  191. RelPath = "System.Drawing\GraphicsUnit.cs"
  192. SubType = "Code"
  193. BuildAction = "Compile"
  194. />
  195. <File
  196. RelPath = "System.Drawing\Icon.cs"
  197. SubType = "Code"
  198. BuildAction = "Compile"
  199. />
  200. <File
  201. RelPath = "System.Drawing\IconConverter.cs"
  202. SubType = "Code"
  203. BuildAction = "Compile"
  204. />
  205. <File
  206. RelPath = "System.Drawing\Image.cs"
  207. SubType = "Code"
  208. BuildAction = "Compile"
  209. />
  210. <File
  211. RelPath = "System.Drawing\ImageAnimator.cs"
  212. SubType = "Code"
  213. BuildAction = "Compile"
  214. />
  215. <File
  216. RelPath = "System.Drawing\ImageConverter.cs"
  217. SubType = "Code"
  218. BuildAction = "Compile"
  219. />
  220. <File
  221. RelPath = "System.Drawing\ImageFormatConverter.cs"
  222. SubType = "Code"
  223. BuildAction = "Compile"
  224. />
  225. <File
  226. RelPath = "System.Drawing\KnownColor.cs"
  227. SubType = "Code"
  228. BuildAction = "Compile"
  229. />
  230. <File
  231. RelPath = "System.Drawing\Pen.cs"
  232. SubType = "Code"
  233. BuildAction = "Compile"
  234. />
  235. <File
  236. RelPath = "System.Drawing\Pens.cs"
  237. SubType = "Code"
  238. BuildAction = "Compile"
  239. />
  240. <File
  241. RelPath = "System.Drawing\Point.cs"
  242. SubType = "Code"
  243. BuildAction = "Compile"
  244. />
  245. <File
  246. RelPath = "System.Drawing\PointConverter.cs"
  247. SubType = "Code"
  248. BuildAction = "Compile"
  249. />
  250. <File
  251. RelPath = "System.Drawing\PointF.cs"
  252. SubType = "Code"
  253. BuildAction = "Compile"
  254. />
  255. <File
  256. RelPath = "System.Drawing\Rectangle.cs"
  257. SubType = "Code"
  258. BuildAction = "Compile"
  259. />
  260. <File
  261. RelPath = "System.Drawing\RectangleConverter.cs"
  262. SubType = "Code"
  263. BuildAction = "Compile"
  264. />
  265. <File
  266. RelPath = "System.Drawing\RectangleF.cs"
  267. SubType = "Code"
  268. BuildAction = "Compile"
  269. />
  270. <File
  271. RelPath = "System.Drawing\Region.cs"
  272. SubType = "Code"
  273. BuildAction = "Compile"
  274. />
  275. <File
  276. RelPath = "System.Drawing\RotateFlipType.cs"
  277. SubType = "Code"
  278. BuildAction = "Compile"
  279. />
  280. <File
  281. RelPath = "System.Drawing\Size.cs"
  282. SubType = "Code"
  283. BuildAction = "Compile"
  284. />
  285. <File
  286. RelPath = "System.Drawing\SizeConverter.cs"
  287. SubType = "Code"
  288. BuildAction = "Compile"
  289. />
  290. <File
  291. RelPath = "System.Drawing\SizeF.cs"
  292. SubType = "Code"
  293. BuildAction = "Compile"
  294. />
  295. <File
  296. RelPath = "System.Drawing\SolidBrush.cs"
  297. SubType = "Code"
  298. BuildAction = "Compile"
  299. />
  300. <File
  301. RelPath = "System.Drawing\SRDescriptionAttribute.cs"
  302. SubType = "Code"
  303. BuildAction = "Compile"
  304. />
  305. <File
  306. RelPath = "System.Drawing\StringAligment.cs"
  307. SubType = "Code"
  308. BuildAction = "Compile"
  309. />
  310. <File
  311. RelPath = "System.Drawing\StringDigitSubstitute.cs"
  312. SubType = "Code"
  313. BuildAction = "Compile"
  314. />
  315. <File
  316. RelPath = "System.Drawing\StringFormat.cs"
  317. SubType = "Code"
  318. BuildAction = "Compile"
  319. />
  320. <File
  321. RelPath = "System.Drawing\StringFormatFlags.cs"
  322. SubType = "Code"
  323. BuildAction = "Compile"
  324. />
  325. <File
  326. RelPath = "System.Drawing\StringTrimming.cs"
  327. SubType = "Code"
  328. BuildAction = "Compile"
  329. />
  330. <File
  331. RelPath = "System.Drawing\StringUnit.cs"
  332. SubType = "Code"
  333. BuildAction = "Compile"
  334. />
  335. <File
  336. RelPath = "System.Drawing\SystemBrushes.cs"
  337. SubType = "Code"
  338. BuildAction = "Compile"
  339. />
  340. <File
  341. RelPath = "System.Drawing\SystemColors.cs"
  342. SubType = "Code"
  343. BuildAction = "Compile"
  344. />
  345. <File
  346. RelPath = "System.Drawing\SystemIcons.cs"
  347. SubType = "Code"
  348. BuildAction = "Compile"
  349. />
  350. <File
  351. RelPath = "System.Drawing\SystemPens.cs"
  352. SubType = "Code"
  353. BuildAction = "Compile"
  354. />
  355. <File
  356. RelPath = "System.Drawing\TextureBrush.cs"
  357. SubType = "Code"
  358. BuildAction = "Compile"
  359. />
  360. <File
  361. RelPath = "System.Drawing\ToolboxBitmapAttribute.cs"
  362. SubType = "Code"
  363. BuildAction = "Compile"
  364. />
  365. <File
  366. RelPath = "System.Drawing.Design\CategoryNameCollection.cs"
  367. SubType = "Code"
  368. BuildAction = "Compile"
  369. />
  370. <File
  371. RelPath = "System.Drawing.Design\IPropertyValueUIService.cs"
  372. SubType = "Code"
  373. BuildAction = "Compile"
  374. />
  375. <File
  376. RelPath = "System.Drawing.Design\IToolboxService.cs"
  377. SubType = "Code"
  378. BuildAction = "Compile"
  379. />
  380. <File
  381. RelPath = "System.Drawing.Design\IToolboxUser.cs"
  382. SubType = "Code"
  383. BuildAction = "Compile"
  384. />
  385. <File
  386. RelPath = "System.Drawing.Design\PaintValueEventArgs.cs"
  387. SubType = "Code"
  388. BuildAction = "Compile"
  389. />
  390. <File
  391. RelPath = "System.Drawing.Design\PropertyValueItem.cs"
  392. SubType = "Code"
  393. BuildAction = "Compile"
  394. />
  395. <File
  396. RelPath = "System.Drawing.Design\PropertyValueUIHandler.cs"
  397. SubType = "Code"
  398. BuildAction = "Compile"
  399. />
  400. <File
  401. RelPath = "System.Drawing.Design\PropertyValueUIItemInvokeHandler.cs"
  402. SubType = "Code"
  403. BuildAction = "Compile"
  404. />
  405. <File
  406. RelPath = "System.Drawing.Design\ToolboxComponentsCreatedEventArgs.cs"
  407. SubType = "Code"
  408. BuildAction = "Compile"
  409. />
  410. <File
  411. RelPath = "System.Drawing.Design\ToolboxComponentsCreatedEventHandler.cs"
  412. SubType = "Code"
  413. BuildAction = "Compile"
  414. />
  415. <File
  416. RelPath = "System.Drawing.Design\ToolboxComponentsCreatingEventArgs.cs"
  417. SubType = "Code"
  418. BuildAction = "Compile"
  419. />
  420. <File
  421. RelPath = "System.Drawing.Design\ToolboxComponentsCreatingEventHandler.cs"
  422. SubType = "Code"
  423. BuildAction = "Compile"
  424. />
  425. <File
  426. RelPath = "System.Drawing.Design\ToolboxItem.cs"
  427. SubType = "Code"
  428. BuildAction = "Compile"
  429. />
  430. <File
  431. RelPath = "System.Drawing.Design\ToolboxItemCollection.cs"
  432. SubType = "Code"
  433. BuildAction = "Compile"
  434. />
  435. <File
  436. RelPath = "System.Drawing.Design\ToolboxItemCreatorCallback.cs"
  437. SubType = "Code"
  438. BuildAction = "Compile"
  439. />
  440. <File
  441. RelPath = "System.Drawing.Design\UITypeEditor.cs"
  442. SubType = "Code"
  443. BuildAction = "Compile"
  444. />
  445. <File
  446. RelPath = "System.Drawing.Design\UITypeEditorEditStyle.cs"
  447. SubType = "Code"
  448. BuildAction = "Compile"
  449. />
  450. <File
  451. RelPath = "System.Drawing.Drawing2D\AdjustableArrowCap.cs"
  452. SubType = "Code"
  453. BuildAction = "Compile"
  454. />
  455. <File
  456. RelPath = "System.Drawing.Drawing2D\Blend.cs"
  457. SubType = "Code"
  458. BuildAction = "Compile"
  459. />
  460. <File
  461. RelPath = "System.Drawing.Drawing2D\ColorBlend.cs"
  462. SubType = "Code"
  463. BuildAction = "Compile"
  464. />
  465. <File
  466. RelPath = "System.Drawing.Drawing2D\CombineMode.cs"
  467. SubType = "Code"
  468. BuildAction = "Compile"
  469. />
  470. <File
  471. RelPath = "System.Drawing.Drawing2D\CompostingMode.cs"
  472. SubType = "Code"
  473. BuildAction = "Compile"
  474. />
  475. <File
  476. RelPath = "System.Drawing.Drawing2D\CompostingQuality.cs"
  477. SubType = "Code"
  478. BuildAction = "Compile"
  479. />
  480. <File
  481. RelPath = "System.Drawing.Drawing2D\CoordinateSpace.cs"
  482. SubType = "Code"
  483. BuildAction = "Compile"
  484. />
  485. <File
  486. RelPath = "System.Drawing.Drawing2D\CustomLineCap.cs"
  487. SubType = "Code"
  488. BuildAction = "Compile"
  489. />
  490. <File
  491. RelPath = "System.Drawing.Drawing2D\DashCap.cs"
  492. SubType = "Code"
  493. BuildAction = "Compile"
  494. />
  495. <File
  496. RelPath = "System.Drawing.Drawing2D\DashStyle.cs"
  497. SubType = "Code"
  498. BuildAction = "Compile"
  499. />
  500. <File
  501. RelPath = "System.Drawing.Drawing2D\FillMode.cs"
  502. SubType = "Code"
  503. BuildAction = "Compile"
  504. />
  505. <File
  506. RelPath = "System.Drawing.Drawing2D\FlushIntention.cs"
  507. SubType = "Code"
  508. BuildAction = "Compile"
  509. />
  510. <File
  511. RelPath = "System.Drawing.Drawing2D\GraphicsContainer.cs"
  512. SubType = "Code"
  513. BuildAction = "Compile"
  514. />
  515. <File
  516. RelPath = "System.Drawing.Drawing2D\GraphicsPath.cs"
  517. SubType = "Code"
  518. BuildAction = "Compile"
  519. />
  520. <File
  521. RelPath = "System.Drawing.Drawing2D\GraphicsPathIterator.cs"
  522. SubType = "Code"
  523. BuildAction = "Compile"
  524. />
  525. <File
  526. RelPath = "System.Drawing.Drawing2D\GraphicsState.cs"
  527. SubType = "Code"
  528. BuildAction = "Compile"
  529. />
  530. <File
  531. RelPath = "System.Drawing.Drawing2D\HatchBrush.cs"
  532. SubType = "Code"
  533. BuildAction = "Compile"
  534. />
  535. <File
  536. RelPath = "System.Drawing.Drawing2D\HatchStyle.cs"
  537. SubType = "Code"
  538. BuildAction = "Compile"
  539. />
  540. <File
  541. RelPath = "System.Drawing.Drawing2D\InterpolationMode.cs"
  542. SubType = "Code"
  543. BuildAction = "Compile"
  544. />
  545. <File
  546. RelPath = "System.Drawing.Drawing2D\LinearGradientBrush.cs"
  547. SubType = "Code"
  548. BuildAction = "Compile"
  549. />
  550. <File
  551. RelPath = "System.Drawing.Drawing2D\LinearGradientMode.cs"
  552. SubType = "Code"
  553. BuildAction = "Compile"
  554. />
  555. <File
  556. RelPath = "System.Drawing.Drawing2D\LineCap.cs"
  557. SubType = "Code"
  558. BuildAction = "Compile"
  559. />
  560. <File
  561. RelPath = "System.Drawing.Drawing2D\LineJoin.cs"
  562. SubType = "Code"
  563. BuildAction = "Compile"
  564. />
  565. <File
  566. RelPath = "System.Drawing.Drawing2D\Matrix.cs"
  567. SubType = "Code"
  568. BuildAction = "Compile"
  569. />
  570. <File
  571. RelPath = "System.Drawing.Drawing2D\MatrixOrder.cs"
  572. SubType = "Code"
  573. BuildAction = "Compile"
  574. />
  575. <File
  576. RelPath = "System.Drawing.Drawing2D\PathData.cs"
  577. SubType = "Code"
  578. BuildAction = "Compile"
  579. />
  580. <File
  581. RelPath = "System.Drawing.Drawing2D\PathGradientBrush.cs"
  582. SubType = "Code"
  583. BuildAction = "Compile"
  584. />
  585. <File
  586. RelPath = "System.Drawing.Drawing2D\PathPointType.cs"
  587. SubType = "Code"
  588. BuildAction = "Compile"
  589. />
  590. <File
  591. RelPath = "System.Drawing.Drawing2D\PenAlignment.cs"
  592. SubType = "Code"
  593. BuildAction = "Compile"
  594. />
  595. <File
  596. RelPath = "System.Drawing.Drawing2D\PenType.cs"
  597. SubType = "Code"
  598. BuildAction = "Compile"
  599. />
  600. <File
  601. RelPath = "System.Drawing.Drawing2D\PixelOffsetMode.cs"
  602. SubType = "Code"
  603. BuildAction = "Compile"
  604. />
  605. <File
  606. RelPath = "System.Drawing.Drawing2D\QualityMode.cs"
  607. SubType = "Code"
  608. BuildAction = "Compile"
  609. />
  610. <File
  611. RelPath = "System.Drawing.Drawing2D\RegionData.cs"
  612. SubType = "Code"
  613. BuildAction = "Compile"
  614. />
  615. <File
  616. RelPath = "System.Drawing.Drawing2D\SmoothingMode.cs"
  617. SubType = "Code"
  618. BuildAction = "Compile"
  619. />
  620. <File
  621. RelPath = "System.Drawing.Drawing2D\WarpMode.cs"
  622. SubType = "Code"
  623. BuildAction = "Compile"
  624. />
  625. <File
  626. RelPath = "System.Drawing.Drawing2D\WrapMode.cs"
  627. SubType = "Code"
  628. BuildAction = "Compile"
  629. />
  630. <File
  631. RelPath = "System.Drawing.Imaging\BitmapData.cs"
  632. SubType = "Code"
  633. BuildAction = "Compile"
  634. />
  635. <File
  636. RelPath = "System.Drawing.Imaging\ColorAdjustType.cs"
  637. SubType = "Code"
  638. BuildAction = "Compile"
  639. />
  640. <File
  641. RelPath = "System.Drawing.Imaging\ColorChannelFlag.cs"
  642. SubType = "Code"
  643. BuildAction = "Compile"
  644. />
  645. <File
  646. RelPath = "System.Drawing.Imaging\ColorMap.cs"
  647. SubType = "Code"
  648. BuildAction = "Compile"
  649. />
  650. <File
  651. RelPath = "System.Drawing.Imaging\ColorMapType.cs"
  652. SubType = "Code"
  653. BuildAction = "Compile"
  654. />
  655. <File
  656. RelPath = "System.Drawing.Imaging\ColorMatrix.cs"
  657. SubType = "Code"
  658. BuildAction = "Compile"
  659. />
  660. <File
  661. RelPath = "System.Drawing.Imaging\ColorMatrixFlag.cs"
  662. SubType = "Code"
  663. BuildAction = "Compile"
  664. />
  665. <File
  666. RelPath = "System.Drawing.Imaging\ColorMode.cs"
  667. SubType = "Code"
  668. BuildAction = "Compile"
  669. />
  670. <File
  671. RelPath = "System.Drawing.Imaging\ColorPalette.cs"
  672. SubType = "Code"
  673. BuildAction = "Compile"
  674. />
  675. <File
  676. RelPath = "System.Drawing.Imaging\EmfPlusRecordType.cs"
  677. SubType = "Code"
  678. BuildAction = "Compile"
  679. />
  680. <File
  681. RelPath = "System.Drawing.Imaging\EmfType.cs"
  682. SubType = "Code"
  683. BuildAction = "Compile"
  684. />
  685. <File
  686. RelPath = "System.Drawing.Imaging\Encoder.cs"
  687. SubType = "Code"
  688. BuildAction = "Compile"
  689. />
  690. <File
  691. RelPath = "System.Drawing.Imaging\EncoderParameter.cs"
  692. SubType = "Code"
  693. BuildAction = "Compile"
  694. />
  695. <File
  696. RelPath = "System.Drawing.Imaging\EncoderParameters.cs"
  697. SubType = "Code"
  698. BuildAction = "Compile"
  699. />
  700. <File
  701. RelPath = "System.Drawing.Imaging\EncoderParameterValueType.cs"
  702. SubType = "Code"
  703. BuildAction = "Compile"
  704. />
  705. <File
  706. RelPath = "System.Drawing.Imaging\EncoderValue.cs"
  707. SubType = "Code"
  708. BuildAction = "Compile"
  709. />
  710. <File
  711. RelPath = "System.Drawing.Imaging\FrameDimension.cs"
  712. SubType = "Code"
  713. BuildAction = "Compile"
  714. />
  715. <File
  716. RelPath = "System.Drawing.Imaging\ImageAttributes.cs"
  717. SubType = "Code"
  718. BuildAction = "Compile"
  719. />
  720. <File
  721. RelPath = "System.Drawing.Imaging\ImageCodecFlags.cs"
  722. SubType = "Code"
  723. BuildAction = "Compile"
  724. />
  725. <File
  726. RelPath = "System.Drawing.Imaging\ImageCodecInfo.cs"
  727. SubType = "Code"
  728. BuildAction = "Compile"
  729. />
  730. <File
  731. RelPath = "System.Drawing.Imaging\ImageFlags.cs"
  732. SubType = "Code"
  733. BuildAction = "Compile"
  734. />
  735. <File
  736. RelPath = "System.Drawing.Imaging\ImageFormat.cs"
  737. SubType = "Code"
  738. BuildAction = "Compile"
  739. />
  740. <File
  741. RelPath = "System.Drawing.Imaging\ImageLockMode.cs"
  742. SubType = "Code"
  743. BuildAction = "Compile"
  744. />
  745. <File
  746. RelPath = "System.Drawing.Imaging\Metafile.cs"
  747. SubType = "Code"
  748. BuildAction = "Compile"
  749. />
  750. <File
  751. RelPath = "System.Drawing.Imaging\MetafileFrameUnit.cs"
  752. SubType = "Code"
  753. BuildAction = "Compile"
  754. />
  755. <File
  756. RelPath = "System.Drawing.Imaging\MetafileHeader.cs"
  757. SubType = "Code"
  758. BuildAction = "Compile"
  759. />
  760. <File
  761. RelPath = "System.Drawing.Imaging\MetafileType.cs"
  762. SubType = "Code"
  763. BuildAction = "Compile"
  764. />
  765. <File
  766. RelPath = "System.Drawing.Imaging\MetaHeader.cs"
  767. SubType = "Code"
  768. BuildAction = "Compile"
  769. />
  770. <File
  771. RelPath = "System.Drawing.Imaging\PaletteFlags.cs"
  772. SubType = "Code"
  773. BuildAction = "Compile"
  774. />
  775. <File
  776. RelPath = "System.Drawing.Imaging\PixelFormat.cs"
  777. SubType = "Code"
  778. BuildAction = "Compile"
  779. />
  780. <File
  781. RelPath = "System.Drawing.Imaging\PlayRecordCallback.cs"
  782. SubType = "Code"
  783. BuildAction = "Compile"
  784. />
  785. <File
  786. RelPath = "System.Drawing.Imaging\PropertyItem.cs"
  787. SubType = "Code"
  788. BuildAction = "Compile"
  789. />
  790. <File
  791. RelPath = "System.Drawing.Imaging\WmfPlaceableFileHeader.cs"
  792. SubType = "Code"
  793. BuildAction = "Compile"
  794. />
  795. <File
  796. RelPath = "System.Drawing.Printing\Duplex.cs"
  797. SubType = "Code"
  798. BuildAction = "Compile"
  799. />
  800. <File
  801. RelPath = "System.Drawing.Printing\InvalidPrinterException.cs"
  802. SubType = "Code"
  803. BuildAction = "Compile"
  804. />
  805. <File
  806. RelPath = "System.Drawing.Printing\Margins.cs"
  807. SubType = "Code"
  808. BuildAction = "Compile"
  809. />
  810. <File
  811. RelPath = "System.Drawing.Printing\MarginsConverter.cs"
  812. SubType = "Code"
  813. BuildAction = "Compile"
  814. />
  815. <File
  816. RelPath = "System.Drawing.Printing\PageSettings.cs"
  817. SubType = "Code"
  818. BuildAction = "Compile"
  819. />
  820. <File
  821. RelPath = "System.Drawing.Printing\PaperKind.cs"
  822. SubType = "Code"
  823. BuildAction = "Compile"
  824. />
  825. <File
  826. RelPath = "System.Drawing.Printing\PaperSize.cs"
  827. SubType = "Code"
  828. BuildAction = "Compile"
  829. />
  830. <File
  831. RelPath = "System.Drawing.Printing\PaperSource.cs"
  832. SubType = "Code"
  833. BuildAction = "Compile"
  834. />
  835. <File
  836. RelPath = "System.Drawing.Printing\PaperSourceKind.cs"
  837. SubType = "Code"
  838. BuildAction = "Compile"
  839. />
  840. <File
  841. RelPath = "System.Drawing.Printing\PreviewPageInfo.cs"
  842. SubType = "Code"
  843. BuildAction = "Compile"
  844. />
  845. <File
  846. RelPath = "System.Drawing.Printing\PreviewPrintController.cs"
  847. SubType = "Code"
  848. BuildAction = "Compile"
  849. />
  850. <File
  851. RelPath = "System.Drawing.Printing\PrintController.cs"
  852. SubType = "Code"
  853. BuildAction = "Compile"
  854. />
  855. <File
  856. RelPath = "System.Drawing.Printing\PrintDocument.cs"
  857. SubType = "Component"
  858. BuildAction = "Compile"
  859. />
  860. <File
  861. RelPath = "System.Drawing.Printing\PrinterResolution.cs"
  862. SubType = "Code"
  863. BuildAction = "Compile"
  864. />
  865. <File
  866. RelPath = "System.Drawing.Printing\PrinterResolutionKind.cs"
  867. SubType = "Code"
  868. BuildAction = "Compile"
  869. />
  870. <File
  871. RelPath = "System.Drawing.Printing\PrinterSettings.cs"
  872. SubType = "Code"
  873. BuildAction = "Compile"
  874. />
  875. <File
  876. RelPath = "System.Drawing.Printing\PrinterUnit.cs"
  877. SubType = "Code"
  878. BuildAction = "Compile"
  879. />
  880. <File
  881. RelPath = "System.Drawing.Printing\PrinterUnitConvert.cs"
  882. SubType = "Code"
  883. BuildAction = "Compile"
  884. />
  885. <File
  886. RelPath = "System.Drawing.Printing\PrintEventArgs.cs"
  887. SubType = "Code"
  888. BuildAction = "Compile"
  889. />
  890. <File
  891. RelPath = "System.Drawing.Printing\PrintEventHandler.cs"
  892. SubType = "Code"
  893. BuildAction = "Compile"
  894. />
  895. <File
  896. RelPath = "System.Drawing.Printing\PrintingPermission.cs"
  897. SubType = "Code"
  898. BuildAction = "Compile"
  899. />
  900. <File
  901. RelPath = "System.Drawing.Printing\PrintingPermissionAttribute.cs"
  902. SubType = "Code"
  903. BuildAction = "Compile"
  904. />
  905. <File
  906. RelPath = "System.Drawing.Printing\PrintingPermissionLevel.cs"
  907. SubType = "Code"
  908. BuildAction = "Compile"
  909. />
  910. <File
  911. RelPath = "System.Drawing.Printing\PrintPageEventArgs.cs"
  912. SubType = "Code"
  913. BuildAction = "Compile"
  914. />
  915. <File
  916. RelPath = "System.Drawing.Printing\PrintPageEventHandler.cs"
  917. SubType = "Code"
  918. BuildAction = "Compile"
  919. />
  920. <File
  921. RelPath = "System.Drawing.Printing\PrintRange.cs"
  922. SubType = "Code"
  923. BuildAction = "Compile"
  924. />
  925. <File
  926. RelPath = "System.Drawing.Printing\QueryPageSettingsEventArgs.cs"
  927. SubType = "Code"
  928. BuildAction = "Compile"
  929. />
  930. <File
  931. RelPath = "System.Drawing.Printing\QueryPageSettingsEventHandler.cs"
  932. SubType = "Code"
  933. BuildAction = "Compile"
  934. />
  935. <File
  936. RelPath = "System.Drawing.Printing\StandardPrintController.cs"
  937. SubType = "Code"
  938. BuildAction = "Compile"
  939. />
  940. <File
  941. RelPath = "System.Drawing.Text\FontCollection.cs"
  942. SubType = "Code"
  943. BuildAction = "Compile"
  944. />
  945. <File
  946. RelPath = "System.Drawing.Text\GenericFontFamilies.cs"
  947. SubType = "Code"
  948. BuildAction = "Compile"
  949. />
  950. <File
  951. RelPath = "System.Drawing.Text\HotkeyPrefix.cs"
  952. SubType = "Code"
  953. BuildAction = "Compile"
  954. />
  955. <File
  956. RelPath = "System.Drawing.Text\InstalledFontCollection.cs"
  957. SubType = "Code"
  958. BuildAction = "Compile"
  959. />
  960. <File
  961. RelPath = "System.Drawing.Text\PrivateFontCollection.cs"
  962. SubType = "Code"
  963. BuildAction = "Compile"
  964. />
  965. <File
  966. RelPath = "System.Drawing.Text\TextRenderingHint.cs"
  967. SubType = "Code"
  968. BuildAction = "Compile"
  969. />
  970. </Include>
  971. </Files>
  972. </CSHARP>
  973. </VisualStudioProject>