File: System.Windows.Forms.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{e3f4bb6b-ba05-46a9-b3a0-db4fd00a92f1}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Windows.Forms</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;FEATURE_LEGACYSURFACEAREA;FEATURE_UTF32;FEATURE_UTF7;WIN95_SUPPORT;ISOLATION_IN_CLICKONCE;WINDOWS_FORMS_SWITCHES;WINFORMS_NAMESPACE;WIN95_SUPPORT;USE_SECURITYTIP;OPTIMIZED_MEASUREMENTDC;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="Configuration\System.Configuration.csproj">
      <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project>
      <Name>System.Configuration</Name>
    </ProjectReference>
    <ProjectReference Include="Core\System.Core.csproj">
      <Project>{e7e62ebb-b829-4b6e-9ec0-4ca0c96fe4ac}</Project>
      <Name>System.Core</Name>
    </ProjectReference>
    <ProjectReference Include="System.Drawing.csproj">
      <Project>{2ccdab8f-9a51-4660-abb5-b42b005b5024}</Project>
      <Name>System.Drawing</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\clr\src\managedlibraries\remoting\System.Runtime.Remoting.csproj">
      <Project>{9fbded74-28f9-4c5e-be2e-05f62341f9d4}</Project>
      <Name>System.Runtime.Remoting</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\clr\src\managedlibraries\security\System.Security.csproj">
      <Project>{05d4e9cd-3a3a-461b-a895-b39e85f1969a}</Project>
      <Name>System.Security</Name>
    </ProjectReference>
    <ProjectReference Include="Xml\System.Xml.csproj">
      <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project>
      <Name>System.Xml</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="Accessibility" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\InternalApis\Clr\inc\AppContextDefaultValues.cs" />
    <Compile Include="..\..\..\InternalApis\Clr\inc\LocalAppContext.cs" />
    <Compile Include="..\..\..\InternalApis\NDP_FX\inc\BitmapSelector.cs" />
    <Compile Include="..\..\..\public\Internal\NDP\Inc\cdf.cs" />
    <Compile Include="..\..\..\public\Internal\NDP\Inc\CmsInterop.cs" />
    <Compile Include="..\..\..\public\Internal\NDP\Inc\IsolationInterop.cs" />
    <Compile Include="..\..\..\public\Internal\NDP\Inc\mansign.cs" />
    <Compile Include="..\..\..\public\Internal\NDP\Inc\mansign2.cs" />
    <Compile Include="misc\ClientUtils.cs" />
    <Compile Include="misc\CompatibleIComparer.cs" />
    <Compile Include="misc\CompModSwitches.cs" />
    <Compile Include="misc\CoreSwitches.cs" />
    <Compile Include="misc\DbgUtil.cs" />
    <Compile Include="misc\DebugHandleTracker.cs" />
    <Compile Include="misc\DpiHelper.cs" />
    <Compile Include="misc\GDI\DeviceCapabilities.cs" />
    <Compile Include="misc\GDI\DeviceContext.cs" />
    <Compile Include="misc\GDI\DeviceContext2.cs" />
    <Compile Include="misc\GDI\DeviceContextBackgroundMode.cs" />
    <Compile Include="misc\GDI\DeviceContextLayout.cs" />
    <Compile Include="misc\GDI\DeviceContextMapMode.cs" />
    <Compile Include="misc\GDI\DeviceContextRasterOperationFlags.cs" />
    <Compile Include="misc\GDI\DeviceContexts.cs" />
    <Compile Include="misc\GDI\DeviceContextTextAlignment.cs" />
    <Compile Include="misc\GDI\MeasurementDCInfo.cs" />
    <Compile Include="misc\GDI\NativeMethods.cs" />
    <Compile Include="misc\GDI\SafeNativeMethods.cs" />
    <Compile Include="misc\GDI\TextFormatFlags.cs" />
    <Compile Include="misc\GDI\TextPaddingOptions.cs" />
    <Compile Include="misc\GDI\UnsafeNativeMethods.cs" />
    <Compile Include="misc\GDI\WindowsBrush.cs" />
    <Compile Include="misc\GDI\WindowsFont.cs" />
    <Compile Include="misc\GDI\WindowsFontQuality.cs" />
    <Compile Include="misc\GDI\WindowsGraphics.cs" />
    <Compile Include="misc\GDI\WindowsGraphics2.cs" />
    <Compile Include="misc\GDI\WindowsGraphicsCacheManager.cs" />
    <Compile Include="misc\GDI\WindowsPen.cs" />
    <Compile Include="misc\GDI\WindowsPenStyle.cs" />
    <Compile Include="misc\GDI\WindowsRegion.cs" />
    <Compile Include="misc\GDI\WindowsSolidBrush.cs" />
    <Compile Include="misc\HandleCollector.cs" />
    <Compile Include="misc\ImageListUtils.cs" />
    <Compile Include="misc\InvariantComparer.cs" />
    <Compile Include="misc\MultitargetUtil.cs" />
    <Compile Include="misc\PrivilegedConfigurationManager.cs" />
    <Compile Include="misc\SecurityUtils.cs" />
    <Compile Include="misc\WeakHashtable.cs" />
    <Compile Include="winforms\Managed\System\Resources\IAliasResolver.cs" />
    <Compile Include="winforms\Managed\System\Resources\ResXDataNode.cs" />
    <Compile Include="winforms\Managed\System\Resources\ResXFileRef.cs" />
    <Compile Include="winforms\Managed\System\Resources\ResXNullRef.cs" />
    <Compile Include="winforms\Managed\System\Resources\ResXResourceReader.cs" />
    <Compile Include="winforms\Managed\System\Resources\ResXResourceSet.cs" />
    <Compile Include="winforms\Managed\System\Resources\ResXResourceWriter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AccessibleEvents.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AccessibleNavigation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AccessibleObject.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AccessibleRoles.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AccessibleSelection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AccessibleStates.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AlphaSortedEnumConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AmbientProperties.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AnchorStyles.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AppContextDefaultValues.Defaults.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Appearance.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Application.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ApplicationContext.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ArrangedElement.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ArrangeDirection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ArrangeStartingPosition.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ArrowDirection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AssemblyAttributes.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AutoCompleteMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AutoCompleteSource.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AutoScaleMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AutoSizeMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AutoValidate.cs" />
    <Compile Include="winforms\Managed\System\WinForms\AxHost.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BaseCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Binding.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingCompleteContext.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingCompleteEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingCompleteEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingCompleteState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingContext.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingMAnagerBase.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingManagerDataErrorEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingManagerDataErrorEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingMemberInfo.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingNavigator.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingsCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindingSource.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BindToObject.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BootMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Border3DSide.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Border3DStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\BoundsSpecified.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Button.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonBase.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\CheckableControlBaseAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ButtonState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CacheVirtualItemsEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CacheVirtualItemsEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CaptionButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CharacterCasing.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CheckBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CheckBoxRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CheckedListBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CheckState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Clipboard.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CloseReason.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColorDepth.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColorDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnClickEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnClickEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnHeader.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnHeaderAutoResizeStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnHeaderConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnHeaderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnReorderedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnReorderedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnWidthChangedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnWidthChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnWidthChangingEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ColumnWidthChangingEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComboBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComboBoxRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComboBoxStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Command.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CommonDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentManagerBroker.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\_CTLBLDTYPE.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\BaseCAMarshaler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2AboutBoxPropertyDescriptor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ColorConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2DataTypeToManagedDataTypeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Enum.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2EnumConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedBrowsingHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedTypeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ICategorizePropertiesHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IDispatchConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptorRefresh.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ShouldRefreshTypes.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ICOM2PropertyPageDisplayService.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\IComPropertyBrowser.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\Int32CAMarshaler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\COM2Interop\OleStrCAMarshaler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ComponentModel\IComponentEditorPageSite.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ContainerControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ContextMenu.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ContextMenuStrip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Control.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Control.Ime.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ControlBindingsCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ControlEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ControlEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ControlPaint.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ControlStyles.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ControlUpdateMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ConvertEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ConvertEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CreateParams.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CurrencyManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Cursor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\CursorConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Cursors.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataFormats.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGrid.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridAddNewRow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridBoolColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridCaption.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridColumnCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridDefaultColumnWidthTypeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridLineStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridParentRows.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridParentRowsLabel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridRelationshipRow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridRow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridTable.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridTableCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridTablesFactory.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridTextBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridToolTip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridView.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewAdvancedCellBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewAutoSizeColumnModeEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewAutoSizeColumnsModeEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewAutoSizeEnums.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewAutoSizeModeEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewBand.cs" />
    <Compile Include="winforms\Managed\System\Winforms\DataGridViewBindingCompleteEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewButtonCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellCancelEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellContextMenuStripNeededEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellErrorTextNeededEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellFormattingEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellMouseEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellPaintingEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellParsingEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellStateChangedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellStyleChangedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellStyleContentChangedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellStyleConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellStyleDifferences.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellStyleScopes.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellToolTipTextNeededEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellValidatingEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCellValueEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewClipboardCopyMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnDesignTimeVisibleAttribute.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnDividerDoubleClickEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnSortMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewColumnStateChangedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewComboBoxDisplayStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewContentAlignment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewControlCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewDataConnection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewDataErrorContexts.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewDataErrorEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewEditingCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewEditingControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewEditingControlShowingEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewEditMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewElement.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewElementStates.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewEventHandlers.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewFreeDimension.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewHeaderBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewHitTestCloseEdge.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewHitTestInfo.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewHitTestType.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewImageCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewImageCellLayout.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewImageColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewLayoutData.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewLinkCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewMethods.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewPaintParts.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowCancelEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowContextMenuStripNeededEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowDividerDoubleClickEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowErrorTextNeededEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowHeightInfoNeededEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowHeightInfoPushedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowPostPaintEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowPrePaintEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowsAddedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowsRemovedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewRowStateChangedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewSelectedCellCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewSelectedCellsAccessibleObject.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewSelectedColumnCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewSelectedRowCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewSelectionMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewSortCompareEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewTextBoxColumn.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewToolTip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewTriState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataGridViewUtilities.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataObject.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataSourceUpdateMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DataStreamFromComStream.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DateBoldEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DateBoldEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DateRangeEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DateRangeEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DateTimePicker.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DateTimePickerFormats.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Day.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\EventsTab.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\IUIService.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\IWinFormsEditorService.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\PropertyTab.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\ToolStripDesignerAvailability.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\ToolStripDesignerAvailabilityAttribute.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Design\WinFormsComponentEditor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DialogResult.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DisplayInformation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DockingAttribute.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DockingBehavior.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DockStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DomainUpDown.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DragAction.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DragDropEffects.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DragEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DragEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawItemEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawItemState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawListViewItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawListViewSubItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawToolTipEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawTreeNodeEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DrawTreeNodeEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DropSource.cs" />
    <Compile Include="winforms\Managed\System\WinForms\DropTarget.cs" />
    <Compile Include="winforms\Managed\System\WinForms\EnumValAlphaComparer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ErrorBlinkStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ErrorIconAlignment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ErrorProvider.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FeatureSupport.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FileDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FileDialog_Vista.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FileDialog_Vista_Interop.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FileDialogCustomPlace.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FileDialogCustomPlacesCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FixedPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FlatButtonAppearance.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FlatStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FlowDirection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FlowLayoutPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FlowLayoutSettings.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FolderBrowserDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FontDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Form.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Formatter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormClosedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormClosedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormClosingEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormClosingEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormStartPosition.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FormWindowState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FrameStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\FxCopSuppression.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GDI\TextFormatFlags.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GDI\TextRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GDI\WindowsGraphicsWrapper.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GetChildAtPointSkip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GiveFeedbackEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GiveFeedbackEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GridItem.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GridItemCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GridItemType.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GroupBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\GroupBoxRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HandledMouseEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Help.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HelpEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HelpEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HelpInfo.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HelpNavigator.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HelpProvider.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HorizontalAlignment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HScrollBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HScrollProperties.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlDocument.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlElement.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlElementCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlElementErrorEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlElementErrorEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlElementEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlElementEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlHistory.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlShim.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlShimManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlWindow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\HtmlWindowCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IBindableComponent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IButtonControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ICommandExecutor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ICompletion.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IContainerControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ICurrencyManagerProvider.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IDataGridEditingService.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IDataObject.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IFeatureSupport.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IFileReaderService.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ImageIndexConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ImageKeyConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ImageLayout.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ImageList.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ImageListStreamer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IMEMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IMessageFilter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IMessageModifyAndFilter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InputLangChangeEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InputLangChangeEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InputLangChangeRequestEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InputLangChangeRequestEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InputLanguage.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InputLanguageCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InsertKeyMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InvalidateEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\InvalidateEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ISupportOleDropSource.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ISupportOleDropTarget.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ISupportToolStripPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemActivation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemBoundsPortion.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemChangedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemCheckedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemCheckedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemCheckEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemCheckEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemDragEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ItemDragEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IWin32window.cs" />
    <Compile Include="winforms\Managed\System\WinForms\IWindowTarget.cs" />
    <Compile Include="winforms\Managed\System\WinForms\KeyEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\KeyEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\KeyPressEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\KeyPressEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Keys.cs" />
    <Compile Include="winforms\Managed\System\WinForms\KeysConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Label.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LabelEditEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LabelEditEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\CommonProperties.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\FlowLayout.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\IArrangedElement.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\LayoutEngine.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\LayoutSettings.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\LayoutUtils.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\PropertyNames.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Layout\TableLayout.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LayoutEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LayoutEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LeftRightAlignment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkArea.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkBehavior.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkClickEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkClickEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkLabel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkLabelLinkClickedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkLabelLinkClickedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LinkUtilities.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListBindingConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListBindingHelper.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListControlConvertEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListControlConvertEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListItemConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListManagerBindingsCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListView.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewAlignment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewGroup.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewGroupConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewHitTestInfo.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewHitTestLocation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewInsertionMark.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewItem.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewItemMouseHoverEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewItemMouseHoverEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewItemSelectionChangedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewItemSelectionChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewItemState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewVirtualItemsSelectionRangeChangedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ListViewVirtualItemsSelectionRangeChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\LocalAppContextSwitches.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MainMenu.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MaskedTextBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MaskFormat.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MaskInputRejectedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MaskInputRejectedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MDIClient.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MDIControlStrip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MDILayout.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MDIWindowDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MdiWindowListItemConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MdiWindowListStrip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MeasureItemEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MeasureItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Menu.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MenuGlyph.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MenuItem.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MenuMerge.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MenuStrip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MergeAction.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Message.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MessageBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MessageBoxButtons.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MessageBoxDefaultButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MessageBoxIcon.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MessageBoxOptions.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MessageDecoder.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MethodInvoker.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MonthCalendar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MouseButtons.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MouseEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\MouseEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NativeMethods.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NativeWindow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NavigateEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NavigateEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NodeLabelEditEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NodeLabelEditEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NoneExcludedImageIndexConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NotifyIcon.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NumericUpDown.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NumericUpDownAcceleration.cs" />
    <Compile Include="winforms\Managed\System\WinForms\NumericUpDownAccelerationCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\OpacityConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\OpenFileDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Orientation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\OSFeature.cs" />
    <Compile Include="winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Padding.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PaintEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PaintEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Panel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PictureBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PictureBoxSizeMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PopupEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PopupEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PowerStatus.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PreProcessControlState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PreviewKeyDownEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PreviewKeyDownEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Printing\PrintDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ProfessionalColors.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ProfessionalColorTable.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ProgressBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ProgressBarRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ProgressBarStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGrid.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\GridEntryCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\IRootGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridCommands.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertySort.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyStore.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyTabChangedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyTabChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyValueChangedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\PropertyValueChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\QueryAccessibilityHelpEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\QueryAccessibilityHelpEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\QueryContinueDragEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\QueryContinueDragEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\QuestionEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\QuestionEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RadioButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RadioButtonRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RelatedCurrencyManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RelatedImageListAttribute.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RelatedPropertyManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RequestResizeEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RequestResizeEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RetrieveVirtualItemEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RetrieveVirtualItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxConstants.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxFinds.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxLanguageOptions.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxScrollBars.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxSelectionAttribute.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxSelectionTypes.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxStreamType.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RichTextBoxWordPunctuations.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RightToLeft.cs" />
    <Compile Include="winforms\Managed\System\WinForms\RTLAwareMessageBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SafeNativeMethods.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SaveFileDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Screen.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScreenOrientation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollableControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollBarRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollBars.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollEventType.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollOrientation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ScrollProperties.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SearchDirectionHint.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SearchForVirtualItemEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SearchForVirtualItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SecurityIDType.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SelectedGridItemChangedEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SelectedGridItemChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SelectionMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SelectionRange.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SelectionRangeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SendKeys.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Shortcut.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SizeGripStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SortOrder.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SpecialFolderEnumConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SplitContainer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Splitter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SplitterCancelEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SplitterCancelEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SplitterEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SplitterEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SplitterPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarDrawItemEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarDrawItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarPanelAutoSize.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarPanelBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarPanelClickEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarPanelClickEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusBarPanelStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StatusStrip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StringSorter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StringSource.cs" />
    <Compile Include="winforms\Managed\System\WinForms\StructFormat.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SysInfoForm.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SystemInformation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\SystemParameter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabAlignment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabAppearance.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabControlAction.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabControlCancelEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabControlCancelEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabControlEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabControlEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabDrawMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutCellPaintEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutCellPaintEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutColumnStyleCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutPanelCellBorderStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutPanelGrowStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutRowStyleCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutSettings.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabPage.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TabSizeMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TextBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TextBoxAutoCompleteSourceConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TextBoxBase.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TextBoxRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TextDataFormat.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TextImageRelation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ThreadExceptionDialog.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TickStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Timer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolBarAppearance.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolBarButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolBarButtonClickEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolBarButtonClickEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolBarButtonStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolBarTextAlign.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStrip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripArrowRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripArrowRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripComboBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripContainer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripContentPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripContentPanelRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripContentPanelRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripControlHost.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDown.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownClosedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownClosedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownCloseReason.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownClosingEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownClosingEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownDirection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownItem.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripGrip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripGripDisplayStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripGripRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripGripRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripGripStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItem.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemAlignment.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemClickedEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemClickedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemDisplayStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemEventType.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemImageRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemImageRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemImageScaling.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemOverflow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemPlacement.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemStates.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemTextRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripItemTextRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripLabel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripLayoutStyle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripLocationCancelEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripLocationCancelEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripManagerRenderMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripMenuItem.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripOverflow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripOverflowButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripPanel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripPanelCell.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripPanelRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripPanelRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripPanelRow.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripPointType.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripProfessionalLowResolutionRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripProgressBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripRendererSwitcher.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripRenderMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripScrollButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripSeparator.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripSeparatorRenderEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripSeparatorRenderEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripSettings.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripSplitButton.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripStatusLabel.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripStatusLabelBorderSides.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripTextBox.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolStripTextDirection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolTip.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ToolTipIcon.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TrackBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TrackBarRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNodeClickEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNodeClickEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNodeCollection.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNodeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNodeMouseHoverEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNodeMouseHoverEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeNodeState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeView.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewAction.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewCancelEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewCancelEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewDrawMode.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewHitTestInfo.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewHitTestLocation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewImageIndexConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TreeViewImageKeyConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\Triangle.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TrustManager.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TrustManagerPromptUI.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TypeValidationEventArgs.cs" />
    <Compile Include="winforms\Managed\System\WinForms\TypeValidationEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\UICuesEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\UICuesEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\UnsafeNativeMethods.cs" />
    <Compile Include="winforms\Managed\System\WinForms\UpDownBase.cs" />
    <Compile Include="winforms\Managed\System\WinForms\UpDownEvent.cs" />
    <Compile Include="winforms\Managed\System\WinForms\UpDownEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\UserControl.cs" />
    <Compile Include="winforms\Managed\System\WinForms\ValidationConstraints.cs" />
    <Compile Include="winforms\Managed\System\WinForms\View.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VisualStyles\VisualStyleElement.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VisualStyles\VisualStyleState.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VisualStyles\VisualStyleStates.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VisualStyles\VisualStyleTypesAndProperties.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VScrollBar.cs" />
    <Compile Include="winforms\Managed\System\WinForms\VScrollProperties.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowser.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserBase.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserContainer.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserDocumentCompletedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserHelper.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserNavigatedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserNavigatingEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserProgressChangedEventHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserSiteBase.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WebBrowserUriTypeConverter.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WinCategoryAttribute.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WinFormsSecurity.cs" />
    <Compile Include="winforms\Managed\System\WinForms\WinFormsUtils.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>