|
<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.26203.108\tools\snk\ECMA.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="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\net11.0-windows7.0\System.Windows.Forms.Design.Tests.GlobalUsings.g.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net11.0-windows7.0\System.Windows.Forms.Design.Tests.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net11.0-windows7.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net11.0-windows7.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net11.0-windows7.0\SelfRegisteredExtensions.cs" Link="artifacts\obj\System.Windows.Forms.Design.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.Design.Tests\Release\net11.0-windows7.0\XunitAutoGeneratedEntryPoint.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net11.0-windows7.0\XunitAutoGeneratedEntryPoint.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Windows.Forms.Design.Tests\Release\net11.0-windows7.0\System.Windows.Forms.Design.Tests.AssemblyInfo.cs" Link="artifacts\obj\System.Windows.Forms.Design.Tests\Release\net11.0-windows7.0\System.Windows.Forms.Design.Tests.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\698ec730898142e886cc0abefc239b51\Accessibility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69b6aad32d7f4fe6ac250f9da4f20944\AxInterop.WMPLib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34e54cf52b4a4c2b82645ccc3a46837e\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73518d27000746ef8d11b991f858667e\FluentAssertions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1535afc50f945fa8a36ddf110c0d8ef\Interop.WMPLib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dbbc8601af7417596ac62df8c0ce7fa\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12b5eab6c35449de8a414534978c0608\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b0ccd03e81e4712909cc3f0cff142fa\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\52ee293daaf34eb485e68735f545270c\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7e6dbd2218d4db797183b3515f0e08b\Microsoft.DotNet.RemoteExecutor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c140b09399d4aacb6668eda0e8d54d6\Microsoft.DotNet.XUnitV3Extensions.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\fbb92d2a73f44bd282ef4fb764baf231\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c96b8fd8aee44b081cee70786567723\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58abad6f8dcd4f69bb5e97484ef0d655\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7f8229b75c74ba08526fe3da5b2aec8\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e434bbc7f0d473790b2907c7fc221bc\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36630aaba219448b98a922e4ca5a0c6a\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\edcccb5abbd34a2992e58ac62493c5d0\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5194aeb38b84f3995c932bcd35ad5ba\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03e77d40c7ed447eba076769374e1e04\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59cbe40390de450db4049d8fc53040ec\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2484c79990d34842a9c154e75f9f76ad\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8dea29004294a7281e5dcca742fcb93\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75a4cf706776439b83f4637f6a131e8f\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c97cf64ac22141fb821afaf27f07c7f5\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7abe66b6d4bc44788ce82fa42ae8f4d7\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\862a162940e24e65a03b78b431dae10b\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45a55fd2ddf84160ac15d260f03ecb8f\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e20e1e7b7d94f5d807dba2aff890412\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d734ed40eec488fa76659146db81cc7\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abd13728cb5c499b81622735c079273e\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4031a8b18bcf4a399c6cde7d6dd55211\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9f9276135fd4d10ae786234edff34f9\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0476533ef1914f2fbd15e4df00344016\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53160feb15e1408d858d56a5241b4be8\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f54557bd4384f228eb349a5cadf877b\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3858a6633bc4d46a6de9d11dc3748e9\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dcfae58ed8fb4051837979377e3a1465\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bd6011b71194d79926e2f884bd05759\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\090dba03f924420da16f6f7aa3eba6a8\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aba55c814a394aebb933ed3563490921\System.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\676644ec4aa14952b06696487340591f\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71fe6d863cc7402c9a2d43f76d6d835b\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a516894f94a425094bcf3a9ffc3f394\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26d182b0b9734c27a2346402cabfb013\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30bde89fab774bd4918ffcfa4dd3c795\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\969cf427102940eb9dbf66b4c07f6c66\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc3c4418bb9e418e9a32ffc784bd207b\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6ccb0467c1349688c9508b2bf1189bf\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09319ca5e4314c70a9fd6c480e966e20\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1f53b4a93a84d408549cb69b6f86cca\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\913eae42c7534f4ea20230291e5ee48f\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93d514cf86124a98ad3a13185c227c78\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2dea7f4f508040e282d544cd47f2fec9\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36e6bf6340d243bb91a77372ffa9a6cc\System.Drawing.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1796fefa2751492f879e8af6ccabdb64\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf1076e245874a6f8207b27790730a51\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\017c6a85b71147429b0459647cc59a51\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a295b098600a4aff83030e9bb84eefec\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\422722ba92b04b00aa10995507103997\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\703158c2bda9487c82d8a89fc131b0ee\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16f6b87ebfac40d5be67230f7dda0a63\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5992abdf45264d29acd8c3b1eefb734f\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2fac0bf6fa94b35aae121eaa5c06ebf\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b929462cfa44ff4bdb778342e8d16f6\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d22ed4cb2734220aae4118bf18e5c00\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3f07cd3574c407cbb495614964d56f5\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c1c7edd5b014ebbac05fc9d4b4278e2\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\15d24b83252b480ebc9e2ce5969abc43\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a77314324b9e4f68a9de5aac0702603f\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f426d86631e419b82c6d13c8251af73\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff665d9e83124a01902c89d4e85bd5e9\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97941ecae7ae45cd8a593295800b09f6\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64504a86d01046f584b2ac550e5aa657\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f87ca257471d4d79b85ab48b2518278c\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\387d9087d76345e8aa3c4beac5d9a74a\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5359d44beb5408cb35a49a5ccd98eff\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a081c68bf9ec4d3691293b012caea314\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18b925f4e6044bb4a22816638ea31137\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3586df0974d3429e9eb1c3562ce22c05\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c38b9ef47b747a0856fdf82bff94009\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d97a8cd001b349b9a0bd40a723ef6f08\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ece680ae0fc413697300a01106f8376\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d16d6a53c561408a9296a621ff987ad5\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\311dde6bc5c24fe3a69b6a8fef26f5f0\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc24b06a993a4bbd84cd566c48e0b169\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0a920f8d35c4f02adedf25e366287ef\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46bb0247d87a41f4949c9dd4574ba4da\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8dd395608f8344aa9bee5dd7f72530e7\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\794583a479864bdebe0ea2482fcf3ce6\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5f92e3a9167493ca862fd4d090099aa\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\100ca5f947834c7b8ead9d475d28ff88\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e110ea193444b789be5d789340c2481\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ffc2420379f4a42bce2e8745d8d66d7\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4301c55464c14edeb2205aeb2e5e06dc\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e87f30093ad4b3da12e1b608e70124a\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a61ec4cc203749058415f657e165958b\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f02b8ececbc4014a6b08bd4bde95208\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93ce49380d8942648195ab963e113574\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe262684a55e4f8ca85271cd985210e2\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12dba57d72f844999aae975b9c3193a6\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ab2296986644217b119e17b5fa62df9\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91526880d1e24f8795617c4da1a1214b\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96311ba102e142a7a020cbcc1fa37b04\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\edf632e8b693431fade6ba791749dbd3\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\356a753c6b004f999b68189dfb6e88b8\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1dad2bc0d16d4604abad2e2435141f1d\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ddc6a62012b4d94a39e00419ea232ce\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16043d1921ce45d4a7148a9c3697055c\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62e70a745f9641b08c1eee954acef88c\System.Private.Windows.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56ca512f162346da9644d3726ae2c3fe\System.Private.Windows.Core.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\710ed2be86174207830ccfed3b5de296\System.Private.Windows.GdiPlus.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d12444fd01044399b3a88f1a1356d6c\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73f64ef99f6d4da09127def9ecda1d36\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dfea54a30c0f402e902622c80540c876\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b857910d1674fbaa90492c15a780fce\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5db23b656897419f9834ef21806e4bd3\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7217a6c414c4ab992b82090398ebe2f\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34dd958c2df541788185ad59e0fa41b5\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1d02a7062de49829c47ff7b5cffc4a3\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c24ed3f7cb0c44c186b0a1fc77bf0fb6\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50c27c8be1d64f1582428e2775631f48\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77f03aff0b6746dbb72b567f0580db69\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f71b8a9459b48be8ac3ef1f098fb030\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba6577c12aa34f66b1fc9a63e2a72c08\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a2ee8f9601045828cc8a93e0bbd7b63\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a89ede5201464771bbdd1a030a93e415\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9dec5ebdb79c47e19ba1159db619e94b\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\633dfa0ffb5a469c80b47d384618a73c\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f67a1facfc74fd087b6bb2d2d12de90\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc50028ba4dd4813988ea4e24ff24ebe\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b039a3f32df0427fa34b40c9281fffd1\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\604c4824e5e941ab91845a132f159ec4\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f78f2bf9c5f04c9182f115001b78d3a5\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\66741c60f0e54504a545fd4fb791481d\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e47a24e06e94d578585046e654d4570\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86daf09ff2314887a0215f607e64a90f\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1be43bd33bd49b088c52641a042bff1\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\026a90e5b18a4f2495f557ce5c764323\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c14d20d5804444ea982486645e440847\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f51420df8b84fbe95eb8b555bc75d93\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2bfabed1b8b144ed932bbc6cad22e3cd\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f047c0b60e8345028143df53b09a1efe\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\14d5641ef59d4129af864c8e378d941d\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa7172f940964367a359a72ac85bcaf8\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24c8c468cc7c4be39033f13ea27f68d4\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b9d1bf003fe4da99a5eb4d26466023d\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c59329a92ec49a0b4391204de738ec0\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ce0595490254a6b89bc514a7adffa87\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb57e35a14fd4f11b8890f54ed24605c\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\227b9fac38514bdc9f786c02444f8f9e\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ce2f57cea704d968bd64a4ee76581d9\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03d77fb8f9ce4e0281c9a9956d131667\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5ca77d95ef44ffcb1419df5caacdce9\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b879aa3de624833bf78f2e8122df3d8\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\456ea97865fb44f2b3721bcacb5975e2\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32b605e022db4f1a93eea60f32add779\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\123dfc5f975942d587ae1cc0fc204248\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acde446cfecc4545a19316378eb71510\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8ab2e6df8e34a74b568a4f2e237f633\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b49eb72b45804802814d1bd2707e597f\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\867b5c453c294842ad6431b58d6cecef\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a41be6f03d58491d94377f7cd5ad1488\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63bc6a60bf6b4c3896e419684312ce1c\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47ae57c1e4074ef3aeec4bdf93be1a1d\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45f43b391bdd471caa62b92951eeccf9\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54efc2cda08745c59f6cdf9745a97b66\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c062c28268004722a02c45b84c239f62\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3ee49c576534e838627fc17ac9d45ec\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d370e00ae7604781a0b513530ebd15e2\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f2b28b44c3447499be51c2ccb13621e\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c858ce1b3df34d70ae58b5ac3c486682\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b20cefb16f6a4959947305ee007a7129\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7725ff13c03548b6b256cad8eb0e92a5\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ea4116efc1b408d8ee68ccc5a9d9751\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\568a829e73334ed2a3bec205ddb478c8\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c224b49c163d43329d8579923e64b4b0\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a69180ce9274c0aa3143f5d5223cdd0\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aaad797491e7464799446372116d9acc\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39cb352d206a40acb1b7b6ed07ebef24\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b383e3902ff4af7bedf64376d8de857\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\edf5f86394ef4cd9b3d0180993290237\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2be4cc9aaf5740d2aeb67cc2c0042ca5\System.Windows.Forms.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e51a36bee874736be0be668b94f637e\System.Windows.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\242df469782b42fcbb8c390f8f7e29af\System.Windows.Forms.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2602665871074fe18eee01f7063c3755\System.Windows.Forms.Primitives.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dae068a6c45d4d688b9a88cc47cdd11c\System.Windows.Forms.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7e825311eb24580ace77d6c3a0ca536\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\365b275e391245bcbef8f45377e7bf6b\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30ee58c644dd489ab218c052f89035ee\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d74987129e74ab18c001770069d77fb\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b5c7437cc514cc7ad451f583a690bea\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\250526f9226e4155847aafa92abe2381\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f58b2e4041b40cba2b24fd37f5d138d\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\348e310cfef44bcc9608d407d9e7c319\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a2e882513cc4eebabb979736ce3bc72\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0aa0a187a0dc4e17a54906b8b14b792f\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>
</ItemGroup>
</Project>
|