Test.dotnet.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.10.3077"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{DFE29E81-D6A8-45D4-A627-161F462BE767}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "Test.dotnet"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. PreBuildEvent = ""
  20. PostBuildEvent = ""
  21. RootNamespace = "Test.dotnet"
  22. RunPostBuildEvent = "OnBuildSuccess"
  23. StartupObject = ""
  24. >
  25. <Config
  26. Name = "Debug"
  27. AllowUnsafeBlocks = "false"
  28. BaseAddress = "285212672"
  29. CheckForOverflowUnderflow = "false"
  30. ConfigurationOverrideFile = ""
  31. DefineConstants = "DEBUG;TRACE"
  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 = "4"
  44. />
  45. <Config
  46. Name = "Release"
  47. AllowUnsafeBlocks = "false"
  48. BaseAddress = "285212672"
  49. CheckForOverflowUnderflow = "false"
  50. ConfigurationOverrideFile = ""
  51. DefineConstants = "TRACE"
  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 = "4"
  64. />
  65. </Settings>
  66. <References>
  67. <Reference
  68. Name = "System"
  69. AssemblyName = "System"
  70. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
  71. />
  72. <Reference
  73. Name = "System.Drawing"
  74. AssemblyName = "System.Drawing"
  75. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
  76. />
  77. <Reference
  78. Name = "System.Data"
  79. AssemblyName = "System.Data"
  80. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
  81. />
  82. <Reference
  83. Name = "System.XML"
  84. AssemblyName = "System.Xml"
  85. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
  86. />
  87. <Reference
  88. Name = "nunit.core"
  89. AssemblyName = "nunit.core"
  90. HintPath = "..\..\..\..\..\..\..\..\Program Files\NUnit 2.2\bin\nunit.core.dll"
  91. AssemblyFolderKey = "hklm\dn\nunit.framework"
  92. />
  93. <Reference
  94. Name = "nunit.framework"
  95. AssemblyName = "nunit.framework"
  96. HintPath = "..\..\..\..\..\..\..\..\Program Files\NUnit 2.2\bin\nunit.framework.dll"
  97. AssemblyFolderKey = "hklm\dn\nunit.framework"
  98. />
  99. <Reference
  100. Name = "nunit.util"
  101. AssemblyName = "nunit.util"
  102. HintPath = "..\..\..\..\..\..\..\..\Program Files\NUnit 2.2\bin\nunit.util.dll"
  103. AssemblyFolderKey = "hklm\dn\nunit.framework"
  104. />
  105. <Reference
  106. Name = "DrawingTestHelper"
  107. Project = "{8EF9FC71-4D70-4F89-BF4D-B83EF37D4A0C}"
  108. Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  109. />
  110. </References>
  111. </Build>
  112. <Files>
  113. <Include>
  114. <File
  115. RelPath = "DrawingTest\Test\AssemblyInfo.cs"
  116. BuildAction = "Compile"
  117. />
  118. <File
  119. RelPath = "DrawingTest\Test\Bitmap.cs"
  120. SubType = "Code"
  121. BuildAction = "Compile"
  122. />
  123. <File
  124. RelPath = "DrawingTest\Test\Bitmap1.png"
  125. BuildAction = "EmbeddedResource"
  126. />
  127. <File
  128. RelPath = "DrawingTest\Test\Brush.cs"
  129. SubType = "Code"
  130. BuildAction = "Compile"
  131. />
  132. <File
  133. RelPath = "DrawingTest\Test\Graphics.cs"
  134. SubType = "Code"
  135. BuildAction = "Compile"
  136. />
  137. <File
  138. RelPath = "DrawingTest\Test\GraphicsPath.cs"
  139. SubType = "Code"
  140. BuildAction = "Compile"
  141. />
  142. <File
  143. RelPath = "DrawingTest\Test\GraphicsPathIterator.cs"
  144. SubType = "Code"
  145. BuildAction = "Compile"
  146. />
  147. <File
  148. RelPath = "DrawingTest\Test\Image.cs"
  149. SubType = "Code"
  150. BuildAction = "Compile"
  151. />
  152. <File
  153. RelPath = "DrawingTest\Test\Pen.cs"
  154. SubType = "Code"
  155. BuildAction = "Compile"
  156. />
  157. <File
  158. RelPath = "DrawingTest\Test\Region.cs"
  159. SubType = "Code"
  160. BuildAction = "Compile"
  161. />
  162. <File
  163. RelPath = "DrawingTest\Test\SampIcon.ico"
  164. BuildAction = "Content"
  165. />
  166. <File
  167. RelPath = "System.Drawing\ColorConverter.cs"
  168. SubType = "Code"
  169. BuildAction = "Compile"
  170. />
  171. <File
  172. RelPath = "System.Drawing\ColorTranslator.cs"
  173. SubType = "Code"
  174. BuildAction = "Compile"
  175. />
  176. <File
  177. RelPath = "System.Drawing\TestBitmap.cs"
  178. SubType = "Code"
  179. BuildAction = "Compile"
  180. />
  181. <File
  182. RelPath = "System.Drawing\TestBrushes.cs"
  183. SubType = "Code"
  184. BuildAction = "Compile"
  185. />
  186. <File
  187. RelPath = "System.Drawing\TestColor.cs"
  188. SubType = "Code"
  189. BuildAction = "Compile"
  190. />
  191. <File
  192. RelPath = "System.Drawing\TestFont.cs"
  193. SubType = "Code"
  194. BuildAction = "Compile"
  195. />
  196. <File
  197. RelPath = "System.Drawing\TestIcon.cs"
  198. SubType = "Code"
  199. BuildAction = "Compile"
  200. />
  201. <File
  202. RelPath = "System.Drawing\TestIconConverter.cs"
  203. SubType = "Code"
  204. BuildAction = "Compile"
  205. />
  206. <File
  207. RelPath = "System.Drawing\TestImageConverter.cs"
  208. SubType = "Code"
  209. BuildAction = "Compile"
  210. />
  211. <File
  212. RelPath = "System.Drawing\TestImageFormatConverter.cs"
  213. SubType = "Code"
  214. BuildAction = "Compile"
  215. />
  216. <File
  217. RelPath = "System.Drawing\TestPens.cs"
  218. SubType = "Code"
  219. BuildAction = "Compile"
  220. />
  221. <File
  222. RelPath = "System.Drawing\TestPoint.cs"
  223. SubType = "Code"
  224. BuildAction = "Compile"
  225. />
  226. <File
  227. RelPath = "System.Drawing\TestPointConverter.cs"
  228. SubType = "Code"
  229. BuildAction = "Compile"
  230. />
  231. <File
  232. RelPath = "System.Drawing\TestPointF.cs"
  233. SubType = "Code"
  234. BuildAction = "Compile"
  235. />
  236. <File
  237. RelPath = "System.Drawing\TestRectangle.cs"
  238. SubType = "Code"
  239. BuildAction = "Compile"
  240. />
  241. <File
  242. RelPath = "System.Drawing\TestRectangleConverter.cs"
  243. SubType = "Code"
  244. BuildAction = "Compile"
  245. />
  246. <File
  247. RelPath = "System.Drawing\TestRectangleF.cs"
  248. SubType = "Code"
  249. BuildAction = "Compile"
  250. />
  251. <File
  252. RelPath = "System.Drawing\TestRegion.cs"
  253. SubType = "Code"
  254. BuildAction = "Compile"
  255. />
  256. <File
  257. RelPath = "System.Drawing\TestSize.cs"
  258. SubType = "Code"
  259. BuildAction = "Compile"
  260. />
  261. <File
  262. RelPath = "System.Drawing\TestSizeConverter.cs"
  263. SubType = "Code"
  264. BuildAction = "Compile"
  265. />
  266. <File
  267. RelPath = "System.Drawing\TestSizeF.cs"
  268. SubType = "Code"
  269. BuildAction = "Compile"
  270. />
  271. <File
  272. RelPath = "System.Drawing\TestStringFormat.cs"
  273. SubType = "Code"
  274. BuildAction = "Compile"
  275. />
  276. <File
  277. RelPath = "System.Drawing\TestSystemBrushes.cs"
  278. SubType = "Code"
  279. BuildAction = "Compile"
  280. />
  281. <File
  282. RelPath = "System.Drawing\TestSystemPens.cs"
  283. SubType = "Code"
  284. BuildAction = "Compile"
  285. />
  286. <File
  287. RelPath = "System.Drawing\bitmaps\almogaver1bit.bmp"
  288. BuildAction = "Content"
  289. />
  290. <File
  291. RelPath = "System.Drawing\bitmaps\almogaver24bits.bmp"
  292. BuildAction = "Content"
  293. />
  294. <File
  295. RelPath = "System.Drawing\bitmaps\almogaver24bits1.bmp"
  296. BuildAction = "Content"
  297. />
  298. <File
  299. RelPath = "System.Drawing\bitmaps\almogaver32bits.bmp"
  300. BuildAction = "Content"
  301. />
  302. <File
  303. RelPath = "System.Drawing\bitmaps\almogaver8bits.bmp"
  304. BuildAction = "Content"
  305. />
  306. <File
  307. RelPath = "System.Drawing\bitmaps\almogaver-os2.bmp"
  308. BuildAction = "Content"
  309. />
  310. <File
  311. RelPath = "System.Drawing\bitmaps\maketransparent.bmp"
  312. BuildAction = "Content"
  313. />
  314. <File
  315. RelPath = "System.Drawing\bitmaps\nature24bits.gif"
  316. BuildAction = "Content"
  317. />
  318. <File
  319. RelPath = "System.Drawing\bitmaps\nature24bits.jpg"
  320. BuildAction = "Content"
  321. />
  322. <File
  323. RelPath = "System.Drawing\bitmaps\smiley.ico"
  324. BuildAction = "Content"
  325. />
  326. <File
  327. RelPath = "System.Drawing\bitmaps\VisualPng.ico"
  328. BuildAction = "Content"
  329. />
  330. <File
  331. RelPath = "System.Drawing\bitmaps\VisualPng1.ico"
  332. BuildAction = "Content"
  333. />
  334. <File
  335. RelPath = "System.Drawing\bitmaps\.svn\empty-file"
  336. BuildAction = "None"
  337. />
  338. <File
  339. RelPath = "System.Drawing\bitmaps\.svn\entries"
  340. BuildAction = "None"
  341. />
  342. <File
  343. RelPath = "System.Drawing\bitmaps\.svn\format"
  344. BuildAction = "None"
  345. />
  346. <File
  347. RelPath = "System.Drawing\bitmaps\.svn\README.txt"
  348. BuildAction = "Content"
  349. />
  350. <File
  351. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver1bit.bmp.svn-base"
  352. BuildAction = "None"
  353. />
  354. <File
  355. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver24bits.bmp.svn-base"
  356. BuildAction = "None"
  357. />
  358. <File
  359. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver24bits1.bmp.svn-base"
  360. BuildAction = "None"
  361. />
  362. <File
  363. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver32bits.bmp.svn-base"
  364. BuildAction = "None"
  365. />
  366. <File
  367. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver8bits.bmp.svn-base"
  368. BuildAction = "None"
  369. />
  370. <File
  371. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver-os2.bmp.svn-base"
  372. BuildAction = "None"
  373. />
  374. <File
  375. RelPath = "System.Drawing\bitmaps\.svn\prop-base\maketransparent.bmp.svn-base"
  376. BuildAction = "None"
  377. />
  378. <File
  379. RelPath = "System.Drawing\bitmaps\.svn\prop-base\nature24bits.gif.svn-base"
  380. BuildAction = "None"
  381. />
  382. <File
  383. RelPath = "System.Drawing\bitmaps\.svn\prop-base\nature24bits.jpg.svn-base"
  384. BuildAction = "None"
  385. />
  386. <File
  387. RelPath = "System.Drawing\bitmaps\.svn\prop-base\smiley.ico.svn-base"
  388. BuildAction = "None"
  389. />
  390. <File
  391. RelPath = "System.Drawing\bitmaps\.svn\prop-base\VisualPng.ico.svn-base"
  392. BuildAction = "None"
  393. />
  394. <File
  395. RelPath = "System.Drawing\bitmaps\.svn\prop-base\VisualPng1.ico.svn-base"
  396. BuildAction = "None"
  397. />
  398. <File
  399. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver1bit.bmp.svn-work"
  400. BuildAction = "None"
  401. />
  402. <File
  403. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver24bits.bmp.svn-work"
  404. BuildAction = "None"
  405. />
  406. <File
  407. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver24bits1.bmp.svn-work"
  408. BuildAction = "None"
  409. />
  410. <File
  411. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver32bits.bmp.svn-work"
  412. BuildAction = "None"
  413. />
  414. <File
  415. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver8bits.bmp.svn-work"
  416. BuildAction = "None"
  417. />
  418. <File
  419. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver-os2.bmp.svn-work"
  420. BuildAction = "None"
  421. />
  422. <File
  423. RelPath = "System.Drawing\bitmaps\.svn\props\maketransparent.bmp.svn-work"
  424. BuildAction = "None"
  425. />
  426. <File
  427. RelPath = "System.Drawing\bitmaps\.svn\props\nature24bits.gif.svn-work"
  428. BuildAction = "None"
  429. />
  430. <File
  431. RelPath = "System.Drawing\bitmaps\.svn\props\nature24bits.jpg.svn-work"
  432. BuildAction = "None"
  433. />
  434. <File
  435. RelPath = "System.Drawing\bitmaps\.svn\props\smiley.ico.svn-work"
  436. BuildAction = "None"
  437. />
  438. <File
  439. RelPath = "System.Drawing\bitmaps\.svn\props\VisualPng.ico.svn-work"
  440. BuildAction = "None"
  441. />
  442. <File
  443. RelPath = "System.Drawing\bitmaps\.svn\props\VisualPng1.ico.svn-work"
  444. BuildAction = "None"
  445. />
  446. <File
  447. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver1bit.bmp.svn-base"
  448. BuildAction = "None"
  449. />
  450. <File
  451. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver24bits.bmp.svn-base"
  452. BuildAction = "None"
  453. />
  454. <File
  455. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver24bits1.bmp.svn-base"
  456. BuildAction = "None"
  457. />
  458. <File
  459. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver32bits.bmp.svn-base"
  460. BuildAction = "None"
  461. />
  462. <File
  463. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver8bits.bmp.svn-base"
  464. BuildAction = "None"
  465. />
  466. <File
  467. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver-os2.bmp.svn-base"
  468. BuildAction = "None"
  469. />
  470. <File
  471. RelPath = "System.Drawing\bitmaps\.svn\text-base\maketransparent.bmp.svn-base"
  472. BuildAction = "None"
  473. />
  474. <File
  475. RelPath = "System.Drawing\bitmaps\.svn\text-base\nature24bits.gif.svn-base"
  476. BuildAction = "None"
  477. />
  478. <File
  479. RelPath = "System.Drawing\bitmaps\.svn\text-base\nature24bits.jpg.svn-base"
  480. BuildAction = "None"
  481. />
  482. <File
  483. RelPath = "System.Drawing\bitmaps\.svn\text-base\smiley.ico.svn-base"
  484. BuildAction = "None"
  485. />
  486. <File
  487. RelPath = "System.Drawing\bitmaps\.svn\text-base\VisualPng.ico.svn-base"
  488. BuildAction = "None"
  489. />
  490. <File
  491. RelPath = "System.Drawing\bitmaps\.svn\text-base\VisualPng1.ico.svn-base"
  492. BuildAction = "None"
  493. />
  494. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\prop-base\" />
  495. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\props\" />
  496. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\text-base\" />
  497. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\wcprops\" />
  498. <Folder RelPath = "System.Drawing\bitmaps\.svn\wcprops\" />
  499. <File
  500. RelPath = "System.Drawing.Drawing2D\TestBlend.cs"
  501. SubType = "Code"
  502. BuildAction = "Compile"
  503. />
  504. <File
  505. RelPath = "System.Drawing.Drawing2D\TestColorBlend.cs"
  506. SubType = "Code"
  507. BuildAction = "Compile"
  508. />
  509. <File
  510. RelPath = "System.Drawing.Drawing2D\TestHatchBrush.cs"
  511. SubType = "Code"
  512. BuildAction = "Compile"
  513. />
  514. <File
  515. RelPath = "System.Drawing.Imaging\TestBmpCodec.cs"
  516. SubType = "Code"
  517. BuildAction = "Compile"
  518. />
  519. <File
  520. RelPath = "System.Drawing.Imaging\TestColorMatrix.cs"
  521. SubType = "Code"
  522. BuildAction = "Compile"
  523. />
  524. <File
  525. RelPath = "System.Drawing.Imaging\TestImageAttributes.cs"
  526. SubType = "Code"
  527. BuildAction = "Compile"
  528. />
  529. <File
  530. RelPath = "System.Drawing.Imaging\TestImageCodecInfo.cs"
  531. SubType = "Code"
  532. BuildAction = "Compile"
  533. />
  534. <File
  535. RelPath = "System.Drawing.Imaging\TestJpegCodec.cs"
  536. SubType = "Code"
  537. BuildAction = "Compile"
  538. />
  539. </Include>
  540. </Files>
  541. </CSHARP>
  542. </VisualStudioProject>