WINELib.csproj 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9466"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{27FD2668-67DD-4B30-8D2F-156B1EDD4F88}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "WINELib"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. RootNamespace = "WINELib"
  20. StartupObject = ""
  21. >
  22. <Config
  23. Name = "Debug"
  24. AllowUnsafeBlocks = "false"
  25. BaseAddress = "285212672"
  26. CheckForOverflowUnderflow = "false"
  27. ConfigurationOverrideFile = ""
  28. DefineConstants = "DEBUG;TRACE"
  29. DocumentationFile = ""
  30. DebugSymbols = "true"
  31. FileAlignment = "4096"
  32. IncrementalBuild = "true"
  33. Optimize = "false"
  34. OutputPath = "bin\Debug\"
  35. RegisterForComInterop = "false"
  36. RemoveIntegerChecks = "false"
  37. TreatWarningsAsErrors = "false"
  38. WarningLevel = "4"
  39. />
  40. <Config
  41. Name = "Release"
  42. AllowUnsafeBlocks = "false"
  43. BaseAddress = "285212672"
  44. CheckForOverflowUnderflow = "false"
  45. ConfigurationOverrideFile = ""
  46. DefineConstants = "TRACE"
  47. DocumentationFile = ""
  48. DebugSymbols = "false"
  49. FileAlignment = "4096"
  50. IncrementalBuild = "false"
  51. Optimize = "true"
  52. OutputPath = "bin\Release\"
  53. RegisterForComInterop = "false"
  54. RemoveIntegerChecks = "false"
  55. TreatWarningsAsErrors = "false"
  56. WarningLevel = "4"
  57. />
  58. </Settings>
  59. <References>
  60. <Reference
  61. Name = "System"
  62. AssemblyName = "System"
  63. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64. />
  65. <Reference
  66. Name = "System.Data"
  67. AssemblyName = "System.Data"
  68. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  69. />
  70. <Reference
  71. Name = "System.XML"
  72. AssemblyName = "System.Xml"
  73. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
  74. />
  75. <Reference
  76. Name = "System.Drawing"
  77. AssemblyName = "System.Drawing"
  78. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
  79. />
  80. <Reference
  81. Name = "Accessibility"
  82. AssemblyName = "Accessibility"
  83. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\Accessibility.dll"
  84. />
  85. <Reference
  86. Name = "System.Windows.Forms.Design"
  87. Project = "{EF89E643-02F5-4E97-9353-3C92F209EB47}"
  88. Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  89. />
  90. </References>
  91. </Build>
  92. <Files>
  93. <Include>
  94. <File
  95. RelPath = "AccessibleEvents.cs"
  96. SubType = "Code"
  97. BuildAction = "Compile"
  98. />
  99. <File
  100. RelPath = "AccessibleNavigation.cs"
  101. SubType = "Code"
  102. BuildAction = "Compile"
  103. />
  104. <File
  105. RelPath = "AccessibleObject.cs"
  106. SubType = "Code"
  107. BuildAction = "Compile"
  108. />
  109. <File
  110. RelPath = "AccessibleRole.cs"
  111. SubType = "Code"
  112. BuildAction = "Compile"
  113. />
  114. <File
  115. RelPath = "AccessibleSelection.cs"
  116. SubType = "Code"
  117. BuildAction = "Compile"
  118. />
  119. <File
  120. RelPath = "AccessibleStates.cs"
  121. SubType = "Code"
  122. BuildAction = "Compile"
  123. />
  124. <File
  125. RelPath = "AnchorStyles.cs"
  126. SubType = "Code"
  127. BuildAction = "Compile"
  128. />
  129. <File
  130. RelPath = "Application.cs"
  131. SubType = "Code"
  132. BuildAction = "Compile"
  133. />
  134. <File
  135. RelPath = "ApplicationContext.cs"
  136. SubType = "Code"
  137. BuildAction = "Compile"
  138. />
  139. <File
  140. RelPath = "AssemblyInfo.cs"
  141. SubType = "Code"
  142. BuildAction = "Compile"
  143. />
  144. <File
  145. RelPath = "BaseCollection.cs"
  146. SubType = "Code"
  147. BuildAction = "Compile"
  148. />
  149. <File
  150. RelPath = "Binding.cs"
  151. SubType = "Code"
  152. BuildAction = "Compile"
  153. />
  154. <File
  155. RelPath = "BindingContext.cs"
  156. SubType = "Code"
  157. BuildAction = "Compile"
  158. />
  159. <File
  160. RelPath = "BindingManagerBase.cs"
  161. SubType = "Code"
  162. BuildAction = "Compile"
  163. />
  164. <File
  165. RelPath = "BindingMemberInfo.cs"
  166. SubType = "Code"
  167. BuildAction = "Compile"
  168. />
  169. <File
  170. RelPath = "BindingsCollection.cs"
  171. SubType = "Code"
  172. BuildAction = "Compile"
  173. />
  174. <File
  175. RelPath = "BorderStyle.cs"
  176. SubType = "Code"
  177. BuildAction = "Compile"
  178. />
  179. <File
  180. RelPath = "BoundsSpecified.cs"
  181. SubType = "Code"
  182. BuildAction = "Compile"
  183. />
  184. <File
  185. RelPath = "Button.cs"
  186. SubType = "Component"
  187. BuildAction = "Compile"
  188. />
  189. <File
  190. RelPath = "ButtonBase.cs"
  191. SubType = "Component"
  192. BuildAction = "Compile"
  193. />
  194. <File
  195. RelPath = "CheckState.cs"
  196. SubType = "Code"
  197. BuildAction = "Compile"
  198. />
  199. <File
  200. RelPath = "ColorDepth.cs"
  201. SubType = "Code"
  202. BuildAction = "Compile"
  203. />
  204. <File
  205. RelPath = "ColumnClickEventArgs.cs"
  206. SubType = "Code"
  207. BuildAction = "Compile"
  208. />
  209. <File
  210. RelPath = "ColumnClickEventHandler.cs"
  211. SubType = "Code"
  212. BuildAction = "Compile"
  213. />
  214. <File
  215. RelPath = "ComVisible.cs"
  216. SubType = "Code"
  217. BuildAction = "Compile"
  218. />
  219. <File
  220. RelPath = "ContainerControl.cs"
  221. SubType = "Component"
  222. BuildAction = "Compile"
  223. />
  224. <File
  225. RelPath = "ContentsResizedEventArgs.cs"
  226. SubType = "Code"
  227. BuildAction = "Compile"
  228. />
  229. <File
  230. RelPath = "ContentsResizedEventHandler.cs"
  231. SubType = "Code"
  232. BuildAction = "Compile"
  233. />
  234. <File
  235. RelPath = "ContextMenu.cs"
  236. SubType = "Component"
  237. BuildAction = "Compile"
  238. />
  239. <File
  240. RelPath = "Control.cs"
  241. SubType = "Component"
  242. BuildAction = "Compile"
  243. />
  244. <File
  245. RelPath = "Control.resx"
  246. DependentUpon = "Control.cs"
  247. BuildAction = "EmbeddedResource"
  248. />
  249. <File
  250. RelPath = "ControlBindingsCollection.cs"
  251. SubType = "Code"
  252. BuildAction = "Compile"
  253. />
  254. <File
  255. RelPath = "ControlEventArgs.cs"
  256. SubType = "Code"
  257. BuildAction = "Compile"
  258. />
  259. <File
  260. RelPath = "ControlEventHandler.cs"
  261. SubType = "Code"
  262. BuildAction = "Compile"
  263. />
  264. <File
  265. RelPath = "ControlStyles.cs"
  266. SubType = "Code"
  267. BuildAction = "Compile"
  268. />
  269. <File
  270. RelPath = "ConvertEventArgs.cs"
  271. SubType = "Code"
  272. BuildAction = "Compile"
  273. />
  274. <File
  275. RelPath = "ConvertEventHandler.cs"
  276. SubType = "Code"
  277. BuildAction = "Compile"
  278. />
  279. <File
  280. RelPath = "CreateParams.cs"
  281. SubType = "Code"
  282. BuildAction = "Compile"
  283. />
  284. <File
  285. RelPath = "Cursor.cs"
  286. SubType = "Code"
  287. BuildAction = "Compile"
  288. />
  289. <File
  290. RelPath = "DateBoldEventArgs.cs"
  291. SubType = "Code"
  292. BuildAction = "Compile"
  293. />
  294. <File
  295. RelPath = "DateRangeEventArgs.cs"
  296. SubType = "Code"
  297. BuildAction = "Compile"
  298. />
  299. <File
  300. RelPath = "DateRangeEventHandler.cs"
  301. SubType = "Code"
  302. BuildAction = "Compile"
  303. />
  304. <File
  305. RelPath = "DialogResult.cs"
  306. SubType = "Code"
  307. BuildAction = "Compile"
  308. />
  309. <File
  310. RelPath = "DockStyle.cs"
  311. SubType = "Code"
  312. BuildAction = "Compile"
  313. />
  314. <File
  315. RelPath = "DragAction.cs"
  316. SubType = "Code"
  317. BuildAction = "Compile"
  318. />
  319. <File
  320. RelPath = "DragDropEffects.cs"
  321. SubType = "Code"
  322. BuildAction = "Compile"
  323. />
  324. <File
  325. RelPath = "DragEventArgs.cs"
  326. SubType = "Code"
  327. BuildAction = "Compile"
  328. />
  329. <File
  330. RelPath = "DragEventHandler.cs"
  331. SubType = "Code"
  332. BuildAction = "Compile"
  333. />
  334. <File
  335. RelPath = "DrawItemEventArgs.cs"
  336. SubType = "Code"
  337. BuildAction = "Compile"
  338. />
  339. <File
  340. RelPath = "DrawItemEventHandler.cs"
  341. SubType = "Code"
  342. BuildAction = "Compile"
  343. />
  344. <File
  345. RelPath = "DrawItemState.cs"
  346. SubType = "Code"
  347. BuildAction = "Compile"
  348. />
  349. <File
  350. RelPath = "ErrorIconAlignment.cs"
  351. SubType = "Code"
  352. BuildAction = "Compile"
  353. />
  354. <File
  355. RelPath = "FlatStyle.cs"
  356. SubType = "Code"
  357. BuildAction = "Compile"
  358. />
  359. <File
  360. RelPath = "Font.cs"
  361. SubType = "Code"
  362. BuildAction = "Compile"
  363. />
  364. <File
  365. RelPath = "Form.cs"
  366. SubType = "Component"
  367. BuildAction = "Compile"
  368. />
  369. <File
  370. RelPath = "FormBorderStyle.cs"
  371. SubType = "Code"
  372. BuildAction = "Compile"
  373. />
  374. <File
  375. RelPath = "FormStartPosition.cs"
  376. SubType = "Code"
  377. BuildAction = "Compile"
  378. />
  379. <File
  380. RelPath = "FormTest.cs"
  381. SubType = "Component"
  382. BuildAction = "Compile"
  383. />
  384. <File
  385. RelPath = "FormWindowState.cs"
  386. SubType = "Code"
  387. BuildAction = "Compile"
  388. />
  389. <File
  390. RelPath = "GiveFeedbackEventArgs.cs"
  391. SubType = "Code"
  392. BuildAction = "Compile"
  393. />
  394. <File
  395. RelPath = "GiveFeedbackEventHandler.cs"
  396. SubType = "Code"
  397. BuildAction = "Compile"
  398. />
  399. <File
  400. RelPath = "GridItem.cs"
  401. SubType = "Code"
  402. BuildAction = "Compile"
  403. />
  404. <File
  405. RelPath = "HelpEventArgs.cs"
  406. SubType = "Code"
  407. BuildAction = "Compile"
  408. />
  409. <File
  410. RelPath = "HelpEventHandler.cs"
  411. SubType = "Code"
  412. BuildAction = "Compile"
  413. />
  414. <File
  415. RelPath = "HorizontalAlignment.cs"
  416. SubType = "Code"
  417. BuildAction = "Compile"
  418. />
  419. <File
  420. RelPath = "IAccessible.cs"
  421. SubType = "Code"
  422. BuildAction = "Compile"
  423. />
  424. <File
  425. RelPath = "IButtonControl.cs"
  426. SubType = "Code"
  427. BuildAction = "Compile"
  428. />
  429. <File
  430. RelPath = "IContainerControl.cs"
  431. SubType = "Code"
  432. BuildAction = "Compile"
  433. />
  434. <File
  435. RelPath = "IDataObject.cs"
  436. SubType = "Code"
  437. BuildAction = "Compile"
  438. />
  439. <File
  440. RelPath = "ImageList.cs"
  441. SubType = "Component"
  442. BuildAction = "Compile"
  443. />
  444. <File
  445. RelPath = "ImageListStreamer.cs"
  446. SubType = "Code"
  447. BuildAction = "Compile"
  448. />
  449. <File
  450. RelPath = "ImeMode.cs"
  451. SubType = "Code"
  452. BuildAction = "Compile"
  453. />
  454. <File
  455. RelPath = "IMessageFilter.cs"
  456. SubType = "Code"
  457. BuildAction = "Compile"
  458. />
  459. <File
  460. RelPath = "InputLanguage.cs"
  461. SubType = "Code"
  462. BuildAction = "Compile"
  463. />
  464. <File
  465. RelPath = "InputLanguageChangedEventArgs.cs"
  466. SubType = "Code"
  467. BuildAction = "Compile"
  468. />
  469. <File
  470. RelPath = "InputLanguageChangedEventHandler.cs"
  471. SubType = "Code"
  472. BuildAction = "Compile"
  473. />
  474. <File
  475. RelPath = "InputLanguageChangingEventArgs.cs"
  476. SubType = "Code"
  477. BuildAction = "Compile"
  478. />
  479. <File
  480. RelPath = "InputLanguageChangingEventHandler.cs"
  481. SubType = "Code"
  482. BuildAction = "Compile"
  483. />
  484. <File
  485. RelPath = "InputLanguageCollection.cs"
  486. SubType = "Code"
  487. BuildAction = "Compile"
  488. />
  489. <File
  490. RelPath = "InvalidateEventArgs.cs"
  491. SubType = "Code"
  492. BuildAction = "Compile"
  493. />
  494. <File
  495. RelPath = "InvalidateEventHandler.cs"
  496. SubType = "Code"
  497. BuildAction = "Compile"
  498. />
  499. <File
  500. RelPath = "ItemChangedEventArgs.cs"
  501. SubType = "Code"
  502. BuildAction = "Compile"
  503. />
  504. <File
  505. RelPath = "ItemChangedEventHandler.cs"
  506. SubType = "Code"
  507. BuildAction = "Compile"
  508. />
  509. <File
  510. RelPath = "ItemCheckEventArgs.cs"
  511. SubType = "Code"
  512. BuildAction = "Compile"
  513. />
  514. <File
  515. RelPath = "ItemCheckEventHandler.cs"
  516. SubType = "Code"
  517. BuildAction = "Compile"
  518. />
  519. <File
  520. RelPath = "ItemDragEventArgs.cs"
  521. SubType = "Code"
  522. BuildAction = "Compile"
  523. />
  524. <File
  525. RelPath = "ItemDragEventHandler.cs"
  526. SubType = "Code"
  527. BuildAction = "Compile"
  528. />
  529. <File
  530. RelPath = "IWin32Window.cs"
  531. SubType = "Code"
  532. BuildAction = "Compile"
  533. />
  534. <File
  535. RelPath = "IWindowTarget.cs"
  536. SubType = "Code"
  537. BuildAction = "Compile"
  538. />
  539. <File
  540. RelPath = "KeyEventArgs.cs"
  541. SubType = "Code"
  542. BuildAction = "Compile"
  543. />
  544. <File
  545. RelPath = "KeyEventHandler.cs"
  546. SubType = "Code"
  547. BuildAction = "Compile"
  548. />
  549. <File
  550. RelPath = "KeyPressEventArgs.cs"
  551. SubType = "Code"
  552. BuildAction = "Compile"
  553. />
  554. <File
  555. RelPath = "KeyPressEventHandler.cs"
  556. SubType = "Code"
  557. BuildAction = "Compile"
  558. />
  559. <File
  560. RelPath = "Keys.cs"
  561. SubType = "Code"
  562. BuildAction = "Compile"
  563. />
  564. <File
  565. RelPath = "Label.cs"
  566. SubType = "Component"
  567. BuildAction = "Compile"
  568. />
  569. <File
  570. RelPath = "LabelEditEventArgs.cs"
  571. SubType = "Code"
  572. BuildAction = "Compile"
  573. />
  574. <File
  575. RelPath = "LabelEditEventHandler.cs"
  576. SubType = "Code"
  577. BuildAction = "Compile"
  578. />
  579. <File
  580. RelPath = "LayoutEventArgs.cs"
  581. SubType = "Code"
  582. BuildAction = "Compile"
  583. />
  584. <File
  585. RelPath = "LayoutEventHandler.cs"
  586. SubType = "Code"
  587. BuildAction = "Compile"
  588. />
  589. <File
  590. RelPath = "LeftRightAlignment.cs"
  591. SubType = "Code"
  592. BuildAction = "Compile"
  593. />
  594. <File
  595. RelPath = "LinkArea.cs"
  596. SubType = "Code"
  597. BuildAction = "Compile"
  598. />
  599. <File
  600. RelPath = "LinkBehavior.cs"
  601. SubType = "Code"
  602. BuildAction = "Compile"
  603. />
  604. <File
  605. RelPath = "LinkClickedEventArgs.cs"
  606. SubType = "Code"
  607. BuildAction = "Compile"
  608. />
  609. <File
  610. RelPath = "LinkClickedEventHandler.cs"
  611. SubType = "Code"
  612. BuildAction = "Compile"
  613. />
  614. <File
  615. RelPath = "LinkLabel.cs"
  616. SubType = "Component"
  617. BuildAction = "Compile"
  618. />
  619. <File
  620. RelPath = "LinkLabelLinkClickedEventArgs.cs"
  621. SubType = "Code"
  622. BuildAction = "Compile"
  623. />
  624. <File
  625. RelPath = "LinkLabelLinkClickedEventHandler.cs"
  626. SubType = "Code"
  627. BuildAction = "Compile"
  628. />
  629. <File
  630. RelPath = "ListViewAlignment.cs"
  631. SubType = "Code"
  632. BuildAction = "Compile"
  633. />
  634. <File
  635. RelPath = "MainMenu.cs"
  636. SubType = "Component"
  637. BuildAction = "Compile"
  638. />
  639. <File
  640. RelPath = "MdiLayout.cs"
  641. SubType = "Code"
  642. BuildAction = "Compile"
  643. />
  644. <File
  645. RelPath = "MeasureItemEventArgs.cs"
  646. SubType = "Code"
  647. BuildAction = "Compile"
  648. />
  649. <File
  650. RelPath = "MeasureItemEventHandler.cs"
  651. SubType = "Code"
  652. BuildAction = "Compile"
  653. />
  654. <File
  655. RelPath = "Menu.cs"
  656. SubType = "Component"
  657. BuildAction = "Compile"
  658. />
  659. <File
  660. RelPath = "MenuItem.cs"
  661. SubType = "Code"
  662. BuildAction = "Compile"
  663. />
  664. <File
  665. RelPath = "Message.cs"
  666. SubType = "Code"
  667. BuildAction = "Compile"
  668. />
  669. <File
  670. RelPath = "MessageBox.cs"
  671. SubType = "Code"
  672. BuildAction = "Compile"
  673. />
  674. <File
  675. RelPath = "MessageBoxButtons.cs"
  676. SubType = "Code"
  677. BuildAction = "Compile"
  678. />
  679. <File
  680. RelPath = "MessageBoxDefaultButton.cs"
  681. SubType = "Code"
  682. BuildAction = "Compile"
  683. />
  684. <File
  685. RelPath = "MessageBoxIcon.cs"
  686. SubType = "Code"
  687. BuildAction = "Compile"
  688. />
  689. <File
  690. RelPath = "MessageBoxOptions.cs"
  691. SubType = "Code"
  692. BuildAction = "Compile"
  693. />
  694. <File
  695. RelPath = "MouseButtons.cs"
  696. SubType = "Code"
  697. BuildAction = "Compile"
  698. />
  699. <File
  700. RelPath = "MouseEventArgs.cs"
  701. SubType = "Code"
  702. BuildAction = "Compile"
  703. />
  704. <File
  705. RelPath = "MouseEventHandler.cs"
  706. SubType = "Code"
  707. BuildAction = "Compile"
  708. />
  709. <File
  710. RelPath = "NativeWindow.cs"
  711. SubType = "Code"
  712. BuildAction = "Compile"
  713. />
  714. <File
  715. RelPath = "NativeWindowTest.cs"
  716. SubType = "Code"
  717. BuildAction = "Compile"
  718. />
  719. <File
  720. RelPath = "NavigateEventArgs.cs"
  721. SubType = "Code"
  722. BuildAction = "Compile"
  723. />
  724. <File
  725. RelPath = "NavigateEventHandler.cs"
  726. SubType = "Code"
  727. BuildAction = "Compile"
  728. />
  729. <File
  730. RelPath = "NodeLabelEditEventArgs.cs"
  731. SubType = "Code"
  732. BuildAction = "Compile"
  733. />
  734. <File
  735. RelPath = "NodeLabelEditEventHandler.cs"
  736. SubType = "Code"
  737. BuildAction = "Compile"
  738. />
  739. <File
  740. RelPath = "PaintEventArgs.cs"
  741. SubType = "Code"
  742. BuildAction = "Compile"
  743. />
  744. <File
  745. RelPath = "PaintEventHandler.cs"
  746. SubType = "Code"
  747. BuildAction = "Compile"
  748. />
  749. <File
  750. RelPath = "PropertyTabChangedEventArgs.cs"
  751. SubType = "Code"
  752. BuildAction = "Compile"
  753. />
  754. <File
  755. RelPath = "PropertyTabChangedEventHandler.cs"
  756. SubType = "Code"
  757. BuildAction = "Compile"
  758. />
  759. <File
  760. RelPath = "PropertyValueChangedEventArgs.cs"
  761. SubType = "Code"
  762. BuildAction = "Compile"
  763. />
  764. <File
  765. RelPath = "PropertyValueChangedEventHandler.cs"
  766. SubType = "Code"
  767. BuildAction = "Compile"
  768. />
  769. <File
  770. RelPath = "QueryAccessibilityHelpEventArgs.cs"
  771. SubType = "Code"
  772. BuildAction = "Compile"
  773. />
  774. <File
  775. RelPath = "QueryAccessibilityHelpEventHandler.cs"
  776. SubType = "Code"
  777. BuildAction = "Compile"
  778. />
  779. <File
  780. RelPath = "QueryContinueDragEventArgs.cs"
  781. SubType = "Code"
  782. BuildAction = "Compile"
  783. />
  784. <File
  785. RelPath = "QueryContinueDragEventHandler.cs"
  786. SubType = "Code"
  787. BuildAction = "Compile"
  788. />
  789. <File
  790. RelPath = "RightToLeft.cs"
  791. SubType = "Code"
  792. BuildAction = "Compile"
  793. />
  794. <File
  795. RelPath = "ScrollableControl.cs"
  796. SubType = "Component"
  797. BuildAction = "Compile"
  798. />
  799. <File
  800. RelPath = "ScrollEventArgs.cs"
  801. SubType = "Code"
  802. BuildAction = "Compile"
  803. />
  804. <File
  805. RelPath = "ScrollEventHandler.cs"
  806. SubType = "Code"
  807. BuildAction = "Compile"
  808. />
  809. <File
  810. RelPath = "ScrollEventType.cs"
  811. SubType = "Code"
  812. BuildAction = "Compile"
  813. />
  814. <File
  815. RelPath = "SelectedGridItemChangedEventArgs.cs"
  816. SubType = "Code"
  817. BuildAction = "Compile"
  818. />
  819. <File
  820. RelPath = "SelectedGridItemChangedEventHandler.cs"
  821. SubType = "Code"
  822. BuildAction = "Compile"
  823. />
  824. <File
  825. RelPath = "SizeGripStyle.cs"
  826. SubType = "Code"
  827. BuildAction = "Compile"
  828. />
  829. <File
  830. RelPath = "SplitterEventArgs.cs"
  831. SubType = "Code"
  832. BuildAction = "Compile"
  833. />
  834. <File
  835. RelPath = "SplitterEventHandler.cs"
  836. SubType = "Code"
  837. BuildAction = "Compile"
  838. />
  839. <File
  840. RelPath = "StatusBar.cs"
  841. SubType = "Component"
  842. BuildAction = "Compile"
  843. />
  844. <File
  845. RelPath = "StatusBarDrawItemEventArgs.cs"
  846. SubType = "Code"
  847. BuildAction = "Compile"
  848. />
  849. <File
  850. RelPath = "StatusBarDrawItemEventHandler.cs"
  851. SubType = "Code"
  852. BuildAction = "Compile"
  853. />
  854. <File
  855. RelPath = "StatusBarPanel.cs"
  856. SubType = "Component"
  857. BuildAction = "Compile"
  858. />
  859. <File
  860. RelPath = "StatusBarPanelAutoSize.cs"
  861. SubType = "Code"
  862. BuildAction = "Compile"
  863. />
  864. <File
  865. RelPath = "StatusBarPanelBorderStyle.cs"
  866. SubType = "Code"
  867. BuildAction = "Compile"
  868. />
  869. <File
  870. RelPath = "StatusBarPanelClickEventArgs.cs"
  871. SubType = "Code"
  872. BuildAction = "Compile"
  873. />
  874. <File
  875. RelPath = "StatusBarPanelClickEventHandler.cs"
  876. SubType = "Code"
  877. BuildAction = "Compile"
  878. />
  879. <File
  880. RelPath = "StatusBarPanelStyle.cs"
  881. SubType = "Code"
  882. BuildAction = "Compile"
  883. />
  884. <File
  885. RelPath = "TabAlignment.cs"
  886. SubType = "Code"
  887. BuildAction = "Compile"
  888. />
  889. <File
  890. RelPath = "Test.cs"
  891. SubType = "Code"
  892. BuildAction = "Compile"
  893. />
  894. <File
  895. RelPath = "TODOAttribute.cs"
  896. SubType = "Code"
  897. BuildAction = "Compile"
  898. />
  899. <File
  900. RelPath = "ToolBar.cs"
  901. SubType = "Component"
  902. BuildAction = "Compile"
  903. />
  904. <File
  905. RelPath = "ToolBarAppearance.cs"
  906. SubType = "Code"
  907. BuildAction = "Compile"
  908. />
  909. <File
  910. RelPath = "ToolBarButton.cs"
  911. SubType = "Component"
  912. BuildAction = "Compile"
  913. />
  914. <File
  915. RelPath = "ToolBarButtonClickEventArgs.cs"
  916. SubType = "Code"
  917. BuildAction = "Compile"
  918. />
  919. <File
  920. RelPath = "ToolBarButtonClickEventHandler.cs"
  921. SubType = "Code"
  922. BuildAction = "Compile"
  923. />
  924. <File
  925. RelPath = "ToolBarButtonStyle.cs"
  926. SubType = "Code"
  927. BuildAction = "Compile"
  928. />
  929. <File
  930. RelPath = "ToolBarTextAlign.cs"
  931. SubType = "Code"
  932. BuildAction = "Compile"
  933. />
  934. <File
  935. RelPath = "tooltip.cs"
  936. SubType = "Component"
  937. BuildAction = "Compile"
  938. />
  939. <File
  940. RelPath = "TreeNode.cs"
  941. SubType = "Code"
  942. BuildAction = "Compile"
  943. />
  944. <File
  945. RelPath = "TreeNodeCollection.cs"
  946. SubType = "Code"
  947. BuildAction = "Compile"
  948. />
  949. <File
  950. RelPath = "TreeView.cs"
  951. SubType = "Component"
  952. BuildAction = "Compile"
  953. />
  954. <File
  955. RelPath = "TreeViewAction.cs"
  956. SubType = "Code"
  957. BuildAction = "Compile"
  958. />
  959. <File
  960. RelPath = "TreeViewCancelEventArgs.cs"
  961. SubType = "Code"
  962. BuildAction = "Compile"
  963. />
  964. <File
  965. RelPath = "TreeViewCancelEventHandler.cs"
  966. SubType = "Code"
  967. BuildAction = "Compile"
  968. />
  969. <File
  970. RelPath = "TreeViewEventArgs.cs"
  971. SubType = "Code"
  972. BuildAction = "Compile"
  973. />
  974. <File
  975. RelPath = "TreeViewEventHandler.cs"
  976. SubType = "Code"
  977. BuildAction = "Compile"
  978. />
  979. <File
  980. RelPath = "UICues.cs"
  981. SubType = "Code"
  982. BuildAction = "Compile"
  983. />
  984. <File
  985. RelPath = "UICuesEventArgs.cs"
  986. SubType = "Code"
  987. BuildAction = "Compile"
  988. />
  989. <File
  990. RelPath = "UICuesEventHandler.cs"
  991. SubType = "Code"
  992. BuildAction = "Compile"
  993. />
  994. <File
  995. RelPath = "UpDownEventArgs.cs"
  996. SubType = "Code"
  997. BuildAction = "Compile"
  998. />
  999. <File
  1000. RelPath = "UpDownEventHandler.cs"
  1001. SubType = "Code"
  1002. BuildAction = "Compile"
  1003. />
  1004. <File
  1005. RelPath = "Win32.cs"
  1006. SubType = "Code"
  1007. BuildAction = "Compile"
  1008. />
  1009. </Include>
  1010. </Files>
  1011. </CSHARP>
  1012. </VisualStudioProject>