Test.dotnet.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  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\Image.cs"
  144. SubType = "Code"
  145. BuildAction = "Compile"
  146. />
  147. <File
  148. RelPath = "DrawingTest\Test\Pen.cs"
  149. SubType = "Code"
  150. BuildAction = "Compile"
  151. />
  152. <File
  153. RelPath = "DrawingTest\Test\Region.cs"
  154. SubType = "Code"
  155. BuildAction = "Compile"
  156. />
  157. <File
  158. RelPath = "DrawingTest\Test\SampIcon.ico"
  159. BuildAction = "Content"
  160. />
  161. <File
  162. RelPath = "System.Drawing\ColorConverter.cs"
  163. SubType = "Code"
  164. BuildAction = "Compile"
  165. />
  166. <File
  167. RelPath = "System.Drawing\ColorTranslator.cs"
  168. SubType = "Code"
  169. BuildAction = "Compile"
  170. />
  171. <File
  172. RelPath = "System.Drawing\TestBitmap.cs"
  173. SubType = "Code"
  174. BuildAction = "Compile"
  175. />
  176. <File
  177. RelPath = "System.Drawing\TestBrushes.cs"
  178. SubType = "Code"
  179. BuildAction = "Compile"
  180. />
  181. <File
  182. RelPath = "System.Drawing\TestColor.cs"
  183. SubType = "Code"
  184. BuildAction = "Compile"
  185. />
  186. <File
  187. RelPath = "System.Drawing\TestFont.cs"
  188. SubType = "Code"
  189. BuildAction = "Compile"
  190. />
  191. <File
  192. RelPath = "System.Drawing\TestIcon.cs"
  193. SubType = "Code"
  194. BuildAction = "Compile"
  195. />
  196. <File
  197. RelPath = "System.Drawing\TestIconConverter.cs"
  198. SubType = "Code"
  199. BuildAction = "Compile"
  200. />
  201. <File
  202. RelPath = "System.Drawing\TestImageConverter.cs"
  203. SubType = "Code"
  204. BuildAction = "Compile"
  205. />
  206. <File
  207. RelPath = "System.Drawing\TestImageFormatConverter.cs"
  208. SubType = "Code"
  209. BuildAction = "Compile"
  210. />
  211. <File
  212. RelPath = "System.Drawing\TestPens.cs"
  213. SubType = "Code"
  214. BuildAction = "Compile"
  215. />
  216. <File
  217. RelPath = "System.Drawing\TestPoint.cs"
  218. SubType = "Code"
  219. BuildAction = "Compile"
  220. />
  221. <File
  222. RelPath = "System.Drawing\TestPointConverter.cs"
  223. SubType = "Code"
  224. BuildAction = "Compile"
  225. />
  226. <File
  227. RelPath = "System.Drawing\TestPointF.cs"
  228. SubType = "Code"
  229. BuildAction = "Compile"
  230. />
  231. <File
  232. RelPath = "System.Drawing\TestRectangle.cs"
  233. SubType = "Code"
  234. BuildAction = "Compile"
  235. />
  236. <File
  237. RelPath = "System.Drawing\TestRectangleConverter.cs"
  238. SubType = "Code"
  239. BuildAction = "Compile"
  240. />
  241. <File
  242. RelPath = "System.Drawing\TestRectangleF.cs"
  243. SubType = "Code"
  244. BuildAction = "Compile"
  245. />
  246. <File
  247. RelPath = "System.Drawing\TestRegion.cs"
  248. SubType = "Code"
  249. BuildAction = "Compile"
  250. />
  251. <File
  252. RelPath = "System.Drawing\TestSize.cs"
  253. SubType = "Code"
  254. BuildAction = "Compile"
  255. />
  256. <File
  257. RelPath = "System.Drawing\TestSizeConverter.cs"
  258. SubType = "Code"
  259. BuildAction = "Compile"
  260. />
  261. <File
  262. RelPath = "System.Drawing\TestSizeF.cs"
  263. SubType = "Code"
  264. BuildAction = "Compile"
  265. />
  266. <File
  267. RelPath = "System.Drawing\TestStringFormat.cs"
  268. SubType = "Code"
  269. BuildAction = "Compile"
  270. />
  271. <File
  272. RelPath = "System.Drawing\TestSystemBrushes.cs"
  273. SubType = "Code"
  274. BuildAction = "Compile"
  275. />
  276. <File
  277. RelPath = "System.Drawing\TestSystemPens.cs"
  278. SubType = "Code"
  279. BuildAction = "Compile"
  280. />
  281. <File
  282. RelPath = "System.Drawing\bitmaps\almogaver1bit.bmp"
  283. BuildAction = "Content"
  284. />
  285. <File
  286. RelPath = "System.Drawing\bitmaps\almogaver24bits.bmp"
  287. BuildAction = "Content"
  288. />
  289. <File
  290. RelPath = "System.Drawing\bitmaps\almogaver24bits1.bmp"
  291. BuildAction = "Content"
  292. />
  293. <File
  294. RelPath = "System.Drawing\bitmaps\almogaver32bits.bmp"
  295. BuildAction = "Content"
  296. />
  297. <File
  298. RelPath = "System.Drawing\bitmaps\almogaver8bits.bmp"
  299. BuildAction = "Content"
  300. />
  301. <File
  302. RelPath = "System.Drawing\bitmaps\almogaver-os2.bmp"
  303. BuildAction = "Content"
  304. />
  305. <File
  306. RelPath = "System.Drawing\bitmaps\maketransparent.bmp"
  307. BuildAction = "Content"
  308. />
  309. <File
  310. RelPath = "System.Drawing\bitmaps\nature24bits.gif"
  311. BuildAction = "Content"
  312. />
  313. <File
  314. RelPath = "System.Drawing\bitmaps\nature24bits.jpg"
  315. BuildAction = "Content"
  316. />
  317. <File
  318. RelPath = "System.Drawing\bitmaps\smiley.ico"
  319. BuildAction = "Content"
  320. />
  321. <File
  322. RelPath = "System.Drawing\bitmaps\VisualPng.ico"
  323. BuildAction = "Content"
  324. />
  325. <File
  326. RelPath = "System.Drawing\bitmaps\VisualPng1.ico"
  327. BuildAction = "Content"
  328. />
  329. <File
  330. RelPath = "System.Drawing\bitmaps\.svn\empty-file"
  331. BuildAction = "None"
  332. />
  333. <File
  334. RelPath = "System.Drawing\bitmaps\.svn\entries"
  335. BuildAction = "None"
  336. />
  337. <File
  338. RelPath = "System.Drawing\bitmaps\.svn\format"
  339. BuildAction = "None"
  340. />
  341. <File
  342. RelPath = "System.Drawing\bitmaps\.svn\README.txt"
  343. BuildAction = "Content"
  344. />
  345. <File
  346. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver1bit.bmp.svn-base"
  347. BuildAction = "None"
  348. />
  349. <File
  350. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver24bits.bmp.svn-base"
  351. BuildAction = "None"
  352. />
  353. <File
  354. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver24bits1.bmp.svn-base"
  355. BuildAction = "None"
  356. />
  357. <File
  358. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver32bits.bmp.svn-base"
  359. BuildAction = "None"
  360. />
  361. <File
  362. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver8bits.bmp.svn-base"
  363. BuildAction = "None"
  364. />
  365. <File
  366. RelPath = "System.Drawing\bitmaps\.svn\prop-base\almogaver-os2.bmp.svn-base"
  367. BuildAction = "None"
  368. />
  369. <File
  370. RelPath = "System.Drawing\bitmaps\.svn\prop-base\maketransparent.bmp.svn-base"
  371. BuildAction = "None"
  372. />
  373. <File
  374. RelPath = "System.Drawing\bitmaps\.svn\prop-base\nature24bits.gif.svn-base"
  375. BuildAction = "None"
  376. />
  377. <File
  378. RelPath = "System.Drawing\bitmaps\.svn\prop-base\nature24bits.jpg.svn-base"
  379. BuildAction = "None"
  380. />
  381. <File
  382. RelPath = "System.Drawing\bitmaps\.svn\prop-base\smiley.ico.svn-base"
  383. BuildAction = "None"
  384. />
  385. <File
  386. RelPath = "System.Drawing\bitmaps\.svn\prop-base\VisualPng.ico.svn-base"
  387. BuildAction = "None"
  388. />
  389. <File
  390. RelPath = "System.Drawing\bitmaps\.svn\prop-base\VisualPng1.ico.svn-base"
  391. BuildAction = "None"
  392. />
  393. <File
  394. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver1bit.bmp.svn-work"
  395. BuildAction = "None"
  396. />
  397. <File
  398. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver24bits.bmp.svn-work"
  399. BuildAction = "None"
  400. />
  401. <File
  402. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver24bits1.bmp.svn-work"
  403. BuildAction = "None"
  404. />
  405. <File
  406. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver32bits.bmp.svn-work"
  407. BuildAction = "None"
  408. />
  409. <File
  410. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver8bits.bmp.svn-work"
  411. BuildAction = "None"
  412. />
  413. <File
  414. RelPath = "System.Drawing\bitmaps\.svn\props\almogaver-os2.bmp.svn-work"
  415. BuildAction = "None"
  416. />
  417. <File
  418. RelPath = "System.Drawing\bitmaps\.svn\props\maketransparent.bmp.svn-work"
  419. BuildAction = "None"
  420. />
  421. <File
  422. RelPath = "System.Drawing\bitmaps\.svn\props\nature24bits.gif.svn-work"
  423. BuildAction = "None"
  424. />
  425. <File
  426. RelPath = "System.Drawing\bitmaps\.svn\props\nature24bits.jpg.svn-work"
  427. BuildAction = "None"
  428. />
  429. <File
  430. RelPath = "System.Drawing\bitmaps\.svn\props\smiley.ico.svn-work"
  431. BuildAction = "None"
  432. />
  433. <File
  434. RelPath = "System.Drawing\bitmaps\.svn\props\VisualPng.ico.svn-work"
  435. BuildAction = "None"
  436. />
  437. <File
  438. RelPath = "System.Drawing\bitmaps\.svn\props\VisualPng1.ico.svn-work"
  439. BuildAction = "None"
  440. />
  441. <File
  442. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver1bit.bmp.svn-base"
  443. BuildAction = "None"
  444. />
  445. <File
  446. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver24bits.bmp.svn-base"
  447. BuildAction = "None"
  448. />
  449. <File
  450. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver24bits1.bmp.svn-base"
  451. BuildAction = "None"
  452. />
  453. <File
  454. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver32bits.bmp.svn-base"
  455. BuildAction = "None"
  456. />
  457. <File
  458. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver8bits.bmp.svn-base"
  459. BuildAction = "None"
  460. />
  461. <File
  462. RelPath = "System.Drawing\bitmaps\.svn\text-base\almogaver-os2.bmp.svn-base"
  463. BuildAction = "None"
  464. />
  465. <File
  466. RelPath = "System.Drawing\bitmaps\.svn\text-base\maketransparent.bmp.svn-base"
  467. BuildAction = "None"
  468. />
  469. <File
  470. RelPath = "System.Drawing\bitmaps\.svn\text-base\nature24bits.gif.svn-base"
  471. BuildAction = "None"
  472. />
  473. <File
  474. RelPath = "System.Drawing\bitmaps\.svn\text-base\nature24bits.jpg.svn-base"
  475. BuildAction = "None"
  476. />
  477. <File
  478. RelPath = "System.Drawing\bitmaps\.svn\text-base\smiley.ico.svn-base"
  479. BuildAction = "None"
  480. />
  481. <File
  482. RelPath = "System.Drawing\bitmaps\.svn\text-base\VisualPng.ico.svn-base"
  483. BuildAction = "None"
  484. />
  485. <File
  486. RelPath = "System.Drawing\bitmaps\.svn\text-base\VisualPng1.ico.svn-base"
  487. BuildAction = "None"
  488. />
  489. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\prop-base\" />
  490. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\props\" />
  491. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\text-base\" />
  492. <Folder RelPath = "System.Drawing\bitmaps\.svn\tmp\wcprops\" />
  493. <Folder RelPath = "System.Drawing\bitmaps\.svn\wcprops\" />
  494. <File
  495. RelPath = "System.Drawing.Drawing2D\TestBlend.cs"
  496. SubType = "Code"
  497. BuildAction = "Compile"
  498. />
  499. <File
  500. RelPath = "System.Drawing.Drawing2D\TestColorBlend.cs"
  501. SubType = "Code"
  502. BuildAction = "Compile"
  503. />
  504. <File
  505. RelPath = "System.Drawing.Drawing2D\TestHatchBrush.cs"
  506. SubType = "Code"
  507. BuildAction = "Compile"
  508. />
  509. <File
  510. RelPath = "System.Drawing.Imaging\TestBmpCodec.cs"
  511. SubType = "Code"
  512. BuildAction = "Compile"
  513. />
  514. <File
  515. RelPath = "System.Drawing.Imaging\TestColorMatrix.cs"
  516. SubType = "Code"
  517. BuildAction = "Compile"
  518. />
  519. <File
  520. RelPath = "System.Drawing.Imaging\TestImageAttributes.cs"
  521. SubType = "Code"
  522. BuildAction = "Compile"
  523. />
  524. <File
  525. RelPath = "System.Drawing.Imaging\TestImageCodecInfo.cs"
  526. SubType = "Code"
  527. BuildAction = "Compile"
  528. />
  529. <File
  530. RelPath = "System.Drawing.Imaging\TestJpegCodec.cs"
  531. SubType = "Code"
  532. BuildAction = "Compile"
  533. />
  534. </Include>
  535. </Files>
  536. </CSHARP>
  537. </VisualStudioProject>