SD.csproj 37 KB

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