File: System.Windows.Forms.Tests.csproj
Web Access
Project: src\src\test\unit\System.Windows.Forms\System.Windows.Forms.Tests.csproj (System.Windows.Forms.Tests)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>System.Windows.Forms.Tests</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26258.110\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="BindingNavigatorTests.cs"/>
    <Compile Include="CheckedListBoxTests.cs"/>
    <Compile Include="ContextMenuStripTests.cs"/>
    <Compile Include="DataStreamFromComStreamTests.cs"/>
    <Compile Include="DpiHelperTests.cs"/>
    <Compile Include="ExceptionHandlingTests.cs"/>
    <Compile Include="GlobalUsings.cs"/>
    <Compile Include="KeyboardTooltipStateMachineTests.cs"/>
    <Compile Include="LinkLabelTests.cs"/>
    <Compile Include="MaskedTextBoxTests.cs"/>
    <Compile Include="misc\CollectionHelperTests.cs"/>
    <Compile Include="ModuleInitializer.cs"/>
    <Compile Include="NumericUpDownTests.cs"/>
    <Compile Include="ResourceStrings.cs"/>
    <Compile Include="SerializableAttributeTests.cs"/>
    <Compile Include="SerializableTypesTests.cs"/>
    <Compile Include="SpanHelpersTests.cs"/>
    <Compile Include="SRCategoryAttributeTests.cs"/>
    <Compile Include="SRDescriptionAttributeTests.cs"/>
    <Compile Include="System\Drawing\Design\PaintValueEventArgsTests.cs"/>
    <Compile Include="System\Drawing\Design\PropertyValueUIItemTests.cs"/>
    <Compile Include="System\Drawing\Design\UITypeEditorTests.cs"/>
    <Compile Include="System\Resources\ResxDataNodeTests.cs"/>
    <Compile Include="System\Resources\ResXFileRef.ConverterTests.cs"/>
    <Compile Include="System\Resources\ResXFileRefTests.cs"/>
    <Compile Include="System\Resources\ResXResourceReaderTests.cs"/>
    <Compile Include="System\Resources\ResXResourceSetTests.cs"/>
    <Compile Include="System\Resources\ResXResourceWriterTests.cs"/>
    <Compile Include="System\Resources\ResXSerializationBinderTests.cs"/>
    <Compile Include="System\Windows\Forms\AbstractButtonBaseTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\AccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\Button.ButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\CategoryGridEntryAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\CheckedListBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ColumnHeader.ListViewColumnHeaderAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ComboBox.ChildAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridView.DataGridViewEditingPanelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewButtonCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewCheckBoxCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewColumnHeaderCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewComboBoxCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewComboBoxEditingControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewImageCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewLinkCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewRowAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewRowHeaderCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewRowsAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewSelectedCellsAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewSelectedRowCellsAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewTextBoxEditingControl.DataGridViewTextBoxEditingControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DataGridViewTopRowAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DateTimePicker.DateTimePickerAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DirectionButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\DomainUpDownAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ErrorProvider.ControlItem.ControlItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ErrorProvider.ErrorWindow.ErrorWindowAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ErrorProviderAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\FlowLayoutPanel.FlowLayoutPanelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\GroupBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\HScrollBar.HScrollBarAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\HScrollBar.ScrollBarFirstLineButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\HScrollBar.ScrollBarFirstPageButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\HScrollBar.ScrollBarLastLineButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\HScrollBar.ScrollBarLastPageButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\HScrollBar.ScrollBarThumbAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\LabelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\LinkLabel.Link.LinkAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\LinkLabel.LinkLabelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemBaseAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemDetailsAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemImageAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemListAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemTileAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemWithImageAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ListViewLabelEditAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MaskedTextBox.MaskedTextBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MenuStrip.MenuStripAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarBodyAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarDayOfWeekCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarHeaderAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarNextButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarPreviousButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarRowAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarTodayLinkAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarWeekNumberCellAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.MonthCalendarAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\MonthCalendar.MonthCalendarChildAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\NumericUpDownAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\Panel.PanelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\PictureBox.PictureBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\PrintPreviewControl.PrintPreviewControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ProgressBarAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\PropertyGrid.PropertyGridAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\PropertyGridToolStrip.PropertyGridToolStripAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\PropertyGridView.GridViewListBoxItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\RadioButton.RadioButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ScrollBar.ScrollBarAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ScrollBar.ScrollBarChildAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\SplitContainer.SplitContainerAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\Splitter.SplitterAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\StatusStrip.StatusStripAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TabControl.TabControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TabPage.TabAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TabPage.TabPageAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TextBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TextBoxBaseAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripButton.ToolStripButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripContainer.ToolStripContainerAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripControlHostAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripHostedControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripDropDown.ToolStripDropDownAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripDropDownButton.ToolStripDropDownButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripDropDownItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripDropDownMenu.ToolStripDropDownMenuAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripGrip.ToolStripGripAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripMenuItem.ToolStripMenuItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripNumericUpDown.ToolStripNumericUpDownAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripOverflow.ToolStripOverflowAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripOverflowButton.ToolStripOverflowButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripPanel.ToolStripPanelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripProgressBar.ToolStripProgressBarControl.ToolStripProgressBarControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripScrollButton.ToolStripScrollButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripSeparator.ToolStripSeparatorAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripSplitButton.ToolStripSplitButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripSplitButton.ToolStripSplitButtonExAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripTextBox.ToolStripTextBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\ToolStripTextBox.ToolStripTextBoxControlAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarChildAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarFirstButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarLastButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarThumbAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TreeNode.TreeNodeAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TreeView.TreeViewAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\TreeViewLabelEditAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownBaseAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.DirectionButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownEdit.UpDownEditAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarFirstLineButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarFirstPageButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarLastLineButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarLastPageButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarThumbAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\VScrollBar.VScrollBarAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleObjects\WebBrowser.WebBrowserAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs"/>
    <Compile Include="System\Windows\Forms\AmbientPropertiesTests.cs"/>
    <Compile Include="System\Windows\Forms\Application.ComponentManagerTests.cs"/>
    <Compile Include="System\Windows\Forms\Application.ParkingWindowTests.cs"/>
    <Compile Include="System\Windows\Forms\ApplicationContextTests.cs"/>
    <Compile Include="System\Windows\Forms\ApplicationTests.cs"/>
    <Compile Include="System\Windows\Forms\AutoCompleteStringCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs"/>
    <Compile Include="System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs"/>
    <Compile Include="System\Windows\Forms\AxHost.PropertyBagStreamTests.cs"/>
    <Compile Include="System\Windows\Forms\AxHost.VisualBasic6Tests.cs"/>
    <Compile Include="System\Windows\Forms\AxHostTests.cs"/>
    <Compile Include="System\Windows\Forms\AxSystemMonitorTests.cs"/>
    <Compile Include="System\Windows\Forms\AxWebBrowserTests.cs"/>
    <Compile Include="System\Windows\Forms\BaseCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingCompleteEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingContextTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingManagerBaseTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingManagerDataErrorEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingMemberInfoTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingsCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingSourceTests.cs"/>
    <Compile Include="System\Windows\Forms\BindingTests.cs"/>
    <Compile Include="System\Windows\Forms\ButtonBaseTests.cs"/>
    <Compile Include="System\Windows\Forms\ButtonFlatAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\ButtonPopupAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\ButtonRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\ButtonRenderingTests.cs"/>
    <Compile Include="System\Windows\Forms\ButtonTests.cs"/>
    <Compile Include="System\Windows\Forms\CacheVirtualItemsEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\CheckBoxBaseAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\CheckBoxFlatAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\CheckBoxPopupAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\CheckBoxRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\CheckBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ClipboardTests.cs"/>
    <Compile Include="System\Windows\Forms\ColorDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnClickEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnHeaderCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnHeaderConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnHeaderTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnReorderedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnStyleTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnWidthChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ColumnWidthChangingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ComboBox.ComboBoxChildDropDownButtonUiaProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\ComboBox.ComboBoxChildEditUiaProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\ComboBox.ComboBoxChildListUiaProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\ComboBox.ComboBoxChildNativeWindowTests.cs"/>
    <Compile Include="System\Windows\Forms\ComboBox.ComboBoxChildTextUiaProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\Combobox.ObjectCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ComboBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\CommonDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ComponentModel\Com2Interop\Com2PropertyDescriptorTests.cs"/>
    <Compile Include="System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs"/>
    <Compile Include="System\Windows\Forms\ContainerControlTests.cs"/>
    <Compile Include="System\Windows\Forms\ContentsResizedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\Control.ActiveXFontMarshallerTests.cs"/>
    <Compile Include="System\Windows\Forms\Control.ActiveXImplTests.cs"/>
    <Compile Include="System\Windows\Forms\ControlBindingsCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ControlEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ControlPaintTests.cs"/>
    <Compile Include="System\Windows\Forms\ControlPaintTests.Rendering.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests.ControlCollection.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests.Handlers.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests.Internals.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests.Methods.ClipboardTests.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests.Methods.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests.Properties.cs"/>
    <Compile Include="System\Windows\Forms\ControlTests_InvokeAsync.cs"/>
    <Compile Include="System\Windows\Forms\ConvertEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\CreateParamsTests.cs"/>
    <Compile Include="System\Windows\Forms\CursorConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\CursorsTests.cs"/>
    <Compile Include="System\Windows\Forms\CursorTests.cs"/>
    <Compile Include="System\Windows\Forms\DataFormatsTests.ClipboardTests.cs"/>
    <Compile Include="System\Windows\Forms\DataFormatsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridView.DataGridViewControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewAutoSizeColumnModeEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewAutoSizeColumnsModeEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewAutoSizeModeEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewBindingCompleteEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewButtonCellTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewButtonColumnTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellCancelEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellContextMenuStripNeededEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellErrorTextNeededEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellFormattingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellMouseEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellPaintingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellParsingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellStateChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellStyleConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellStyleTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellTests.ClipboardTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewCellValueEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewColumnCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewColumnConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewColumnDesignTimeVisibleAttributeTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewColumnDividerDoubleClickEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewColumnEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewColumnStateChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewColumnTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewComboBoxCellTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewComboBoxColumnTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewDataErrorEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewEditingControlShowingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewElementTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewHeaderCellTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewImageCellTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewImageColumnTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewLinkCellTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewLinkColumnTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowCancelEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowContextMenuStripNeededEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowDividerDoubleClickEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowErrorTextNeededEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowHeightInfoNeededEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowHeightInfoPushedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowPostPaintEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowPrePaintEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowsAddedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowsRemovedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowStateChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewRowTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewSelectedCellCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewSelectedColumnCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewSelectedRowCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewSortCompareEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewTests.Rendering.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewTextBoxColumnTests.cs"/>
    <Compile Include="System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs"/>
    <Compile Include="System\Windows\Forms\DataObjectComTests.cs"/>
    <Compile Include="System\Windows\Forms\DataObjectExtensionsTests.cs"/>
    <Compile Include="System\Windows\Forms\DataObjectTests.ClipboardTests.cs"/>
    <Compile Include="System\Windows\Forms\DataObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\DateRangeEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DateTimePickerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ComponentEditorFormTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ComponentEditorPageTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignerAttributeTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\EventsTabTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\PropertyTabTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripItemDesignerAvailabilityAttributeTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\WindowsFormsComponentEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\DockingAttributeTests.cs"/>
    <Compile Include="System\Windows\Forms\DockPaddingEdgesConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\DockPaddingEdgesTests.cs"/>
    <Compile Include="System\Windows\Forms\DomainItemAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\DomainUpDownTests.cs"/>
    <Compile Include="System\Windows\Forms\DragDropFormatTests.cs"/>
    <Compile Include="System\Windows\Forms\DragDropHelperTests.cs"/>
    <Compile Include="System\Windows\Forms\DragEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DrawItemEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DrawListViewColumnHeaderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DrawListViewItemEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DrawListViewSubItemEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DrawToolTipEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DrawTreeNodeEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\DynamicAxHost.cs"/>
    <Compile Include="System\Windows\Forms\EmbeddedResourceTests.cs"/>
    <Compile Include="System\Windows\Forms\ErrorProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\FeatureSupportTests.cs"/>
    <Compile Include="System\Windows\Forms\FileDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\FlatButtonAppearanceConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\FlowLayoutPanelTests.cs"/>
    <Compile Include="System\Windows\Forms\FlowLayoutSettingsTests.cs"/>
    <Compile Include="System\Windows\Forms\FocusableLabelTests.cs"/>
    <Compile Include="System\Windows\Forms\FolderBrowserDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\FontCacheTests.cs"/>
    <Compile Include="System\Windows\Forms\FontDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\Form.ControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\FormAsyncExtensions.cs"/>
    <Compile Include="System\Windows\Forms\FormClosedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\FormClosingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\FormTests.cs"/>
    <Compile Include="System\Windows\Forms\GiveFeedbackEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\GridEntryRecreateChildrenEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\GridItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\GridItemTests.cs"/>
    <Compile Include="System\Windows\Forms\GroupBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\GroupLinkClickEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\HandledMouseEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\HelpEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\HelpProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\Help\HelpTests.cs"/>
    <Compile Include="System\Windows\Forms\HScrollBarTests.cs"/>
    <Compile Include="System\Windows\Forms\HScrollPropertiesTests.cs"/>
    <Compile Include="System\Windows\Forms\HtmlDocumentTests.cs"/>
    <Compile Include="System\Windows\Forms\HtmlElementErrorEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\HtmlElementTests.cs"/>
    <Compile Include="System\Windows\Forms\HtmlToClrEventProxyTest.cs"/>
    <Compile Include="System\Windows\Forms\HtmlWindowTests.cs"/>
    <Compile Include="System\Windows\Forms\ImageList.ImageCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ImageList.NativeImageListTests.cs"/>
    <Compile Include="System\Windows\Forms\ImageListConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ImageListStreamerTests.cs"/>
    <Compile Include="System\Windows\Forms\ImageListTests.cs"/>
    <Compile Include="System\Windows\Forms\InputLanguageChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\InputLanguageChangingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\InputLanguageTests.cs"/>
    <Compile Include="System\Windows\Forms\InvalidateEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ItemCheckedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ItemDragEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\KeyEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\KeyPressEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\KeysConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\KeysConverterTests.LocalizationTests.cs"/>
    <Compile Include="System\Windows\Forms\LabelEditEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\LabelTests.cs"/>
    <Compile Include="System\Windows\Forms\LayoutEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\LayoutSettingsTests.cs"/>
    <Compile Include="System\Windows\Forms\Layout\FlowLayoutTests.cs"/>
    <Compile Include="System\Windows\Forms\Layout\LayoutEngineTests.cs"/>
    <Compile Include="System\Windows\Forms\Layout\TableLayoutSettingsTests.cs"/>
    <Compile Include="System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkAreaConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkAreaTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkClickedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkLabel.LinkComparerTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkLabelLinkClickedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkTests.cs"/>
    <Compile Include="System\Windows\Forms\LinkUtilitiesTests.cs"/>
    <Compile Include="System\Windows\Forms\ListBindingHelperTests.cs"/>
    <Compile Include="System\Windows\Forms\ListBox.IntegerCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListBox.ObjectCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListBox.SelectedIndexCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListBox.SelectedObjectCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\ListControlConvertEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ListControlTests.cs"/>
    <Compile Include="System\Windows\Forms\ListView.CheckedIndexCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListView.CheckedListViewItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListView.IconComparerTests.cs"/>
    <Compile Include="System\Windows\Forms\ListView.ListViewItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListView.SelectedListViewItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewGroupCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewGroupConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewGroupEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewGroupTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewHitTestInfoTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewInsertionMarkTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewItemConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewItemMouseHoverEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewItemSelectionChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewItemStateImageIndexConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewItemTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewSubItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewSubItemConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewSubItemTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewTests.cs"/>
    <Compile Include="System\Windows\Forms\ListViewVirtualItemsSelectionRangeChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\MaskInputRejectedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\MdiClient.ControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\MdiClientTests.cs"/>
    <Compile Include="System\Windows\Forms\MdiControlStripTests.cs"/>
    <Compile Include="System\Windows\Forms\MeasureItemEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\MenuStripTests.cs"/>
    <Compile Include="System\Windows\Forms\MessageBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\MessageTests.cs"/>
    <Compile Include="System\Windows\Forms\MixedDpiHostingTests.cs"/>
    <Compile Include="System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs"/>
    <Compile Include="System\Windows\Forms\Mocks\DataBinding\RelayCommand.cs"/>
    <Compile Include="System\Windows\Forms\Mocks\DataBinding\ViewModelBase.cs"/>
    <Compile Include="System\Windows\Forms\MonthCalendar.DateBoldEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\MonthCalendar.HitTestInfoTests.cs"/>
    <Compile Include="System\Windows\Forms\MonthCalendar.SelectionRangeConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\MonthCalendarTests.cs"/>
    <Compile Include="System\Windows\Forms\MouseEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\MultiPropertyDescriptorGridEntryTests.cs"/>
    <Compile Include="System\Windows\Forms\NativeToWinFormsAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\NativeWindowTests.cs"/>
    <Compile Include="System\Windows\Forms\NavigateEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\NodeLabelEditEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\NoneExcludedImageIndexConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\NotifyIconTests.cs"/>
    <Compile Include="System\Windows\Forms\NumericUpDownAccelerationCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\NumericUpDownAccelerationTests.cs"/>
    <Compile Include="System\Windows\Forms\Ole\BinaryFormatUtilitiesTests.cs"/>
    <Compile Include="System\Windows\Forms\OpacityConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\OpenFileDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\OSFeatureTests.cs"/>
    <Compile Include="System\Windows\Forms\OwnerDrawPropertyBagTests.cs"/>
    <Compile Include="System\Windows\Forms\PaddingConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\PaddingTests.cs"/>
    <Compile Include="System\Windows\Forms\PageSetupDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\PaintEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\PanelTests.cs"/>
    <Compile Include="System\Windows\Forms\PictureBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\PopupEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\PowerStatusTests.cs"/>
    <Compile Include="System\Windows\Forms\PreviewKeyDownEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibilityObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\Printing\PrintPreviewControlTests.cs"/>
    <Compile Include="System\Windows\Forms\PrintPreviewDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\ProfessionalColorsTests.cs"/>
    <Compile Include="System\Windows\Forms\ProfessionalColorTableTests.cs"/>
    <Compile Include="System\Windows\Forms\ProgressBarRendererTest.cs"/>
    <Compile Include="System\Windows\Forms\ProgressBarTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridCommandsTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\CommandsPane.CommandsPaneAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\DetailsButton.DetailsButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\DropDownButton.DropDownButtonAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\HelpPane.HelpPaneAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.GridViewListBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\ArrayElementGridEntryTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\GridToolTipTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\PropertyGridView.DropDownHolderTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\PropertyGridView.GridViewListBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\PropertyGridViewTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\PropertyGridViewTests.Rendering.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\TestAccessors.PropertyGridTestAccessor.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridInternal\TestAccessors.PropertyGridViewTestAccessor.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyGridToolStripButtonTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyManagerTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyStoreTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyTabChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\PropertyValueChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\QueryAccessibilityHelpEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\QueryContinueDragEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\QuestionEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\RadioButtonBaseAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\RadioButtonRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\RadioButtonTests.cs"/>
    <Compile Include="System\Windows\Forms\ReadOnlyControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\RelatedImageListAttributeTests.cs"/>
    <Compile Include="System\Windows\Forms\RetrieveVirtualItemEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\RichTextBoxTests.ClipboardTests.cs"/>
    <Compile Include="System\Windows\Forms\RichTextBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\RowStyleTests.cs"/>
    <Compile Include="System\Windows\Forms\SaveFileDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\ScreenDcCacheTests.cs"/>
    <Compile Include="System\Windows\Forms\ScreenTests.cs"/>
    <Compile Include="System\Windows\Forms\ScrollableControlTests.cs"/>
    <Compile Include="System\Windows\Forms\ScrollBarTests.cs"/>
    <Compile Include="System\Windows\Forms\ScrollEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ScrollPropertiesTests.cs"/>
    <Compile Include="System\Windows\Forms\SearchForVirtualItemEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\SelectedGridItemChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\SendKeysTests.cs"/>
    <Compile Include="System\Windows\Forms\SpecialFolderEnumConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\SplitContainer.SplitContainerTypedControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\SplitterCancelEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\SplitterEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\SplitterPanelTests.cs"/>
    <Compile Include="System\Windows\Forms\SplitterTests.cs"/>
    <Compile Include="System\Windows\Forms\StatusStripTests.cs"/>
    <Compile Include="System\Windows\Forms\StatusStripTests.Rendering.cs"/>
    <Compile Include="System\Windows\Forms\SystemInformationTests.cs"/>
    <Compile Include="System\Windows\Forms\TabControl.ControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TabControl.TabPageCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TabControlCancelEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\TabControlEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\TabControlTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutCellPaintEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutColumnStyleCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutPanel.TableLayoutPanelAccessibleObectTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutPanelCellPositionTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutPanelTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutRowStyleCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutStyleCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TableLayoutStyleTests.cs"/>
    <Compile Include="System\Windows\Forms\TabPageTests.cs"/>
    <Compile Include="System\Windows\Forms\TabPageTests.TabPageControlCollection.cs"/>
    <Compile Include="System\Windows\Forms\TabRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\TaskDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\TestAccessors.KeyboardToolTipStateMachineTestAccessor.cs"/>
    <Compile Include="System\Windows\Forms\TextBoxAutoCompleteSourceConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\TextBoxRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\TextRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\TimerTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStrip.ToolStripAccessibleObjectWrapperForItemsOnOverflowTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripArrowRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripButtonTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripButtonTests.Rendering.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripComboBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripContainer.ToolStripContainerTypedControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripContentPanelRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripContentPanelTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripControlHostTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripCustomIComparerTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripDropDownClosedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripDropDownClosingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripDropDownItemTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripDropDownTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripGripRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripItemClickedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripItemEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripItemImageRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripItemRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripItemTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripItemTextRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripLabelTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripManagerModalMenuFilterHostedWindowsFormsMessageHookTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripMenuItemTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripPanel.ToolStripPanelControlCollection.XYComparerTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripPanelRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripPanelRow.ToolStripPanelRowControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripPanelTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripProfessionalLowResolutionRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripSeparatorRenderEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripSeparatorTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripSettingsManagerTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripSplitButton.ToolStripSplitButtonUiaProviderTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripSplitButtonTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripStatusLabelTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripTests.Rendering.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripTextBoxTests.ClipboardTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolStripTextBoxTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolTipBufferTests.cs"/>
    <Compile Include="System\Windows\Forms\ToolTipTests.cs"/>
    <Compile Include="System\Windows\Forms\TrackBarRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeNodeCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeNodeConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeNodeMouseClickEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeNodeMouseHoverEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeNodeTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeViewCancelEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeViewEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeViewHitTestInfoTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeViewImageIndexConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeViewImageKeyConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\TreeViewTests.cs"/>
    <Compile Include="System\Windows\Forms\TypedControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\TypeValidationEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\UICuesEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\UnsupportedTypesTests.cs"/>
    <Compile Include="System\Windows\Forms\UpDownBaseTests.cs"/>
    <Compile Include="System\Windows\Forms\UpDownEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\UserConfigDisposableFixture.cs"/>
    <Compile Include="System\Windows\Forms\UserControlTests.cs"/>
    <Compile Include="System\Windows\Forms\VisualStyles\TextMetricsTests.cs"/>
    <Compile Include="System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs"/>
    <Compile Include="System\Windows\Forms\VisualStyles\VisualStyleInformationTests.cs"/>
    <Compile Include="System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs"/>
    <Compile Include="System\Windows\Forms\VScrollBarTests.cs"/>
    <Compile Include="System\Windows\Forms\VScrollPropertiesTests.cs"/>
    <Compile Include="System\Windows\Forms\WebBrowserContainerTests.cs"/>
    <Compile Include="System\Windows\Forms\WebBrowserDocumentCompletedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\WebBrowserNavigatedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\WebBrowserNavigatingEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\WebBrowserProgressChangedEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\WebBrowserTests.cs"/>
    <Compile Include="System\Windows\Forms\WebBrowserUriTypeConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\WindowsFormsSynchronizationContextTests.cs"/>
    <Compile Include="TestAccessorTests.cs"/>
    <Compile Include="TestResources\ComClasses.cs"/>
    <Compile Include="TextBoxBaseTests.ClipboardTests.cs"/>
    <Compile Include="TextBoxBaseTests.cs"/>
    <Compile Include="TextBoxTests.cs"/>
    <Compile Include="TextBoxTests.Rendering.cs"/>
    <Compile Include="Text\FontMetrics.cs"/>
    <Compile Include="ThreadContextTests.cs"/>
    <Compile Include="ToolStripContainerTests.cs"/>
    <Compile Include="ToolStripDropDownMenuTests.cs"/>
    <Compile Include="TrackBarTests.cs"/>
    <Compile Include="WebBrowserBaseTests.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\System.Windows.Forms.Tests.GlobalUsings.g.cs" Link="artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\System.Windows.Forms.Tests.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\SelfRegisteredExtensions.cs" Link="artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\SelfRegisteredExtensions.cs"/>
    <Compile Include="..\..\..\..\.packages\xunit.v3.core.mtp-v1\3.2.2\_content\DefaultRunnerReporters.cs" Link=".packages\xunit.v3.core.mtp-v1\3.2.2\_content\DefaultRunnerReporters.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\XunitAutoGeneratedEntryPoint.cs" Link="artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\XunitAutoGeneratedEntryPoint.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\System.Windows.Forms.Tests.AssemblyInfo.cs" Link="artifacts\obj\System.Windows.Forms.Tests\Release\net11.0-windows7.0\System.Windows.Forms.Tests.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\5d0c5dde296e421db448ced2d0b4f3d6\Accessibility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb219ff5bd86465d8c6f3dbdec78d997\AxInterop.SHDocVw.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2cdc382de7824148b25046514340e002\AxInterop.SystemMonitor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a97b2a839f8e4a439684121a1b8dad59\AxInterop.WMPLib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34e54cf52b4a4c2b82645ccc3a46837e\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73518d27000746ef8d11b991f858667e\FluentAssertions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3468283fbde447b7b6c51de8ec37b7dc\Interop.SHDocVw.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b94d6c75d6c4a6e9de202c82601587a\Interop.SystemMonitor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78d66579411e4b3e9eb33fd9bc259c9c\Interop.WMPLib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4dbbc8601af7417596ac62df8c0ce7fa\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\761c538a15ae400996367d7535c90b5e\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2534b3c3926d406284e0f3784f95d714\Microsoft.DotNet.RemoteExecutor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6c8c5a76b144bd890e0043f4aac846a\Microsoft.DotNet.XUnitV3Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\065f063ae5c541249a233bf7d02ca465\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a20d4b25e4c4f1eb90076934fdaa2c1\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12bd8d9c0cf842a4b3ff6f7d5b2d83e3\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d25dcbac12a4395831b05bab2c5e2ce\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfbdac45691a47219ac57c54d53fa3d3\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1884f58f69e4a6392fcd0fd992c4f0f\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f00a73b2371644f3aab5b5650444a6d9\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f16de99b7224fed812288e3cdf26f54\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dabc14cf12254d34ba0ce938d7bdebdd\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5708886b292a473da6ff471bd6ec8d98\Microsoft.Testing.Extensions.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6ed60576c9e4bbfab950ac3c5767764\Microsoft.Testing.Extensions.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1bd563a63ac481ca0f06c7cbfb05aa2\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55c5886b67314238a3cfe1a79514e25c\Microsoft.Testing.Extensions.TrxReport.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\010ac65c1d6a447896fd4c5f65f698f4\Microsoft.Testing.Platform.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3419c8ddb5ae43aebc184d2ebcc28a8e\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c19e70bfad74c54adb0c5471153291a\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff8c47c817704775b38b70f729f82abd\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0577f6d377f84bd08a19ed0768de9fac\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf0163c7d5904934997f126f0253c7cf\Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6472d8ac2592407793682c95d5294908\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f55930704110403c86ddd0e7976108f8\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2739ee11ae974fd08158c829ce920850\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69da6497c787482daa50eca794e9f03e\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\556555114048401cba920c874254d500\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b786f4cd300a423d8f281184b3b069b6\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13e5a2d89e4b4d89aa6c9e0cf899f439\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42959f059d4c4f18ba674ef23d148b1b\Microsoft.Win32.SystemEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36630aaba219448b98a922e4ca5a0c6a\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a042906affd044c88d9f9fe0808b090b\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a46c7b9a25c4daa9ef8af3bb7dfa06e\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3df58208cb0d469b91a6c3f704eb7095\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a85d76d621584bb6ab35445ea52d49d9\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c248a34c4df14ecca9e5c8d80c811cf4\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20eceabac6cc41d8acf5034e3083e2b1\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c229983fe9d847fdb9c8e02c60068cdc\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25e57d3e841b4bddaf56c7426171fedc\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3dbc28ea10d4f3484433167e6b69841\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\533931afb5fb4938b136d92071f6fdc7\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b12eab2e5084b348baca413ea94bd27\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2aa8608581b94a57ac6cf4c4235e7ff0\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67dcd6bf9d9f40d8ac329de331b5a25d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f492a369951c44439bf0fa5da28ac6bb\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31e1798a77ec4fd3a2259c0fa0b86d98\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edf4515bb29546fe8e1f800a332550b1\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42a8cee112e941fdbe4cc013c02f1d64\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe223db4a19341fc8c1e663f341445d0\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68302402e5ad40ee87429d8a53a67fa8\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17cba5e109574d8287dae31c466f9e7f\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28aa8d7bd0aa4758914e014b27cac5ef\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53d0ccbaff0e464e8c417fa3eb7ae354\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\56c332ceeb0c4759bf4faf6abe877548\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25b8857948c7413b98553ce09ac411dc\System.Design.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0a507cfe3be416eb53e06fc72370def\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f5e3502d8094a2faf7709e93968d6df\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d84b78b4c8649e9b07bddc840da3c36\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f49927819c274124ae1621b03a9a8cc2\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aea0087486d54d348933de7cf28d9681\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d871baed99694b0ab9e484eb4092f16e\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8a17e69bad9474e943aa9f36af3850c\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d32fabcf9fc64a82bab09a3d8f868179\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc57d601532d40d389209c4bb82318aa\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\282321a19ead467d9161132aaecbbdff\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\667a0d0afcaf43caa764ea79c4595d2b\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c552886d26849fab7936b584d1bafd5\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2dea7f4f508040e282d544cd47f2fec9\System.Drawing.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8b2140201194a3aaa7f21b005a1ea7e\System.Drawing.Design.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\719843bdd0be48ffa090a957cfb5fba8\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e47de37acaad4031b0a0daeae1c6b815\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65138b22db2e4a609cfa1ff82bb06897\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21d02e71fb7e485187d139bfb4673a82\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e37327847b5a4f7faad062e14de06ee0\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d02fb5869ee846898563cd197f115e06\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8999c03b1044f6883d11379e31e009c\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dfd554b4a494c39bce04a375ec2512b\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\317ef2cf6599465999a62a5f87f34e77\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5c4dbdb0d7f941758b519c310b2db610\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abf00e3a4fc4478fb06c83ab0eb86b6a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ed2da3e5a474915826dbc64a3f302c5\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6f43439ae8046ddab5a3d24242a8ab0\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ca546bd240149709817bce958bb7dea\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\671e719ba04e404bb7246f1b1b9cad97\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\704bba8826db459d8f54c0af899cf30b\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc1b9f4ac0c34f95a7c29efd7017c59b\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fa35b6bc2c44eb593c319933a7a831f\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d13106f39d34463f8f5a3c4adf8a1918\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbf2e544b16f4a398c96c5f617290e21\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a56f3bcdcee42db94d2891e1842c141\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee4a826d400346388d162cff21494e4d\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b48ecbbf4134a72814b6f379adbaf4f\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\572c7e07a5d54a88b8c6801494c766b4\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcdb028aa0224f4bba30fb8cd2caa3ad\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\086fa7c3bec64af5a0c43e874a68df7a\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77997602c54d4dcc9154fea67affb64a\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\706841c6e1ad4916a19935b23e97da36\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d21d79927ce54c47bbfe66a5ecb0e540\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d795f54fac6f4693bf1834d42a421834\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad9bcbac057d4f519d1f564b272fba83\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2057f797ad04ae9b5513a7cb2f4cf29\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9843f8da5fc043a28236d0a5bfeabcce\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97bb840e9b2e46469527e8eebd32b05d\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21381ba5437c42ee88e9560ebf21e295\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\709cee0256c04cc8a4e0306a3b57f786\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76a28fb7d7da4a48a9052677136823eb\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a41ba452f2945f786af78af67670cd2\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de3aa78d730449b19a389003d84785a2\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2724fcf3cbda4c448d461d557870b325\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a49e9bd713254b1bb6cbde70009a6ac5\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15e8e620536342d6b64be83b85d5bc01\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41d36bf228b14b48b0c12046065f061c\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eaace506d5aa4c059b283d246822d1a0\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb59b051025d47cd8516b600468a4d76\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6235ebaefd7240048f73f060f2037e75\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6da08b74f25d4a71afedfedfcebf5654\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69f5be7678ed4326a19f7b7e690d92e0\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28fdc5d8966c43a9a86667cc7cdd9ea7\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27c0ee1db9bf4980a4f1640640074c44\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ab0fc49198342f4b756ab4d7f6dbb6a\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac322b5149594bedac821360b9161ab0\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44526cef24e0499ea4574c9e0920ecac\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2392dace43a74beda9f4a0af8d68d22e\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b5ff1d0170342798037716bbb4f76c1\System.Private.Windows.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e03e43f1ad494c11b56c00b0ceaf695e\System.Private.Windows.Core.Tests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23645459f3e54a11b61a4618a1816037\System.Private.Windows.Core.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\710ed2be86174207830ccfed3b5de296\System.Private.Windows.GdiPlus.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efce49dda6994f4d9ab10b4bc8b69126\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\daf04287ba254b1fb8c437e2beaefbfd\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51d9223b813d4121b1e6f86a31601d6f\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d4e15efbd004605bdf1b3a1b9b05c2f\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e176a13049e246bf886336d11b7f1a47\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84602a5052634d39ab0d07643ed98aff\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\610d2ad13f98490993e23fbe8dba787a\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a029816794784d3084cf8ebb128a5319\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\723fe2fdc6964ec094bbc1ca291664c4\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\633b5748d64443a691956a81db04ac47\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b040e2417bc9445587bcc3a84ef13b19\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c9a390f3ce449cca404a87114464688\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\929898311a434ea9b087bda0912603c5\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99c9a2a8259a4dd1bc6a60d299b8bf81\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6fb31852fe644506acb3537d073752c1\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d856f3af84ca4708ab5066624a6680d0\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78752b63c92d4a86a9fcce0a9f5e7de7\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f419754d70244b290dd13c9f5eece02\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f2710fbf1a64211b1b43d6f332087eb\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c73f763844e946908e183e4683127b4e\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef33f3cdccf24538bbbb56fae11b1efa\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\094eecddd5d14c2b92b180d64e281b34\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42b315fc0428412dae9353ed592a6c67\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdbf03810172456b8aa01df9dc86c941\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9abdadffba934c57a1009c640ec42f63\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6a48f089d0a42098b84b96398f31725\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66739348ddcd4aca925fbba2eb66ac50\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14128b38472240758c6192de6679beda\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b758fe4ca324eb5a262b0d870ae1360\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\855f34e995914c219db279381eee6fbc\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55be4f1ca11a4ee9bea0632a79e68773\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35567ffa06174119af50a45c2b7af69e\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ef3cb24daa645dd86cb252ef7b2fac8\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\044bfe0a2fc1444cb2dfda0542cb3144\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6405016ed03b42089ca342784f8adcbf\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51494a20b86a4a39a941003bfbf3b27f\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\deeec8c3f1c94cb1b2624e8686a28b1f\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f71fee070cf46bcb5aeb411958ea12e\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d46da714b5b94c2eab134982829460be\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\034b113d6080411b847a0ea1d1b87d27\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83fe385f15d349bf8804731cfefec2de\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99c42db495f746fb9b50bfd2e900312a\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba9ff626c04a41109a3238097ef09d07\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d38f4287dfa2430e9526c192a579b491\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\018637181f0c4065a8ea03c915d0a85f\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79de99f3af7049838b4a05d96a90adc3\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aab4bf829d9a413f896c493ea44ac5dd\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e95ba4ff86834b6ca79adb0cbf1f7d4e\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbe9de30659c48138841cce653fc5706\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d764aa24155840f19b531854739ead73\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2eae52190c3347e899d452a465087eb3\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4c1d583a2d94194aa394a9617648fe9\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75a9477c66984a149978f42635b67e2e\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e1041e97f4944af9fb56ac9f01a60c9\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01338a085ea246f8994dcb64ef581231\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f166ecf667634415bf5de4d6df09dd39\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dce02a7659374c7683891550f12762b9\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da509c977fc04b6c983d8253aced6705\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74214053c9e74839b0f520e542e115d4\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\622617d29e9c424384351a2008e3d986\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f6c6f9a54c8447bbf8bcb118691ef1c\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f96234c03f745cda01482b4304a4d33\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4544163867d04e0ea4676934dec571fc\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5337dcd773fa4cf98f65c73f1e96963d\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edf48a04dada4bbd8f3e1603d0dcb09f\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\862734de8b1f4b58a900a58c6a325427\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce7617c422a747ecabaf8fdfb9e9b9d1\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02b4218d890347c8b92891332911516e\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\523d371d821d46919c4d046d14bdd4b1\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acfd7489e66743e6a0116ab55a86deff\System.Windows.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af13fb742c3844a8a89e16db70efac31\System.Windows.Forms.Design.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17370f0a25ec4ae2a69f37f84a0fa339\System.Windows.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fa794cf8c0f434691e3dd8e97ca4025\System.Windows.Forms.IntegrationTests.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\242df469782b42fcbb8c390f8f7e29af\System.Windows.Forms.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\88f706c08da44d00bec737edb3953f2c\System.Windows.Forms.Primitives.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2d0f374f2b84206b0a9c73b33550762\System.Windows.Forms.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d891d18c52b40e983b5fe6e7c5c29db\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6523f809159463e942df9e3f4c8fa53\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c35d869e0e4b4ab0bc63d86ea90aa1b3\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55781cae8e6d4e1d9c800e0e83659e61\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a005384e80ef45b4973e2d6cdbf46195\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23437279264c41018f96053250cc8bfe\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98c496c14dae4cc0b6a6127236e1ccad\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73234f3acb72410182cd4d2796de5263\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\554429eb448f4581bc63e25785998f19\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\069dbcee4215480cac1e85bbdbfe9207\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\938167a067a843c6b4e32e040ecbeb79\UnsupportedTypes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6bad380a4c1435994b7d0c1056b1706\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efb4d82c794a40999ce4cf1fe5174e2e\Xunit.StaFact.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2badc17627b421ab59b94b6d5bd17cd\xunit.v3.assert.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84f96bacca4f453393fc005d43438761\xunit.v3.common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c02161aa90946ac87e5a1bd432021a4\xunit.v3.core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b708e09ffc174e02af877b3a30fe2a15\xunit.v3.mtp-v1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\417700b10b604f0b971b18ef6bcd0c59\xunit.v3.runner.common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80868991dbfa4fdaaedeb939b1316807\xunit.v3.runner.inproc.console.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\_external\1\RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>