|
<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.25467.108\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\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\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\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.0.0\_content\DefaultRunnerReporters.cs" Link=".packages\xunit.v3.core\3.0.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\42c4209baf3a480ebd7d9fd706a6ab31\Accessibility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bfadfa78a2c4853a0c0a053a4bbe580\AxInterop.WMPLib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34e54cf52b4a4c2b82645ccc3a46837e\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73518d27000746ef8d11b991f858667e\FluentAssertions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f5ae70bc87049acb2d50c44fdb71a13\Interop.WMPLib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bf9b063301b4d17819657c8bc5b7b96\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12b5eab6c35449de8a414534978c0608\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b0ccd03e81e4712909cc3f0cff142fa\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5347aa92357443088bfa67937e34af0\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\564a85397ec64886b80803d3ea69e0bf\Microsoft.DotNet.RemoteExecutor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b16d570e12d4c38bddfda810155ee34\Microsoft.DotNet.XUnitV3Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6997b47e4bd40f2959b10c4637154ca\Microsoft.Testing.Extensions.MSBuild.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d75f872c8b3436d84ac8027a1a0f20f\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cdd81f59ddc4fb1afb4cd86b1f9f7be\Microsoft.Testing.Extensions.TrxReport.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\849b761e995547ada7f75b6b367dc99b\Microsoft.Testing.Platform.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ff5f358e1d24725b49cad88b323cd20\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74cd39819bd946e89e4ebad658219057\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1229409bfc354ce7976f1c96349123a4\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be1f4264230e46f4a1674261af05c0d6\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\432ebcc61dcb462cb9be630784f6f302\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36630aaba219448b98a922e4ca5a0c6a\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c485a3a78ac4140a8eedfed1435dc93\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c466a7cc3184eb89bc53f5d028e8b31\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3aa29eb4bbcd45c4a61ef7faf0e9523f\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\98158f3b1a8144a2b87456c40b625b67\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1908d2ed95cb4189b40dc8f8c7dea7f9\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\322e9baa46e94ee38fa5126eff074937\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\598a69eb9bcc429bba3752fe56b6f457\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\970e46a0c1004e41b738ec5ee5cbe0c7\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2aefe81fc86d49ff995b0f27ea0b4961\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99057c280a00487fb479d96d3c27cd68\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3552e57511a7411187dc8f51026eeffa\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61377ae82af7438ca910c1380b0fd5d4\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53245ac5deea4c91b2f292d678d85404\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afd1b1439a574edbba8f7f9283d26142\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0fb5657039424070b8336eb97a0928c8\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb1683d855764e00981ef45245a285b1\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7105298743154b8e9b9da3720c3147a8\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\231d388a7e124e36b8aa869edadb93f8\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5171d480b9f94502996b8e35b2f70d07\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2fbc8c7e9424b1581e4bbe1dfe8bdfa\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d07e27485b9b49b3b5e9df657fc178d0\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ced90914a27a4793a57b194118c11b48\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f0468cb39bd84ec19255dbfc270c5230\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02e4d8b882124a65ba7a4b2231f91af2\System.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9636628e5f04449871e8a18f2140a56\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22b22962180c4252ae1457dd36ac797d\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f973093ff1224751ab782ffacd4d5201\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eba3185d252f40398a40bebaf02d5a59\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\455e70c049724eb0a7bfa378d1a3a544\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca88a53cb998442b81e649571c80e701\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2f21f4fdd1d4464abd90ec46c61bd10\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1b0b44182b940059b8cf3f7c64816f3\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d857a05d8864b8987c137d42d3299df\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e8c9716f1c744cfaf335eb297cc075f\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94efdf42f927443294fee38061dc56d1\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e761b86988d411d9f42a9d3c13690ed\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\faa327d1062e482aa3c8c16e78cbbff8\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3680337db4ee424bb67e15035f15bac9\System.Drawing.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68159bbdada94e0caf725ad4f9ed36de\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df0c2ed50eb2493382edde6e43e926e4\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb5f63a429c34f44a55abcd674c46f9c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\194fb7edf81c42b9acd8d1b4dd711559\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a08741beb4d43cf9ff6a7b7cfc274d1\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9d44140b0754acabcd4308998bf22da\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f2a1d1e43a1424c9f6950fa535182e5\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0229c201328f426895d0c764f7d98fdc\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\444e67f3e301420dbb9d13ba7ad8660b\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0546e1df4864a14930d626f5b053267\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81f80dab227a47e5a6594586df57bc9c\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\376e6eae67cc46659ea0bfba8c27f598\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2029ab4a5994d3eabb3c26972cfaa16\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a88cd6a0a324227a83a81e8b7cbd385\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c79b01ef60e84d0498bf93a439b9ab02\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7784fdab390e47b1a3c0b2c6108bec57\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb62913b60904715bdec9ce3f7da252c\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\938db97083cf43ff9c203233b2fe4359\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d100b66a15c848e8b21172f53f3b4eef\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82186c26e565494f9f0c37a413d18f48\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fa5f43083ea47b5878121774cf5e333\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36f6d02a01334f99894381e39f211c88\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f7642081a8d43cebf9bb561b3131142\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ce1e6673e3340c98b638428b34d4827\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0907349fc4e34ebe9c306a6b2cb4be66\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51e5a48cc4ca4cefbedf645dc1aa9dfe\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45147e147e554506af934fd4e272ee19\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45969bdf39794b978f96e0b484da945b\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d33e07b1b6e427cbb825cc66aadaa0e\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a80a791c1fe443e389ad0ae03868e759\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e896fe1ea5af48a4bc865739d2d1c0f7\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4b2b16573f14c79838545d352ade48f\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\036e276a222247eeae96f95f2c6e7c64\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5342c9287ddb4e5caa2f34a7b8676fe7\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4285a897a708423bbb2fa455d67c15b0\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4faea4aed7e477fa33417341d9f49be\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ca4640b1ef24e8f95c22e65a1c195af\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39df96c1b3714cdc8a8faa91e5b77b4c\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cea85f61f23649a99b9d1efe7a923cc1\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e10082243ca84edbab8edc7157e35947\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd5f7ec496cd4a06b4da0221823bfe5d\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0704e8a283014820be196f6002cb53d2\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a06c23c2b194462a729e97122bc0571\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d793f8cc8c64ea3a6c8954ccff8a1c5\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31669a086e7646078869104ed86be3e9\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2fe1f56bcc04302857cb9931ff14011\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fd475812bcb419590e3571b2964d912\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\916f725b6fc1496b9e236b04e884b6e1\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e9fab6e6f3c4d90937060fce78f0f6b\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5c131a4d2d44c3d8bf9bebb131739fa\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1387304fcc914eb8bc69d164bd3c9578\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1faf445bee8545728cd633d8fea41bed\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c56704779464506b097fdc5c84021e3\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6f52d8a580b411e8fd1866833dc5611\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90d622acc1da462e8d2e7c5cd308f0e3\System.Private.Windows.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c9502d4bd2341d4bb8a5561fc8b6e36\System.Private.Windows.Core.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85fe63e2e4364fdaa10837553e215f57\System.Private.Windows.GdiPlus.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e64c9a5ee4d54a01946a02694bc3764d\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\966f68c226c9454f991d7f1b1d430d45\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\864f804d04804322ac527d184991e3fc\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f643b25fcc0446588d9d9daba63a833\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c90ad0b9f2b846e39dd1b5cdacc68d5b\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\718aed094d474e31aa2dae8077ceee46\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\509e808f23354fdf87a0814e1cceeb37\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\458b1fdafd4741fdad35ae73475ef5a2\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc5ef4bb2f7d4d9eb2ca4805e3152871\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e7d98653e8c4bf5b1f28fb9fd34067c\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af75c556378443959fdc31e37781937f\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd9fbf4c4edd4fb4b20c88236c454039\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\17b4313feaa94061a1985f1195f06e88\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ebde05abc8cc4d8681c5275216d566a9\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\695fa022987245f2be60f12e45a9a018\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a837c19661a34d5c9b339e2b044a1a70\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba7044471f2849be9d810e9c3e42c358\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fee7f224f414e4790d67a9f142d3ac1\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce27531384554aa79986fb809011b1c9\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81136589e1014f92b18ece5f4b934066\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\813a720f07ec4d498aafec5708980bd7\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abd9582a6944428dbb72329cc30a3b7b\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b228c007c4f44b2283e51090bcd800cd\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d143d9cd0894e5f9564d60acb851e0a\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef99be4dda054eafb3ffb7c1a8207f42\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\131831351c2a4424b83b84fa1db8aca6\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9aad7bd3255c46a1acc8ce9fb7457697\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2148a725c03340458e2ccf91429c9627\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45413d8cb8df470a98835f497ffbb1f6\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87ca0bd777bb4759a19e348a9fcfe635\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f9911d8fd664247b692ad1a2af615f6\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d5505d5c78142fcb68bc21202a3871e\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec976ba982c84007a5e1b04fff92a721\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5236295688f4c1d9ecb3de9ac28bfda\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8b651b38bb14ad89097ba032dd7f57a\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9f7389f589e42d39be113bc07d52ded\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99dfb579cf7c4c81b330bc753a133258\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd6fb822bbe34fc587201da834913a52\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f71bcda045f4a638465969711488d6e\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c863bfb82ab045af86f4e1f4f9b13771\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7de6bd14af70482b9a31df04384fb18a\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74b805e81d5243f482f1a20cd0e2cbee\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\760d627302ce4af99568d8cc5d056753\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1acd96b1a3a4459683dc43fc380fafb5\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7e0f9f6629940ac9119403044bfbecb\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80dc7a941f4e4565954492f11b8416de\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd809a08df974878acfe7c79c7d674e6\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ec1a8d79cb8439482515f1a893d49db\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\addd7c53ad414fbf88b8faf5977b85a2\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3a7e0c701af49f68111e0b1ba597c19\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2378e51eeac4cf2a50b31bbfa6cc96f\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\114a5b4cfa5d42088060c97913903d4a\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6852942ef0b49bb8f104690af5fa8e1\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a74d1671ccf43238b0de3d0746d46f6\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\551b56cbf41a4475a818d8d74bd9d026\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d71973ebb364d6c97018a4945030496\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7afe3948a584a55b481c0baac4e64f8\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\feaa35fe2be24341859207cbcdffc87b\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0186c066e194d43b990b4ab7977b92b\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f263639c5f2f4ca89afad2f83abb4fda\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd1a1ac56b6f4c2dafd812de337b66d4\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e6acb4179aa4ba1b5f7774af2950a15\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9d611c8f02f4704a4da023849e066ac\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7c193aa425341948202e981c621c1f8\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\339c4087c5d14584a22aef9930b442fe\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec3efa0b55094c4da138f71d4317c3e1\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec5b69afb70b40e1a71576487770daef\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c6440f56f984d03b6d441f304ae4a83\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f1fe31672a44bbe937bb3e6ec1b23de\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b8b4aaa816c450b9408446d89ef4452\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3b186059ef44ae4a55fba533d516409\System.Windows.Forms.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92aea2c9d1054eaca41efd9a7f6b428d\System.Windows.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9845f4c1f23148c1a9adfa073897f272\System.Windows.Forms.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec584731c2d443e3b56ebd41d39469c3\System.Windows.Forms.Primitives.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d426e3cc62874fd39261331ed2201429\System.Windows.Forms.TestUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbabd6d9baa34691845d8e5d18da1a86\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1264f8c23c7048a8b621a5ff4320c840\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e7e00d9889845d4990fefa954ac9d57\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b8f35fea9a14bf4987ca0dac41720f2\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\583dea46352746609264956f39e5c987\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ea8448ff6904afa946f1a907edc5747\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4a8ce5f53e4a4b8fb7667f6dcae94c54\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b0908930c0e422184ccca6adda4d475\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae539fd46a5d4be4a83bbcdafa940486\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4cf9ac89c49436992592435b4ca7111\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efb4d82c794a40999ce4cf1fe5174e2e\Xunit.StaFact.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b64803aafce4f45a389904198400d29\xunit.v3.assert.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60b563b9347a4d83b3e84fa7d5d58a1d\xunit.v3.common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc1ce669168c4df8bc0c9e73a8d9f589\xunit.v3.core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41e583a4aa854ee4b6731757a1bc0a09\xunit.v3.runner.common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2505e8d93734653beb6376ff33b7234\xunit.v3.runner.inproc.console.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|