Merge pull request #396 from directhex/master
[mono.git] / mcs / class / Managed.Windows.Forms / SWF2k5.csproj
index 7eb1b9210f3ae29b3efdbf40c469c9da32e5bb72..a45876e2ac6d10a5e995466ea8c29f4d2cca50ab 100644 (file)
@@ -3,7 +3,7 @@
     <ProjectType>Local</ProjectType>
     <ProductVersion>8.0.50727</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{AAA78FAB-1DD4-4ACE-A3C1-819C0E31DFFE}</ProjectGuid>
+    <ProjectGuid>{5E6430B2-6B9F-4E76-802E-20207EF80391}</ProjectGuid>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <ApplicationIcon>
@@ -35,7 +35,7 @@
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 NET_2_0</DefineConstants>
+    <DefineConstants>NET_1_1 NET_2_0 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>true</DebugSymbols>
@@ -49,6 +49,8 @@
     <WarningLevel>3</WarningLevel>
     <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType> 
+    <AssemblyName>System.Windows.Forms</AssemblyName>     
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <OutputPath>bin\Release\</OutputPath>
@@ -57,7 +59,7 @@
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 NET_2_0</DefineConstants>
+    <DefineConstants>NET_1_1 NET_2_0 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>false</DebugSymbols>
@@ -71,6 +73,8 @@
     <WarningLevel>3</WarningLevel>
     <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType> 
+    <AssemblyName>System.Windows.Forms</AssemblyName>     
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 1.1|AnyCPU' ">
     <OutputPath>bin\Debug\</OutputPath>
@@ -79,7 +83,7 @@
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 ONLY_1_1</DefineConstants>
+    <DefineConstants>NET_1_1 ONLY_1_1 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>true</DebugSymbols>
@@ -93,6 +97,8 @@
     <WarningLevel>3</WarningLevel>
     <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType> 
+    <AssemblyName>System.Windows.Forms</AssemblyName>     
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 1.1|AnyCPU' ">
     <OutputPath>bin\Release\</OutputPath>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 ONLY_1_1</DefineConstants>
+    <DefineConstants>NET_1_1 ONLY_1_1 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>false</DebugSymbols>
     <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.WebBrowser2K5">
+      <Name>Mono.WebBrowser2K5</Name>
+    </Reference>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\Mono.WebBrowser\Mono.WebBrowser2K5.csproj">
+      <Project>{5E6C996A-007F-40CE-B244-006EFCFB77D2}</Project>
+      <Name>Mono.WebBrowser2K5</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="common\Consts.cs" />
     <Compile Include="System.Resources\ResXResourceReader.cs" />
     <Compile Include="System.Resources\ResXResourceSet.cs" />
     <Compile Include="System.Resources\ResXResourceWriter.cs" />
-    <Compile Include="System.Windows.Forms.Design\ComponentEditorForm.cs">
-      <SubType>Component</SubType>
-    </Compile>
-    <Compile Include="System.Windows.Forms.Design\ComponentEditorPage.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms.Design\ComponentEditorForm.cs" />
+    <Compile Include="System.Windows.Forms.Design\ComponentEditorPage.cs" />
     <Compile Include="System.Windows.Forms.Design\EventsTab.cs" />
     <Compile Include="System.Windows.Forms.Design\IUIService.cs" />
     <Compile Include="System.Windows.Forms.Design\IWindowsFormsEditorService.cs" />
     <Compile Include="System.Windows.Forms.Design\ToolStripItemDesignerAvailability.cs" />
     <Compile Include="System.Windows.Forms.Design\ToolStripItemDesignerAvailabilityAttribute.cs" />
     <Compile Include="System.Windows.Forms.Design\WindowsFormsComponentEditor.cs" />
+    <Compile Include="System.Windows.Forms.Internal\Accessor.cs" />
+    <Compile Include="System.Windows.Forms.Internal\DebugHelper.cs" />
+    <Compile Include="System.Windows.Forms.PropertyGridInternal\PropertiesTab.cs" />
     <Compile Include="System.Windows.Forms.RTF\Charcode.cs" />
     <Compile Include="System.Windows.Forms.RTF\Charset.cs" />
     <Compile Include="System.Windows.Forms.RTF\CharsetFlags.cs" />
     <Compile Include="System.Windows.Forms.RTF\StyleType.cs" />
     <Compile Include="System.Windows.Forms.RTF\TextMap.cs" />
     <Compile Include="System.Windows.Forms.RTF\TokenClass.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Default\LabelPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\Default\LinkLabelPainter.cs" />
     <Compile Include="System.Windows.Forms\AccessibleEvents.cs" />
     <Compile Include="System.Windows.Forms\AccessibleNavigation.cs" />
     <Compile Include="System.Windows.Forms\AccessibleObject.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">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\ButtonBase.cs" />
     <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\DataGrid.cs" />
     <Compile Include="System.Windows.Forms\DataGridBoolColumn.cs" />
     <Compile Include="System.Windows.Forms\DataGridCell.cs" />
-    <Compile Include="System.Windows.Forms\DataGridColumnStyle.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\DataGridColumnStyle.cs" />
     <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">
-      <SubType>Component</SubType>
-    </Compile>
+    <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\DataGridViewAdvancedBorderStyle.cs" />
     <Compile Include="System.Windows.Forms\ErrorIconAlignment.cs" />
     <Compile Include="System.Windows.Forms\ErrorProvider.cs" />
     <Compile Include="System.Windows.Forms\FeatureSupport.cs" />
-    <Compile Include="System.Windows.Forms\FileDialog.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\FileDialog.cs" />
+    <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">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\FixedSizeTextBox.cs" />
     <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\FlowLayoutSettings.cs" />
     <Compile Include="System.Windows.Forms\FolderBrowserDialog.cs" />
     <Compile Include="System.Windows.Forms\FontDialog.cs" />
-    <Compile Include="System.Windows.Forms\Form.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\Form.cs" />
     <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\GridItemType.cs" />
     <Compile Include="System.Windows.Forms\GridTableStylesCollection.cs" />
     <Compile Include="System.Windows.Forms\GridTablesFactory.cs" />
-    <Compile Include="System.Windows.Forms\GroupBox.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\GroupBox.cs" />
     <Compile Include="System.Windows.Forms\GroupBoxRenderer.cs" />
     <Compile Include="System.Windows.Forms\HScrollBar.cs" />
     <Compile Include="System.Windows.Forms\HandledMouseEventArgs.cs" />
     <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\IBounds.cs" />
     <Compile Include="System.Windows.Forms\ICommandExecutor.cs" />
     <Compile Include="System.Windows.Forms\IComponentEditorPageSite.cs" />
     <Compile Include="System.Windows.Forms\IContainerControl.cs" />
     <Compile Include="System.Windows.Forms\IDataGridViewEditingCell.cs" />
     <Compile Include="System.Windows.Forms\IDataGridViewEditingControl.cs" />
     <Compile Include="System.Windows.Forms\IDataObject.cs" />
+    <Compile Include="System.Windows.Forms\IDeviceContext.cs" />
     <Compile Include="System.Windows.Forms\IDropTarget.cs" />
     <Compile Include="System.Windows.Forms\IFeatureSupport.cs" />
     <Compile Include="System.Windows.Forms\IFileReaderService.cs" />
+    <Compile Include="System.Windows.Forms\IKeyFilter.cs" />
     <Compile Include="System.Windows.Forms\IMessageFilter.cs" />
     <Compile Include="System.Windows.Forms\IRootGridEntry.cs" />
     <Compile Include="System.Windows.Forms\IWin32Window.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">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\ImageList.cs" />
     <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">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\ImplicitVScrollBar.cs" />
     <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\ItemCheckedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\ItemDragEventArgs.cs" />
     <Compile Include="System.Windows.Forms\ItemDragEventHandler.cs" />
+    <Compile Include="System.Windows.Forms\IToolStripData.cs" />
     <Compile Include="System.Windows.Forms\KeyEventArgs.cs" />
     <Compile Include="System.Windows.Forms\KeyEventHandler.cs" />
     <Compile Include="System.Windows.Forms\KeyPressEventArgs.cs" />
     <Compile Include="System.Windows.Forms\Label.cs" />
     <Compile Include="System.Windows.Forms\LabelEditEventArgs.cs" />
     <Compile Include="System.Windows.Forms\LabelEditEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\LabelEditTextBox.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\LabelEditTextBox.cs" />
     <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\LinkLabelLinkClickedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\LinkState.cs" />
     <Compile Include="System.Windows.Forms\ListBindingConverter.cs" />
+    <Compile Include="System.Windows.Forms\ListBindingHelper.cs" />
     <Compile Include="System.Windows.Forms\ListBox.cs" />
     <Compile Include="System.Windows.Forms\ListControl.cs" />
     <Compile Include="System.Windows.Forms\ListControlConvertEventArgs.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\MaskInputRejectedEventHandler.cs" />
     <Compile Include="System.Windows.Forms\MaskedTextBox.cs" />
     <Compile Include="System.Windows.Forms\MdiClient.cs" />
+    <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">
-      <SubType>Component</SubType>
-    </Compile>
-    <Compile Include="System.Windows.Forms\MenuAPI.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\Menu.cs" />
+    <Compile Include="System.Windows.Forms\MenuAPI.cs" />
     <Compile Include="System.Windows.Forms\MenuGlyph.cs" />
     <Compile Include="System.Windows.Forms\MenuItem.cs" />
     <Compile Include="System.Windows.Forms\MenuMerge.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">
-      <SubType>Component</SubType>
-    </Compile>
+    <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\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\OpenTreeNodeEnumerator.cs" />
     <Compile Include="System.Windows.Forms\PageSetupDialog.cs" />
     <Compile Include="System.Windows.Forms\PaintEventArgs.cs" />
     <Compile Include="System.Windows.Forms\PaintEventHandler.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\Panel.cs" />
+    <Compile Include="System.Windows.Forms\PictureBox.cs" />
     <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\ProgressBar.cs" />
     <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\PropertyGridCommands.cs" />
     <Compile Include="System.Windows.Forms\PropertyGridTextBox.cs" />
-    <Compile Include="System.Windows.Forms\PropertyGridView.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\PropertyGridView.cs" />
     <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\TableLayoutSettings.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutStyle.cs" />
     <Compile Include="System.Windows.Forms\TableLayoutStyleCollection.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\TextBox.cs" />
+    <Compile Include="System.Windows.Forms\TextBoxBase.cs" />
     <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\TextImageRelation.cs" />
     <Compile Include="System.Windows.Forms\TextRenderer.cs" />
     <Compile Include="System.Windows.Forms\Theme.cs" />
-    <Compile Include="System.Windows.Forms\ThemeClearlooks.cs" />
     <Compile Include="System.Windows.Forms\ThemeEngine.cs" />
-    <Compile Include="System.Windows.Forms\ThemeGtk.cs" />
-    <Compile Include="System.Windows.Forms\ThemeNice.cs" />
+    <Compile Include="System.Windows.Forms\ThemeVisualStyles.cs" />
     <Compile Include="System.Windows.Forms\ThemeWin32Classic.cs" />
     <Compile Include="System.Windows.Forms\ThreadExceptionDialog.cs" />
     <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\ToolBarAppearance.cs" />
-    <Compile Include="System.Windows.Forms\ToolBarButton.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\ToolBarButton.cs" />
     <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\ToolStripSystemRenderer.cs" />
     <Compile Include="System.Windows.Forms\ToolStripTextBox.cs" />
     <Compile Include="System.Windows.Forms\ToolStripTextDirection.cs" />
-    <Compile Include="System.Windows.Forms\ToolTip.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\ToolTip.cs" />
     <Compile Include="System.Windows.Forms\ToolTipIcon.cs" />
     <Compile Include="System.Windows.Forms\ToolWindowManager.cs" />
     <Compile Include="System.Windows.Forms\TrackBar.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">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\TreeView.cs" />
     <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\UpDownBase.cs" />
     <Compile Include="System.Windows.Forms\UpDownEventArgs.cs" />
     <Compile Include="System.Windows.Forms\UpDownEventHandler.cs" />
-    <Compile Include="System.Windows.Forms\UserControl.cs">
-      <SubType>Component</SubType>
-    </Compile>
+    <Compile Include="System.Windows.Forms\UserControl.cs" />
     <Compile Include="System.Windows.Forms\VScrollBar.cs" />
     <Compile Include="System.Windows.Forms\ValidationConstraints.cs" />
     <Compile Include="System.Windows.Forms\View.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\X11Structs.cs" />
     <Compile Include="System.Windows.Forms\XEventQueue.cs" />
     <Compile Include="System.Windows.Forms\XplatUI.cs" />
+    <Compile Include="System.Windows.Forms\XplatUICarbon.cs" />
     <Compile Include="System.Windows.Forms\XplatUIDriver.cs" />
-    <Compile Include="System.Windows.Forms\XplatUIOSX.cs" />
     <Compile Include="System.Windows.Forms\XplatUIStructs.cs" />
     <Compile Include="System.Windows.Forms\XplatUIWin32.cs" />
     <Compile Include="System.Windows.Forms\XplatUIX11.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.CarbonInternal\ApplicationHandler.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\ControlHandler.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\Cursor.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\Dnd.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\EventHandler.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\EventHandlerBase.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\Enums.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\HIObjectHandler.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\IEventHandler.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\KeyboardHandler.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\MouseHandler.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\Pasteboard.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\Structs.cs" />
+    <Compile Include="System.Windows.Forms.CarbonInternal\WindowHandler.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\ThemeElementsVisualStyles.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.Theming\VisualStyles\CheckBoxPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\VisualStyles\RadioButtonPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\VisualStyles\TabControlPainter.cs" />
+    <Compile Include="System.Windows.Forms.Theming\VisualStyles\ToolStripPainter.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\GlyphFontSizingType.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\GlyphType.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\GroupBoxState.cs" />
+    <Compile Include="System.Windows.Forms.VisualStyles\GtkPlus.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\HitTestCode.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\HitTestOptions.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\HorizontalAlign.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\ImageOrientation.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\ImageSelectType.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\IntegerProperty.cs" />
+    <Compile Include="System.Windows.Forms.VisualStyles\IVisualStyles.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\MarginProperty.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\OffsetType.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\PointProperty.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleElement.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleInformation.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleRenderer.cs" />
+    <Compile Include="System.Windows.Forms.VisualStyles\VisualStylesEngine.cs" />
+    <Compile Include="System.Windows.Forms.VisualStyles\VisualStylesGtkPlus.cs" />
+    <Compile Include="System.Windows.Forms.VisualStyles\VisualStylesNative.cs" />
     <Compile Include="System.Windows.Forms.VisualStyles\VisualStyleState.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\X11Atoms.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\X11Display.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\X11Exception.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\X11Hwnd.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\X11RootHwnd.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\X11ThreadQueue.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\Xlib.cs" />
-    <Compile Include="System.Windows.Forms.X11Internal\XplatUIX11-new.cs" />
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\AlertCheck.cs" />
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\ConfirmCheck.cs" />
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\Generic.cs" />
+    <Compile Include="System.Windows.Forms.WebBrowserDialogs\Prompt.cs" />
   </ItemGroup>
   <ItemGroup>
-    <EmbeddedResource Include="resources\System.Windows.Forms.resources.prebuilt">
-      <LogicalName>System.Windows.Forms.resources</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources\System.Windows.Forms.en.resources.prebuilt">
-      <LogicalName>System.Windows.Forms.en.resources</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources\System.Windows.Forms.de.resources.prebuilt">
-      <LogicalName>System.Windows.Forms.de.resources</LogicalName>
-    </EmbeddedResource>
     <EmbeddedResource Include="resources\SplitterNS.cur">
-      <LogicalName>SplitterNS.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.SplitterNS.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.SplitterNS.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\SplitterWE.cur">
-      <LogicalName>SplitterWE.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.SplitterWE.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.SplitterWE.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\NESW.cur">
-      <LogicalName>NESW.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.NESW.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.NESW.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\NWSE.cur">
-      <LogicalName>NWSE.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.NWSE.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.NWSE.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\DnDNo.cur">
-      <LogicalName>DnDNo.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.DnDNo.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.DnDNo.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\DnDCopy.cur">
-      <LogicalName>DnDCopy.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.DnDCopy.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.DnDCopy.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\DnDLink.cur">
-      <LogicalName>DnDLink.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.DnDLink.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.DnDLink.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\DnDMove.cur">
-      <LogicalName>DnDMove.cur</LogicalName>
-      <CustomToolNameSpace>System.Windows.Forms.DnDMove.cur</CustomToolNameSpace>
+      <LogicalName>System.Windows.Forms.DnDMove.cur</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="resources\keyboards.resources.prebuilt">
       <LogicalName>keyboards.resources</LogicalName>
     <EmbeddedResource Include="resources\user-home.png">
       <LogicalName>user-home.png</LogicalName>
     </EmbeddedResource>
-    <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\image-x-generic.png">
       <LogicalName>image-x-generic.png</LogicalName>
     </EmbeddedResource>
+    <EmbeddedResource Include="resources\propertygrid-alphabetical.png">
+      <LogicalName>System.Windows.Forms.propertygrid-alphabetical.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\propertygrid-categorized.png">
+      <LogicalName>System.Windows.Forms.propertygrid-categorized.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\propertygrid-propertypages.png">
+      <LogicalName>System.Windows.Forms.propertygrid-propertypages.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\EventsTab.bmp">
+      <LogicalName>System.Windows.Forms.Design.EventsTab.bmp</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\PropertiesTab.bmp">
+      <LogicalName>System.Windows.Forms.PropertyGridInternal.PropertiesTab.bmp</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\mono.ico">
+      <LogicalName>mono.ico</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="resources\errorProvider.ico">
+      <LogicalName>errorProvider.ico</LogicalName>
+    </EmbeddedResource>
   </ItemGroup>
   <ItemGroup>
     <None Include="System.Windows.Forms\ChangeLog" />
     <PostBuildEvent>
     </PostBuildEvent>
   </PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>