System.Windows.Forms-net_4_x.csproj 78 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{108227C7-8ED9-4483-949D-07BF0DA1A201}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,618,612,809</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  12. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  13. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  14. <NoStdLib>True</NoStdLib>
  15. <NoConfig>True</NoConfig>
  16. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  17. <AppDesignerFolder>Properties</AppDesignerFolder>
  18. <RootNamespace>
  19. </RootNamespace>
  20. <AssemblyName>System.Windows.Forms</AssemblyName>
  21. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  22. <FileAlignment>512</FileAlignment>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <NoWarn>1699,618,612,809</NoWarn>
  28. <Optimize>false</Optimize>
  29. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <NoWarn>1699,618,612,809</NoWarn>
  36. <Optimize>true</Optimize>
  37. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  42. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  43. is a problem to compile the Mono mscorlib.dll -->
  44. <PropertyGroup>
  45. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  46. </PropertyGroup>
  47. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  48. <ItemGroup>
  49. <Compile Include="..\..\build\common\Consts.cs" />
  50. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  51. <Compile Include="Assembly\AssemblyInfo.cs" />
  52. <Compile Include="Assembly\Locale.cs" />
  53. <Compile Include="System.Resources\AssemblyNamesTypeResolutionService.cs" />
  54. <Compile Include="System.Resources\ByteArrayFromResXHandler.cs" />
  55. <Compile Include="System.Resources\FileRefHandler.cs" />
  56. <Compile Include="System.Resources\InMemoryHandler.cs" />
  57. <Compile Include="System.Resources\NullRefHandler.cs" />
  58. <Compile Include="System.Resources\ResXDataNode.cs" />
  59. <Compile Include="System.Resources\ResXDataNodeHandler.cs" />
  60. <Compile Include="System.Resources\ResXFileRef.cs" />
  61. <Compile Include="System.Resources\ResXNullRef.cs" />
  62. <Compile Include="System.Resources\ResXResourceReader.cs" />
  63. <Compile Include="System.Resources\ResXResourceSet.cs" />
  64. <Compile Include="System.Resources\ResXResourceWriter.cs" />
  65. <Compile Include="System.Resources\SerializedFromResXHandler.cs" />
  66. <Compile Include="System.Resources\TypeConverterFromResXHandler.cs" />
  67. <Compile Include="System.Windows.Forms.CarbonInternal\ApplicationHandler.cs" />
  68. <Compile Include="System.Windows.Forms.CarbonInternal\ControlHandler.cs" />
  69. <Compile Include="System.Windows.Forms.CarbonInternal\Cursor.cs" />
  70. <Compile Include="System.Windows.Forms.CarbonInternal\Dnd.cs" />
  71. <Compile Include="System.Windows.Forms.CarbonInternal\Enums.cs" />
  72. <Compile Include="System.Windows.Forms.CarbonInternal\EventHandler.cs" />
  73. <Compile Include="System.Windows.Forms.CarbonInternal\EventHandlerBase.cs" />
  74. <Compile Include="System.Windows.Forms.CarbonInternal\HIObjectHandler.cs" />
  75. <Compile Include="System.Windows.Forms.CarbonInternal\IEventHandler.cs" />
  76. <Compile Include="System.Windows.Forms.CarbonInternal\KeyboardHandler.cs" />
  77. <Compile Include="System.Windows.Forms.CarbonInternal\MouseHandler.cs" />
  78. <Compile Include="System.Windows.Forms.CarbonInternal\Pasteboard.cs" />
  79. <Compile Include="System.Windows.Forms.CarbonInternal\Structs.cs" />
  80. <Compile Include="System.Windows.Forms.CarbonInternal\WindowHandler.cs" />
  81. <Compile Include="System.Windows.Forms.Design\ComponentEditorForm.cs" />
  82. <Compile Include="System.Windows.Forms.Design\ComponentEditorPage.cs" />
  83. <Compile Include="System.Windows.Forms.Design\EventsTab.cs" />
  84. <Compile Include="System.Windows.Forms.Design\IUIService.cs" />
  85. <Compile Include="System.Windows.Forms.Design\IWindowsFormsEditorService.cs" />
  86. <Compile Include="System.Windows.Forms.Design\PropertyTab.cs" />
  87. <Compile Include="System.Windows.Forms.Design\ToolStripItemDesignerAvailability.cs" />
  88. <Compile Include="System.Windows.Forms.Design\ToolStripItemDesignerAvailabilityAttribute.cs" />
  89. <Compile Include="System.Windows.Forms.Design\WindowsFormsComponentEditor.cs" />
  90. <Compile Include="System.Windows.Forms.Internal\Accessor.cs" />
  91. <Compile Include="System.Windows.Forms.Internal\DebugHelper.cs" />
  92. <Compile Include="System.Windows.Forms.Layout\ArrangedElementCollection.cs" />
  93. <Compile Include="System.Windows.Forms.Layout\DefaultLayout.cs" />
  94. <Compile Include="System.Windows.Forms.Layout\FlowLayout.cs" />
  95. <Compile Include="System.Windows.Forms.Layout\LayoutEngine.cs" />
  96. <Compile Include="System.Windows.Forms.Layout\TableLayout.cs" />
  97. <Compile Include="System.Windows.Forms.Layout\TableLayoutSettingsTypeConverter.cs" />
  98. <Compile Include="System.Windows.Forms.PropertyGridInternal\PropertiesTab.cs" />
  99. <Compile Include="System.Windows.Forms.RTF\Charcode.cs" />
  100. <Compile Include="System.Windows.Forms.RTF\Charset.cs" />
  101. <Compile Include="System.Windows.Forms.RTF\CharsetFlags.cs" />
  102. <Compile Include="System.Windows.Forms.RTF\CharsetType.cs" />
  103. <Compile Include="System.Windows.Forms.RTF\ClassDelegate.cs" />
  104. <Compile Include="System.Windows.Forms.RTF\Color.cs" />
  105. <Compile Include="System.Windows.Forms.RTF\DestinationDelegate.cs" />
  106. <Compile Include="System.Windows.Forms.RTF\Font.cs" />
  107. <Compile Include="System.Windows.Forms.RTF\KeysInit.cs" />
  108. <Compile Include="System.Windows.Forms.RTF\KeyStruct.cs" />
  109. <Compile Include="System.Windows.Forms.RTF\Major.cs" />
  110. <Compile Include="System.Windows.Forms.RTF\Minor.cs" />
  111. <Compile Include="System.Windows.Forms.RTF\Picture.cs" />
  112. <Compile Include="System.Windows.Forms.RTF\RTF.cs" />
  113. <Compile Include="System.Windows.Forms.RTF\RTFException.cs" />
  114. <Compile Include="System.Windows.Forms.RTF\StandardCharCode.cs" />
  115. <Compile Include="System.Windows.Forms.RTF\StandardCharName.cs" />
  116. <Compile Include="System.Windows.Forms.RTF\Style.cs" />
  117. <Compile Include="System.Windows.Forms.RTF\StyleElement.cs" />
  118. <Compile Include="System.Windows.Forms.RTF\StyleType.cs" />
  119. <Compile Include="System.Windows.Forms.RTF\TextMap.cs" />
  120. <Compile Include="System.Windows.Forms.RTF\TokenClass.cs" />
  121. <Compile Include="System.Windows.Forms.Theming\Default\ButtonPainter.cs" />
  122. <Compile Include="System.Windows.Forms.Theming\Default\CheckBoxPainter.cs" />
  123. <Compile Include="System.Windows.Forms.Theming\Default\LabelPainter.cs" />
  124. <Compile Include="System.Windows.Forms.Theming\Default\LinkLabelPainter.cs" />
  125. <Compile Include="System.Windows.Forms.Theming\Default\RadioButtonPainter.cs" />
  126. <Compile Include="System.Windows.Forms.Theming\Default\TabControlPainter.cs" />
  127. <Compile Include="System.Windows.Forms.Theming\Default\ToolStripPainter.cs" />
  128. <Compile Include="System.Windows.Forms.Theming\ThemeElements.cs" />
  129. <Compile Include="System.Windows.Forms.Theming\ThemeElementsDefault.cs" />
  130. <Compile Include="System.Windows.Forms.Theming\ThemeElementsVisualStyles.cs" />
  131. <Compile Include="System.Windows.Forms.Theming\VisualStyles\CheckBoxPainter.cs" />
  132. <Compile Include="System.Windows.Forms.Theming\VisualStyles\RadioButtonPainter.cs" />
  133. <Compile Include="System.Windows.Forms.Theming\VisualStyles\TabControlPainter.cs" />
  134. <Compile Include="System.Windows.Forms.Theming\VisualStyles\ToolStripPainter.cs" />
  135. <Compile Include="System.Windows.Forms.VisualStyles\BackgroundType.cs" />
  136. <Compile Include="System.Windows.Forms.VisualStyles\BooleanProperty.cs" />
  137. <Compile Include="System.Windows.Forms.VisualStyles\BorderType.cs" />
  138. <Compile Include="System.Windows.Forms.VisualStyles\CheckBoxState.cs" />
  139. <Compile Include="System.Windows.Forms.VisualStyles\ColorProperty.cs" />
  140. <Compile Include="System.Windows.Forms.VisualStyles\ComboBoxState.cs" />
  141. <Compile Include="System.Windows.Forms.VisualStyles\ContentAlignment.cs" />
  142. <Compile Include="System.Windows.Forms.VisualStyles\EdgeEffects.cs" />
  143. <Compile Include="System.Windows.Forms.VisualStyles\Edges.cs" />
  144. <Compile Include="System.Windows.Forms.VisualStyles\EdgeStyle.cs" />
  145. <Compile Include="System.Windows.Forms.VisualStyles\EnumProperty.cs" />
  146. <Compile Include="System.Windows.Forms.VisualStyles\FilenameProperty.cs" />
  147. <Compile Include="System.Windows.Forms.VisualStyles\FillType.cs" />
  148. <Compile Include="System.Windows.Forms.VisualStyles\FontProperty.cs" />
  149. <Compile Include="System.Windows.Forms.VisualStyles\GlyphFontSizingType.cs" />
  150. <Compile Include="System.Windows.Forms.VisualStyles\GlyphType.cs" />
  151. <Compile Include="System.Windows.Forms.VisualStyles\GroupBoxState.cs" />
  152. <Compile Include="System.Windows.Forms.VisualStyles\GtkPlus.cs" />
  153. <Compile Include="System.Windows.Forms.VisualStyles\HitTestCode.cs" />
  154. <Compile Include="System.Windows.Forms.VisualStyles\HitTestOptions.cs" />
  155. <Compile Include="System.Windows.Forms.VisualStyles\HorizontalAlign.cs" />
  156. <Compile Include="System.Windows.Forms.VisualStyles\IconEffect.cs" />
  157. <Compile Include="System.Windows.Forms.VisualStyles\ImageOrientation.cs" />
  158. <Compile Include="System.Windows.Forms.VisualStyles\ImageSelectType.cs" />
  159. <Compile Include="System.Windows.Forms.VisualStyles\IntegerProperty.cs" />
  160. <Compile Include="System.Windows.Forms.VisualStyles\IVisualStyles.cs" />
  161. <Compile Include="System.Windows.Forms.VisualStyles\MarginProperty.cs" />
  162. <Compile Include="System.Windows.Forms.VisualStyles\OffsetType.cs" />
  163. <Compile Include="System.Windows.Forms.VisualStyles\PointProperty.cs" />
  164. <Compile Include="System.Windows.Forms.VisualStyles\PushButtonState.cs" />
  165. <Compile Include="System.Windows.Forms.VisualStyles\RadioButtonState.cs" />
  166. <Compile Include="System.Windows.Forms.VisualStyles\ScrollBarArrowButtonState.cs" />
  167. <Compile Include="System.Windows.Forms.VisualStyles\ScrollBarSizeBoxState.cs" />
  168. <Compile Include="System.Windows.Forms.VisualStyles\ScrollBarState.cs" />
  169. <Compile Include="System.Windows.Forms.VisualStyles\SizingType.cs" />
  170. <Compile Include="System.Windows.Forms.VisualStyles\StringProperty.cs" />
  171. <Compile Include="System.Windows.Forms.VisualStyles\TabItemState.cs" />
  172. <Compile Include="System.Windows.Forms.VisualStyles\TextBoxState.cs" />
  173. <Compile Include="System.Windows.Forms.VisualStyles\TextMetrics.cs" />
  174. <Compile Include="System.Windows.Forms.VisualStyles\TextMetricsCharacterSet.cs" />
  175. <Compile Include="System.Windows.Forms.VisualStyles\TextMetricsPitchAndFamilyValues.cs" />
  176. <Compile Include="System.Windows.Forms.VisualStyles\TextShadowType.cs" />
  177. <Compile Include="System.Windows.Forms.VisualStyles\ThemeSizeType.cs" />
  178. <Compile Include="System.Windows.Forms.VisualStyles\ToolBarState.cs" />
  179. <Compile Include="System.Windows.Forms.VisualStyles\TrackBarThumbState.cs" />
  180. <Compile Include="System.Windows.Forms.VisualStyles\TrueSizeScalingType.cs" />
  181. <Compile Include="System.Windows.Forms.VisualStyles\UXTheme.cs" />
  182. <Compile Include="System.Windows.Forms.VisualStyles\VerticalAlignment.cs" />
  183. <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleElement.cs" />
  184. <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleInformation.cs" />
  185. <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleRenderer.cs" />
  186. <Compile Include="System.Windows.Forms.VisualStyles\VisualStylesEngine.cs" />
  187. <Compile Include="System.Windows.Forms.VisualStyles\VisualStylesGtkPlus.cs" />
  188. <Compile Include="System.Windows.Forms.VisualStyles\VisualStylesNative.cs" />
  189. <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleState.cs" />
  190. <Compile Include="System.Windows.Forms.WebBrowserDialogs\AlertCheck.cs" />
  191. <Compile Include="System.Windows.Forms.WebBrowserDialogs\ConfirmCheck.cs" />
  192. <Compile Include="System.Windows.Forms.WebBrowserDialogs\Generic.cs" />
  193. <Compile Include="System.Windows.Forms.WebBrowserDialogs\Prompt.cs" />
  194. <Compile Include="System.Windows.Forms\AccessibleEvents.cs" />
  195. <Compile Include="System.Windows.Forms\AccessibleNavigation.cs" />
  196. <Compile Include="System.Windows.Forms\AccessibleObject.cs" />
  197. <Compile Include="System.Windows.Forms\AccessibleRole.cs" />
  198. <Compile Include="System.Windows.Forms\AccessibleSelection.cs" />
  199. <Compile Include="System.Windows.Forms\AccessibleStates.cs" />
  200. <Compile Include="System.Windows.Forms\AmbientProperties.cs" />
  201. <Compile Include="System.Windows.Forms\AnchorStyles.cs" />
  202. <Compile Include="System.Windows.Forms\Appearance.cs" />
  203. <Compile Include="System.Windows.Forms\Application.cs" />
  204. <Compile Include="System.Windows.Forms\ApplicationContext.cs" />
  205. <Compile Include="System.Windows.Forms\ArrangeDirection.cs" />
  206. <Compile Include="System.Windows.Forms\ArrangeStartingPosition.cs" />
  207. <Compile Include="System.Windows.Forms\ArrowDirection.cs" />
  208. <Compile Include="System.Windows.Forms\AsyncMethodData.cs" />
  209. <Compile Include="System.Windows.Forms\AsyncMethodResult.cs" />
  210. <Compile Include="System.Windows.Forms\AutoCompleteMode.cs" />
  211. <Compile Include="System.Windows.Forms\AutoCompleteSource.cs" />
  212. <Compile Include="System.Windows.Forms\AutoCompleteStringCollection.cs" />
  213. <Compile Include="System.Windows.Forms\AutoScaleMode.cs" />
  214. <Compile Include="System.Windows.Forms\AutoSizeMode.cs" />
  215. <Compile Include="System.Windows.Forms\AutoValidate.cs" />
  216. <Compile Include="System.Windows.Forms\AxHost.cs" />
  217. <Compile Include="System.Windows.Forms\BaseCollection.cs" />
  218. <Compile Include="System.Windows.Forms\BatteryChargeStatus.cs" />
  219. <Compile Include="System.Windows.Forms\Binding.cs" />
  220. <Compile Include="System.Windows.Forms\BindingCompleteContext.cs" />
  221. <Compile Include="System.Windows.Forms\BindingCompleteEventArgs.cs" />
  222. <Compile Include="System.Windows.Forms\BindingCompleteEventHandler.cs" />
  223. <Compile Include="System.Windows.Forms\BindingCompleteState.cs" />
  224. <Compile Include="System.Windows.Forms\BindingContext.cs" />
  225. <Compile Include="System.Windows.Forms\BindingManagerBase.cs" />
  226. <Compile Include="System.Windows.Forms\BindingManagerDataErrorEventArgs.cs" />
  227. <Compile Include="System.Windows.Forms\BindingManagerDataErrorEventHandler.cs" />
  228. <Compile Include="System.Windows.Forms\BindingMemberInfo.cs" />
  229. <Compile Include="System.Windows.Forms\BindingNavigator.cs" />
  230. <Compile Include="System.Windows.Forms\BindingsCollection.cs" />
  231. <Compile Include="System.Windows.Forms\BindingSource.cs" />
  232. <Compile Include="System.Windows.Forms\BootMode.cs" />
  233. <Compile Include="System.Windows.Forms\Border3DSide.cs" />
  234. <Compile Include="System.Windows.Forms\Border3DStyle.cs" />
  235. <Compile Include="System.Windows.Forms\BorderStyle.cs" />
  236. <Compile Include="System.Windows.Forms\BoundsSpecified.cs" />
  237. <Compile Include="System.Windows.Forms\Button.cs" />
  238. <Compile Include="System.Windows.Forms\ButtonBase.cs" />
  239. <Compile Include="System.Windows.Forms\ButtonBorderStyle.cs" />
  240. <Compile Include="System.Windows.Forms\ButtonRenderer.cs" />
  241. <Compile Include="System.Windows.Forms\ButtonState.cs" />
  242. <Compile Include="System.Windows.Forms\CacheVirtualItemsEventArgs.cs" />
  243. <Compile Include="System.Windows.Forms\CacheVirtualItemsEventHandler.cs" />
  244. <Compile Include="System.Windows.Forms\CaptionButton.cs" />
  245. <Compile Include="System.Windows.Forms\CategoryGridEntry.cs" />
  246. <Compile Include="System.Windows.Forms\CharacterCasing.cs" />
  247. <Compile Include="System.Windows.Forms\CheckBox.cs" />
  248. <Compile Include="System.Windows.Forms\CheckBoxRenderer.cs" />
  249. <Compile Include="System.Windows.Forms\CheckedListBox.cs" />
  250. <Compile Include="System.Windows.Forms\CheckState.cs" />
  251. <Compile Include="System.Windows.Forms\Clipboard.cs" />
  252. <Compile Include="System.Windows.Forms\CloseReason.cs" />
  253. <Compile Include="System.Windows.Forms\ColorDepth.cs" />
  254. <Compile Include="System.Windows.Forms\ColorDialog.cs" />
  255. <Compile Include="System.Windows.Forms\ColumnClickEventArgs.cs" />
  256. <Compile Include="System.Windows.Forms\ColumnClickEventHandler.cs" />
  257. <Compile Include="System.Windows.Forms\ColumnHeader.cs" />
  258. <Compile Include="System.Windows.Forms\ColumnHeaderAutoResizeStyle.cs" />
  259. <Compile Include="System.Windows.Forms\ColumnHeaderConverter.cs" />
  260. <Compile Include="System.Windows.Forms\ColumnHeaderStyle.cs" />
  261. <Compile Include="System.Windows.Forms\ColumnReorderedEventArgs.cs" />
  262. <Compile Include="System.Windows.Forms\ColumnReorderedEventHandler.cs" />
  263. <Compile Include="System.Windows.Forms\ColumnStyle.cs" />
  264. <Compile Include="System.Windows.Forms\ColumnWidthChangedEventArgs.cs" />
  265. <Compile Include="System.Windows.Forms\ColumnWidthChangedEventHandler.cs" />
  266. <Compile Include="System.Windows.Forms\ColumnWidthChangingEventArgs.cs" />
  267. <Compile Include="System.Windows.Forms\ColumnWidthChangingEventHandler.cs" />
  268. <Compile Include="System.Windows.Forms\ComboBox.cs" />
  269. <Compile Include="System.Windows.Forms\ComboBoxRenderer.cs" />
  270. <Compile Include="System.Windows.Forms\ComboBoxStyle.cs" />
  271. <Compile Include="System.Windows.Forms\CommonDialog.cs" />
  272. <Compile Include="System.Windows.Forms\ComponentModel.cs" />
  273. <Compile Include="System.Windows.Forms\ContainerControl.cs" />
  274. <Compile Include="System.Windows.Forms\ContentsResizedEventArgs.cs" />
  275. <Compile Include="System.Windows.Forms\ContentsResizedEventHandler.cs" />
  276. <Compile Include="System.Windows.Forms\ContextMenu.cs" />
  277. <Compile Include="System.Windows.Forms\ContextMenuStrip.cs" />
  278. <Compile Include="System.Windows.Forms\Control.cs" />
  279. <Compile Include="System.Windows.Forms\ControlBindingsCollection.cs" />
  280. <Compile Include="System.Windows.Forms\ControlEventArgs.cs" />
  281. <Compile Include="System.Windows.Forms\ControlEventHandler.cs" />
  282. <Compile Include="System.Windows.Forms\ControlPaint.cs" />
  283. <Compile Include="System.Windows.Forms\ControlStyles.cs" />
  284. <Compile Include="System.Windows.Forms\ControlUpdateMode.cs" />
  285. <Compile Include="System.Windows.Forms\ConvertEventArgs.cs" />
  286. <Compile Include="System.Windows.Forms\ConvertEventHandler.cs" />
  287. <Compile Include="System.Windows.Forms\CreateParams.cs" />
  288. <Compile Include="System.Windows.Forms\CurrencyManager.cs" />
  289. <Compile Include="System.Windows.Forms\Cursor.cs" />
  290. <Compile Include="System.Windows.Forms\CursorConverter.cs" />
  291. <Compile Include="System.Windows.Forms\Cursors.cs" />
  292. <Compile Include="System.Windows.Forms\DataFormats.cs" />
  293. <Compile Include="System.Windows.Forms\DataGrid.cs" />
  294. <Compile Include="System.Windows.Forms\DataGridBoolColumn.cs" />
  295. <Compile Include="System.Windows.Forms\DataGridCell.cs" />
  296. <Compile Include="System.Windows.Forms\DataGridColumnStyle.cs" />
  297. <Compile Include="System.Windows.Forms\DataGridLineStyle.cs" />
  298. <Compile Include="System.Windows.Forms\DataGridParentRowsLabelStyle.cs" />
  299. <Compile Include="System.Windows.Forms\DataGridPreferredColumnWidthTypeConverter.cs" />
  300. <Compile Include="System.Windows.Forms\DataGridTableStyle.cs" />
  301. <Compile Include="System.Windows.Forms\DataGridTextBox.cs" />
  302. <Compile Include="System.Windows.Forms\DataGridTextBoxColumn.cs" />
  303. <Compile Include="System.Windows.Forms\DataGridView.cs" />
  304. <Compile Include="System.Windows.Forms\DataGridViewAdvancedBorderStyle.cs" />
  305. <Compile Include="System.Windows.Forms\DataGridViewAdvancedCellBorderStyle.cs" />
  306. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeColumnMode.cs" />
  307. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeColumnModeEventArgs.cs" />
  308. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeColumnModeEventHandler.cs" />
  309. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeColumnsMode.cs" />
  310. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeColumnsModeEventArgs.cs" />
  311. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeColumnsModeEventHandler.cs" />
  312. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeModeEventArgs.cs" />
  313. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeModeEventHandler.cs" />
  314. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeRowMode.cs" />
  315. <Compile Include="System.Windows.Forms\DataGridViewAutoSizeRowsMode.cs" />
  316. <Compile Include="System.Windows.Forms\DataGridViewBand.cs" />
  317. <Compile Include="System.Windows.Forms\DataGridViewBindingCompleteEventArgs.cs" />
  318. <Compile Include="System.Windows.Forms\DataGridViewBindingCompleteEventHandler.cs" />
  319. <Compile Include="System.Windows.Forms\DataGridViewButtonCell.cs" />
  320. <Compile Include="System.Windows.Forms\DataGridViewButtonColumn.cs" />
  321. <Compile Include="System.Windows.Forms\DataGridViewCell.cs" />
  322. <Compile Include="System.Windows.Forms\DataGridViewCellBorderStyle.cs" />
  323. <Compile Include="System.Windows.Forms\DataGridViewCellCancelEventArgs.cs" />
  324. <Compile Include="System.Windows.Forms\DataGridViewCellCancelEventHandler.cs" />
  325. <Compile Include="System.Windows.Forms\DataGridViewCellCollection.cs" />
  326. <Compile Include="System.Windows.Forms\DataGridViewCellContextMenuStripNeededEventArgs.cs" />
  327. <Compile Include="System.Windows.Forms\DataGridViewCellContextMenuStripNeededEventHandler.cs" />
  328. <Compile Include="System.Windows.Forms\DataGridViewCellErrorTextNeededEventArgs.cs" />
  329. <Compile Include="System.Windows.Forms\DataGridViewCellErrorTextNeededEventHandler.cs" />
  330. <Compile Include="System.Windows.Forms\DataGridViewCellEventArgs.cs" />
  331. <Compile Include="System.Windows.Forms\DataGridViewCellEventHandler.cs" />
  332. <Compile Include="System.Windows.Forms\DataGridViewCellFormattingEventArgs.cs" />
  333. <Compile Include="System.Windows.Forms\DataGridViewCellFormattingEventHandler.cs" />
  334. <Compile Include="System.Windows.Forms\DataGridViewCellMouseEventArgs.cs" />
  335. <Compile Include="System.Windows.Forms\DataGridViewCellMouseEventHandler.cs" />
  336. <Compile Include="System.Windows.Forms\DataGridViewCellPaintingEventArgs.cs" />
  337. <Compile Include="System.Windows.Forms\DataGridViewCellPaintingEventHandler.cs" />
  338. <Compile Include="System.Windows.Forms\DataGridViewCellParsingEventArgs.cs" />
  339. <Compile Include="System.Windows.Forms\DataGridViewCellParsingEventHandler.cs" />
  340. <Compile Include="System.Windows.Forms\DataGridViewCellStateChangedEventArgs.cs" />
  341. <Compile Include="System.Windows.Forms\DataGridViewCellStateChangedEventHandler.cs" />
  342. <Compile Include="System.Windows.Forms\DataGridViewCellStyle.cs" />
  343. <Compile Include="System.Windows.Forms\DataGridViewCellStyleContentChangedEventArgs.cs" />
  344. <Compile Include="System.Windows.Forms\DataGridViewCellStyleContentChangedEventHandler.cs" />
  345. <Compile Include="System.Windows.Forms\DataGridViewCellStyleConverter.cs" />
  346. <Compile Include="System.Windows.Forms\DataGridViewCellStyleScopes.cs" />
  347. <Compile Include="System.Windows.Forms\DataGridViewCellToolTipTextNeededEventArgs.cs" />
  348. <Compile Include="System.Windows.Forms\DataGridViewCellToolTipTextNeededEventHandler.cs" />
  349. <Compile Include="System.Windows.Forms\DataGridViewCellValidatingEventArgs.cs" />
  350. <Compile Include="System.Windows.Forms\DataGridViewCellValidatingEventHandler.cs" />
  351. <Compile Include="System.Windows.Forms\DataGridViewCellValueEventArgs.cs" />
  352. <Compile Include="System.Windows.Forms\DataGridViewCellValueEventHandler.cs" />
  353. <Compile Include="System.Windows.Forms\DataGridViewCheckBoxCell.cs" />
  354. <Compile Include="System.Windows.Forms\DataGridViewCheckBoxColumn.cs" />
  355. <Compile Include="System.Windows.Forms\DataGridViewClipboardCopyMode.cs" />
  356. <Compile Include="System.Windows.Forms\DataGridViewColumn.cs" />
  357. <Compile Include="System.Windows.Forms\DataGridViewColumnCollection.cs" />
  358. <Compile Include="System.Windows.Forms\DataGridViewColumnDesignTimeVisibleAttribute.cs" />
  359. <Compile Include="System.Windows.Forms\DataGridViewColumnDividerDoubleClickEventArgs.cs" />
  360. <Compile Include="System.Windows.Forms\DataGridViewColumnDividerDoubleClickEventHandler.cs" />
  361. <Compile Include="System.Windows.Forms\DataGridViewColumnEventArgs.cs" />
  362. <Compile Include="System.Windows.Forms\DataGridViewColumnEventHandler.cs" />
  363. <Compile Include="System.Windows.Forms\DataGridViewColumnHeaderCell.cs" />
  364. <Compile Include="System.Windows.Forms\DataGridViewColumnHeadersHeightSizeMode.cs" />
  365. <Compile Include="System.Windows.Forms\DataGridViewColumnSortMode.cs" />
  366. <Compile Include="System.Windows.Forms\DataGridViewColumnStateChangedEventArgs.cs" />
  367. <Compile Include="System.Windows.Forms\DataGridViewColumnStateChangedEventHandler.cs" />
  368. <Compile Include="System.Windows.Forms\DataGridViewComboBoxCell.cs" />
  369. <Compile Include="System.Windows.Forms\DataGridViewComboBoxColumn.cs" />
  370. <Compile Include="System.Windows.Forms\DataGridViewComboBoxDisplayStyle.cs" />
  371. <Compile Include="System.Windows.Forms\DataGridViewComboBoxEditingControl.cs" />
  372. <Compile Include="System.Windows.Forms\DataGridViewContentAlignment.cs" />
  373. <Compile Include="System.Windows.Forms\DataGridViewDataErrorContexts.cs" />
  374. <Compile Include="System.Windows.Forms\DataGridViewDataErrorEventArgs.cs" />
  375. <Compile Include="System.Windows.Forms\DataGridViewDataErrorEventHandler.cs" />
  376. <Compile Include="System.Windows.Forms\DataGridViewEditingControlShowingEventArgs.cs" />
  377. <Compile Include="System.Windows.Forms\DataGridViewEditingControlShowingEventHandler.cs" />
  378. <Compile Include="System.Windows.Forms\DataGridViewEditMode.cs" />
  379. <Compile Include="System.Windows.Forms\DataGridViewElement.cs" />
  380. <Compile Include="System.Windows.Forms\DataGridViewElementStates.cs" />
  381. <Compile Include="System.Windows.Forms\DataGridViewHeaderBorderStyle.cs" />
  382. <Compile Include="System.Windows.Forms\DataGridViewHeaderCell.cs" />
  383. <Compile Include="System.Windows.Forms\DataGridViewHitTestType.cs" />
  384. <Compile Include="System.Windows.Forms\DataGridViewImageCell.cs" />
  385. <Compile Include="System.Windows.Forms\DataGridViewImageCellLayout.cs" />
  386. <Compile Include="System.Windows.Forms\DataGridViewImageColumn.cs" />
  387. <Compile Include="System.Windows.Forms\DataGridViewLinkCell.cs" />
  388. <Compile Include="System.Windows.Forms\DataGridViewLinkColumn.cs" />
  389. <Compile Include="System.Windows.Forms\DataGridViewPaintParts.cs" />
  390. <Compile Include="System.Windows.Forms\DataGridViewRow.cs" />
  391. <Compile Include="System.Windows.Forms\DataGridViewRowCancelEventArgs.cs" />
  392. <Compile Include="System.Windows.Forms\DataGridViewRowCancelEventHandler.cs" />
  393. <Compile Include="System.Windows.Forms\DataGridViewRowCollection.cs" />
  394. <Compile Include="System.Windows.Forms\DataGridViewRowContextMenuStripNeededEventArgs.cs" />
  395. <Compile Include="System.Windows.Forms\DataGridViewRowContextMenuStripNeededEventHandler.cs" />
  396. <Compile Include="System.Windows.Forms\DataGridViewRowDividerDoubleClickEventArgs.cs" />
  397. <Compile Include="System.Windows.Forms\DataGridViewRowDividerDoubleClickEventHandler.cs" />
  398. <Compile Include="System.Windows.Forms\DataGridViewRowErrorTextNeededEventArgs.cs" />
  399. <Compile Include="System.Windows.Forms\DataGridViewRowErrorTextNeededEventHandler.cs" />
  400. <Compile Include="System.Windows.Forms\DataGridViewRowEventArgs.cs" />
  401. <Compile Include="System.Windows.Forms\DataGridViewRowEventHandler.cs" />
  402. <Compile Include="System.Windows.Forms\DataGridViewRowHeaderCell.cs" />
  403. <Compile Include="System.Windows.Forms\DataGridViewRowHeadersWidthSizeMode.cs" />
  404. <Compile Include="System.Windows.Forms\DataGridViewRowHeightInfoNeededEventArgs.cs" />
  405. <Compile Include="System.Windows.Forms\DataGridViewRowHeightInfoNeededEventHandler.cs" />
  406. <Compile Include="System.Windows.Forms\DataGridViewRowHeightInfoPushedEventArgs.cs" />
  407. <Compile Include="System.Windows.Forms\DataGridViewRowHeightInfoPushedEventHandler.cs" />
  408. <Compile Include="System.Windows.Forms\DataGridViewRowPostPaintEventArgs.cs" />
  409. <Compile Include="System.Windows.Forms\DataGridViewRowPostPaintEventHandler.cs" />
  410. <Compile Include="System.Windows.Forms\DataGridViewRowPrePaintEventArgs.cs" />
  411. <Compile Include="System.Windows.Forms\DataGridViewRowPrePaintEventHandler.cs" />
  412. <Compile Include="System.Windows.Forms\DataGridViewRowsAddedEventArgs.cs" />
  413. <Compile Include="System.Windows.Forms\DataGridViewRowsAddedEventHandler.cs" />
  414. <Compile Include="System.Windows.Forms\DataGridViewRowsRemovedEventArgs.cs" />
  415. <Compile Include="System.Windows.Forms\DataGridViewRowsRemovedEventHandler.cs" />
  416. <Compile Include="System.Windows.Forms\DataGridViewRowStateChangedEventArgs.cs" />
  417. <Compile Include="System.Windows.Forms\DataGridViewRowStateChangedEventHandler.cs" />
  418. <Compile Include="System.Windows.Forms\DataGridViewSelectedCellCollection.cs" />
  419. <Compile Include="System.Windows.Forms\DataGridViewSelectedColumnCollection.cs" />
  420. <Compile Include="System.Windows.Forms\DataGridViewSelectedRowCollection.cs" />
  421. <Compile Include="System.Windows.Forms\DataGridViewSelectionMode.cs" />
  422. <Compile Include="System.Windows.Forms\DataGridViewSortCompareEventArgs.cs" />
  423. <Compile Include="System.Windows.Forms\DataGridViewSortCompareEventHandler.cs" />
  424. <Compile Include="System.Windows.Forms\DataGridViewTextBoxCell.cs" />
  425. <Compile Include="System.Windows.Forms\DataGridViewTextBoxColumn.cs" />
  426. <Compile Include="System.Windows.Forms\DataGridViewTextBoxEditingControl.cs" />
  427. <Compile Include="System.Windows.Forms\DataGridViewTopLeftHeaderCell.cs" />
  428. <Compile Include="System.Windows.Forms\DataGridViewTriState.cs" />
  429. <Compile Include="System.Windows.Forms\DataObject.cs" />
  430. <Compile Include="System.Windows.Forms\DataSourceUpdateMode.cs" />
  431. <Compile Include="System.Windows.Forms\DateBoldEventArgs.cs" />
  432. <Compile Include="System.Windows.Forms\DateBoldEventHandler.cs" />
  433. <Compile Include="System.Windows.Forms\DateRangeEventArgs.cs" />
  434. <Compile Include="System.Windows.Forms\DateRangeEventHandler.cs" />
  435. <Compile Include="System.Windows.Forms\DateTimePicker.cs" />
  436. <Compile Include="System.Windows.Forms\DateTimePickerFormat.cs" />
  437. <Compile Include="System.Windows.Forms\Day.cs" />
  438. <Compile Include="System.Windows.Forms\DialogResult.cs" />
  439. <Compile Include="System.Windows.Forms\DockingAttribute.cs" />
  440. <Compile Include="System.Windows.Forms\DockingBehavior.cs" />
  441. <Compile Include="System.Windows.Forms\DockStyle.cs" />
  442. <Compile Include="System.Windows.Forms\DomainUpDown.cs" />
  443. <Compile Include="System.Windows.Forms\DragAction.cs" />
  444. <Compile Include="System.Windows.Forms\DragDropEffects.cs" />
  445. <Compile Include="System.Windows.Forms\DragEventArgs.cs" />
  446. <Compile Include="System.Windows.Forms\DragEventHandler.cs" />
  447. <Compile Include="System.Windows.Forms\DrawItemEventArgs.cs" />
  448. <Compile Include="System.Windows.Forms\DrawItemEventHandler.cs" />
  449. <Compile Include="System.Windows.Forms\DrawItemState.cs" />
  450. <Compile Include="System.Windows.Forms\DrawListViewColumnHeaderEventArgs.cs" />
  451. <Compile Include="System.Windows.Forms\DrawListViewColumnHeaderEventHandler.cs" />
  452. <Compile Include="System.Windows.Forms\DrawListViewItemEventArgs.cs" />
  453. <Compile Include="System.Windows.Forms\DrawListViewItemEventHandler.cs" />
  454. <Compile Include="System.Windows.Forms\DrawListViewSubItemEventArgs.cs" />
  455. <Compile Include="System.Windows.Forms\DrawListViewSubItemEventHandler.cs" />
  456. <Compile Include="System.Windows.Forms\DrawMode.cs" />
  457. <Compile Include="System.Windows.Forms\DrawToolTipEventArgs.cs" />
  458. <Compile Include="System.Windows.Forms\DrawToolTipEventHandler.cs" />
  459. <Compile Include="System.Windows.Forms\DrawTreeNodeEventArgs.cs" />
  460. <Compile Include="System.Windows.Forms\DrawTreeNodeEventHandler.cs" />
  461. <Compile Include="System.Windows.Forms\ErrorBlinkStyle.cs" />
  462. <Compile Include="System.Windows.Forms\ErrorIconAlignment.cs" />
  463. <Compile Include="System.Windows.Forms\ErrorProvider.cs" />
  464. <Compile Include="System.Windows.Forms\FeatureSupport.cs" />
  465. <Compile Include="System.Windows.Forms\FileDialog.cs" />
  466. <Compile Include="System.Windows.Forms\FileDialogCustomPlace.cs" />
  467. <Compile Include="System.Windows.Forms\FileDialogCustomPlacesCollection.cs" />
  468. <Compile Include="System.Windows.Forms\FixedPanel.cs" />
  469. <Compile Include="System.Windows.Forms\FixedSizeTextBox.cs" />
  470. <Compile Include="System.Windows.Forms\FlatButtonAppearance.cs" />
  471. <Compile Include="System.Windows.Forms\FlatStyle.cs" />
  472. <Compile Include="System.Windows.Forms\FlowDirection.cs" />
  473. <Compile Include="System.Windows.Forms\FlowLayoutPanel.cs" />
  474. <Compile Include="System.Windows.Forms\FlowLayoutSettings.cs" />
  475. <Compile Include="System.Windows.Forms\FolderBrowserDialog.cs" />
  476. <Compile Include="System.Windows.Forms\FontDialog.cs" />
  477. <Compile Include="System.Windows.Forms\Form.cs" />
  478. <Compile Include="System.Windows.Forms\FormBorderStyle.cs" />
  479. <Compile Include="System.Windows.Forms\FormClosedEventArgs.cs" />
  480. <Compile Include="System.Windows.Forms\FormClosedEventHandler.cs" />
  481. <Compile Include="System.Windows.Forms\FormClosingEventArgs.cs" />
  482. <Compile Include="System.Windows.Forms\FormClosingEventHandler.cs" />
  483. <Compile Include="System.Windows.Forms\FormCollection.cs" />
  484. <Compile Include="System.Windows.Forms\FormStartPosition.cs" />
  485. <Compile Include="System.Windows.Forms\FormWindowManager.cs" />
  486. <Compile Include="System.Windows.Forms\FormWindowState.cs" />
  487. <Compile Include="System.Windows.Forms\FrameStyle.cs" />
  488. <Compile Include="System.Windows.Forms\GetChildAtPointSkip.cs" />
  489. <Compile Include="System.Windows.Forms\GiveFeedbackEventArgs.cs" />
  490. <Compile Include="System.Windows.Forms\GiveFeedbackEventHandler.cs" />
  491. <Compile Include="System.Windows.Forms\GridColumnStylesCollection.cs" />
  492. <Compile Include="System.Windows.Forms\GridEntry.cs" />
  493. <Compile Include="System.Windows.Forms\GridItem.cs" />
  494. <Compile Include="System.Windows.Forms\GridItemCollection.cs" />
  495. <Compile Include="System.Windows.Forms\GridItemType.cs" />
  496. <Compile Include="System.Windows.Forms\GridTablesFactory.cs" />
  497. <Compile Include="System.Windows.Forms\GridTableStylesCollection.cs" />
  498. <Compile Include="System.Windows.Forms\GroupBox.cs" />
  499. <Compile Include="System.Windows.Forms\GroupBoxRenderer.cs" />
  500. <Compile Include="System.Windows.Forms\HandledMouseEventArgs.cs" />
  501. <Compile Include="System.Windows.Forms\Help.cs" />
  502. <Compile Include="System.Windows.Forms\HelpEventArgs.cs" />
  503. <Compile Include="System.Windows.Forms\HelpEventHandler.cs" />
  504. <Compile Include="System.Windows.Forms\HelpNavigator.cs" />
  505. <Compile Include="System.Windows.Forms\HelpProvider.cs" />
  506. <Compile Include="System.Windows.Forms\HorizontalAlignment.cs" />
  507. <Compile Include="System.Windows.Forms\HScrollBar.cs" />
  508. <Compile Include="System.Windows.Forms\HScrollProperties.cs" />
  509. <Compile Include="System.Windows.Forms\HtmlDocument.cs" />
  510. <Compile Include="System.Windows.Forms\HtmlElement.cs" />
  511. <Compile Include="System.Windows.Forms\HtmlElementCollection.cs" />
  512. <Compile Include="System.Windows.Forms\HtmlElementErrorEventArgs.cs" />
  513. <Compile Include="System.Windows.Forms\HtmlElementErrorEventHandler.cs" />
  514. <Compile Include="System.Windows.Forms\HtmlElementEventArgs.cs" />
  515. <Compile Include="System.Windows.Forms\HtmlElementEventHandler.cs" />
  516. <Compile Include="System.Windows.Forms\HtmlElementInsertionOrientation.cs" />
  517. <Compile Include="System.Windows.Forms\HtmlHistory.cs" />
  518. <Compile Include="System.Windows.Forms\HtmlWindow.cs" />
  519. <Compile Include="System.Windows.Forms\HtmlWindowCollection.cs" />
  520. <Compile Include="System.Windows.Forms\Hwnd.cs" />
  521. <Compile Include="System.Windows.Forms\IBindableComponent.cs" />
  522. <Compile Include="System.Windows.Forms\IBounds.cs" />
  523. <Compile Include="System.Windows.Forms\IButtonControl.cs" />
  524. <Compile Include="System.Windows.Forms\ICommandExecutor.cs" />
  525. <Compile Include="System.Windows.Forms\IComponentEditorPageSite.cs" />
  526. <Compile Include="System.Windows.Forms\IContainerControl.cs" />
  527. <Compile Include="System.Windows.Forms\ICurrencyManagerProvider.cs" />
  528. <Compile Include="System.Windows.Forms\IDataGridColumnStyleEditingNotificationService.cs" />
  529. <Compile Include="System.Windows.Forms\IDataGridEditingService.cs" />
  530. <Compile Include="System.Windows.Forms\IDataGridViewEditingCell.cs" />
  531. <Compile Include="System.Windows.Forms\IDataGridViewEditingControl.cs" />
  532. <Compile Include="System.Windows.Forms\IDataObject.cs" />
  533. <Compile Include="System.Windows.Forms\IDropTarget.cs" />
  534. <Compile Include="System.Windows.Forms\IFeatureSupport.cs" />
  535. <Compile Include="System.Windows.Forms\IFileReaderService.cs" />
  536. <Compile Include="System.Windows.Forms\IKeyFilter.cs" />
  537. <Compile Include="System.Windows.Forms\ImageIndexConverter.cs" />
  538. <Compile Include="System.Windows.Forms\ImageKeyConverter.cs" />
  539. <Compile Include="System.Windows.Forms\ImageLayout.cs" />
  540. <Compile Include="System.Windows.Forms\ImageList.cs" />
  541. <Compile Include="System.Windows.Forms\ImageListConverter.cs" />
  542. <Compile Include="System.Windows.Forms\ImageListStreamer.cs" />
  543. <Compile Include="System.Windows.Forms\ImeMode.cs" />
  544. <Compile Include="System.Windows.Forms\IMessageFilter.cs" />
  545. <Compile Include="System.Windows.Forms\ImplicitHScrollBar.cs" />
  546. <Compile Include="System.Windows.Forms\ImplicitVScrollBar.cs" />
  547. <Compile Include="System.Windows.Forms\InputLanguage.cs" />
  548. <Compile Include="System.Windows.Forms\InputLanguageChangedEventArgs.cs" />
  549. <Compile Include="System.Windows.Forms\InputLanguageChangedEventHandler.cs" />
  550. <Compile Include="System.Windows.Forms\InputLanguageChangingEventArgs.cs" />
  551. <Compile Include="System.Windows.Forms\InputLanguageChangingEventHandler.cs" />
  552. <Compile Include="System.Windows.Forms\InputLanguageCollection.cs" />
  553. <Compile Include="System.Windows.Forms\InsertKeyMode.cs" />
  554. <Compile Include="System.Windows.Forms\InternalWindowManager.cs" />
  555. <Compile Include="System.Windows.Forms\InvalidateEventArgs.cs" />
  556. <Compile Include="System.Windows.Forms\InvalidateEventHandler.cs" />
  557. <Compile Include="System.Windows.Forms\IRootGridEntry.cs" />
  558. <Compile Include="System.Windows.Forms\ItemActivation.cs" />
  559. <Compile Include="System.Windows.Forms\ItemBoundsPortion.cs" />
  560. <Compile Include="System.Windows.Forms\ItemChangedEventArgs.cs" />
  561. <Compile Include="System.Windows.Forms\ItemChangedEventHandler.cs" />
  562. <Compile Include="System.Windows.Forms\ItemCheckedEventArgs.cs" />
  563. <Compile Include="System.Windows.Forms\ItemCheckedEventHandler.cs" />
  564. <Compile Include="System.Windows.Forms\ItemCheckEventArgs.cs" />
  565. <Compile Include="System.Windows.Forms\ItemCheckEventHandler.cs" />
  566. <Compile Include="System.Windows.Forms\ItemDragEventArgs.cs" />
  567. <Compile Include="System.Windows.Forms\ItemDragEventHandler.cs" />
  568. <Compile Include="System.Windows.Forms\IToolStripData.cs" />
  569. <Compile Include="System.Windows.Forms\IWin32Window.cs" />
  570. <Compile Include="System.Windows.Forms\IWindowTarget.cs" />
  571. <Compile Include="System.Windows.Forms\KeyboardLayouts.cs" />
  572. <Compile Include="System.Windows.Forms\KeyEventArgs.cs" />
  573. <Compile Include="System.Windows.Forms\KeyEventHandler.cs" />
  574. <Compile Include="System.Windows.Forms\KeyPressEventArgs.cs" />
  575. <Compile Include="System.Windows.Forms\KeyPressEventHandler.cs" />
  576. <Compile Include="System.Windows.Forms\Keys.cs" />
  577. <Compile Include="System.Windows.Forms\KeysConverter.cs" />
  578. <Compile Include="System.Windows.Forms\Label.cs" />
  579. <Compile Include="System.Windows.Forms\LabelEditEventArgs.cs" />
  580. <Compile Include="System.Windows.Forms\LabelEditEventHandler.cs" />
  581. <Compile Include="System.Windows.Forms\LabelEditTextBox.cs" />
  582. <Compile Include="System.Windows.Forms\LayoutEventArgs.cs" />
  583. <Compile Include="System.Windows.Forms\LayoutEventHandler.cs" />
  584. <Compile Include="System.Windows.Forms\LayoutSettings.cs" />
  585. <Compile Include="System.Windows.Forms\LeftRightAlignment.cs" />
  586. <Compile Include="System.Windows.Forms\Line.cs" />
  587. <Compile Include="System.Windows.Forms\LineTag.cs" />
  588. <Compile Include="System.Windows.Forms\LinkArea.cs" />
  589. <Compile Include="System.Windows.Forms\LinkBehavior.cs" />
  590. <Compile Include="System.Windows.Forms\LinkClickedEventArgs.cs" />
  591. <Compile Include="System.Windows.Forms\LinkClickedEventHandler.cs" />
  592. <Compile Include="System.Windows.Forms\LinkConverter.cs" />
  593. <Compile Include="System.Windows.Forms\LinkLabel.cs" />
  594. <Compile Include="System.Windows.Forms\LinkLabelLinkClickedEventArgs.cs" />
  595. <Compile Include="System.Windows.Forms\LinkLabelLinkClickedEventHandler.cs" />
  596. <Compile Include="System.Windows.Forms\LinkState.cs" />
  597. <Compile Include="System.Windows.Forms\ListBindingConverter.cs" />
  598. <Compile Include="System.Windows.Forms\ListBindingHelper.cs" />
  599. <Compile Include="System.Windows.Forms\ListBox.cs" />
  600. <Compile Include="System.Windows.Forms\ListControl.cs" />
  601. <Compile Include="System.Windows.Forms\ListControlConvertEventArgs.cs" />
  602. <Compile Include="System.Windows.Forms\ListControlConvertEventHandler.cs" />
  603. <Compile Include="System.Windows.Forms\ListView.cs" />
  604. <Compile Include="System.Windows.Forms\ListViewAlignment.cs" />
  605. <Compile Include="System.Windows.Forms\ListViewGroup.cs" />
  606. <Compile Include="System.Windows.Forms\ListViewGroupCollection.cs" />
  607. <Compile Include="System.Windows.Forms\ListViewHitTestInfo.cs" />
  608. <Compile Include="System.Windows.Forms\ListViewHitTestLocations.cs" />
  609. <Compile Include="System.Windows.Forms\ListViewInsertionMark.cs" />
  610. <Compile Include="System.Windows.Forms\ListViewItem.cs" />
  611. <Compile Include="System.Windows.Forms\ListViewItemConverter.cs" />
  612. <Compile Include="System.Windows.Forms\ListViewItemMouseHoverEventArgs.cs" />
  613. <Compile Include="System.Windows.Forms\ListViewItemMouseHoverEventHandler.cs" />
  614. <Compile Include="System.Windows.Forms\ListViewItemSelectionChangedEventArgs.cs" />
  615. <Compile Include="System.Windows.Forms\ListViewItemSelectionChangedEventHandler.cs" />
  616. <Compile Include="System.Windows.Forms\ListViewItemStates.cs" />
  617. <Compile Include="System.Windows.Forms\ListViewVirtualItemsSelectionRangeChangedEventArgs.cs" />
  618. <Compile Include="System.Windows.Forms\ListViewVirtualItemsSelectionRangeChangedEventHandler.cs" />
  619. <Compile Include="System.Windows.Forms\MainMenu.cs" />
  620. <Compile Include="System.Windows.Forms\MaskedTextBox.cs" />
  621. <Compile Include="System.Windows.Forms\MaskFormat.cs" />
  622. <Compile Include="System.Windows.Forms\MaskInputRejectedEventArgs.cs" />
  623. <Compile Include="System.Windows.Forms\MaskInputRejectedEventHandler.cs" />
  624. <Compile Include="System.Windows.Forms\MdiClient.cs" />
  625. <Compile Include="System.Windows.Forms\MdiControlStrip.cs" />
  626. <Compile Include="System.Windows.Forms\MdiLayout.cs" />
  627. <Compile Include="System.Windows.Forms\MdiWindowManager.cs" />
  628. <Compile Include="System.Windows.Forms\MeasureItemEventArgs.cs" />
  629. <Compile Include="System.Windows.Forms\MeasureItemEventHandler.cs" />
  630. <Compile Include="System.Windows.Forms\Menu.cs" />
  631. <Compile Include="System.Windows.Forms\MenuAPI.cs" />
  632. <Compile Include="System.Windows.Forms\MenuGlyph.cs" />
  633. <Compile Include="System.Windows.Forms\MenuItem.cs" />
  634. <Compile Include="System.Windows.Forms\MenuMerge.cs" />
  635. <Compile Include="System.Windows.Forms\MenuStrip.cs" />
  636. <Compile Include="System.Windows.Forms\MergeAction.cs" />
  637. <Compile Include="System.Windows.Forms\Message.cs" />
  638. <Compile Include="System.Windows.Forms\MessageBox.cs" />
  639. <Compile Include="System.Windows.Forms\MessageBoxButtons.cs" />
  640. <Compile Include="System.Windows.Forms\MessageBoxDefaultButton.cs" />
  641. <Compile Include="System.Windows.Forms\MessageBoxIcon.cs" />
  642. <Compile Include="System.Windows.Forms\MessageBoxOptions.cs" />
  643. <Compile Include="System.Windows.Forms\MethodInvoker.cs" />
  644. <Compile Include="System.Windows.Forms\Mime.cs" />
  645. <Compile Include="System.Windows.Forms\MimeIcon.cs" />
  646. <Compile Include="System.Windows.Forms\MonthCalendar.cs" />
  647. <Compile Include="System.Windows.Forms\MouseButtons.cs" />
  648. <Compile Include="System.Windows.Forms\MouseEventArgs.cs" />
  649. <Compile Include="System.Windows.Forms\MouseEventHandler.cs" />
  650. <Compile Include="System.Windows.Forms\MWFCategoryAttribute.cs" />
  651. <Compile Include="System.Windows.Forms\MWFDescriptionAttribute.cs" />
  652. <Compile Include="System.Windows.Forms\NativeWindow.cs" />
  653. <Compile Include="System.Windows.Forms\NavigateEventArgs.cs" />
  654. <Compile Include="System.Windows.Forms\NavigateEventHandler.cs" />
  655. <Compile Include="System.Windows.Forms\NodeLabelEditEventArgs.cs" />
  656. <Compile Include="System.Windows.Forms\NodeLabelEditEventHandler.cs" />
  657. <Compile Include="System.Windows.Forms\NotifyIcon.cs" />
  658. <Compile Include="System.Windows.Forms\NumericTextBox.cs" />
  659. <Compile Include="System.Windows.Forms\NumericUpDown.cs" />
  660. <Compile Include="System.Windows.Forms\NumericUpDownAcceleration.cs" />
  661. <Compile Include="System.Windows.Forms\NumericUpDownAccelerationCollection.cs" />
  662. <Compile Include="System.Windows.Forms\OpacityConverter.cs" />
  663. <Compile Include="System.Windows.Forms\OpenFileDialog.cs" />
  664. <Compile Include="System.Windows.Forms\OpenTreeNodeEnumerator.cs" />
  665. <Compile Include="System.Windows.Forms\Orientation.cs" />
  666. <Compile Include="System.Windows.Forms\OSFeature.cs" />
  667. <Compile Include="System.Windows.Forms\OwnerDrawPropertyBag.cs" />
  668. <Compile Include="System.Windows.Forms\Padding.cs" />
  669. <Compile Include="System.Windows.Forms\PaddingConverter.cs" />
  670. <Compile Include="System.Windows.Forms\PageSetupDialog.cs" />
  671. <Compile Include="System.Windows.Forms\PaintEventArgs.cs" />
  672. <Compile Include="System.Windows.Forms\PaintEventHandler.cs" />
  673. <Compile Include="System.Windows.Forms\Panel.cs" />
  674. <Compile Include="System.Windows.Forms\PictureBox.cs" />
  675. <Compile Include="System.Windows.Forms\PictureBoxSizeMode.cs" />
  676. <Compile Include="System.Windows.Forms\PopupEventArgs.cs" />
  677. <Compile Include="System.Windows.Forms\PopupEventHandler.cs" />
  678. <Compile Include="System.Windows.Forms\PowerLineStatus.cs" />
  679. <Compile Include="System.Windows.Forms\PowerState.cs" />
  680. <Compile Include="System.Windows.Forms\PowerStatus.cs" />
  681. <Compile Include="System.Windows.Forms\PreProcessControlState.cs" />
  682. <Compile Include="System.Windows.Forms\PreviewKeyDownEventArgs.cs" />
  683. <Compile Include="System.Windows.Forms\PreviewKeyDownEventHandler.cs" />
  684. <Compile Include="System.Windows.Forms\PrintControllerWithStatusDialog.cs" />
  685. <Compile Include="System.Windows.Forms\PrintDialog.cs" />
  686. <Compile Include="System.Windows.Forms\PrintPreviewControl.cs" />
  687. <Compile Include="System.Windows.Forms\PrintPreviewDialog.cs" />
  688. <Compile Include="System.Windows.Forms\ProfessionalColors.cs" />
  689. <Compile Include="System.Windows.Forms\ProfessionalColorTable.cs" />
  690. <Compile Include="System.Windows.Forms\ProgressBar.cs" />
  691. <Compile Include="System.Windows.Forms\ProgressBarRenderer.cs" />
  692. <Compile Include="System.Windows.Forms\ProgressBarStyle.cs" />
  693. <Compile Include="System.Windows.Forms\PropertyGrid.cs" />
  694. <Compile Include="System.Windows.Forms\PropertyGridCommands.cs" />
  695. <Compile Include="System.Windows.Forms\PropertyGridTextBox.cs" />
  696. <Compile Include="System.Windows.Forms\PropertyGridView.cs" />
  697. <Compile Include="System.Windows.Forms\PropertyManager.cs" />
  698. <Compile Include="System.Windows.Forms\PropertySort.cs" />
  699. <Compile Include="System.Windows.Forms\PropertyTabChangedEventArgs.cs" />
  700. <Compile Include="System.Windows.Forms\PropertyTabChangedEventHandler.cs" />
  701. <Compile Include="System.Windows.Forms\PropertyValueChangedEventArgs.cs" />
  702. <Compile Include="System.Windows.Forms\PropertyValueChangedEventHandler.cs" />
  703. <Compile Include="System.Windows.Forms\QueryAccessibilityHelpEventArgs.cs" />
  704. <Compile Include="System.Windows.Forms\QueryAccessibilityHelpEventHandler.cs" />
  705. <Compile Include="System.Windows.Forms\QueryContinueDragEventArgs.cs" />
  706. <Compile Include="System.Windows.Forms\QueryContinueDragEventHandler.cs" />
  707. <Compile Include="System.Windows.Forms\QuestionEventArgs.cs" />
  708. <Compile Include="System.Windows.Forms\QuestionEventHandler.cs" />
  709. <Compile Include="System.Windows.Forms\RadioButton.cs" />
  710. <Compile Include="System.Windows.Forms\RadioButtonRenderer.cs" />
  711. <Compile Include="System.Windows.Forms\RelatedCurrencyManager.cs" />
  712. <Compile Include="System.Windows.Forms\RelatedImageListAttribute.cs" />
  713. <Compile Include="System.Windows.Forms\RelatedPropertyManager.cs" />
  714. <Compile Include="System.Windows.Forms\RetrieveVirtualItemEventArgs.cs" />
  715. <Compile Include="System.Windows.Forms\RetrieveVirtualItemEventHandler.cs" />
  716. <Compile Include="System.Windows.Forms\RichTextBox.cs" />
  717. <Compile Include="System.Windows.Forms\RichTextBoxFinds.cs" />
  718. <Compile Include="System.Windows.Forms\RichTextBoxLanguageOptions.cs" />
  719. <Compile Include="System.Windows.Forms\RichTextBoxScrollBars.cs" />
  720. <Compile Include="System.Windows.Forms\RichTextBoxSelectionAttribute.cs" />
  721. <Compile Include="System.Windows.Forms\RichTextBoxSelectionTypes.cs" />
  722. <Compile Include="System.Windows.Forms\RichTextBoxStreamType.cs" />
  723. <Compile Include="System.Windows.Forms\RichTextBoxWordPunctuations.cs" />
  724. <Compile Include="System.Windows.Forms\RightToLeft.cs" />
  725. <Compile Include="System.Windows.Forms\RootGridEntry.cs" />
  726. <Compile Include="System.Windows.Forms\RowStyle.cs" />
  727. <Compile Include="System.Windows.Forms\SaveFileDialog.cs" />
  728. <Compile Include="System.Windows.Forms\Screen.cs" />
  729. <Compile Include="System.Windows.Forms\ScreenOrientation.cs" />
  730. <Compile Include="System.Windows.Forms\ScrollableControl.cs" />
  731. <Compile Include="System.Windows.Forms\ScrollBar.cs" />
  732. <Compile Include="System.Windows.Forms\ScrollBarRenderer.cs" />
  733. <Compile Include="System.Windows.Forms\ScrollBars.cs" />
  734. <Compile Include="System.Windows.Forms\ScrollButton.cs" />
  735. <Compile Include="System.Windows.Forms\ScrollEventArgs.cs" />
  736. <Compile Include="System.Windows.Forms\ScrollEventHandler.cs" />
  737. <Compile Include="System.Windows.Forms\ScrollEventType.cs" />
  738. <Compile Include="System.Windows.Forms\ScrollOrientation.cs" />
  739. <Compile Include="System.Windows.Forms\ScrollProperties.cs" />
  740. <Compile Include="System.Windows.Forms\SearchDirectionHint.cs" />
  741. <Compile Include="System.Windows.Forms\SearchForVirtualItemEventArgs.cs" />
  742. <Compile Include="System.Windows.Forms\SearchForVirtualItemEventHandler.cs" />
  743. <Compile Include="System.Windows.Forms\SecurityIDType.cs" />
  744. <Compile Include="System.Windows.Forms\SelectedGridItemChangedEventArgs.cs" />
  745. <Compile Include="System.Windows.Forms\SelectedGridItemChangedEventHandler.cs" />
  746. <Compile Include="System.Windows.Forms\SelectionMode.cs" />
  747. <Compile Include="System.Windows.Forms\SelectionRange.cs" />
  748. <Compile Include="System.Windows.Forms\SelectionRangeConverter.cs" />
  749. <Compile Include="System.Windows.Forms\SendKeys.cs" />
  750. <Compile Include="System.Windows.Forms\Shortcut.cs" />
  751. <Compile Include="System.Windows.Forms\SizeGrip.cs" />
  752. <Compile Include="System.Windows.Forms\SizeGripStyle.cs" />
  753. <Compile Include="System.Windows.Forms\SizeType.cs" />
  754. <Compile Include="System.Windows.Forms\SortOrder.cs" />
  755. <Compile Include="System.Windows.Forms\SplitContainer.cs" />
  756. <Compile Include="System.Windows.Forms\Splitter.cs" />
  757. <Compile Include="System.Windows.Forms\SplitterCancelEventArgs.cs" />
  758. <Compile Include="System.Windows.Forms\SplitterCancelEventHandler.cs" />
  759. <Compile Include="System.Windows.Forms\SplitterEventArgs.cs" />
  760. <Compile Include="System.Windows.Forms\SplitterEventHandler.cs" />
  761. <Compile Include="System.Windows.Forms\SplitterPanel.cs" />
  762. <Compile Include="System.Windows.Forms\StatusBar.cs" />
  763. <Compile Include="System.Windows.Forms\StatusBarDrawItemEventArgs.cs" />
  764. <Compile Include="System.Windows.Forms\StatusBarDrawItemEventHandler.cs" />
  765. <Compile Include="System.Windows.Forms\StatusBarPanel.cs" />
  766. <Compile Include="System.Windows.Forms\StatusBarPanelAutoSize.cs" />
  767. <Compile Include="System.Windows.Forms\StatusBarPanelBorderStyle.cs" />
  768. <Compile Include="System.Windows.Forms\StatusBarPanelClickEventArgs.cs" />
  769. <Compile Include="System.Windows.Forms\StatusBarPanelClickEventHandler.cs" />
  770. <Compile Include="System.Windows.Forms\StatusBarPanelStyle.cs" />
  771. <Compile Include="System.Windows.Forms\StatusStrip.cs" />
  772. <Compile Include="System.Windows.Forms\StructFormat.cs" />
  773. <Compile Include="System.Windows.Forms\SystemInformation.cs" />
  774. <Compile Include="System.Windows.Forms\SystemParameter.cs" />
  775. <Compile Include="System.Windows.Forms\TabAlignment.cs" />
  776. <Compile Include="System.Windows.Forms\TabAppearance.cs" />
  777. <Compile Include="System.Windows.Forms\TabControl.cs" />
  778. <Compile Include="System.Windows.Forms\TabControlAction.cs" />
  779. <Compile Include="System.Windows.Forms\TabControlCancelEventArgs.cs" />
  780. <Compile Include="System.Windows.Forms\TabControlCancelEventHandler.cs" />
  781. <Compile Include="System.Windows.Forms\TabControlEventArgs.cs" />
  782. <Compile Include="System.Windows.Forms\TabControlEventHandler.cs" />
  783. <Compile Include="System.Windows.Forms\TabDrawMode.cs" />
  784. <Compile Include="System.Windows.Forms\TableLayoutCellPaintEventArgs.cs" />
  785. <Compile Include="System.Windows.Forms\TableLayoutCellPaintEventHandler.cs" />
  786. <Compile Include="System.Windows.Forms\TableLayoutColumnStyleCollection.cs" />
  787. <Compile Include="System.Windows.Forms\TableLayoutControlCollection.cs" />
  788. <Compile Include="System.Windows.Forms\TableLayoutPanel.cs" />
  789. <Compile Include="System.Windows.Forms\TableLayoutPanelCellBorderStyle.cs" />
  790. <Compile Include="System.Windows.Forms\TableLayoutPanelCellPosition.cs" />
  791. <Compile Include="System.Windows.Forms\TableLayoutPanelGrowStyle.cs" />
  792. <Compile Include="System.Windows.Forms\TableLayoutRowStyleCollection.cs" />
  793. <Compile Include="System.Windows.Forms\TableLayoutSettings.cs" />
  794. <Compile Include="System.Windows.Forms\TableLayoutStyle.cs" />
  795. <Compile Include="System.Windows.Forms\TableLayoutStyleCollection.cs" />
  796. <Compile Include="System.Windows.Forms\TabPage.cs" />
  797. <Compile Include="System.Windows.Forms\TabRenderer.cs" />
  798. <Compile Include="System.Windows.Forms\TabSizeMode.cs" />
  799. <Compile Include="System.Windows.Forms\TextBox.cs" />
  800. <Compile Include="System.Windows.Forms\TextBoxBase.cs" />
  801. <Compile Include="System.Windows.Forms\TextBoxRenderer.cs" />
  802. <Compile Include="System.Windows.Forms\TextBoxTextRenderer.cs" />
  803. <Compile Include="System.Windows.Forms\TextControl.cs" />
  804. <Compile Include="System.Windows.Forms\TextDataFormat.cs" />
  805. <Compile Include="System.Windows.Forms\TextFormatFlags.cs" />
  806. <Compile Include="System.Windows.Forms\TextImageRelation.cs" />
  807. <Compile Include="System.Windows.Forms\TextRenderer.cs" />
  808. <Compile Include="System.Windows.Forms\Theme.cs" />
  809. <Compile Include="System.Windows.Forms\ThemeEngine.cs" />
  810. <Compile Include="System.Windows.Forms\ThemeVisualStyles.cs" />
  811. <Compile Include="System.Windows.Forms\ThemeWin32Classic.cs" />
  812. <Compile Include="System.Windows.Forms\ThreadExceptionDialog.cs" />
  813. <Compile Include="System.Windows.Forms\TickStyle.cs" />
  814. <Compile Include="System.Windows.Forms\Timer.cs" />
  815. <Compile Include="System.Windows.Forms\ToolBar.cs" />
  816. <Compile Include="System.Windows.Forms\ToolBarAppearance.cs" />
  817. <Compile Include="System.Windows.Forms\ToolBarButton.cs" />
  818. <Compile Include="System.Windows.Forms\ToolBarButtonClickEventArgs.cs" />
  819. <Compile Include="System.Windows.Forms\ToolBarButtonClickEventHandler.cs" />
  820. <Compile Include="System.Windows.Forms\ToolBarButtonStyle.cs" />
  821. <Compile Include="System.Windows.Forms\ToolBarTextAlign.cs" />
  822. <Compile Include="System.Windows.Forms\ToolStrip.cs" />
  823. <Compile Include="System.Windows.Forms\ToolStripArrowRenderEventArgs.cs" />
  824. <Compile Include="System.Windows.Forms\ToolStripArrowRenderEventHandler.cs" />
  825. <Compile Include="System.Windows.Forms\ToolStripButton.cs" />
  826. <Compile Include="System.Windows.Forms\ToolStripComboBox.cs" />
  827. <Compile Include="System.Windows.Forms\ToolStripContainer.cs" />
  828. <Compile Include="System.Windows.Forms\ToolStripContentPanel.cs" />
  829. <Compile Include="System.Windows.Forms\ToolStripContentPanelRenderEventArgs.cs" />
  830. <Compile Include="System.Windows.Forms\ToolStripContentPanelRenderEventHandler.cs" />
  831. <Compile Include="System.Windows.Forms\ToolStripControlHost.cs" />
  832. <Compile Include="System.Windows.Forms\ToolStripDropDown.cs" />
  833. <Compile Include="System.Windows.Forms\ToolStripDropDownButton.cs" />
  834. <Compile Include="System.Windows.Forms\ToolStripDropDownClosedEventArgs.cs" />
  835. <Compile Include="System.Windows.Forms\ToolStripDropDownClosedEventHandler.cs" />
  836. <Compile Include="System.Windows.Forms\ToolStripDropDownCloseReason.cs" />
  837. <Compile Include="System.Windows.Forms\ToolStripDropDownClosingEventArgs.cs" />
  838. <Compile Include="System.Windows.Forms\ToolStripDropDownClosingEventHandler.cs" />
  839. <Compile Include="System.Windows.Forms\ToolStripDropDownDirection.cs" />
  840. <Compile Include="System.Windows.Forms\ToolStripDropDownItem.cs" />
  841. <Compile Include="System.Windows.Forms\ToolStripDropDownItemAccessibleObject.cs" />
  842. <Compile Include="System.Windows.Forms\ToolStripDropDownMenu.cs" />
  843. <Compile Include="System.Windows.Forms\ToolStripGripDisplayStyle.cs" />
  844. <Compile Include="System.Windows.Forms\ToolStripGripRenderEventArgs.cs" />
  845. <Compile Include="System.Windows.Forms\ToolStripGripRenderEventHandler.cs" />
  846. <Compile Include="System.Windows.Forms\ToolStripGripStyle.cs" />
  847. <Compile Include="System.Windows.Forms\ToolStripItem.cs" />
  848. <Compile Include="System.Windows.Forms\ToolStripItemAlignment.cs" />
  849. <Compile Include="System.Windows.Forms\ToolStripItemClickedEventArgs.cs" />
  850. <Compile Include="System.Windows.Forms\ToolStripItemClickedEventHandler.cs" />
  851. <Compile Include="System.Windows.Forms\ToolStripItemCollection.cs" />
  852. <Compile Include="System.Windows.Forms\ToolStripItemDisplayStyle.cs" />
  853. <Compile Include="System.Windows.Forms\ToolStripItemEventArgs.cs" />
  854. <Compile Include="System.Windows.Forms\ToolStripItemEventHandler.cs" />
  855. <Compile Include="System.Windows.Forms\ToolStripItemEventType.cs" />
  856. <Compile Include="System.Windows.Forms\ToolStripItemImageRenderEventArgs.cs" />
  857. <Compile Include="System.Windows.Forms\ToolStripItemImageRenderEventHandler.cs" />
  858. <Compile Include="System.Windows.Forms\ToolStripItemImageScaling.cs" />
  859. <Compile Include="System.Windows.Forms\ToolStripItemOverflow.cs" />
  860. <Compile Include="System.Windows.Forms\ToolStripItemPlacement.cs" />
  861. <Compile Include="System.Windows.Forms\ToolStripItemRenderEventArgs.cs" />
  862. <Compile Include="System.Windows.Forms\ToolStripItemRenderEventHandler.cs" />
  863. <Compile Include="System.Windows.Forms\ToolStripItemTextRenderEventArgs.cs" />
  864. <Compile Include="System.Windows.Forms\ToolStripItemTextRenderEventHandler.cs" />
  865. <Compile Include="System.Windows.Forms\ToolStripLabel.cs" />
  866. <Compile Include="System.Windows.Forms\ToolStripLayoutStyle.cs" />
  867. <Compile Include="System.Windows.Forms\ToolStripManager.cs" />
  868. <Compile Include="System.Windows.Forms\ToolStripManagerRenderMode.cs" />
  869. <Compile Include="System.Windows.Forms\ToolStripMenuItem.cs" />
  870. <Compile Include="System.Windows.Forms\ToolStripOverflow.cs" />
  871. <Compile Include="System.Windows.Forms\ToolStripOverflowButton.cs" />
  872. <Compile Include="System.Windows.Forms\ToolStripPanel.cs" />
  873. <Compile Include="System.Windows.Forms\ToolStripPanelRenderEventArgs.cs" />
  874. <Compile Include="System.Windows.Forms\ToolStripPanelRenderEventHandler.cs" />
  875. <Compile Include="System.Windows.Forms\ToolStripPanelRow.cs" />
  876. <Compile Include="System.Windows.Forms\ToolStripProfessionalRenderer.cs" />
  877. <Compile Include="System.Windows.Forms\ToolStripProgressBar.cs" />
  878. <Compile Include="System.Windows.Forms\ToolStripRenderer.cs" />
  879. <Compile Include="System.Windows.Forms\ToolStripRenderEventArgs.cs" />
  880. <Compile Include="System.Windows.Forms\ToolStripRenderEventHandler.cs" />
  881. <Compile Include="System.Windows.Forms\ToolStripRenderMode.cs" />
  882. <Compile Include="System.Windows.Forms\ToolStripSeparator.cs" />
  883. <Compile Include="System.Windows.Forms\ToolStripSeparatorRenderEventArgs.cs" />
  884. <Compile Include="System.Windows.Forms\ToolStripSeparatorRenderEventHandler.cs" />
  885. <Compile Include="System.Windows.Forms\ToolStripSplitButton.cs" />
  886. <Compile Include="System.Windows.Forms\ToolStripSplitStackLayout.cs" />
  887. <Compile Include="System.Windows.Forms\ToolStripStatusLabel.cs" />
  888. <Compile Include="System.Windows.Forms\ToolStripStatusLabelBorderSides.cs" />
  889. <Compile Include="System.Windows.Forms\ToolStripSystemRenderer.cs" />
  890. <Compile Include="System.Windows.Forms\ToolStripTextBox.cs" />
  891. <Compile Include="System.Windows.Forms\ToolStripTextDirection.cs" />
  892. <Compile Include="System.Windows.Forms\ToolTip.cs" />
  893. <Compile Include="System.Windows.Forms\ToolTipIcon.cs" />
  894. <Compile Include="System.Windows.Forms\ToolWindowManager.cs" />
  895. <Compile Include="System.Windows.Forms\TrackBar.cs" />
  896. <Compile Include="System.Windows.Forms\TrackBarRenderer.cs" />
  897. <Compile Include="System.Windows.Forms\TreeNode.cs" />
  898. <Compile Include="System.Windows.Forms\TreeNodeCollection.cs" />
  899. <Compile Include="System.Windows.Forms\TreeNodeConverter.cs" />
  900. <Compile Include="System.Windows.Forms\TreeNodeMouseClickEventArgs.cs" />
  901. <Compile Include="System.Windows.Forms\TreeNodeMouseClickEventHandler.cs" />
  902. <Compile Include="System.Windows.Forms\TreeNodeMouseHoverEventArgs.cs" />
  903. <Compile Include="System.Windows.Forms\TreeNodeMouseHoverEventHandler.cs" />
  904. <Compile Include="System.Windows.Forms\TreeNodeStates.cs" />
  905. <Compile Include="System.Windows.Forms\TreeView.cs" />
  906. <Compile Include="System.Windows.Forms\TreeViewAction.cs" />
  907. <Compile Include="System.Windows.Forms\TreeViewCancelEventArgs.cs" />
  908. <Compile Include="System.Windows.Forms\TreeViewCancelEventHandler.cs" />
  909. <Compile Include="System.Windows.Forms\TreeViewDrawMode.cs" />
  910. <Compile Include="System.Windows.Forms\TreeViewEventArgs.cs" />
  911. <Compile Include="System.Windows.Forms\TreeViewEventHandler.cs" />
  912. <Compile Include="System.Windows.Forms\TreeViewHitTestInfo.cs" />
  913. <Compile Include="System.Windows.Forms\TreeViewHitTestLocations.cs" />
  914. <Compile Include="System.Windows.Forms\TreeViewImageIndexConverter.cs" />
  915. <Compile Include="System.Windows.Forms\TreeViewImageKeyConverter.cs" />
  916. <Compile Include="System.Windows.Forms\TypeValidationEventArgs.cs" />
  917. <Compile Include="System.Windows.Forms\TypeValidationEventHandler.cs" />
  918. <Compile Include="System.Windows.Forms\UICues.cs" />
  919. <Compile Include="System.Windows.Forms\UICuesEventArgs.cs" />
  920. <Compile Include="System.Windows.Forms\UICuesEventHandler.cs" />
  921. <Compile Include="System.Windows.Forms\UnhandledExceptionMode.cs" />
  922. <Compile Include="System.Windows.Forms\UpDownBase.cs" />
  923. <Compile Include="System.Windows.Forms\UpDownEventArgs.cs" />
  924. <Compile Include="System.Windows.Forms\UpDownEventHandler.cs" />
  925. <Compile Include="System.Windows.Forms\UserControl.cs" />
  926. <Compile Include="System.Windows.Forms\ValidationConstraints.cs" />
  927. <Compile Include="System.Windows.Forms\View.cs" />
  928. <Compile Include="System.Windows.Forms\VScrollBar.cs" />
  929. <Compile Include="System.Windows.Forms\VScrollProperties.cs" />
  930. <Compile Include="System.Windows.Forms\WebBrowser.cs" />
  931. <Compile Include="System.Windows.Forms\WebBrowserBase.cs" />
  932. <Compile Include="System.Windows.Forms\WebBrowserDocumentCompletedEventArgs.cs" />
  933. <Compile Include="System.Windows.Forms\WebBrowserDocumentCompletedEventHandler.cs" />
  934. <Compile Include="System.Windows.Forms\WebBrowserEncryptionLevel.cs" />
  935. <Compile Include="System.Windows.Forms\WebBrowserNavigatedEventArgs.cs" />
  936. <Compile Include="System.Windows.Forms\WebBrowserNavigatedEventHandler.cs" />
  937. <Compile Include="System.Windows.Forms\WebBrowserNavigatingEventArgs.cs" />
  938. <Compile Include="System.Windows.Forms\WebBrowserNavigatingEventHandler.cs" />
  939. <Compile Include="System.Windows.Forms\WebBrowserProgressChangedEventArgs.cs" />
  940. <Compile Include="System.Windows.Forms\WebBrowserProgressChangedEventHandler.cs" />
  941. <Compile Include="System.Windows.Forms\WebBrowserReadyState.cs" />
  942. <Compile Include="System.Windows.Forms\WebBrowserRefreshOption.cs" />
  943. <Compile Include="System.Windows.Forms\WebBrowserSiteBase.cs" />
  944. <Compile Include="System.Windows.Forms\Win32DnD.cs" />
  945. <Compile Include="System.Windows.Forms\WindowsFormsSection.cs" />
  946. <Compile Include="System.Windows.Forms\WindowsFormsSynchronizationContext.cs" />
  947. <Compile Include="System.Windows.Forms\X11Clipboard.cs" />
  948. <Compile Include="System.Windows.Forms\X11DesktopColors.cs" />
  949. <Compile Include="System.Windows.Forms\X11Dnd.cs" />
  950. <Compile Include="System.Windows.Forms\X11Keyboard.cs" />
  951. <Compile Include="System.Windows.Forms\X11Structs.cs" />
  952. <Compile Include="System.Windows.Forms\XEventQueue.cs" />
  953. <Compile Include="System.Windows.Forms\XplatUI.cs" />
  954. <Compile Include="System.Windows.Forms\XplatUICarbon.cs" />
  955. <Compile Include="System.Windows.Forms\XplatUIDriver.cs" />
  956. <Compile Include="System.Windows.Forms\XplatUIStructs.cs" />
  957. <Compile Include="System.Windows.Forms\XplatUIWin32.cs" />
  958. <Compile Include="System.Windows.Forms\XplatUIX11.cs" /> </ItemGroup>
  959. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  960. Other similar extension points exist, see Microsoft.Common.targets.
  961. <Target Name="BeforeBuild">
  962. </Target>
  963. <Target Name="AfterBuild">
  964. </Target>
  965. -->
  966. <PropertyGroup>
  967. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  968. </PreBuildEvent>
  969. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  970. </PreBuildEvent>
  971. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  972. </PostBuildEvent>
  973. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  974. </PostBuildEvent>
  975. </PropertyGroup>
  976. <ItemGroup>
  977. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  978. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  979. <Name>corlib-net_4_x</Name>
  980. </ProjectReference>
  981. <ProjectReference Include="../System/System-net_4_x.csproj">
  982. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  983. <Name>System-net_4_x</Name>
  984. </ProjectReference>
  985. <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
  986. <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
  987. <Name>System.Xml-net_4_x</Name>
  988. </ProjectReference>
  989. <ProjectReference Include="../System.Drawing/System.Drawing-net_4_x.csproj">
  990. <Project>{584A5E46-2958-4CB2-8DF9-188B420D0BB0}</Project>
  991. <Name>System.Drawing-net_4_x</Name>
  992. </ProjectReference>
  993. <ProjectReference Include="../Accessibility/Accessibility-net_4_x.csproj">
  994. <Project>{E51283DC-7090-479E-B723-01C0953F18EA}</Project>
  995. <Name>Accessibility-net_4_x</Name>
  996. </ProjectReference>
  997. <ProjectReference Include="../System.Data/System.Data-net_4_x.csproj">
  998. <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
  999. <Name>System.Data-net_4_x</Name>
  1000. </ProjectReference>
  1001. <ProjectReference Include="../Mono.Posix/Mono.Posix-net_4_x.csproj">
  1002. <Project>{66DBB049-785B-4C2E-9EF6-C9E163F7DDD1}</Project>
  1003. <Name>Mono.Posix-net_4_x</Name>
  1004. </ProjectReference>
  1005. <ProjectReference Include="../Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj">
  1006. <Project>{B6DD737B-421C-4201-A852-8022328FE59D}</Project>
  1007. <Name>Mono.WebBrowser-net_4_x</Name>
  1008. </ProjectReference>
  1009. <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
  1010. <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
  1011. <Name>System.Configuration-net_4_x</Name>
  1012. </ProjectReference>
  1013. <ProjectReference Include="../System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap-net_4_x.csproj">
  1014. <Project>{A157AD69-59D4-49DE-94B3-DB883B2BEAA5}</Project>
  1015. <Name>System.Runtime.Serialization.Formatters.Soap-net_4_x</Name>
  1016. </ProjectReference>
  1017. </ItemGroup>
  1018. <ItemGroup>
  1019. <Folder Include="Properties\" />
  1020. </ItemGroup>
  1021. <ItemGroup>
  1022. <EmbeddedResource Include="resources/SplitterNS.cur">
  1023. <LogicalName>System.Windows.Forms.SplitterNS.cur</LogicalName>
  1024. </EmbeddedResource>
  1025. <EmbeddedResource Include="resources/SplitterWE.cur">
  1026. <LogicalName>System.Windows.Forms.SplitterWE.cur</LogicalName>
  1027. </EmbeddedResource>
  1028. <EmbeddedResource Include="resources/NESW.cur">
  1029. <LogicalName>System.Windows.Forms.NESW.cur</LogicalName>
  1030. </EmbeddedResource>
  1031. <EmbeddedResource Include="resources/NWSE.cur">
  1032. <LogicalName>System.Windows.Forms.NWSE.cur</LogicalName>
  1033. </EmbeddedResource>
  1034. <EmbeddedResource Include="resources/DnDNo.cur">
  1035. <LogicalName>System.Windows.Forms.DnDNo.cur</LogicalName>
  1036. </EmbeddedResource>
  1037. <EmbeddedResource Include="resources/DnDCopy.cur">
  1038. <LogicalName>System.Windows.Forms.DnDCopy.cur</LogicalName>
  1039. </EmbeddedResource>
  1040. <EmbeddedResource Include="resources/DnDLink.cur">
  1041. <LogicalName>System.Windows.Forms.DnDLink.cur</LogicalName>
  1042. </EmbeddedResource>
  1043. <EmbeddedResource Include="resources/DnDMove.cur">
  1044. <LogicalName>System.Windows.Forms.DnDMove.cur</LogicalName>
  1045. </EmbeddedResource>
  1046. <EmbeddedResource Include="resources/keyboards.resx">
  1047. <LogicalName>keyboards.resources</LogicalName>
  1048. </EmbeddedResource>
  1049. <EmbeddedResource Include="resources/16_computer.png">
  1050. <LogicalName>16_computer.png</LogicalName>
  1051. </EmbeddedResource>
  1052. <EmbeddedResource Include="resources/32_computer.png">
  1053. <LogicalName>32_computer.png</LogicalName>
  1054. </EmbeddedResource>
  1055. <EmbeddedResource Include="resources/computer.png">
  1056. <LogicalName>computer.png</LogicalName>
  1057. </EmbeddedResource>
  1058. <EmbeddedResource Include="resources/16_document-open.png">
  1059. <LogicalName>16_document-open.png</LogicalName>
  1060. </EmbeddedResource>
  1061. <EmbeddedResource Include="resources/32_document-open.png">
  1062. <LogicalName>32_document-open.png</LogicalName>
  1063. </EmbeddedResource>
  1064. <EmbeddedResource Include="resources/document-open.png">
  1065. <LogicalName>document-open.png</LogicalName>
  1066. </EmbeddedResource>
  1067. <EmbeddedResource Include="resources/16_folder.png">
  1068. <LogicalName>16_folder.png</LogicalName>
  1069. </EmbeddedResource>
  1070. <EmbeddedResource Include="resources/folder-new.png">
  1071. <LogicalName>folder-new.png</LogicalName>
  1072. </EmbeddedResource>
  1073. <EmbeddedResource Include="resources/folder.png">
  1074. <LogicalName>folder.png</LogicalName>
  1075. </EmbeddedResource>
  1076. <EmbeddedResource Include="resources/16_folder-remote.png">
  1077. <LogicalName>16_folder-remote.png</LogicalName>
  1078. </EmbeddedResource>
  1079. <EmbeddedResource Include="resources/32_folder-remote.png">
  1080. <LogicalName>32_folder-remote.png</LogicalName>
  1081. </EmbeddedResource>
  1082. <EmbeddedResource Include="resources/folder-remote.png">
  1083. <LogicalName>folder-remote.png</LogicalName>
  1084. </EmbeddedResource>
  1085. <EmbeddedResource Include="resources/go-previous.png">
  1086. <LogicalName>go-previous.png</LogicalName>
  1087. </EmbeddedResource>
  1088. <EmbeddedResource Include="resources/go-top.png">
  1089. <LogicalName>go-top.png</LogicalName>
  1090. </EmbeddedResource>
  1091. <EmbeddedResource Include="resources/22_page-magnifier.png">
  1092. <LogicalName>22_page-magnifier.png</LogicalName>
  1093. </EmbeddedResource>
  1094. <EmbeddedResource Include="resources/preferences-system-windows.png">
  1095. <LogicalName>preferences-system-windows.png</LogicalName>
  1096. </EmbeddedResource>
  1097. <EmbeddedResource Include="resources/16_printer.png">
  1098. <LogicalName>16_printer.png</LogicalName>
  1099. </EmbeddedResource>
  1100. <EmbeddedResource Include="resources/32_printer.png">
  1101. <LogicalName>32_printer.png</LogicalName>
  1102. </EmbeddedResource>
  1103. <EmbeddedResource Include="resources/text-x-generic.png">
  1104. <LogicalName>text-x-generic.png</LogicalName>
  1105. </EmbeddedResource>
  1106. <EmbeddedResource Include="resources/16_user-desktop.png">
  1107. <LogicalName>16_user-desktop.png</LogicalName>
  1108. </EmbeddedResource>
  1109. <EmbeddedResource Include="resources/32_user-desktop.png">
  1110. <LogicalName>32_user-desktop.png</LogicalName>
  1111. </EmbeddedResource>
  1112. <EmbeddedResource Include="resources/user-desktop.png">
  1113. <LogicalName>user-desktop.png</LogicalName>
  1114. </EmbeddedResource>
  1115. <EmbeddedResource Include="resources/16_user-home.png">
  1116. <LogicalName>16_user-home.png</LogicalName>
  1117. </EmbeddedResource>
  1118. <EmbeddedResource Include="resources/32_user-home.png">
  1119. <LogicalName>32_user-home.png</LogicalName>
  1120. </EmbeddedResource>
  1121. <EmbeddedResource Include="resources/user-home.png">
  1122. <LogicalName>user-home.png</LogicalName>
  1123. </EmbeddedResource>
  1124. <EmbeddedResource Include="resources/16_dialog-error.png">
  1125. <LogicalName>16_dialog-error.png</LogicalName>
  1126. </EmbeddedResource>
  1127. <EmbeddedResource Include="resources/16_dialog-information.png">
  1128. <LogicalName>16_dialog-information.png</LogicalName>
  1129. </EmbeddedResource>
  1130. <EmbeddedResource Include="resources/16_dialog-warning.png">
  1131. <LogicalName>16_dialog-warning.png</LogicalName>
  1132. </EmbeddedResource>
  1133. <EmbeddedResource Include="resources/1-up.png">
  1134. <LogicalName>1-up.png</LogicalName>
  1135. </EmbeddedResource>
  1136. <EmbeddedResource Include="resources/2-up.png">
  1137. <LogicalName>2-up.png</LogicalName>
  1138. </EmbeddedResource>
  1139. <EmbeddedResource Include="resources/3-up.png">
  1140. <LogicalName>3-up.png</LogicalName>
  1141. </EmbeddedResource>
  1142. <EmbeddedResource Include="resources/4-up.png">
  1143. <LogicalName>4-up.png</LogicalName>
  1144. </EmbeddedResource>
  1145. <EmbeddedResource Include="resources/6-up.png">
  1146. <LogicalName>6-up.png</LogicalName>
  1147. </EmbeddedResource>
  1148. <EmbeddedResource Include="resources/nav_delete.png">
  1149. <LogicalName>nav_delete.png</LogicalName>
  1150. </EmbeddedResource>
  1151. <EmbeddedResource Include="resources/nav_end.png">
  1152. <LogicalName>nav_end.png</LogicalName>
  1153. </EmbeddedResource>
  1154. <EmbeddedResource Include="resources/nav_first.png">
  1155. <LogicalName>nav_first.png</LogicalName>
  1156. </EmbeddedResource>
  1157. <EmbeddedResource Include="resources/nav_next.png">
  1158. <LogicalName>nav_next.png</LogicalName>
  1159. </EmbeddedResource>
  1160. <EmbeddedResource Include="resources/nav_plus.png">
  1161. <LogicalName>nav_plus.png</LogicalName>
  1162. </EmbeddedResource>
  1163. <EmbeddedResource Include="resources/nav_previous.png">
  1164. <LogicalName>nav_previous.png</LogicalName>
  1165. </EmbeddedResource>
  1166. <EmbeddedResource Include="resources/image-missing.png">
  1167. <LogicalName>image-missing.png</LogicalName>
  1168. </EmbeddedResource>
  1169. <EmbeddedResource Include="resources/image-x-generic.png">
  1170. <LogicalName>image-x-generic.png</LogicalName>
  1171. </EmbeddedResource>
  1172. <EmbeddedResource Include="resources/propertygrid-alphabetical.png">
  1173. <LogicalName>System.Windows.Forms.propertygrid-alphabetical.png</LogicalName>
  1174. </EmbeddedResource>
  1175. <EmbeddedResource Include="resources/propertygrid-categorized.png">
  1176. <LogicalName>System.Windows.Forms.propertygrid-categorized.png</LogicalName>
  1177. </EmbeddedResource>
  1178. <EmbeddedResource Include="resources/propertygrid-propertypages.png">
  1179. <LogicalName>System.Windows.Forms.propertygrid-propertypages.png</LogicalName>
  1180. </EmbeddedResource>
  1181. <EmbeddedResource Include="resources/EventsTab.bmp">
  1182. <LogicalName>System.Windows.Forms.Design.EventsTab.bmp</LogicalName>
  1183. </EmbeddedResource>
  1184. <EmbeddedResource Include="resources/PropertiesTab.bmp">
  1185. <LogicalName>System.Windows.Forms.PropertyGridInternal.PropertiesTab.bmp</LogicalName>
  1186. </EmbeddedResource>
  1187. <EmbeddedResource Include="resources/mono.ico">
  1188. <LogicalName>mono.ico</LogicalName>
  1189. </EmbeddedResource>
  1190. <EmbeddedResource Include="resources/errorProvider.ico">
  1191. <LogicalName>errorProvider.ico</LogicalName>
  1192. </EmbeddedResource>
  1193. </ItemGroup>
  1194. </Project>