Fix for the issue of getting occasional -5875 error on the server when
[mono.git] / mcs / class / Managed.Windows.Forms / SWF2k5.csproj
index 7d6e97462be4dee358c27ab7f76a707feb6c1f9f..b3c468af15a098eae17aa2bfd6ae92f261fcf580 100644 (file)
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1</DefineConstants>
+    <DefineConstants>NET_1_1 NET_2_0</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>true</DebugSymbols>
     <FileAlignment>4096</FileAlignment>
     <NoStdLib>false</NoStdLib>
-    <NoWarn>
-    </NoWarn>
+    <NoWarn>612,618,3021</NoWarn>
     <Optimize>false</Optimize>
     <RegisterForComInterop>false</RegisterForComInterop>
     <RemoveIntegerChecks>false</RemoveIntegerChecks>
     <WarningLevel>3</WarningLevel>
     <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType>
+    <AssemblyName>System.Windows.Forms</AssemblyName>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 2.0|AnyCPU' ">
-    <OutputPath>bin\Debug\</OutputPath>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <OutputPath>bin\Release\</OutputPath>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_2_0</DefineConstants>
+    <DefineConstants>NET_1_1 NET_2_0</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
-    <DebugSymbols>true</DebugSymbols>
+    <DebugSymbols>false</DebugSymbols>
     <FileAlignment>4096</FileAlignment>
     <NoStdLib>false</NoStdLib>
-    <NoWarn>
-    </NoWarn>
+    <NoWarn>612,618,3021</NoWarn>
     <Optimize>false</Optimize>
     <RegisterForComInterop>false</RegisterForComInterop>
     <RemoveIntegerChecks>false</RemoveIntegerChecks>
     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     <WarningLevel>3</WarningLevel>
-    <DebugType>full</DebugType>
+    <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType>
+    <AssemblyName>System.Windows.Forms</AssemblyName>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <OutputPath>bin\Release\</OutputPath>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 1.1|AnyCPU' ">
+    <OutputPath>bin\Debug\</OutputPath>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1</DefineConstants>
+    <DefineConstants>NET_1_1 ONLY_1_1</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
-    <DebugSymbols>false</DebugSymbols>
+    <DebugSymbols>true</DebugSymbols>
     <FileAlignment>4096</FileAlignment>
     <NoStdLib>false</NoStdLib>
-    <NoWarn>
-    </NoWarn>
+    <NoWarn>612,618,3021</NoWarn>
     <Optimize>false</Optimize>
     <RegisterForComInterop>false</RegisterForComInterop>
     <RemoveIntegerChecks>false</RemoveIntegerChecks>
     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     <WarningLevel>3</WarningLevel>
-    <DebugType>none</DebugType>
+    <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType>
+    <AssemblyName>System.Windows.Forms</AssemblyName>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 2.0|AnyCPU' ">
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 1.1|AnyCPU' ">
     <OutputPath>bin\Release\</OutputPath>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_2_0</DefineConstants>
+    <DefineConstants>NET_1_1 ONLY_1_1</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>false</DebugSymbols>
     <FileAlignment>4096</FileAlignment>
     <NoStdLib>false</NoStdLib>
-    <NoWarn>
-    </NoWarn>
+    <NoWarn>612,618,3021</NoWarn>
     <Optimize>false</Optimize>
     <RegisterForComInterop>false</RegisterForComInterop>
     <RemoveIntegerChecks>false</RemoveIntegerChecks>
     <WarningLevel>3</WarningLevel>
     <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType>
+    <AssemblyName>System.Windows.Forms</AssemblyName>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="Accessibility">
     <Reference Include="System">
       <Name>System</Name>
     </Reference>
+    <Reference Include="System.configuration" />
     <Reference Include="System.Data">
       <Name>System.Data</Name>
     </Reference>
     <Reference Include="System.Xml">
       <Name>System.Xml</Name>
     </Reference>
-    <Reference Include="Mono.Posix" Condition="'$(Configuration)' == 'DebugXBuild'"/>
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\..\build\common\Consts.cs" />
-    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+    <ProjectReference Include="..\Mono.Mozilla\Mono.Mozilla2K5.csproj">
+      <Project>{3A1F2BAF-B92F-4F90-8250-A0F04ACCEAD0}</Project>
+      <Name>Mono.Mozilla2K5</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="common\Consts.cs" />
+    <Compile Include="common\MonoTODOAttribute.cs" />
     <Compile Include="Assembly\Locale.cs" />
+    <Compile Include="System.Resources\ResXDataNode.cs" />
     <Compile Include="System.Resources\ResXFileRef.cs" />
     <Compile Include="System.Resources\ResXNullRef.cs" />
     <Compile Include="System.Resources\ResXResourceReader.cs" />
     <Compile Include="System.Windows.Forms.RTF\KeysInit.cs" />
     <Compile Include="System.Windows.Forms.RTF\Major.cs" />
     <Compile Include="System.Windows.Forms.RTF\Minor.cs" />
+    <Compile Include="System.Windows.Forms.RTF\Picture.cs" />
     <Compile Include="System.Windows.Forms.RTF\RTF.cs" />
     <Compile Include="System.Windows.Forms.RTF\RTFException.cs" />
     <Compile Include="System.Windows.Forms.RTF\StandardCharCode.cs" />
     <Compile Include="System.Windows.Forms\BindingManagerDataErrorEventArgs.cs" />
     <Compile Include="System.Windows.Forms\BindingManagerDataErrorEventHandler.cs" />
     <Compile Include="System.Windows.Forms\BindingMemberInfo.cs" />
-    <Compile Include="System.Windows.Forms\BindingSource.cs" />
+    <Compile Include="System.Windows.Forms\BindingNavigator.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\BindingSource.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\BindingsCollection.cs" />
     <Compile Include="System.Windows.Forms\BootMode.cs" />
     <Compile Include="System.Windows.Forms\Border3DSide.cs" />
     <Compile Include="System.Windows.Forms\Border3DStyle.cs" />
     <Compile Include="System.Windows.Forms\BorderStyle.cs" />
     <Compile Include="System.Windows.Forms\BoundsSpecified.cs" />
-    <Compile Include="System.Windows.Forms\Button.cs" />
-    <Compile Include="System.Windows.Forms\ButtonBase.cs" />
+    <Compile Include="System.Windows.Forms\Button.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\ButtonBase.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ButtonBorderStyle.cs" />
     <Compile Include="System.Windows.Forms\ButtonRenderer.cs" />
     <Compile Include="System.Windows.Forms\ButtonState.cs" />
     <Compile Include="System.Windows.Forms\CaptionButton.cs" />
     <Compile Include="System.Windows.Forms\CategoryGridEntry.cs" />
     <Compile Include="System.Windows.Forms\CharacterCasing.cs" />
-    <Compile Include="System.Windows.Forms\CheckBox.cs" />
+    <Compile Include="System.Windows.Forms\CheckBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\CheckBoxRenderer.cs" />
     <Compile Include="System.Windows.Forms\CheckState.cs" />
-    <Compile Include="System.Windows.Forms\CheckedListBox.cs" />
+    <Compile Include="System.Windows.Forms\CheckedListBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\Clipboard.cs" />
     <Compile Include="System.Windows.Forms\CloseReason.cs" />
     <Compile Include="System.Windows.Forms\ColorDepth.cs" />
-    <Compile Include="System.Windows.Forms\ColorDialog.cs" />
+    <Compile Include="System.Windows.Forms\ColorDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ColumnClickEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ColumnClickEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ColumnHeader.cs" />
+    <Compile Include="System.Windows.Forms\ColumnHeader.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ColumnHeaderAutoResizeStyle.cs" />
+    <Compile Include="System.Windows.Forms\ColumnHeaderConverter.cs" />
     <Compile Include="System.Windows.Forms\ColumnHeaderStyle.cs" />
     <Compile Include="System.Windows.Forms\ColumnReorderedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ColumnReorderedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ColumnWidthChangedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ColumnWidthChangingEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ColumnWidthChangingEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ComboBox.cs" />
+    <Compile Include="System.Windows.Forms\ComboBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ComboBoxRenderer.cs" />
     <Compile Include="System.Windows.Forms\ComboBoxStyle.cs" />
-    <Compile Include="System.Windows.Forms\CommonDialog.cs" />
+    <Compile Include="System.Windows.Forms\CommonDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ComponentModel.cs" />
-    <Compile Include="System.Windows.Forms\ContainerControl.cs" />
+    <Compile Include="System.Windows.Forms\ContainerControl.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ContentsResizedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ContentsResizedEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ContextMenu.cs" />
-    <Compile Include="System.Windows.Forms\ContextMenuStrip.cs" />
-    <Compile Include="System.Windows.Forms\Control.cs" />
+    <Compile Include="System.Windows.Forms\ContextMenu.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\ContextMenuStrip.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\Control.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ControlBindingsCollection.cs" />
     <Compile Include="System.Windows.Forms\ControlEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ControlEventHandler.cs" />
     <Compile Include="System.Windows.Forms\CursorConverter.cs" />
     <Compile Include="System.Windows.Forms\Cursors.cs" />
     <Compile Include="System.Windows.Forms\DataFormats.cs" />
-    <Compile Include="System.Windows.Forms\DataGrid.cs" />
-    <Compile Include="System.Windows.Forms\DataGridBoolColumn.cs" />
+    <Compile Include="System.Windows.Forms\DataGrid.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\DataGridBoolColumn.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\DataGridCell.cs" />
-    <Compile Include="System.Windows.Forms\DataGridColumnStyle.cs" />
+    <Compile Include="System.Windows.Forms\DataGridColumnStyle.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\DataGridLineStyle.cs" />
     <Compile Include="System.Windows.Forms\DataGridParentRowsLabelStyle.cs" />
     <Compile Include="System.Windows.Forms\DataGridPreferredColumnWidthTypeConverter.cs" />
-    <Compile Include="System.Windows.Forms\DataGridTableStyle.cs" />
-    <Compile Include="System.Windows.Forms\DataGridTextBox.cs" />
-    <Compile Include="System.Windows.Forms\DataGridTextBoxColumn.cs" />
-    <Compile Include="System.Windows.Forms\DataGridView.cs" />
+    <Compile Include="System.Windows.Forms\DataGridTableStyle.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\DataGridTextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\DataGridTextBoxColumn.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\DataGridView.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\DataGridViewAdvancedBorderStyle.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewAdvancedCellBorderStyle.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewAutoSizeColumnMode.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewComboBoxCell.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewComboBoxColumn.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewComboBoxDisplayStyle.cs" />
-    <Compile Include="System.Windows.Forms\DataGridViewComboBoxEditingControl.cs" />
+    <Compile Include="System.Windows.Forms\DataGridViewComboBoxEditingControl.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\DataGridViewContentAlignment.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewDataErrorContexts.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewDataErrorEventArgs.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewImageCell.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewImageCellLayout.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewImageColumn.cs" />
+    <Compile Include="System.Windows.Forms\DataGridViewLinkCell.cs" />
+    <Compile Include="System.Windows.Forms\DataGridViewLinkColumn.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewPaintParts.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewRow.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewRowCancelEventArgs.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewSortCompareEventHandler.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewTextBoxCell.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewTextBoxColumn.cs" />
-    <Compile Include="System.Windows.Forms\DataGridViewTextBoxEditingControl.cs" />
+    <Compile Include="System.Windows.Forms\DataGridViewTextBoxEditingControl.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\DataGridViewTopLeftHeaderCell.cs" />
     <Compile Include="System.Windows.Forms\DataGridViewTriState.cs" />
     <Compile Include="System.Windows.Forms\DataObject.cs" />
     <Compile Include="System.Windows.Forms\DateBoldEventHandler.cs" />
     <Compile Include="System.Windows.Forms\DateRangeEventArgs.cs" />
     <Compile Include="System.Windows.Forms\DateRangeEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\DateTimePicker.cs" />
+    <Compile Include="System.Windows.Forms\DateTimePicker.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\DateTimePickerFormat.cs" />
     <Compile Include="System.Windows.Forms\Day.cs" />
     <Compile Include="System.Windows.Forms\DialogResult.cs" />
     <Compile Include="System.Windows.Forms\DockingAttribute.cs" />
     <Compile Include="System.Windows.Forms\DockStyle.cs" />
     <Compile Include="System.Windows.Forms\DockingBehavior.cs" />
-    <Compile Include="System.Windows.Forms\DomainUpDown.cs" />
+    <Compile Include="System.Windows.Forms\DomainUpDown.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\DragAction.cs" />
     <Compile Include="System.Windows.Forms\DragDropEffects.cs" />
     <Compile Include="System.Windows.Forms\DragEventArgs.cs" />
     <Compile Include="System.Windows.Forms\DrawItemEventArgs.cs" />
     <Compile Include="System.Windows.Forms\DrawItemEventHandler.cs" />
     <Compile Include="System.Windows.Forms\DrawItemState.cs" />
+    <Compile Include="System.Windows.Forms\DrawListViewColumnHeaderEventArgs.cs" />
+    <Compile Include="System.Windows.Forms\DrawListViewColumnHeaderEventHandler.cs" />
+    <Compile Include="System.Windows.Forms\DrawListViewItemEventArgs.cs" />
+    <Compile Include="System.Windows.Forms\DrawListViewItemEventHandler.cs" />
+    <Compile Include="System.Windows.Forms\DrawListViewSubItemEventArgs.cs" />
+    <Compile Include="System.Windows.Forms\DrawListViewSubItemEventHandler.cs" />
     <Compile Include="System.Windows.Forms\DrawMode.cs" />
+    <Compile Include="System.Windows.Forms\DrawToolTipEventArgs.cs" />
+    <Compile Include="System.Windows.Forms\DrawToolTipEventHandler.cs" />
     <Compile Include="System.Windows.Forms\DrawTreeNodeEventArgs.cs" />
+    <Compile Include="System.Windows.Forms\DrawTreeNodeEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ErrorBlinkStyle.cs" />
     <Compile Include="System.Windows.Forms\ErrorIconAlignment.cs" />
-    <Compile Include="System.Windows.Forms\ErrorProvider.cs" />
+    <Compile Include="System.Windows.Forms\ErrorProvider.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\FeatureSupport.cs" />
-    <Compile Include="System.Windows.Forms\FileDialog.cs" />
+    <Compile Include="System.Windows.Forms\FileDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\FileDialogCustomPlace.cs" />
+    <Compile Include="System.Windows.Forms\FileDialogCustomPlacesCollection.cs" />
     <Compile Include="System.Windows.Forms\FixedPanel.cs" />
-    <Compile Include="System.Windows.Forms\FixedSizeTextBox.cs" />
+    <Compile Include="System.Windows.Forms\FixedSizeTextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\FlatButtonAppearance.cs" />
     <Compile Include="System.Windows.Forms\FlatStyle.cs" />
     <Compile Include="System.Windows.Forms\FlowDirection.cs" />
-    <Compile Include="System.Windows.Forms\FlowLayoutPanel.cs" />
+    <Compile Include="System.Windows.Forms\FlowLayoutPanel.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\FlowLayoutSettings.cs" />
-    <Compile Include="System.Windows.Forms\FolderBrowserDialog.cs" />
-    <Compile Include="System.Windows.Forms\FontDialog.cs" />
-    <Compile Include="System.Windows.Forms\Form.cs" />
+    <Compile Include="System.Windows.Forms\FolderBrowserDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\FontDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\Form.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\FormBorderStyle.cs" />
     <Compile Include="System.Windows.Forms\FormClosedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\FormClosedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\FormClosingEventHandler.cs" />
     <Compile Include="System.Windows.Forms\FormCollection.cs" />
     <Compile Include="System.Windows.Forms\FormStartPosition.cs" />
+    <Compile Include="System.Windows.Forms\FormWindowManager.cs" />
     <Compile Include="System.Windows.Forms\FormWindowState.cs" />
     <Compile Include="System.Windows.Forms\FrameStyle.cs" />
     <Compile Include="System.Windows.Forms\GetChildAtPointSkip.cs" />
     <Compile Include="System.Windows.Forms\GridItemType.cs" />
     <Compile Include="System.Windows.Forms\GridTableStylesCollection.cs" />
     <Compile Include="System.Windows.Forms\GridTablesFactory.cs" />
-    <Compile Include="System.Windows.Forms\GroupBox.cs" />
+    <Compile Include="System.Windows.Forms\GroupBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\GroupBoxRenderer.cs" />
-    <Compile Include="System.Windows.Forms\HScrollBar.cs" />
+    <Compile Include="System.Windows.Forms\HScrollBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\HandledMouseEventArgs.cs" />
     <Compile Include="System.Windows.Forms\Help.cs" />
     <Compile Include="System.Windows.Forms\HelpEventArgs.cs" />
     <Compile Include="System.Windows.Forms\HelpEventHandler.cs" />
     <Compile Include="System.Windows.Forms\HelpNavigator.cs" />
-    <Compile Include="System.Windows.Forms\HelpProvider.cs" />
+    <Compile Include="System.Windows.Forms\HelpProvider.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\HorizontalAlignment.cs" />
+    <Compile Include="System.Windows.Forms\HScrollProperties.cs" />
+    <Compile Include="System.Windows.Forms\HtmlDocument.cs" />
+    <Compile Include="System.Windows.Forms\HtmlElement.cs" />
+    <Compile Include="System.Windows.Forms\HtmlElementCollection.cs" />
+    <Compile Include="System.Windows.Forms\HtmlElementErrorEventArgs.cs" />
+    <Compile Include="System.Windows.Forms\HtmlElementErrorEventHandler.cs" />
+    <Compile Include="System.Windows.Forms\HtmlElementEventArgs.cs" />
+    <Compile Include="System.Windows.Forms\HtmlElementEventHandler.cs" />
     <Compile Include="System.Windows.Forms\HtmlElementInsertionOrientation.cs" />
+    <Compile Include="System.Windows.Forms\HtmlHistory.cs" />
+    <Compile Include="System.Windows.Forms\HtmlWindow.cs" />
+    <Compile Include="System.Windows.Forms\HtmlWindowCollection.cs" />
     <Compile Include="System.Windows.Forms\Hwnd.cs" />
     <Compile Include="System.Windows.Forms\IButtonControl.cs" />
     <Compile Include="System.Windows.Forms\IBindableComponent.cs" />
     <Compile Include="System.Windows.Forms\IWin32Window.cs" />
     <Compile Include="System.Windows.Forms\IWindowTarget.cs" />
     <Compile Include="System.Windows.Forms\ImageIndexConverter.cs" />
+    <Compile Include="System.Windows.Forms\ImageKeyConverter.cs" />
     <Compile Include="System.Windows.Forms\ImageLayout.cs" />
-    <Compile Include="System.Windows.Forms\ImageList.cs" />
+    <Compile Include="System.Windows.Forms\ImageList.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ImageListConverter.cs" />
     <Compile Include="System.Windows.Forms\ImageListStreamer.cs" />
     <Compile Include="System.Windows.Forms\ImeMode.cs" />
-    <Compile Include="System.Windows.Forms\ImplicitHScrollBar.cs" />
-    <Compile Include="System.Windows.Forms\ImplicitVScrollBar.cs" />
+    <Compile Include="System.Windows.Forms\ImplicitHScrollBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\ImplicitVScrollBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\InputLanguage.cs" />
     <Compile Include="System.Windows.Forms\InputLanguageChangedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\InputLanguageChangedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\KeyboardLayouts.cs" />
     <Compile Include="System.Windows.Forms\Keys.cs" />
     <Compile Include="System.Windows.Forms\KeysConverter.cs" />
-    <Compile Include="System.Windows.Forms\Label.cs" />
+    <Compile Include="System.Windows.Forms\Label.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\LabelEditEventArgs.cs" />
     <Compile Include="System.Windows.Forms\LabelEditEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\LabelEditTextBox.cs" />
+    <Compile Include="System.Windows.Forms\LabelEditTextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\LayoutEngine.cs" />
     <Compile Include="System.Windows.Forms\LayoutEventArgs.cs" />
     <Compile Include="System.Windows.Forms\LayoutEventHandler.cs" />
     <Compile Include="System.Windows.Forms\LayoutSettings.cs" />
     <Compile Include="System.Windows.Forms\LeftRightAlignment.cs" />
+    <Compile Include="System.Windows.Forms\Line.cs" />
+    <Compile Include="System.Windows.Forms\LineTag.cs" />
     <Compile Include="System.Windows.Forms\LinkArea.cs" />
     <Compile Include="System.Windows.Forms\LinkBehavior.cs" />
     <Compile Include="System.Windows.Forms\LinkClickedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\LinkClickedEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\LinkLabel.cs" />
+    <Compile Include="System.Windows.Forms\LinkConverter.cs" />
+    <Compile Include="System.Windows.Forms\LinkLabel.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\LinkLabelLinkClickedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\LinkLabelLinkClickedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\LinkState.cs" />
     <Compile Include="System.Windows.Forms\ListBindingConverter.cs" />
-    <Compile Include="System.Windows.Forms\ListBox.cs" />
-    <Compile Include="System.Windows.Forms\ListControl.cs" />
+    <Compile Include="System.Windows.Forms\ListBindingHelper.cs" />
+    <Compile Include="System.Windows.Forms\ListBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\ListControl.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ListControlConvertEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ListControlConvertEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ListView.cs" />
+    <Compile Include="System.Windows.Forms\ListView.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ListViewAlignment.cs" />
     <Compile Include="System.Windows.Forms\ListViewGroup.cs" />
     <Compile Include="System.Windows.Forms\ListViewGroupCollection.cs" />
     <Compile Include="System.Windows.Forms\ListViewHitTestInfo.cs" />
     <Compile Include="System.Windows.Forms\ListViewHitTestLocations.cs" />
+    <Compile Include="System.Windows.Forms\ListViewInsertionMark.cs" />
     <Compile Include="System.Windows.Forms\ListViewItem.cs" />
     <Compile Include="System.Windows.Forms\ListViewItemConverter.cs" />
     <Compile Include="System.Windows.Forms\ListViewItemMouseHoverEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ListViewVirtualItemsSelectionRangeChangedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\MWFCategoryAttribute.cs" />
     <Compile Include="System.Windows.Forms\MWFDescriptionAttribute.cs" />
-    <Compile Include="System.Windows.Forms\MainMenu.cs" />
+    <Compile Include="System.Windows.Forms\MainMenu.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\MaskFormat.cs" />
     <Compile Include="System.Windows.Forms\MaskInputRejectedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\MaskInputRejectedEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\MdiClient.cs" />
+    <Compile Include="System.Windows.Forms\MaskedTextBox.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\MdiClient.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\MdiControlStrip.cs" />
     <Compile Include="System.Windows.Forms\MdiLayout.cs" />
     <Compile Include="System.Windows.Forms\MdiWindowManager.cs" />
     <Compile Include="System.Windows.Forms\MeasureItemEventArgs.cs" />
     <Compile Include="System.Windows.Forms\MeasureItemEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\Menu.cs" />
-    <Compile Include="System.Windows.Forms\MenuAPI.cs" />
+    <Compile Include="System.Windows.Forms\Menu.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\MenuAPI.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\MenuGlyph.cs" />
-    <Compile Include="System.Windows.Forms\MenuItem.cs" />
+    <Compile Include="System.Windows.Forms\MenuItem.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\MenuMerge.cs" />
-    <Compile Include="System.Windows.Forms\MenuStrip.cs" />
+    <Compile Include="System.Windows.Forms\MenuStrip.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\MergeAction.cs" />
     <Compile Include="System.Windows.Forms\Message.cs" />
     <Compile Include="System.Windows.Forms\MessageBox.cs" />
     <Compile Include="System.Windows.Forms\MethodInvoker.cs" />
     <Compile Include="System.Windows.Forms\Mime.cs" />
     <Compile Include="System.Windows.Forms\MimeIcon.cs" />
-    <Compile Include="System.Windows.Forms\MonthCalendar.cs" />
+    <Compile Include="System.Windows.Forms\MonthCalendar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\MouseButtons.cs" />
     <Compile Include="System.Windows.Forms\MouseEventArgs.cs" />
     <Compile Include="System.Windows.Forms\MouseEventHandler.cs" />
     <Compile Include="System.Windows.Forms\NavigateEventHandler.cs" />
     <Compile Include="System.Windows.Forms\NodeLabelEditEventArgs.cs" />
     <Compile Include="System.Windows.Forms\NodeLabelEditEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\NotifyIcon.cs" />
-    <Compile Include="System.Windows.Forms\NumericTextBox.cs" />
-    <Compile Include="System.Windows.Forms\NumericUpDown.cs" />
+    <Compile Include="System.Windows.Forms\NotifyIcon.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\NumericTextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\NumericUpDown.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\NumericUpDownAcceleration.cs" />
+    <Compile Include="System.Windows.Forms\NumericUpDownAccelerationCollection.cs" />
     <Compile Include="System.Windows.Forms\OSFeature.cs" />
     <Compile Include="System.Windows.Forms\OSXStructs.cs" />
     <Compile Include="System.Windows.Forms\OpacityConverter.cs" />
-    <Compile Include="System.Windows.Forms\OpenFileDialog.cs" />
+    <Compile Include="System.Windows.Forms\OpenFileDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\OpenTreeNodeEnumerator.cs" />
     <Compile Include="System.Windows.Forms\Orientation.cs" />
     <Compile Include="System.Windows.Forms\OwnerDrawPropertyBag.cs" />
     <Compile Include="System.Windows.Forms\Padding.cs" />
     <Compile Include="System.Windows.Forms\PaddingConverter.cs" />
-    <Compile Include="System.Windows.Forms\PageSetupDialog.cs" />
+    <Compile Include="System.Windows.Forms\PageSetupDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\PaintEventArgs.cs" />
     <Compile Include="System.Windows.Forms\PaintEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\Panel.cs" />
-    <Compile Include="System.Windows.Forms\PictureBox.cs" />
+    <Compile Include="System.Windows.Forms\Panel.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\PictureBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\PictureBoxSizeMode.cs" />
     <Compile Include="System.Windows.Forms\PopupEventArgs.cs" />
     <Compile Include="System.Windows.Forms\PopupEventHandler.cs" />
     <Compile Include="System.Windows.Forms\PowerLineStatus.cs" />
     <Compile Include="System.Windows.Forms\PowerState.cs" />
+    <Compile Include="System.Windows.Forms\PowerStatus.cs" />
     <Compile Include="System.Windows.Forms\PreProcessControlState.cs" />
     <Compile Include="System.Windows.Forms\PreviewKeyDownEventArgs.cs" />
     <Compile Include="System.Windows.Forms\PreviewKeyDownEventHandler.cs" />
     <Compile Include="System.Windows.Forms\PrintControllerWithStatusDialog.cs" />
-    <Compile Include="System.Windows.Forms\PrintDialog.cs" />
-    <Compile Include="System.Windows.Forms\PrintPreviewControl.cs" />
-    <Compile Include="System.Windows.Forms\PrintPreviewDialog.cs" />
+    <Compile Include="System.Windows.Forms\PrintDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\PrintPreviewControl.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\PrintPreviewDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ProfessionalColors.cs" />
     <Compile Include="System.Windows.Forms\ProfessionalColorTable.cs" />
-    <Compile Include="System.Windows.Forms\ProgressBar.cs" />
+    <Compile Include="System.Windows.Forms\ProgressBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ProgressBarRenderer.cs" />
     <Compile Include="System.Windows.Forms\ProgressBarStyle.cs" />
     <Compile Include="System.Windows.Forms\PropertiesTab.cs" />
-    <Compile Include="System.Windows.Forms\PropertyGrid.cs" />
+    <Compile Include="System.Windows.Forms\PropertyGrid.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\PropertyGridCommands.cs" />
-    <Compile Include="System.Windows.Forms\PropertyGridTextBox.cs" />
-    <Compile Include="System.Windows.Forms\PropertyGridView.cs" />
+    <Compile Include="System.Windows.Forms\PropertyGridTextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\PropertyGridView.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\PropertyManager.cs" />
     <Compile Include="System.Windows.Forms\PropertySort.cs" />
     <Compile Include="System.Windows.Forms\PropertyTabChangedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\QueryContinueDragEventHandler.cs" />
     <Compile Include="System.Windows.Forms\QuestionEventArgs.cs" />
     <Compile Include="System.Windows.Forms\QuestionEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\RadioButton.cs" />
+    <Compile Include="System.Windows.Forms\RadioButton.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\RadioButtonRenderer.cs" />
     <Compile Include="System.Windows.Forms\RelatedCurrencyManager.cs" />
+    <Compile Include="System.Windows.Forms\RelatedImageListAttribute.cs" />
     <Compile Include="System.Windows.Forms\RelatedPropertyManager.cs" />
     <Compile Include="System.Windows.Forms\RetrieveVirtualItemEventArgs.cs" />
     <Compile Include="System.Windows.Forms\RetrieveVirtualItemEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\RichTextBox.cs" />
+    <Compile Include="System.Windows.Forms\RichTextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\RichTextBoxFinds.cs" />
     <Compile Include="System.Windows.Forms\RichTextBoxLanguageOptions.cs" />
     <Compile Include="System.Windows.Forms\RichTextBoxScrollBars.cs" />
     <Compile Include="System.Windows.Forms\RightToLeft.cs" />
     <Compile Include="System.Windows.Forms\RootGridEntry.cs" />
     <Compile Include="System.Windows.Forms\RowStyle.cs" />
-    <Compile Include="System.Windows.Forms\SaveFileDialog.cs" />
+    <Compile Include="System.Windows.Forms\SaveFileDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\Screen.cs" />
     <Compile Include="System.Windows.Forms\ScreenOrientation.cs" />
-    <Compile Include="System.Windows.Forms\ScrollBar.cs" />
+    <Compile Include="System.Windows.Forms\ScrollBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ScrollBarRenderer.cs" />
     <Compile Include="System.Windows.Forms\ScrollBars.cs" />
     <Compile Include="System.Windows.Forms\ScrollButton.cs" />
     <Compile Include="System.Windows.Forms\ScrollEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ScrollEventType.cs" />
     <Compile Include="System.Windows.Forms\ScrollOrientation.cs" />
-    <Compile Include="System.Windows.Forms\ScrollableControl.cs" />
+    <Compile Include="System.Windows.Forms\ScrollProperties.cs" />
+    <Compile Include="System.Windows.Forms\ScrollableControl.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\SearchDirectionHint.cs" />
     <Compile Include="System.Windows.Forms\SearchForVirtualItemEventArgs.cs" />
     <Compile Include="System.Windows.Forms\SearchForVirtualItemEventHandler.cs" />
     <Compile Include="System.Windows.Forms\SelectionRangeConverter.cs" />
     <Compile Include="System.Windows.Forms\SendKeys.cs" />
     <Compile Include="System.Windows.Forms\Shortcut.cs" />
-    <Compile Include="System.Windows.Forms\SizeGrip.cs" />
+    <Compile Include="System.Windows.Forms\SizeGrip.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\SizeGripStyle.cs" />
     <Compile Include="System.Windows.Forms\SizeType.cs" />
     <Compile Include="System.Windows.Forms\SortOrder.cs" />
-    <Compile Include="System.Windows.Forms\SplitContainer.cs" />
-    <Compile Include="System.Windows.Forms\Splitter.cs" />
+    <Compile Include="System.Windows.Forms\SplitContainer.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\Splitter.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\SplitterCancelEventArgs.cs" />
     <Compile Include="System.Windows.Forms\SplitterCancelEventHandler.cs" />
     <Compile Include="System.Windows.Forms\SplitterEventArgs.cs" />
     <Compile Include="System.Windows.Forms\SplitterEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\SplitterPanel.cs" />
-    <Compile Include="System.Windows.Forms\StatusBar.cs" />
+    <Compile Include="System.Windows.Forms\SplitterPanel.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\StatusBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\StatusBarDrawItemEventArgs.cs" />
     <Compile Include="System.Windows.Forms\StatusBarDrawItemEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\StatusBarPanel.cs" />
+    <Compile Include="System.Windows.Forms\StatusBarPanel.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\StatusBarPanelAutoSize.cs" />
     <Compile Include="System.Windows.Forms\StatusBarPanelBorderStyle.cs" />
     <Compile Include="System.Windows.Forms\StatusBarPanelClickEventArgs.cs" />
     <Compile Include="System.Windows.Forms\StatusBarPanelClickEventHandler.cs" />
     <Compile Include="System.Windows.Forms\StatusBarPanelStyle.cs" />
-    <Compile Include="System.Windows.Forms\StatusStrip.cs" />
+    <Compile Include="System.Windows.Forms\StatusStrip.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\StructFormat.cs" />
     <Compile Include="System.Windows.Forms\SystemInformation.cs" />
     <Compile Include="System.Windows.Forms\SystemParameter.cs" />
     <Compile Include="System.Windows.Forms\TabAlignment.cs" />
     <Compile Include="System.Windows.Forms\TabAppearance.cs" />
-    <Compile Include="System.Windows.Forms\TabControl.cs" />
+    <Compile Include="System.Windows.Forms\TabControl.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\TabControlAction.cs" />
     <Compile Include="System.Windows.Forms\TabControlCancelEventArgs.cs" />
     <Compile Include="System.Windows.Forms\TabControlCancelEventHandler.cs" />
     <Compile Include="System.Windows.Forms\TabControlEventArgs.cs" />
     <Compile Include="System.Windows.Forms\TabControlEventHandler.cs" />
     <Compile Include="System.Windows.Forms\TabDrawMode.cs" />
-    <Compile Include="System.Windows.Forms\TabPage.cs" />
+    <Compile Include="System.Windows.Forms\TabPage.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\TabRenderer.cs" />
     <Compile Include="System.Windows.Forms\TabSizeMode.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutCellPaintEventArgs.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutCellPaintEventHandler.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutColumnStyleCollection.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutControlCollection.cs" />
-    <Compile Include="System.Windows.Forms\TableLayoutPanel.cs" />
+    <Compile Include="System.Windows.Forms\TableLayoutPanel.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\TableLayoutPanelCellBorderStyle.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutPanelCellPosition.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutPanelGrowStyle.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutSettings.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutStyle.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutStyleCollection.cs" />
-    <Compile Include="System.Windows.Forms\TextBox.cs" />
-    <Compile Include="System.Windows.Forms\TextBoxBase.cs" />
+    <Compile Include="System.Windows.Forms\TextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\TextBoxBase.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\TextBoxRenderer.cs" />
+    <Compile Include="System.Windows.Forms\TextBoxTextRenderer.cs" />
     <Compile Include="System.Windows.Forms\TextControl.cs" />
     <Compile Include="System.Windows.Forms\TextDataFormat.cs" />
     <Compile Include="System.Windows.Forms\TextFormatFlags.cs" />
     <Compile Include="System.Windows.Forms\ThemeGtk.cs" />
     <Compile Include="System.Windows.Forms\ThemeNice.cs" />
     <Compile Include="System.Windows.Forms\ThemeWin32Classic.cs" />
-    <Compile Include="System.Windows.Forms\ThreadExceptionDialog.cs" />
+    <Compile Include="System.Windows.Forms\ThreadExceptionDialog.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\TickStyle.cs" />
-    <Compile Include="System.Windows.Forms\Timer.cs" />
-    <Compile Include="System.Windows.Forms\ToolBar.cs" />
+    <Compile Include="System.Windows.Forms\Timer.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolBarAppearance.cs" />
-    <Compile Include="System.Windows.Forms\ToolBarButton.cs" />
+    <Compile Include="System.Windows.Forms\ToolBarButton.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolBarButtonClickEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolBarButtonClickEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ToolBarButtonStyle.cs" />
     <Compile Include="System.Windows.Forms\ToolBarTextAlign.cs" />
-    <Compile Include="System.Windows.Forms\ToolStrip.cs" />
+    <Compile Include="System.Windows.Forms\ToolStrip.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripArrowRenderEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripArrowRenderEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripButton.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripComboBox.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripContainer.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripContentPanel.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripButton.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripComboBox.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripContainer.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripContentPanel.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripContentPanelRenderEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripContentPanelRenderEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripControlHost.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripDropDown.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripDropDownButton.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripControlHost.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripDropDown.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripDropDownButton.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripDropDownCloseReason.cs" />
     <Compile Include="System.Windows.Forms\ToolStripDropDownClosedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripDropDownClosedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ToolStripDropDownClosingEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripDropDownClosingEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ToolStripDropDownDirection.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripDropDownItem.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripDropDownMenu.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripDropDownItem.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripDropDownItemAccessibleObject.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripDropDownMenu.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripGripDisplayStyle.cs" />
     <Compile Include="System.Windows.Forms\ToolStripGripRenderEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripGripRenderEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ToolStripGripStyle.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripItem.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripItem.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripItemAlignment.cs" />
     <Compile Include="System.Windows.Forms\ToolStripItemClickedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripItemClickedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ToolStripItemRenderEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ToolStripItemTextRenderEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripItemTextRenderEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripLabel.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripLabel.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripLayoutStyle.cs" />
     <Compile Include="System.Windows.Forms\ToolStripManager.cs" />
     <Compile Include="System.Windows.Forms\ToolStripManagerRenderMode.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripMenuItem.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripOverflow.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripOverflowButton.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripPanel.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripMenuItem.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripOverflow.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripOverflowButton.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\ToolStripPanel.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripPanelRenderEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripPanelRenderEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripPanelRow.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripPanelRow.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripProfessionalRenderer.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripProgressBar.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripProgressBar.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripRenderer.cs" />
     <Compile Include="System.Windows.Forms\ToolStripRenderEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripRenderEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ToolStripRenderMode.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripSeparator.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripSeparator.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripSeparatorRenderEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ToolStripSeparatorRenderEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripSplitButton.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripSplitButton.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripSplitStackLayout.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripStatusLabel.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripStatusLabel.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripStatusLabelBorderSides.cs" />
-    <Compile Include="System.Windows.Forms\ToolStripTextBox.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripSystemRenderer.cs" />
+    <Compile Include="System.Windows.Forms\ToolStripTextBox.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolStripTextDirection.cs" />
-    <Compile Include="System.Windows.Forms\ToolTip.cs" />
+    <Compile Include="System.Windows.Forms\ToolTip.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ToolTipIcon.cs" />
-    <Compile Include="System.Windows.Forms\TrackBar.cs" />
+    <Compile Include="System.Windows.Forms\ToolWindowManager.cs" />
+    <Compile Include="System.Windows.Forms\TrackBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\TrackBarRenderer.cs" />
     <Compile Include="System.Windows.Forms\TreeNode.cs" />
     <Compile Include="System.Windows.Forms\TreeNodeCollection.cs" />
     <Compile Include="System.Windows.Forms\TreeNodeMouseHoverEventArgs.cs" />
     <Compile Include="System.Windows.Forms\TreeNodeMouseHoverEventHandler.cs" />
     <Compile Include="System.Windows.Forms\TreeNodeStates.cs" />
-    <Compile Include="System.Windows.Forms\TreeView.cs" />
+    <Compile Include="System.Windows.Forms\TreeView.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\TreeViewAction.cs" />
     <Compile Include="System.Windows.Forms\TreeViewCancelEventArgs.cs" />
     <Compile Include="System.Windows.Forms\TreeViewCancelEventHandler.cs" />
     <Compile Include="System.Windows.Forms\TreeViewDrawMode.cs" />
     <Compile Include="System.Windows.Forms\TreeViewEventArgs.cs" />
     <Compile Include="System.Windows.Forms\TreeViewEventHandler.cs" />
+    <Compile Include="System.Windows.Forms\TreeViewHitTestInfo.cs" />
     <Compile Include="System.Windows.Forms\TreeViewHitTestLocations.cs" />
     <Compile Include="System.Windows.Forms\TreeViewImageIndexConverter.cs" />
+    <Compile Include="System.Windows.Forms\TreeViewImageKeyConverter.cs" />
     <Compile Include="System.Windows.Forms\TypeValidationEventArgs.cs" />
     <Compile Include="System.Windows.Forms\TypeValidationEventHandler.cs" />
     <Compile Include="System.Windows.Forms\UICues.cs" />
     <Compile Include="System.Windows.Forms\UICuesEventArgs.cs" />
     <Compile Include="System.Windows.Forms\UICuesEventHandler.cs" />
     <Compile Include="System.Windows.Forms\UnhandledExceptionMode.cs" />
-    <Compile Include="System.Windows.Forms\UpDownBase.cs" />
+    <Compile Include="System.Windows.Forms\UpDownBase.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\UpDownEventArgs.cs" />
     <Compile Include="System.Windows.Forms\UpDownEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\UserControl.cs" />
-    <Compile Include="System.Windows.Forms\VScrollBar.cs" />
+    <Compile Include="System.Windows.Forms\UserControl.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="System.Windows.Forms\VScrollBar.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\ValidationConstraints.cs" />
     <Compile Include="System.Windows.Forms\View.cs" />
+    <Compile Include="System.Windows.Forms\VScrollProperties.cs" />
+    <Compile Include="System.Windows.Forms\WebBrowser.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms\WebBrowserBase.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="System.Windows.Forms\WebBrowserDocumentCompletedEventArgs.cs" />
     <Compile Include="System.Windows.Forms\WebBrowserDocumentCompletedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\WebBrowserEncryptionLevel.cs" />
     <Compile Include="System.Windows.Forms\WebBrowserProgressChangedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\WebBrowserReadyState.cs" />
     <Compile Include="System.Windows.Forms\WebBrowserRefreshOption.cs" />
+    <Compile Include="System.Windows.Forms\WebBrowserSiteBase.cs" />
     <Compile Include="System.Windows.Forms\Win32DnD.cs" />
+    <Compile Include="System.Windows.Forms\WindowsFormsSection.cs" />
+    <Compile Include="System.Windows.Forms\WindowsFormsSynchronizationContext.cs" />
     <Compile Include="System.Windows.Forms\X11DesktopColors.cs" />
     <Compile Include="System.Windows.Forms\X11Dnd.cs" />
     <Compile Include="System.Windows.Forms\X11Keyboard.cs" />
     <Compile Include="System.Windows.Forms.Layout\FlowLayout.cs" />
     <Compile Include="System.Windows.Forms.Layout\TableLayout.cs" />
     <Compile Include="System.Windows.Forms.Layout\TableLayoutSettingsTypeConverter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\ThemeElements.cs" />
+    <Compile Include="System.Windows.Forms.Theming\ThemeElementsClearlooks.cs" />
+    <Compile Include="System.Windows.Forms.Theming\ThemeElementsDefault.cs" />
+    <Compile Include="System.Windows.Forms.Theming\ThemeElementsGtk.cs" />
+    <Compile Include="System.Windows.Forms.Theming\ThemeElementsNice.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Default\ButtonPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Default\CheckBoxPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Default\RadioButtonPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Default\TabControlPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Default\ToolStripPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Nice\TabControlPainter.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\BackgroundType.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\BooleanProperty.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\BorderType.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleInformation.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleRenderer.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleState.cs" />
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\AlertCheck.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\ConfirmCheck.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\Generic.cs">
+    </Compile>
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\Prompt.cs">
+    </Compile>
     <Compile Include="System.Windows.Forms.X11Internal\X11Atoms.cs" />
     <Compile Include="System.Windows.Forms.X11Internal\X11Display.cs" />
     <Compile Include="System.Windows.Forms.X11Internal\X11Exception.cs" />
     <EmbeddedResource Include="resources\dialog-error.png">
       <LogicalName>dialog-error.png</LogicalName>
     </EmbeddedResource>
+    <EmbeddedResource Include="resources\16_dialog-error.png">
+      <LogicalName>16_dialog-error.png</LogicalName>
+    </EmbeddedResource>
     <EmbeddedResource Include="resources\dialog-information.png">
       <LogicalName>dialog-information.png</LogicalName>
     </EmbeddedResource>
+    <EmbeddedResource Include="resources\16_dialog-information.png">
+      <LogicalName>16_dialog-information.png</LogicalName>
+    </EmbeddedResource>
     <EmbeddedResource Include="resources\dialog-question.png">
       <LogicalName>dialog-question.png</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\dialog-warning.png">
       <LogicalName>dialog-warning.png</LogicalName>
     </EmbeddedResource>
+    <EmbeddedResource Include="resources\16_dialog-warning.png">
+      <LogicalName>16_dialog-warning.png</LogicalName>
+    </EmbeddedResource>
     <EmbeddedResource Include="resources\1-up.png">
       <LogicalName>1-up.png</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\6-up.png">
       <LogicalName>6-up.png</LogicalName>
     </EmbeddedResource>
+    <EmbeddedResource Include="resources\nav_delete.png">
+      <LogicalName>nav_delete.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\nav_end.png">
+      <LogicalName>nav_end.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\nav_first.png">
+      <LogicalName>nav_first.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\nav_next.png">
+      <LogicalName>nav_next.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\nav_plus.png">
+      <LogicalName>nav_plus.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\nav_previous.png">
+      <LogicalName>nav_previous.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\image-missing.png">
+      <LogicalName>image-missing.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\image-x-generic.png">
+      <LogicalName>image-x-generic.png</LogicalName>
+    </EmbeddedResource>
   </ItemGroup>
   <ItemGroup>
     <None Include="System.Windows.Forms\ChangeLog" />