|
<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.26215.121\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\00b54ebc1f4542e4b9029058e5848219\Accessibility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dfad6ce21db4630956b9f59e89fa543\AxInterop.SHDocVw.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab4b93a7345647e7bc091343909411a3\AxInterop.SystemMonitor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7f2acfb98ff45e8ab54f730ca03ea88\AxInterop.WMPLib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34e54cf52b4a4c2b82645ccc3a46837e\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73518d27000746ef8d11b991f858667e\FluentAssertions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3773b337664b481795262b71126a6088\Interop.SHDocVw.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\871543478d174c47a64c5d78b9681bee\Interop.SystemMonitor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c35577f480248e190e3e64f070c99eb\Interop.WMPLib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dbbc8601af7417596ac62df8c0ce7fa\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c43c2fe9a8c24e3b9522f2e76d0debf4\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\460602ab0e95466c8d5cf88b2d11fcde\Microsoft.DotNet.RemoteExecutor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f93375ca2691462db94252971d1d55b0\Microsoft.DotNet.XUnitV3Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2397ddcfc743422ca5ec51ef3fbf5a1e\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e13d92cd8f847428fed156b7d758476\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e157199b13d48b9ab4dadcd9ef9712e\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee2ddbc6e21947afa72821bbddc7acd2\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08843e48b4864c119e5873ab6b4539b2\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6132f8bbdc9e4342acf62b2c918f82d4\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\741175cdfa574b7c98986c6de6286a87\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80793616fb424543910c14016ed6b60e\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1498407933dc47229e2ffecc4f67a269\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\ed384ced1877473f83e8d1c6c9e99ca7\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\839466a5c1664368ba5825b18f2027de\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da9bae615a874935a1c6b7832d33934a\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\642216ae35484541b304d0794b3c2b71\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbc376ffea8643c6bda15b12149ae4e7\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36630aaba219448b98a922e4ca5a0c6a\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45f0ab9586e943dd936a9b34ca4891d0\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f63cf0c457ed4818a9e6ad9102ea6f86\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a8d6464d4684cd394b4684ba76a3240\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\102e96c2308c47c1a578298ba220f5ac\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc0e8129050c410ba15a00f15bf577bc\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5881561c0d34f97a4a84b5ac077f8ed\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\073c4dfef60b42288eb1614b7d907b9a\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7a109ea15534b0493eb7e7d44b32654\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1d217a7d19a4f93bd2cefb9cffcac83\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb15b9bee24f4306ac5447bba83f28bf\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8eed91d18d9f47dcaeedd6d0279c47d1\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a5f53452bf646d7a38f8ee113948160\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fa04923dd504c2a8ceefba22653595d\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3420acee29a24599a7a81aa21ce3ba8f\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab279e368a8e433cba03581d83c43519\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c3dda5d649349459a3e2831b4d6c204\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0fd00a1bcf4c446db9aa81d143cb0b4c\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3601505e262f443099c71b061dd46d69\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f505f59eab44cc2ad20f70862b793ee\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fcb8bf68dd7489297bda3e2177bc65c\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\881440d51fcf494881328d14146f7819\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5992e1e339c14930b392adc8afee345d\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42dcb2b4be8f47a9a5dddfcfbec8b8ee\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e11b471b3c1c4ff88b27791cdb657252\System.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b26c5672f00242fa8f8d312d6bc36f3a\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f966b83a5fe4244a8c912e9aa903a8f\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0365865b66a24b309a04ce6d8f3e4230\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1093c25f19a4662a1666018b5368d33\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61170701ed0c4a479357c8cb3164bd77\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e7056661fa040ffbc1f2d4cbb37f7fa\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ae3d6b9c33a4e6c929c9fa6ec92fcd4\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ca954c622f2414a878f056a7075ec66\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b1337764b7d4605a43017dfb5f1a951\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9ecec2b1a9f4b6880a1c796a3e4b0ce\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e979d4ec94af48f68d25aab636cc70c1\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\300835827668455d95b1ef2922d8c1f7\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2dea7f4f508040e282d544cd47f2fec9\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3d20e43b93b4b7fb69586b310ab47eb\System.Drawing.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5c58ead73094dc2a82de65fd01cf300\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03a336a8b4454e2b979427cb99877414\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d33788e485cd41db8d798322748b54a1\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ff69e3390334d64be98e962203e6174\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\17a30f48686441c6b5fc3284ec911051\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f97adf55014844f28fd55ddd1019ee82\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca1b3b8ed527408d9e16704ec07755c0\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddeecc957e0d4201b9f30889068ce97b\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3391809e8a64d9b8eb72446039fc3f2\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\713f6747966e4334a9e724774338ae04\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02bf0fffbe704cf98de8966414495744\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\66deaadcb7794fbe9cce09543a9fac7c\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\919d378fff524c2ab8e25d8f979c5ce4\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fa70360d27646fdb1a50eb294821e1b\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db2b698606114d2ca65ba1da3c76c2a3\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3ae6be3efdb436f8ba49a298a154ca5\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8008f2148e5042e1a6b6c2465fc03d75\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\078cefb5ac48488b9d967134d895b5cc\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6de1e19939a946a781cd6dbd56de25d1\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3e06c4f89224c49acaa6e4d8e805d4f\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92f2ec0ebfaf4b2cb3cbfbc4c266d86f\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be8dd991d2af43b78bda5eef472d8aa9\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0a703a9ac864cdfa11ca2d55c7481d5\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43808dc8b691441d9c0b3c0966d68e6b\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc21fc989892483c87670501f928fdb7\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc9529761a97432199c367a5616aefeb\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6202705516df46c1a92d3b20846ccefa\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3580526cd22e456b9d3944d20d4c23be\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78afe5e3103d4c18a11ec5b779402bae\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49700efed6ce4f98b36e134183288445\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64020737beb34cdaa13fb3f097c841c1\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3de6c5f76fc44f25886f9005dc11fba8\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc078c411fec4f6ebb540071ec1f6a83\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b04907883ebe47b692a696658a1c567b\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a053cf36c794fd1b7da02cca62dfbb0\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7480e3aa67647438649e28b71e9e21b\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\062a3b563f84428ea14eba1cfdd1af9a\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\399c36d5c42a49b382f72304e996aec4\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b36fef1f28174677af4b95ab5a71ed49\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57f69b6c18e44658b1536a7b7edc1658\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b289b299c92c4b15b16ef0421858ba7c\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aeb8b63098544213a944e330b706154c\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8bf9f2a0585f4bfd8da4a73a3b8c019e\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\deb5c9f4b75c43efa67378ed5b5d909a\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9301a343639541d4bb29e1ca6428f2a5\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b057db7e0da4ee592a7f46c91d6663f\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71a2ded2042a4c4caa267c484a89037f\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8a7321241fc48bcb21f003f7e14704c\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fb8363d81b54b5c92ede6494f2bf8b9\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2af7a72504c847e2af14bf80a7f494b1\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca4629b64ca942d59e8f6c492543441d\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0cf32351b725439f97f57674be7ad2f5\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a6a51599eb14143b799867f02b52476\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fc07cc3dca84499b1c6a82d198e74f7\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62e70a745f9641b08c1eee954acef88c\System.Private.Windows.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9673bfe4d2ce4126a9d7a0b3753154b8\System.Private.Windows.Core.Tests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a943821f99dd4487921054f5d9bc0637\System.Private.Windows.Core.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\710ed2be86174207830ccfed3b5de296\System.Private.Windows.GdiPlus.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ebc280939ba240d08963cde751573bed\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f2ee895d58c425a8426fb28f7c1ed8b\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0973bd33725c48469954d41b68335d53\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c20a4b4941044ef88f466bc14740e708\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b2b1f2435634051b863b7c917726513\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\236f4a54fb5b41f6af0957eb43dfcd22\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c40294522ab4bc8be49b68c8dd63970\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4a7e47f12fa048c18b4448ffbf7a42c9\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf1c558afad749ab871063ea5059b27b\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\699cdf14eaf54c929e033407da437007\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3d57719750b47d895e4e83f425bc806\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06deec35886c486796bf38ca11fdd965\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3fcd5850f454e51a7a97a9e25328626\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26db38f524404ca5b02d8c097fba0fc9\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2938bc81d7bd4e10bc205c17068c85a2\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca2ec1d8e1bb4a74b6e53b8c38b6d692\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be57a1a4fdf24564b0bb8a9a0a8cc272\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1b61a1e8f864a9e9aff3e75962c810b\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\119b78c62fe54409b62cf3485b6ce48c\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae1ff9b5aafb411d9b873462099e13ff\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ca74f3359654d1098ccc4367fd208c0\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65f2199609b14d7f8080628c1f88f660\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e042eb5674ea4154a9ca9e519953e702\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16c3b95a7ab34900934f03f3c88e9d11\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\340d9890a3324f168b94ca944186b3fb\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67e6792010a64dd1a4a9eb70c28f3aa3\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\671c8874bd0344e4bba542b6d8238be0\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2654ce29b7c4eb58cc9bea02d44623e\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fde86ea49a5f498292e48859c64aadb6\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf0da2dbd4f94035aa084f00c008f381\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8c0dcf666324f2593c596cdaf91e686\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cf271c7d25f49ffa0a4d6a322b74b46\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdd01c92dd724b748145e05c91eaaae1\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2735eb5c68164d859676ae4c6d08e03c\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1df378d4c9a43f0b15a0e33876bb956\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bddb6a8a70204576bb3feabeba580324\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\473cbd0d2124477b9e065fbb87b87da0\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc7fedbf6bd84bd581d30c4a107a5ec0\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6283680e417f4866b70fc69ab7648fd4\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b04eeed74bb54e9f9568d8227ef9af41\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\934364827a0042f9953c7809b32414e1\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92973787a3654b6cb2862a5b3f01fffb\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3db0fd0d0bf2400fbc5ed18c957a5aa0\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55e73855a74c4cbba703cd44e78aac64\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35a3555bcf20482a8b2fb4f485321294\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35f3f9a0f8f444d9b3b8018e321ae84c\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1403eda9a3f4c8d906558d62dcd3830\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\496235c2556f4579bcac1ab230982c39\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75696173d6764152a0b6ffa8f6cc448c\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71b283685ec44294908a08e109670141\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8570ab8b10b4a4a85173701250f8c26\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9235a099bdd4465ae32e00cc5edcaf3\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e689533f84e64d528b8ecd5aad6cf0d4\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acadbcbd91b848b48ac65aa47023e26b\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3593961890854476a6881016cd113d1b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84388e0bb95b4cbebb3952d5b6178afc\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bc50c8df938496cade5ca306fe51f4d\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3532fd93789407f89fc0f44d736dc95\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5909fd7bd9b4b398b9340f580c693a5\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2a5b2c19b01d4bceb80e774f41bdf9fa\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d07b49b78af042bd9fd268c9bece60d3\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e238ec039aad4742becc17c1c29f1043\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8507052b52534f5baf18546a2930958b\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4097a11e58f4cd8a31f7b599b14031a\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c358a9a0436746bcb68e31576c3ecf26\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\007835fc464345ae881000796a34691a\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e16f0dff94be4b45b395617854496b04\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a54a0b141d64d3ca36141b32bb05481\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00f8cb76697f407bb13d6e20185acf71\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\480e04c3e0964b16a38d5a5b167a74cf\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b209c7cbb1248c384bead8529d8773c\System.Windows.Forms.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3551e8972bf14959a43f9345343efbf8\System.Windows.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70de50e2429d4a25a43b30867f6bc9e9\System.Windows.Forms.IntegrationTests.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\242df469782b42fcbb8c390f8f7e29af\System.Windows.Forms.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49e2025f16124ed38e0d07fe5fed811b\System.Windows.Forms.Primitives.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae4302846f2047a4b6ba1f3d1edeea2c\System.Windows.Forms.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\654f44368f664e978a0531ca51d5b6ce\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b5e2f4be1594fa59a8e2e6414ffbd75\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdd512f2f3ed48689b6e09787181c75c\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c5e04e7370042fd9e4931d9cd2329a0\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64f00c3d69b54213b925cdd1c134dbc5\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d6a0baa9d11469faf36cb795689b7e4\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72e9d3e0d8a7457bbae43bb1ad4ca531\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eca5dab5b3b8481b8460baef80929b82\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08e791d9f4c44c7bb5aab4229f931546\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b3b6974f28345ff911515090f5f80ea\UnsupportedTypes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07c4d076314c40b1ba870c325c81d6fa\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>
|