File: System.Windows.Forms.Design.Tests.csproj
Web Access
Project: src\src\System.Windows.Forms.Design\tests\UnitTests\System.Windows.Forms.Design.Tests.csproj (System.Windows.Forms.Design.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.Design.Tests</AssemblyName>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25556.111\tools\snk\ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET10_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;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="BinaryEditorTests.cs"/>
    <Compile Include="ButtonBaseDesignerTests.cs"/>
    <Compile Include="CodeDomHelpers.cs"/>
    <Compile Include="ControlDesignerTests.cs"/>
    <Compile Include="DataMemberFieldEditorTests.cs"/>
    <Compile Include="EnsureDesignerTests.cs"/>
    <Compile Include="EnsureEditorsTests.cs"/>
    <Compile Include="GlobalUsings.cs"/>
    <Compile Include="Mocks\MockSite.cs"/>
    <Compile Include="SerializableAttributeTests.cs"/>
    <Compile Include="Serialization\CodeDomSerializerTests.cs"/>
    <Compile Include="Serialization\CollectionCodeDomSerializerTests.cs"/>
    <Compile Include="Serialization\PrimitiveCodeDomSerializerTests.cs"/>
    <Compile Include="Serialization\TypeCodeDomSerializerTests.cs"/>
    <Compile Include="SplitContainerDesignerTests.cs"/>
    <Compile Include="SystemDesignMetadataReader.cs"/>
    <Compile Include="System\ComponentModel\Design\ArrayEditorTests.cs"/>
    <Compile Include="System\ComponentModel\Design\ByteViewerTests.cs"/>
    <Compile Include="System\ComponentModel\Design\CollectionEditorTests.cs"/>
    <Compile Include="System\ComponentModel\Design\CollectionFormTests.cs"/>
    <Compile Include="System\ComponentModel\Design\ComponentDesignerTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionHeaderItemTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionItemCollectionTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionItemTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionListCollectionTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionListsChangedEventArgsTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionListTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionMethodItemTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionPropertyItemTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionServiceTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionTextItemTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerActionUIStateChangeEventArgsTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerCommandSetTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerHostTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignerVerbCollectionTests.cs"/>
    <Compile Include="System\ComponentModel\Design\DesignSurfaceTests.cs"/>
    <Compile Include="System\ComponentModel\Design\ExceptionCollectionTests.cs"/>
    <Compile Include="System\ComponentModel\Design\ExtenderProviderServiceTests.cs"/>
    <Compile Include="System\ComponentModel\Design\InheritanceServiceTests.cs"/>
    <Compile Include="System\ComponentModel\Design\LoadedEventArgsTests.cs"/>
    <Compile Include="System\ComponentModel\Design\MultilineStringEditorTests.cs"/>
    <Compile Include="System\ComponentModel\Design\ObjectSelectorEditorTests.cs"/>
    <Compile Include="System\ComponentModel\Design\ProjectTargetFrameworkAttributeTests.cs"/>
    <Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationServiceTests.cs"/>
    <Compile Include="System\ComponentModel\Design\Serialization\CodeDomSerializerExceptionTests.cs"/>
    <Compile Include="System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs"/>
    <Compile Include="System\ComponentModel\Design\Serialization\ExpressionContextTests.cs"/>
    <Compile Include="System\ComponentModel\Design\Serialization\RootContextTests.cs"/>
    <Compile Include="System\ComponentModel\Design\Serialization\SerializeAbsoluteContextTests.cs"/>
    <Compile Include="System\ComponentModel\Design\Serialization\StatementContextTests.cs"/>
    <Compile Include="System\ComponentModel\Design\SiteNestedContainerTests.cs"/>
    <Compile Include="System\ComponentModel\Design\UndoUnitTests.cs"/>
    <Compile Include="System\Drawing\Design\BitmapEditorTests.cs"/>
    <Compile Include="System\Drawing\Design\ColorEditorTests.cs"/>
    <Compile Include="System\Drawing\Design\ColorEditorTests.CustomColorDialogTests.cs"/>
    <Compile Include="System\Drawing\Design\CursorEditorTests.cs"/>
    <Compile Include="System\Drawing\Design\FontEditorTests.cs"/>
    <Compile Include="System\Drawing\Design\FontNameEditorTests.cs"/>
    <Compile Include="System\Drawing\Design\ImageEditorTests.cs"/>
    <Compile Include="System\Drawing\Design\MetafileEditorTests.cs"/>
    <Compile Include="System\Drawing\Design\ToolboxComponentsCreatedEventArgsTests.cs"/>
    <Compile Include="System\Drawing\Design\ToolboxComponentsCreatingEventArgsTests.cs"/>
    <Compile Include="System\Drawing\Design\ToolboxItemCollectionTests.cs"/>
    <Compile Include="System\Drawing\Design\ToolboxItemTests.cs"/>
    <Compile Include="System\Resources\Tools\CodeDomCompileHelper.cs"/>
    <Compile Include="System\Resources\Tools\StronglyTypedResourceBuilderTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\AnchorEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\AxImporterTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\BaseContextMenuStripTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\Behavior\BehaviorDragDropEventArgsTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\Behavior\SnapLineTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\BindingNavigatorDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\BindingSourceDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\BorderSidesEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ChangeToolStripParentVerbTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\CollectionEditVerbManagerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ColumnHeaderCollectionEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ComboBoxDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\CommandSetTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ComponentDocumentDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ContentAlignmentEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ContextMenuStripActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ContextMenuStripGroupCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ContextMenuStripGroupTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ControlCodeDomSerializerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ControlCommandSetTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ControlDesigner.DesignerControlCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ControlDesigner.TransparentBehaviorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ControlDesignerAccessibleObjectTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\CustomMenuItemCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewAddColumnDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewCellStyleBuilderTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewCellStyleEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewColumnCollectionEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewColumnDataPropertyNameEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewColumnDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewColumnTypeEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewColumnTypePickerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewComponentPropertyGridSiteTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataGridViewDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataMemberFieldConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataMemberListEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataSourceConverterTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataSourceDescriptorCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataSourceGroupCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DataSourceListEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DateTimePickerDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignBindingPickerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignBindingTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignBindingValueUIHandlerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignerExtendersTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignerFrameTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignerOptionsTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignerToolStripControlHostTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignerUtilsTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DesignerVerbToolStripMenuItemTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DockEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\DocumentDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\EditorServiceContextTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\EmbeddedResourceTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\EventHandlerServiceTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\FileNameEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\FlowLayoutPanelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\FlowPanelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\FolderNameEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\FormatControlTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\FormatStringDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\FormatStringEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\GroupedContextMenuStripTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ImageCollectionCodeDomSerializerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ImageIndexEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ImageListActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ImageListDesignerOriginalImageCollectionTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ImageListDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ImageListImageEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ImageListImageTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\InheritanceUITests.cs"/>
    <Compile Include="System\Windows\Forms\Design\InheritedPropertyDescriptorTestExtensions.cs"/>
    <Compile Include="System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ItemTypeToolStripMenuItemTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\LabelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUITests.cs"/>
    <Compile Include="System\Windows\Forms\Design\LinkAreaEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ListAdapterTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ListBoxDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ListControlStringCollectionEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ListControlUnboundActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ListViewActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ListViewDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskDescriptorComparerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskDescriptorTemplateTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskDescriptorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskDesignerDialogTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskedTextBoxDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDownTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskedTextBoxTextEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MaskPropertyEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MenuCommandsTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\MonthCalendarDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\NotifyIconDesignerActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\NotifyIconDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\OleDragDropHandlerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\PanelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ParentControlDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\PictureBoxActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\PictureBoxDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\PrintDialogDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\RadioButtonDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\RichTextBoxActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\RichTextBoxDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\SelectionUIHandlerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ShortcutKeysEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\SplitterDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\SplitterPanelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\SRDisplayNameAttributeTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\StandardCommandToolStripMenuItemTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\StandardMenuStripVerbTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\StatusCommandUITests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TabControlDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TableLayoutPanelCodeDomSerializerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TabOrderTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TabPageDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TextBoxActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TextBoxBaseDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TextBoxDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripAdornerWindowServiceTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripCollectionEditorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripContainerActionListTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripContentPanelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripCustomTypeDescriptorTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripDesignerUtilsTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripEditorManagerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripInSituServiceTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripMenuItemCodeDomSerializerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\ToolStripPanelDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\TreeViewDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\UpDownBaseDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\UserControlDocumentDesignerTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\VsPropertyGridTests.cs"/>
    <Compile Include="System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs"/>
    <Compile Include="TestControlDesigner.cs"/>
    <Compile Include="TestControlDesigner.Mocks.cs"/>
    <Compile Include="ToolStripDesignerTests.cs"/>
    <Compile Include="ToolStripDropDownDesignerTest.cs"/>
    <Compile Include="ToolStripDropDownItemDesignerTest.cs"/>
    <Compile Include="ToolStripMenuItemDesignerTest.cs"/>
    <Compile Include="TreeNodeCollectionEditorTests.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\System.Windows.Forms.Design.Tests.GlobalUsings.g.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\System.Windows.Forms.Design.Tests.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\SelfRegisteredExtensions.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\SelfRegisteredExtensions.cs"/>
    <Compile Include="..\..\..\..\.packages\xunit.v3.core\3.1.0\_content\DefaultRunnerReporters.cs" Link=".packages\xunit.v3.core\3.1.0\_content\DefaultRunnerReporters.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\XunitAutoGeneratedEntryPoint.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\XunitAutoGeneratedEntryPoint.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\System.Windows.Forms.Design.Tests.AssemblyInfo.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net10.0-windows7.0\System.Windows.Forms.Design.Tests.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\d10e203d4d944625a6a657c16a4517f2\Accessibility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fff6fefd5e94b73abea8f086ad182f7\AxInterop.WMPLib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34e54cf52b4a4c2b82645ccc3a46837e\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73518d27000746ef8d11b991f858667e\FluentAssertions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3efa9328cd27480583fcf430f5491a29\Interop.WMPLib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b702dcfff43947f88e796fdab6c8607d\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12b5eab6c35449de8a414534978c0608\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b0ccd03e81e4712909cc3f0cff142fa\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3dd861f73434026a83bf8f2f3d5a44d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3134c98671c24222bf5fd799f72d6bf3\Microsoft.DotNet.RemoteExecutor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d138aa0f4c2742a6aa6cb0cdf681fa7e\Microsoft.DotNet.XUnitV3Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1b68cb177c4409799402383fd86ae61\Microsoft.Testing.Extensions.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\95fe44abf73e40f0ae0d67b1f530597c\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bec769b033f54e3db45d27c7fdce1ed0\Microsoft.Testing.Extensions.TrxReport.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3c80fcce69f482b8c80400cd2346331\Microsoft.Testing.Platform.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb50218062b9465d9370f4913cdbd9ae\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b14386d8ea8d494e8d5a3b7e32efe915\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dafce24cce9448ada96b9f6affe3cdf4\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc467e9ee8714b7aa1e29f06923c54c9\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f93fd5dd8eae437abc97eaf030ef6f7a\Microsoft.Win32.SystemEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36630aaba219448b98a922e4ca5a0c6a\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b66c88ea18a24efaac32e2d9804fa353\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71bb094e52f3432dabaf83bc3e68d4a9\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba926bc2da2c45a296e9d731d5dcea8a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a29c45585e6a4fd2932052b4c2736992\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\174642f37e534c768fe28ad516667f76\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b995b222c5b4b829911a6d0dde51111\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bdba7a2ab174d41acacf45eb5ab1369\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cc09f8a8e464ed6a91666416779ba5d\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\160ade3b729742e883228318c8a34d5a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99b38e06e7f34941bcb5a2df2e95f567\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\375a7e9380b9401583b534ac1d2edde2\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\584c9734600645eea6c8c266ec9c1ba6\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91dd269373624fdf8a53e9dbb0fab696\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\980d90230c4d4b6287680c4d694167b5\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80a777330c0742fa96970abca5fbfb59\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7013b7af3ed54b14be5f44a243f1baa5\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ca4c502155949ef8f9f747536c995a1\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4409cc28a34f4ca688f20958a2bc9cc5\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7650514ce7d434191a57dbc304dc66a\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe4431740ad7478787cb1b5a7a428daa\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d03f91f54c494405ab6ad630748da9bc\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71eb5d3362c0429f94d99739688680d8\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a770abb8f54c44b2900418c3e155ddc1\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\997b4b470cf04defb1324294e43199f1\System.Design.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b8f695f6bdc448fb5b279a292242eca\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\387cd0f44b0f451f95d4f454530bd1a1\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3188dfe42f454c89879baf90cf438b6f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d26f87e717794a0391498ed7d9b8c61e\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91d8a203249a4a7db57da9574bad6b9b\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\557d1ead6df240fd8ff4bca136bd4b09\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\978484bfc5f14cd98a6282f70557555d\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8473eec898064b61a9d5fd25230802c7\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9391a6adde1f477f9264ba9afb6cf2de\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f71342c510e4b359ab461bd00427e47\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc8f34d2326b467083314cc22866cc10\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f320a0d81a3c413293b4623b459d912e\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\faa327d1062e482aa3c8c16e78cbbff8\System.Drawing.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47d6e16ffcee41818b23f67a7055c3b5\System.Drawing.Design.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\857e2850bafb44efbb863dc4c7628371\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12c4c27a41064fdea1198510c994889e\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2cf0c5c79824aa686ef7d41804afd36\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b23a38732c9347ed9cf8b38755d3c086\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edcf527af412441eb8ab6df96ccf12d4\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f9ddbc5088949e587dc708aa8aa0abc\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fcde3c17787499dae988ea89d5ff77b\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a54306d427874b889aecef006caed2ea\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d623c862af044fc865d3a18719ef4a4\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d9ea1b6f13c436193875aefe2108f85\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a10da29eede54214a215471251ab9557\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b44739a52f13406cb4020dc7ec4def50\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64944f6fc94344d5897abafb1cfe03c5\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3d14c438bd749cbaec142d593898eee\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27cad1680e734fb6ba0cec00adee35e9\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff7560ec6ef34d1eb3f231ac874a26b1\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c14ab164c2464957925ed516d100db83\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ac4f99bd1064e6292f3464985c95e34\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2f7fbed664d4cd6a864b612aa3aa233\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2831cc9613484bb8a7ad9eab158def90\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eed1c02659b34debbaba90d23370a51f\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5489ce56a124e29a8633b9e5692db88\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12ca697024004f94b18721749b652d5e\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce9c745513294d7783248d524e665e2b\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a87a08b4d324247b2fa112e4571f072\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a3004be47c64afcac68c55cbbff19d0\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d510b8e3ecb6449c979bb153d9402d62\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c9c93a6d5064614a58b8e83297a052d\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a5abc371d734cf9b78140bcbe32d8c5\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d14c7affc514cbeb0be01188fbbde1a\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc95f8dd6b6448258f2bc19e39b0221c\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5f33113778146668b1fa08d13c3a7ad\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34fc92abe8a54b66be61e64cf7736073\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\926f697c6f094d73b5e52f8c356b21e1\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7747f93b52fc4855a1b28b015707e6b4\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d289ebee44b641c6b0c7026c251aeffd\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f110a8cbfe2c43e9bf1a759a841098e3\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b74f6e3562d458f9ca4cc2d4339fbe0\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\167036438c85419cb70d0baa9a756f9d\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e13b91b722d54e6a9929ec36eb610730\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\304008799f9f493cacfe9379d06b8380\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\527783b3e7dc4ab1bf42f503d78d99bf\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62e95414b19041769a1a9027ca797103\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\791f7a66597c4545874fe2e705f8cc2a\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31904e7a3c3f42c88314e057dd1ef7ce\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b6cf0d3b6bc4db3939599ba38bc7982\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ab88c9f4fd242feab101afecb3e9aed\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd443afc5f9e43f09efc92786fbbb97f\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0d7d152fe034e658472f1ccd872dac6\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbeb169de43d449b9bb3d75a318cf3f0\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f48bba91aa2a4fad95dc0bf8b36b76a4\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ffa88beb1ff415c837e4bf62152df13\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd6a75562f3543938f88fdb8b427ef7f\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efd1541e964d4d8eaedd21796b6a79b7\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90d622acc1da462e8d2e7c5cd308f0e3\System.Private.Windows.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eadbbb7c8c1642e19bc17df45fb359eb\System.Private.Windows.Core.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85fe63e2e4364fdaa10837553e215f57\System.Private.Windows.GdiPlus.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4c4b2a3a6fd40de9408b91868ab54ec\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bfe0ac772a0451aa5f29410dff01ce2\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7608f0d4cd541c78a987352407289ed\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d75d52cc31fd43b9aebf650f22c53472\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9e15299ce0240f6a3ba440e11470ae5\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4f6dd67edf8471c805a2d2dc8ef18aa\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08956b5f36e5441fa4de4a64aabcca42\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6c949e143a2496fbb384f5278e658e5\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87e474a845ef49d780e618fe6046a600\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\943a14a94cd5403bb70779ad855ebde4\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5167921ce29c46c6a22e36ff1bcf850f\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\459d6699f65249ed936868e641ac3f80\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\caf9de62c0344d1ba7bcd72f0900c7d5\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f710e1c59fd42d5801fbbb172413437\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ffe3e5445804b3c894ab8ba5fd64273\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f855ca39ffd74d3580c2f9aacbea64da\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0199fccd813a45029b31a86e38e7a847\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d06a12b4f2a84f48988acb5b931e9e1c\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b894e8d054e434090fa8bcfb901e55d\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23145c61558f439481dcb1a16d36d19d\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66c84abfd4844f2d9549c3e2e4a9369a\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd731639342d4af1a3a324aaba8a0267\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e2f9655f78d4379b4aa5a5aff9390bb\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dca0733753a48859f649a8ffec1424e\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6df84b03db174dbe893e917976353de1\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27c434e8f4bb4823bc06e7aa70b08bd7\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80b118bed0d54b9ca0fc0ffe4399f0ec\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6255c639dc9b4d30b59ca45ddfe6b140\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8270ea2aa8642da8664411bce8bd85f\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8d47e0437a445d4bdc4ddce55017005\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7003c45b1078416b8edd3facd2c823c0\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a61f4297de3b49c585825153f69a8758\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4da9b63ad3014e0c99f3925a0b23154c\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9bcaf93590741beb119d9b210445a16\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b16fa835416f48b0b8fe63d360d260cc\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7250d6b8f7024ccbb0f074a2730c273f\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de30e8f6b40740f38f7fdcb815f641aa\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e44fa646fabf4047a1460e27cd7bfb9e\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9175c3b6ca68434e88dcb59b246b8222\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a3d5a1440ab4301a6d47e18eeaf6858\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\454c356d1f3f427cbefc03e90f2b6c68\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68f91034385345abbc20dfdb802a8d95\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80a373c0ac064aa7b3f23ecc12f42666\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0482de8c69f417ebda7be8e70569db3\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c7809daa70446cd8edb804a3d94aa64\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d5cc8fcdfc1491486c76a5a32172463\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\782d62dcfb28456fa5e75aa67afdb197\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e995c1862ea34a9faf40f7b1f178dfbd\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbee17488ba94791822b612bfff1acd5\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5efa007b851c437fb59221cb4f1ee2d3\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21698351a964466f90b36cba3f00b7cc\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8ed4445e7794bdfb18cef6a80efb8f7\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22cb43341fea4c98b9f563227c45d0dc\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b881b5f68282491bbe5189becfc65e77\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23128f1d4a934269a374ed443fad04ba\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\114697c4ca6c49d6bc250e0c959786b5\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26ff77cf73b54f0caf4c39bd155e46a1\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91374568b50b4af6a9df5140c4f4dc05\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f89c35d6e114da9af72d6d02b4ca2e2\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\257f76271b2243309f467ce32805ae88\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9356461a60f48d08c377ad3ad8a52e0\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f6a63ece414427e82d248cdb4f8ff79\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2db02e6b2fb048c3b8bf56a300dbd4ca\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31f00fbf0e35428581d9e1a41cad3ae0\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e8e1ec6a20d242e98b661d2a12e5d768\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b7cf20f3e7149ce9ddb0f6f9c48b62e\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac41b6844dc04ce28c55f7aa9f341ed0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e6ac066b0194627a1c3dc457588c289\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d3ce8ceedcf4afab4bea71bbe07a9af\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fee72cd55e7441da96e5947b5727aeae\System.Windows.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b64234b66a2c439782aacbc06476c0b2\System.Windows.Forms.Design.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2e12951ee54475b9e57e25f531e39aa\System.Windows.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9adfe8a607841b28de7b94234dbad7b\System.Windows.Forms.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ef6a0053cfb458a8d0658c1a0eadeb4\System.Windows.Forms.Primitives.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\328d9962f9e8499fa4b22492f1f89864\System.Windows.Forms.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b56c17897c44e79ad0d8755ef9dfe7e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee8ea60262144457b69a61ba82ed96da\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9500441302c247c38d2706b7bbc3ae39\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a7ad7b1ad6c4300b6108b48213f599c\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03836dda183647e08818669884b70cce\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23a01abb1aa54aaca3b1043b80a334e6\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78d60c1bc0ff439a89af73eca57870e4\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b823e7baf6b841eaa67d2a7d703f0fa0\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcd749e4afeb4f4fbdef9fe339638442\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f4a1835bc2e4f84916a63f4d5eabac1\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efb4d82c794a40999ce4cf1fe5174e2e\Xunit.StaFact.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22fb2c398b604da58f520f1165ec2f63\xunit.v3.assert.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff1568b287a74ee0889e0e0b7967e9c3\xunit.v3.common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cc421b5998e4a86978aca2005d7af9f\xunit.v3.core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c2179bccc874017be96f51ed62c37b1\xunit.v3.runner.common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfc909d35c9848efa837ea98f444fb52\xunit.v3.runner.inproc.console.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>