File: System.Private.Windows.Core.csproj
Web Access
Project: src\winforms\src\System.Private.Windows.Core\src\System.Private.Windows.Core.csproj (System.Private.Windows.Core)
<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.Private.Windows.Core</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\..\artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\snk\ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;OLE_JSON;RELEASE;NET;NET11_0;NETCOREAPP;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</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="GlobalSuppressions.cs"/>
    <Compile Include="GlobalUsings.cs"/>
    <Compile Include="Libraries.cs"/>
    <Compile Include="Properties\AssemblyInfo.cs"/>
    <Compile Include="PublicKeys.cs"/>
    <Compile Include="System\ArgumentValidation.cs"/>
    <Compile Include="System\Assemblies.cs"/>
    <Compile Include="System\BufferScope.cs"/>
    <Compile Include="System\Collections\Generic\ArrayBuilder.cs"/>
    <Compile Include="System\Collections\Generic\CollectionExtensions.cs"/>
    <Compile Include="System\Collections\Generic\ListConverter.cs"/>
    <Compile Include="System\Collections\Specialized\CompatibleIComparer.cs"/>
    <Compile Include="System\DisposableBase.cs"/>
    <Compile Include="System\DisposalTracking.cs"/>
    <Compile Include="System\DisposeHelper.cs"/>
    <Compile Include="System\ExceptionExtensions.cs"/>
    <Compile Include="System\IO\BinaryReaderExtensions.cs"/>
    <Compile Include="System\IO\BinaryWriterExtensions.cs"/>
    <Compile Include="System\IO\Compression\RunLengthEncoder.cs"/>
    <Compile Include="System\IO\IRawData.cs"/>
    <Compile Include="System\IO\StreamExtensions.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\BinaryFormattedObjectExtensions.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\ITypeResolver.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArrayInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArrayRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySingleObject.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySinglePrimitive.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySingleString.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySingleString.StringListAdapter.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\BinaryLibrary.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\BinaryObjectString.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\BinaryType.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassTypeInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassWithId.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassWithMembersAndTypes.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IBinaryWriteable.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IPrimitiveTypeRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IReadOnlyRecordMap.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IWritableRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MemberPrimitiveTyped.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MemberReference.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MemberTypeInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MessageEnd.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\NullRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\NullRecord.ObjectNullMultiple.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\NullRecord.ObjectNullMultiple256.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ObjectNull.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ObjectRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\PrimitiveType.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\Record.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\RecordType.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\SerializationHeader.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\SystemClassWithMembersAndTypes.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\BinaryFormatWriterScope.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\FormatterConverterStub.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\ListConverter.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\SerializationExtensions.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\TypeExtensions.cs"/>
    <Compile Include="System\Private\Windows\CoreAppContextSwitches.cs"/>
    <Compile Include="System\Private\Windows\Count.cs"/>
    <Compile Include="System\Private\Windows\FeatureSwitches.cs"/>
    <Compile Include="System\Private\Windows\Graphics\IBitmap.cs"/>
    <Compile Include="System\Private\Windows\Id.cs"/>
    <Compile Include="System\Private\Windows\JsonData.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\CoreNrbfSerializer.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\FullyQualifiedTypeName.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\INrbfSerializer.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\SerializationRecordExtensions.cs"/>
    <Compile Include="System\Private\Windows\Ole\BinaryFormatUtilities.cs"/>
    <Compile Include="System\Private\Windows\Ole\ClipboardCore.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataFormatNames.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataFormatsCore.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataObjectCore.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataObjectExtensions.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataRequest.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataStore.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataStore.DataStoreEntry.cs"/>
    <Compile Include="System\Private\Windows\Ole\DragDropFormat.cs"/>
    <Compile Include="System\Private\Windows\Ole\DragDropHelper.cs"/>
    <Compile Include="System\Private\Windows\Ole\FormatEnumerator.cs"/>
    <Compile Include="System\Private\Windows\Ole\IComVisibleDataObject.cs"/>
    <Compile Include="System\Private\Windows\Ole\IDataFormat.cs"/>
    <Compile Include="System\Private\Windows\Ole\IDataObjectInternal.cs"/>
    <Compile Include="System\Private\Windows\Ole\IDragEvent.cs"/>
    <Compile Include="System\Private\Windows\Ole\IGiveFeedbackEvent.cs"/>
    <Compile Include="System\Private\Windows\Ole\IOleServices.cs"/>
    <Compile Include="System\Private\Windows\Ole\RestrictedTypeDeserializationException.cs"/>
    <Compile Include="System\Private\Windows\Ole\TextDataFormat.cs"/>
    <Compile Include="System\Private\Windows\Ole\TypeBinder.cs"/>
    <Compile Include="System\Private\Windows\OsVersion.cs"/>
    <Compile Include="System\Reflection\Metadata\TypeNameComparer.cs"/>
    <Compile Include="System\Reflection\Metadata\TypeNameComparison.cs"/>
    <Compile Include="System\SpanHelpers.cs"/>
    <Compile Include="System\SpanReader.cs"/>
    <Compile Include="System\SpanWriter.cs"/>
    <Compile Include="System\Text\ValueStringBuilder.cs"/>
    <Compile Include="System\TypeExtensions.cs"/>
    <Compile Include="System\Types.cs"/>
    <Compile Include="System\Value.cs"/>
    <Compile Include="System\Value.NullableTemplate.cs"/>
    <Compile Include="System\Value.PackedColor.cs"/>
    <Compile Include="System\Value.PackedColorFlag.cs"/>
    <Compile Include="System\Value.PackedDateTimeOffset.cs"/>
    <Compile Include="System\Value.PackedDateTimeOffsetFlag.cs"/>
    <Compile Include="System\Value.StraightCastFlag.cs"/>
    <Compile Include="System\Value.TypeFlag.cs"/>
    <Compile Include="System\Value.TypeFlags.cs"/>
    <Compile Include="System\Value.Union.cs"/>
    <Compile Include="System\Value.UtcDateTimeOffsetFlag.cs"/>
    <Compile Include="Windows\Win32\Foundation\BOOL.cs"/>
    <Compile Include="Windows\Win32\Foundation\BSTR.cs"/>
    <Compile Include="Windows\Win32\Foundation\COLORREF.cs"/>
    <Compile Include="Windows\Win32\Foundation\DECIMAL.cs"/>
    <Compile Include="Windows\Win32\Foundation\FILETIME.cs"/>
    <Compile Include="Windows\Win32\Foundation\GlobalBuffer.cs"/>
    <Compile Include="Windows\Win32\Foundation\HandleRef.cs"/>
    <Compile Include="Windows\Win32\Foundation\HRESULT.cs"/>
    <Compile Include="Windows\Win32\Foundation\HWND.cs"/>
    <Compile Include="Windows\Win32\Foundation\IHandle.cs"/>
    <Compile Include="Windows\Win32\Foundation\IPointer.cs"/>
    <Compile Include="Windows\Win32\Foundation\LPARAM.cs"/>
    <Compile Include="Windows\Win32\Foundation\LRESULT.cs"/>
    <Compile Include="Windows\Win32\Foundation\NullHandle.cs"/>
    <Compile Include="Windows\Win32\Foundation\PCWSTR.cs"/>
    <Compile Include="Windows\Win32\Foundation\PointerExtensions.cs"/>
    <Compile Include="Windows\Win32\Foundation\POINTS.cs"/>
    <Compile Include="Windows\Win32\Foundation\PWSTR.cs"/>
    <Compile Include="Windows\Win32\Foundation\RECT.cs"/>
    <Compile Include="Windows\Win32\Foundation\WPARAM.cs"/>
    <Compile Include="Windows\Win32\Graphics\GdiPlus\GdiPlusInitialization.cs"/>
    <Compile Include="Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs"/>
    <Compile Include="Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\ARGB.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\ArgbBuffer.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\BeginPaintScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreateBrushScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreateDcScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreatePenScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\DEVMODEW.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\GetDcScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HBITMAP.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HDC.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HdcHandle.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HGDIOBJ.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HRGN.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\IHDCContext.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\LOGFONTW.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\ObjectScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\RegionScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\RGNDATAHEADER.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SaveDcScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SelectObjectScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetBackgroundColorScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetBkModeScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetMapModeScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetRop2Scope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetTextAlignmentScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetTextColorScope.cs"/>
    <Compile Include="Windows\Win32\MessageId.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.BitBlt.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.CallWindowProc.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.CopyImage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.DragAcceptFiles.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.DrawIcon.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.DrawIconEx.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumChildWindows.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumDisplayMonitors.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumThreadWindows.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumWindows.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetClassLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetClientRect.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetIconInfo.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetObject.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetPaletteEntries.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetSysColorBrush.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowRect.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowText.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowTextLength.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowThreadProcessId.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.MapWindowPoints.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.MaxClassName.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.PeekMessage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.PostMessage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.PrintDlgEx.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.RegisterDragDrop.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.RevokeDragDrop.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SendMessage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SetClassLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SetWindowLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SystemParametersInfo.cs"/>
    <Compile Include="Windows\Win32\System\Com\AgileComPointer.cs"/>
    <Compile Include="Windows\Win32\System\Com\CLSID.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComHelpers.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComInterfaceTable.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComManagedStream.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComPointerList.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComScope.cs"/>
    <Compile Include="Windows\Win32\System\Com\CY.cs"/>
    <Compile Include="Windows\Win32\System\Com\GlobalInterfaceTable.cs"/>
    <Compile Include="Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs"/>
    <Compile Include="Windows\Win32\System\Com\IComCallableWrapper.cs"/>
    <Compile Include="Windows\Win32\System\Com\IDispatch.cs"/>
    <Compile Include="Windows\Win32\System\Com\IDispatch.Interface.cs"/>
    <Compile Include="Windows\Win32\System\Com\IID.cs"/>
    <Compile Include="Windows\Win32\System\Com\IManagedWrapper.cs"/>
    <Compile Include="Windows\Win32\System\Com\ITypeInfo.cs"/>
    <Compile Include="Windows\Win32\System\Com\IUnknown.CCW.cs"/>
    <Compile Include="Windows\Win32\System\Com\IUnknown.cs"/>
    <Compile Include="Windows\Win32\System\Com\Lifetime.cs"/>
    <Compile Include="Windows\Win32\System\Com\SAFEARRAY.cs"/>
    <Compile Include="Windows\Win32\System\Com\SafeArrayScope.cs"/>
    <Compile Include="Windows\Win32\System\Com\STGMEDIUM.cs"/>
    <Compile Include="Windows\Win32\System\Com\StructuredStorage\CA.cs"/>
    <Compile Include="Windows\Win32\System\Com\WinFormsComStrategy.cs"/>
    <Compile Include="Windows\Win32\System\Com\WinFormsComWrappers.cs"/>
    <Compile Include="Windows\Win32\System\Ole\OLE_HANDLE.cs"/>
    <Compile Include="Windows\Win32\System\Variant\VARIANT.cs"/>
    <Compile Include="Windows\Win32\System\Variant\VARIANTVector.cs"/>
    <Compile Include="Windows\Win32\UI\Controls\Dialogs\DEVNAMES.cs"/>
    <Compile Include="Windows\Win32\UI\Controls\Dialogs\PRINTDLGEXW.cs"/>
    <Compile Include="Windows\Win32\UI\Controls\Dialogs\PRINTPAGERANGE.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\HCURSOR.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\HICON.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONDIR.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONDIRENTRY.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\WNDPROC.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.GlobalUsings.g.cs" Link="src\winforms\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src\winforms\artifacts\obj\System.Private.Windows.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.Resources.SR.cs" Link="src\winforms\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.Resources.SR.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.AssemblyInfo.cs" Link="src\winforms\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\4cbbd8e7b67344848e5bb23145676336\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c58b90924b6d456eaeaa937b259a0469\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cdd1ed1bc64745b7b192d62b91422264\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\665dbad03614464893f788de76fd9592\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\161c4866afa04ac6a3c3c2e2a399a855\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0818cf2bd4a84e34be61aec35862107b\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21fb016302cc432c80481c280d30300e\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb72f496b88f430cad4eeab66a650c9c\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cece2626bbfc403fad82bcd53e009b32\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43e7bc06947b43daada861167097efe6\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\881a5e055b9b427baf76ce92c1a65c30\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c951c3b80ff4e29a352ad270bd5ce92\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d20b8e497a8488ca1e58b5185da4727\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f6709942a413455db846377ea3710d03\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1fee93e4d2f4f26a42c7faee646e1a8\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\394dc0c2064448e4851af0f256ff1820\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc2ef5581b594dd9806047b236fbfad8\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86f56be1df504b1ba12769e462f955d8\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4394b81a3b174fc1af86d78108c41943\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9c6139272f94986820bc63cc2c2c828\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\319b9a00bf2a487ab0cad06c3b3542b0\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\542315ad88874c4889c8da67400f8f0e\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e28b37e621943d3b022fc28abc76b9c\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7416d365708e47979a6238f355c4156f\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2caa9dfdc25c4be38a9dede3bd34eecc\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd18c56a3c7942dbb82326e59bc7cd0e\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6cc5d6656fc741469e809c4282d9b7dc\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2ec7805f49244de8062d04883afa238\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c0e062c3eb1149a49f723e22eb3505f7\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a717b7a60ba4847beba463b418119e3\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d5cdc995fdf54ebc9758a8d6304835db\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93af5ea898ff4860b2aa1c93c08d4fd4\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d86b0b59a1649d1b6dcd242a616bb96\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\564c44203c6a432790d3f8fbb7758b5d\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d99b2e137e94638aec97cde3177cd6f\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9241354e5cfe485295849f69ccefe1d9\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\95522d4338d04ee1bce1cb4c0f4cf5e2\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a6d439abf214aa6bfcfd8b6af121307\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c6d0b30fd4b49ef833d96880382a966\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ceb191902c04f8bb67ec08c1455e2d5\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc1d41d3a6044c3094881d632401ff88\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dad9c439593641aeb17a447fad0bb09e\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87155a5017424a3eab19f6cdd9952968\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d2d33cce3964c829eeaba38068b1dda\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\baf2906ed3204feb8b4068c326310e29\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\468c917f078a423981fb58ca9f8d3a17\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d6a18565f1843f5bbd85e0253faa7aa\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c09be86162bb4cf8b61173fa3d189d54\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c76f3be66cb40578a5eb30cd236a479\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90c1391728904b939f238ef3546a5374\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cdb4b9f6d8d4853b385e8c1f4fb147b\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84dfff601dac42d98a4d7da9369c3b94\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49460fcacd8e4b1895e3198f0f3e93e3\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b811dcac8f074b9d8060c35b071d3b4d\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb76af4d5bc9446a94ae47ea7bd3c2f5\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e9742c192584192bc68796f6e3e8daa\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4122ab732344d7d9cd93153de91407a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b38d482d1c841a8b12c1bc7aee01374\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d7bc8f0d5b54dbd9e86839010069b4d\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3da3fa25f164a0f9a2c3968141d3154\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2e9d36114db4b4198567d683a537e6f\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc6ec441681941f381799962c978e45b\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\206e80f794584a71a6d934e6a2df57b3\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc641b175a6d42de960892e2f5c59935\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca7645d81b224aa3aef6a36160223836\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff7d6e939e2f4cae91089c5112d0d0da\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\997528dde6b4404b9425ea77ec76b589\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cdd0a6522ba4dde96385c8e14946d20\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f368c0ff47e455cba96034e5b39b12f\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4bcf2b713e80421982ca5e65e2372095\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18dcca1dd2a64933b70e24298fc790ab\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8376418ba94f410988364a30b1477fc7\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce888b4a829b4555a8d7715856848c2d\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8c9e03aa7a44ad598a2398d31aad16d\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3295816c4aba4ae39ef7c2cd14c156bb\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce4225f4f0844bd380059eaa7552e00d\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82300cff7d254ae08c3e813e6f983d79\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe566da4ed46439fa7c3d89a702f1825\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08945c3e68ce40a287b7e926b8a65109\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e2bbca7641704c4eb91acd9529138989\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df95e3434cce4c008e47a5090a0a2ed0\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53db511be88f46af812b09128a4e70df\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c8fda522de64084b10aba606b09897e\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6c1a75997304953a3b50c928ab4f7d6\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5cbe71460143422bbd73c34c2ceeaa7e\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1fb632b77704df0835da4a3d8b9c43f\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3ce510fe4154acf9f5ff6b132f285fe\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a0ecd7174334d4ba52328429b3437ce\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a38e8ab6e084cd98d879eddaf87615c\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12d3a63084e741bd9a5605ee350b8f1b\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\126ee34583fa46f99b2ff2ae06e27b6d\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbe44f0e4bb54aeabfc2578d43122fd2\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\832329b8eba04a97ae3bffb169003fcd\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8cfb7384bf1d4eac99dd3d91fb2a6d58\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4773685c48843baa5d4214b8b6cf224\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c106f6ffa31446f29344e7056ca05773\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3e0919cf7b04372a6248e50a0a4d8e8\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8814e0aa5eee418ab0f130bc9d7dbe3d\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\332613255152436987d55e77c3624d6b\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0373cf5da70b4912837fa24ce0494f51\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b3f9d5b53944190803d33b964b0c1dc\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b40b2252b204200be739d0dc8974609\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4efc86340c434c48b440edb348f415d4\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c05feb3f8e24f05bfe92bbb4c7024c6\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ef3776281ce41acbde003fa2d028f44\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\681558340bb945cca58622d26768f940\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16a18ae8f39e4a2a8ebb02fd729f836a\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44a0f39d72ed4206a3738525e581cd98\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf7c379f9605417a9b0e8c266f2919de\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e14c117a30c04e3489681e343f8704b0\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f6c8657445a47178f8f3cf0d15ec325\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecdb9aed32264c5890e729e00bee9823\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\864057c044714c20811d66530eb00cb8\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c1eed5e82b4450089254f21f097b2d3\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e57e4f26396143be9581052269fd753f\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5f51af2b71b4526bad8674ce6f34a41\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7cbebcbd3034bf8a0f42f97cb9560a6\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d896ca6f36b43a29b2d8dbb65890e58\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e976e9ba4794fe19eef6bfd6405641e\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4988e1caa864823a474a6283aa64c94\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1fc2d3c2a8b942c99940f466c9f06dd5\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3d43f4520d447fc9e854d7c0e501352\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7758676a29e4a8188c856281738f4ab\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f7c260c091e4cb19462118e91219e5b\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bdcff1b0f1a49ffbf612c7e6da96fed\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ddbb77fa89448ec9cbe80dce5265f14\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\141b3ee73dfe40fcb92cd9365464f80c\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db047fd2156c45f990f28004090b2d9a\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74e78496ea424e1fb3f330b6fdf13451\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee6bce5333854974b4e362389475f85f\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa797ccd00474268bd793690d86b1d56\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04acad19ab364ccfa6a6584c5331a80c\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\015a7ae237fd49b8b0dcf209f077775c\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d09242f2862848c497b581cbdb1ab6ae\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdcd0226b77044b0b26eadd0476e3f27\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37678640da4d499e93587fb3a82ce265\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98a326a8b53442219b5ef9fe0aa2a1e9\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\88dcf6a352024c9b8ce61b23a26c8e33\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c68d75865504b758ae3c79ff848995e\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a96e799729949faa9f5a248c5b5c9ff\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbaa0879854b4e62bf725c5bd46cbe14\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c375840a245a479bb1a4614b8641723e\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecc494030aac48d6a2ca28ff70a614f5\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a11274c713f4126a046d09a11fc22f8\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d93ce7693db64211bae409aa54162f95\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\206c3039344f4f9fa294eef05dc68223\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0eacd9f05b7244cd8b2f40cbc14fe5e1\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e236e3a34efd46ecb8a6552a0d6c0bd1\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1b3fd3bf3e14a1ba7d39a4749ba4dae\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91d768c25ebc4468bfac2b32f381bfb5\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87d1c45851344b0995b336a673b3d644\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55a2564b079e4be6a60c012295355159\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e9e338adf894f7684301421495f45a2\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68842f3b1c6f46d4a70f51a0b2e2b3e7\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5e710dd52d94d3887f514a6ab78223a\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf2482e4dd5b45d694b2c572e37d3230\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05aceb5c9e504981b6f77e9dc20902df\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1fb96c3ae284304b485cbab4a49e4f3\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8bca14e9e6d14a4ca576c978d23bb9ee\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b28e33008f84c77addf4f7de092f7a7\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5017d5aeec5b4d7b9c4ff23de21f6a43\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c02cc83426ca4e16856716faf4022acb\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b90baddfbbf84cb89ea579815671438e\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16d8166c7f4546cba0e5548a37e49377\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6be6a74f51774efc958e153f78866f7c\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b3799b860e9421cab2762e5870c4de6\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dfb89eaa7c47449fb2118a693dda9a10\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9b5d072982843c496ed6f7f2f2013f3\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33de22f7f6794dd9944e5909eff0589e\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7045817db5a94cda9cdd7fb464085531\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e5dd8e113b042cfa4a44d55314f6d1b\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44e0f837ba10412d8d97201adcdf862f\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e259ce21067d4d7c93dd05490187fe9a\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8cd6c34a682f4c778a4cb46e9e9cc0d7\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dae10a6af8d44aa8d6acf255bef9a8b\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6889bb964efc4ef0a8c06315e505dfb7\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5905413725464eeeabebb0bc421fa1cc\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated\0\Windows.Win32.ADVANCED_FEATURE_FLAGS.g.cs"/>
    <Compile Include="_generated\1\Windows.Win32.ARRAYDESC.g.cs"/>
    <Compile Include="_generated\2\Windows.Win32.BACKGROUND_MODE.g.cs"/>
    <Compile Include="_generated\3\Windows.Win32.BINDPTR.g.cs"/>
    <Compile Include="_generated\4\Windows.Win32.BIND_OPTS.g.cs"/>
    <Compile Include="_generated\5\Windows.Win32.BITMAPINFO.g.cs"/>
    <Compile Include="_generated\6\Windows.Win32.BITMAPINFOHEADER.g.cs"/>
    <Compile Include="_generated\7\Windows.Win32.BI_COMPRESSION.g.cs"/>
    <Compile Include="_generated\8\Windows.Win32.BLOB.g.cs"/>
    <Compile Include="_generated\9\Windows.Win32.BOOL.g.cs"/>
    <Compile Include="_generated\10\Windows.Win32.BSTR.g.cs"/>
    <Compile Include="_generated\11\Windows.Win32.BSTRBLOB.g.cs"/>
    <Compile Include="_generated\12\Windows.Win32.byte.InlineArrays.g.cs"/>
    <Compile Include="_generated\13\Windows.Win32.CABOOL.g.cs"/>
    <Compile Include="_generated\14\Windows.Win32.CABSTR.g.cs"/>
    <Compile Include="_generated\15\Windows.Win32.CABSTRBLOB.g.cs"/>
    <Compile Include="_generated\16\Windows.Win32.CAC.g.cs"/>
    <Compile Include="_generated\17\Windows.Win32.CACLIPDATA.g.cs"/>
    <Compile Include="_generated\18\Windows.Win32.CACLSID.g.cs"/>
    <Compile Include="_generated\19\Windows.Win32.CACY.g.cs"/>
    <Compile Include="_generated\20\Windows.Win32.CADATE.g.cs"/>
    <Compile Include="_generated\21\Windows.Win32.CADBL.g.cs"/>
    <Compile Include="_generated\22\Windows.Win32.CAFILETIME.g.cs"/>
    <Compile Include="_generated\23\Windows.Win32.CAFLT.g.cs"/>
    <Compile Include="_generated\24\Windows.Win32.CAH.g.cs"/>
    <Compile Include="_generated\25\Windows.Win32.CAI.g.cs"/>
    <Compile Include="_generated\26\Windows.Win32.CAL.g.cs"/>
    <Compile Include="_generated\27\Windows.Win32.CALLCONV.g.cs"/>
    <Compile Include="_generated\28\Windows.Win32.CALPSTR.g.cs"/>
    <Compile Include="_generated\29\Windows.Win32.CALPWSTR.g.cs"/>
    <Compile Include="_generated\30\Windows.Win32.CAPROPVARIANT.g.cs"/>
    <Compile Include="_generated\31\Windows.Win32.CASCODE.g.cs"/>
    <Compile Include="_generated\32\Windows.Win32.CAUB.g.cs"/>
    <Compile Include="_generated\33\Windows.Win32.CAUH.g.cs"/>
    <Compile Include="_generated\34\Windows.Win32.CAUI.g.cs"/>
    <Compile Include="_generated\35\Windows.Win32.CAUL.g.cs"/>
    <Compile Include="_generated\36\Windows.Win32.CHAR.g.cs"/>
    <Compile Include="_generated\37\Windows.Win32.char.InlineArrays.g.cs"/>
    <Compile Include="_generated\38\Windows.Win32.CLIPBOARD_FORMAT.g.cs"/>
    <Compile Include="_generated\39\Windows.Win32.CLIPDATA.g.cs"/>
    <Compile Include="_generated\40\Windows.Win32.CLSCTX.g.cs"/>
    <Compile Include="_generated\41\Windows.Win32.COLORREF.g.cs"/>
    <Compile Include="_generated\42\Windows.Win32.ComHelpers.g.cs"/>
    <Compile Include="_generated\43\Windows.Win32.CsWin32Stamp.g.cs"/>
    <Compile Include="_generated\44\Windows.Win32.CY.g.cs"/>
    <Compile Include="_generated\45\Windows.Win32.DECIMAL.g.cs"/>
    <Compile Include="_generated\46\Windows.Win32.DESCKIND.g.cs"/>
    <Compile Include="_generated\47\Windows.Win32.DEVMODEW.g.cs"/>
    <Compile Include="_generated\48\Windows.Win32.DEVMODE_COLLATE.g.cs"/>
    <Compile Include="_generated\49\Windows.Win32.DEVMODE_COLOR.g.cs"/>
    <Compile Include="_generated\50\Windows.Win32.DEVMODE_DISPLAY_FIXED_OUTPUT.g.cs"/>
    <Compile Include="_generated\51\Windows.Win32.DEVMODE_DISPLAY_ORIENTATION.g.cs"/>
    <Compile Include="_generated\52\Windows.Win32.DEVMODE_DUPLEX.g.cs"/>
    <Compile Include="_generated\53\Windows.Win32.DEVMODE_FIELD_FLAGS.g.cs"/>
    <Compile Include="_generated\54\Windows.Win32.DEVMODE_TRUETYPE_OPTION.g.cs"/>
    <Compile Include="_generated\55\Windows.Win32.DIB_USAGE.g.cs"/>
    <Compile Include="_generated\56\Windows.Win32.DISPATCH_FLAGS.g.cs"/>
    <Compile Include="_generated\57\Windows.Win32.DISPPARAMS.g.cs"/>
    <Compile Include="_generated\58\Windows.Win32.DI_FLAGS.g.cs"/>
    <Compile Include="_generated\59\Windows.Win32.DROPDESCRIPTION.g.cs"/>
    <Compile Include="_generated\60\Windows.Win32.DROPEFFECT.g.cs"/>
    <Compile Include="_generated\61\Windows.Win32.DROPFILES.g.cs"/>
    <Compile Include="_generated\62\Windows.Win32.DROPIMAGETYPE.g.cs"/>
    <Compile Include="_generated\63\Windows.Win32.DSH_FLAGS.g.cs"/>
    <Compile Include="_generated\64\Windows.Win32.DVASPECT.g.cs"/>
    <Compile Include="_generated\65\Windows.Win32.DVTARGETDEVICE.g.cs"/>
    <Compile Include="_generated\66\Windows.Win32.ELEMDESC.g.cs"/>
    <Compile Include="_generated\67\Windows.Win32.ENHANCED_METAFILE_RECORD_TYPE.g.cs"/>
    <Compile Include="_generated\68\Windows.Win32.ENHMETARECORD.g.cs"/>
    <Compile Include="_generated\69\Windows.Win32.EXCEPINFO.g.cs"/>
    <Compile Include="_generated\70\Windows.Win32.FACILITY_CODE.g.cs"/>
    <Compile Include="_generated\71\Windows.Win32.FDEX_PROP_FLAGS.g.cs"/>
    <Compile Include="_generated\72\Windows.Win32.FILETIME.g.cs"/>
    <Compile Include="_generated\73\Windows.Win32.FONT_CHARSET.g.cs"/>
    <Compile Include="_generated\74\Windows.Win32.FONT_CLIP_PRECISION.g.cs"/>
    <Compile Include="_generated\75\Windows.Win32.FONT_OUTPUT_PRECISION.g.cs"/>
    <Compile Include="_generated\76\Windows.Win32.FONT_QUALITY.g.cs"/>
    <Compile Include="_generated\77\Windows.Win32.FORMATETC.g.cs"/>
    <Compile Include="_generated\78\Windows.Win32.FUNCDESC.g.cs"/>
    <Compile Include="_generated\79\Windows.Win32.FUNCFLAGS.g.cs"/>
    <Compile Include="_generated\80\Windows.Win32.FUNCKIND.g.cs"/>
    <Compile Include="_generated\81\Windows.Win32.GdiplusStartupInput.g.cs"/>
    <Compile Include="_generated\82\Windows.Win32.GdiplusStartupInputEx.g.cs"/>
    <Compile Include="_generated\83\Windows.Win32.GdiplusStartupOutput.g.cs"/>
    <Compile Include="_generated\84\Windows.Win32.GDI_IMAGE_TYPE.g.cs"/>
    <Compile Include="_generated\85\Windows.Win32.GDI_REGION_TYPE.g.cs"/>
    <Compile Include="_generated\86\Windows.Win32.GET_CLASS_LONG_INDEX.g.cs"/>
    <Compile Include="_generated\87\Windows.Win32.GET_DCX_FLAGS.g.cs"/>
    <Compile Include="_generated\88\Windows.Win32.GET_DEVICE_CAPS_INDEX.g.cs"/>
    <Compile Include="_generated\89\Windows.Win32.GET_GUI_RESOURCES_FLAGS.g.cs"/>
    <Compile Include="_generated\90\Windows.Win32.GET_STOCK_OBJECT_FLAGS.g.cs"/>
    <Compile Include="_generated\91\Windows.Win32.GLOBAL_ALLOC_FLAGS.g.cs"/>
    <Compile Include="_generated\92\Windows.Win32.GpBitmap.g.cs"/>
    <Compile Include="_generated\93\Windows.Win32.GpFont.g.cs"/>
    <Compile Include="_generated\94\Windows.Win32.GpGraphics.g.cs"/>
    <Compile Include="_generated\95\Windows.Win32.GpImage.g.cs"/>
    <Compile Include="_generated\96\Windows.Win32.GpMetafile.g.cs"/>
    <Compile Include="_generated\97\Windows.Win32.GpRegion.g.cs"/>
    <Compile Include="_generated\98\Windows.Win32.HANDLE.g.cs"/>
    <Compile Include="_generated\99\Windows.Win32.HANDLETABLE.g.cs"/>
    <Compile Include="_generated\100\Windows.Win32.HBITMAP.g.cs"/>
    <Compile Include="_generated\101\Windows.Win32.HBRUSH.g.cs"/>
    <Compile Include="_generated\102\Windows.Win32.HCURSOR.g.cs"/>
    <Compile Include="_generated\103\Windows.Win32.HDC.g.cs"/>
    <Compile Include="_generated\104\Windows.Win32.HDC_MAP_MODE.g.cs"/>
    <Compile Include="_generated\105\Windows.Win32.HDROP.g.cs"/>
    <Compile Include="_generated\106\Windows.Win32.HENHMETAFILE.g.cs"/>
    <Compile Include="_generated\107\Windows.Win32.HFONT.g.cs"/>
    <Compile Include="_generated\108\Windows.Win32.HGDIOBJ.g.cs"/>
    <Compile Include="_generated\109\Windows.Win32.HGLOBAL.g.cs"/>
    <Compile Include="_generated\110\Windows.Win32.HICON.g.cs"/>
    <Compile Include="_generated\111\Windows.Win32.HIGHCONTRASTW.g.cs"/>
    <Compile Include="_generated\112\Windows.Win32.HIGHCONTRASTW_FLAGS.g.cs"/>
    <Compile Include="_generated\113\Windows.Win32.HINSTANCE.g.cs"/>
    <Compile Include="_generated\114\Windows.Win32.HMETAFILE.g.cs"/>
    <Compile Include="_generated\115\Windows.Win32.HMODULE.g.cs"/>
    <Compile Include="_generated\116\Windows.Win32.HMONITOR.g.cs"/>
    <Compile Include="_generated\117\Windows.Win32.HPALETTE.g.cs"/>
    <Compile Include="_generated\118\Windows.Win32.HPEN.g.cs"/>
    <Compile Include="_generated\119\Windows.Win32.HPROPSHEETPAGE.g.cs"/>
    <Compile Include="_generated\120\Windows.Win32.HRESULT.g.cs"/>
    <Compile Include="_generated\121\Windows.Win32.HRGN.g.cs"/>
    <Compile Include="_generated\122\Windows.Win32.HWND.g.cs"/>
    <Compile Include="_generated\123\Windows.Win32.IAdviseSink.g.cs"/>
    <Compile Include="_generated\124\Windows.Win32.IBindCtx.g.cs"/>
    <Compile Include="_generated\125\Windows.Win32.IComIID.g.cs"/>
    <Compile Include="_generated\126\Windows.Win32.ICONINFO.g.cs"/>
    <Compile Include="_generated\127\Windows.Win32.IDataObject.g.cs"/>
    <Compile Include="_generated\128\Windows.Win32.IDataObjectAsyncCapability.g.cs"/>
    <Compile Include="_generated\129\Windows.Win32.IDispatch.g.cs"/>
    <Compile Include="_generated\130\Windows.Win32.IDispatchEx.g.cs"/>
    <Compile Include="_generated\131\Windows.Win32.IDLDESC.g.cs"/>
    <Compile Include="_generated\132\Windows.Win32.IDLFLAGS.g.cs"/>
    <Compile Include="_generated\133\Windows.Win32.IDragSourceHelper.g.cs"/>
    <Compile Include="_generated\134\Windows.Win32.IDragSourceHelper2.g.cs"/>
    <Compile Include="_generated\135\Windows.Win32.IDropSource.g.cs"/>
    <Compile Include="_generated\136\Windows.Win32.IDropSourceNotify.g.cs"/>
    <Compile Include="_generated\137\Windows.Win32.IDropTarget.g.cs"/>
    <Compile Include="_generated\138\Windows.Win32.IDropTargetHelper.g.cs"/>
    <Compile Include="_generated\139\Windows.Win32.IEnumFORMATETC.g.cs"/>
    <Compile Include="_generated\140\Windows.Win32.IEnumMoniker.g.cs"/>
    <Compile Include="_generated\141\Windows.Win32.IEnumSTATDATA.g.cs"/>
    <Compile Include="_generated\142\Windows.Win32.IEnumSTATSTG.g.cs"/>
    <Compile Include="_generated\143\Windows.Win32.IEnumString.g.cs"/>
    <Compile Include="_generated\144\Windows.Win32.IEnumUnknown.g.cs"/>
    <Compile Include="_generated\145\Windows.Win32.IGlobalInterfaceTable.g.cs"/>
    <Compile Include="_generated\146\Windows.Win32.ImageLockMode.g.cs"/>
    <Compile Include="_generated\147\Windows.Win32.IMAGE_FLAGS.g.cs"/>
    <Compile Include="_generated\148\Windows.Win32.IMoniker.g.cs"/>
    <Compile Include="_generated\149\Windows.Win32.IMPLTYPEFLAGS.g.cs"/>
    <Compile Include="_generated\150\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
    <Compile Include="_generated\151\Windows.Win32.INVOKEKIND.g.cs"/>
    <Compile Include="_generated\152\Windows.Win32.IPersist.g.cs"/>
    <Compile Include="_generated\153\Windows.Win32.IPersistStream.g.cs"/>
    <Compile Include="_generated\154\Windows.Win32.IPicture.g.cs"/>
    <Compile Include="_generated\155\Windows.Win32.IPictureDisp.g.cs"/>
    <Compile Include="_generated\156\Windows.Win32.IRecordInfo.g.cs"/>
    <Compile Include="_generated\157\Windows.Win32.IRunningObjectTable.g.cs"/>
    <Compile Include="_generated\158\Windows.Win32.ISequentialStream.g.cs"/>
    <Compile Include="_generated\159\Windows.Win32.IServiceProvider.g.cs"/>
    <Compile Include="_generated\160\Windows.Win32.IStorage.g.cs"/>
    <Compile Include="_generated\161\Windows.Win32.IStream.g.cs"/>
    <Compile Include="_generated\162\Windows.Win32.ITypeComp.g.cs"/>
    <Compile Include="_generated\163\Windows.Win32.ITypeInfo.g.cs"/>
    <Compile Include="_generated\164\Windows.Win32.ITypeLib.g.cs"/>
    <Compile Include="_generated\165\Windows.Win32.IUnknown.g.cs"/>
    <Compile Include="_generated\166\Windows.Win32.IVTable.g.cs"/>
    <Compile Include="_generated\167\Windows.Win32.LOCKTYPE.g.cs"/>
    <Compile Include="_generated\168\Windows.Win32.LOGFONTW.g.cs"/>
    <Compile Include="_generated\169\Windows.Win32.LPARAM.g.cs"/>
    <Compile Include="_generated\170\Windows.Win32.LRESULT.g.cs"/>
    <Compile Include="_generated\171\Windows.Win32.MODIFIERKEYS_FLAGS.g.cs"/>
    <Compile Include="_generated\172\Windows.Win32.MONITORINFO.g.cs"/>
    <Compile Include="_generated\173\Windows.Win32.MONITORINFOEXW.g.cs"/>
    <Compile Include="_generated\174\Windows.Win32.MONITOR_FROM_FLAGS.g.cs"/>
    <Compile Include="_generated\175\Windows.Win32.MSG.g.cs"/>
    <Compile Include="_generated\176\Windows.Win32.MULTI_BYTE_TO_WIDE_CHAR_FLAGS.g.cs"/>
    <Compile Include="_generated\177\Windows.Win32.NONCLIENTMETRICSW.g.cs"/>
    <Compile Include="_generated\178\Windows.Win32.NTSTATUS.g.cs"/>
    <Compile Include="_generated\179\Windows.Win32.OBJECT_IDENTIFIER.g.cs"/>
    <Compile Include="_generated\180\Windows.Win32.OBJ_TYPE.g.cs"/>
    <Compile Include="_generated\181\Windows.Win32.OLE_HANDLE.g.cs"/>
    <Compile Include="_generated\182\Windows.Win32.PAINTSTRUCT.g.cs"/>
    <Compile Include="_generated\183\Windows.Win32.PALETTEENTRY.g.cs"/>
    <Compile Include="_generated\184\Windows.Win32.PARAMDESC.g.cs"/>
    <Compile Include="_generated\185\Windows.Win32.PARAMDESCEX.g.cs"/>
    <Compile Include="_generated\186\Windows.Win32.PARAMFLAGS.g.cs"/>
    <Compile Include="_generated\187\Windows.Win32.PCSTR.g.cs"/>
    <Compile Include="_generated\188\Windows.Win32.PCWSTR.g.cs"/>
    <Compile Include="_generated\189\Windows.Win32.PEEK_MESSAGE_REMOVE_TYPE.g.cs"/>
    <Compile Include="_generated\190\Windows.Win32.PEN_STYLE.g.cs"/>
    <Compile Include="_generated\191\Windows.Win32.PICTDESC.g.cs"/>
    <Compile Include="_generated\192\Windows.Win32.PICTYPE.g.cs"/>
    <Compile Include="_generated\193\Windows.Win32.PInvokeCore.COMCTL32.dll.g.cs"/>
    <Compile Include="_generated\194\Windows.Win32.PInvokeCore.g.cs"/>
    <Compile Include="_generated\195\Windows.Win32.PInvokeCore.GDI32.dll.g.cs"/>
    <Compile Include="_generated\196\Windows.Win32.PInvokeCore.gdiplus.dll.g.cs"/>
    <Compile Include="_generated\197\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs"/>
    <Compile Include="_generated\198\Windows.Win32.PInvokeCore.OLE32.dll.g.cs"/>
    <Compile Include="_generated\199\Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs"/>
    <Compile Include="_generated\200\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs"/>
    <Compile Include="_generated\201\Windows.Win32.PInvokeCore.USER32.dll.g.cs"/>
    <Compile Include="_generated\202\Windows.Win32.POINTL.g.cs"/>
    <Compile Include="_generated\203\Windows.Win32.POINTS.g.cs"/>
    <Compile Include="_generated\204\Windows.Win32.PRINTDLGEX_FLAGS.g.cs"/>
    <Compile Include="_generated\205\Windows.Win32.PROPVARIANT.g.cs"/>
    <Compile Include="_generated\206\Windows.Win32.PSTR.g.cs"/>
    <Compile Include="_generated\207\Windows.Win32.PWSTR.g.cs"/>
    <Compile Include="_generated\208\Windows.Win32.R2_MODE.g.cs"/>
    <Compile Include="_generated\209\Windows.Win32.RECT.g.cs"/>
    <Compile Include="_generated\210\Windows.Win32.RGBQUAD.g.cs"/>
    <Compile Include="_generated\211\Windows.Win32.RGNDATA.g.cs"/>
    <Compile Include="_generated\212\Windows.Win32.RGNDATAHEADER.g.cs"/>
    <Compile Include="_generated\213\Windows.Win32.RGN_COMBINE_MODE.g.cs"/>
    <Compile Include="_generated\214\Windows.Win32.ROP_CODE.g.cs"/>
    <Compile Include="_generated\215\Windows.Win32.ROT_FLAGS.g.cs"/>
    <Compile Include="_generated\216\Windows.Win32.RPC_STATUS.g.cs"/>
    <Compile Include="_generated\217\Windows.Win32.SAFEARRAY.g.cs"/>
    <Compile Include="_generated\218\Windows.Win32.SAFEARRAYBOUND.g.cs"/>
    <Compile Include="_generated\219\Windows.Win32.SHDRAGIMAGE.g.cs"/>
    <Compile Include="_generated\220\Windows.Win32.SIZE.g.cs"/>
    <Compile Include="_generated\221\Windows.Win32.STATDATA.g.cs"/>
    <Compile Include="_generated\222\Windows.Win32.STATFLAG.g.cs"/>
    <Compile Include="_generated\223\Windows.Win32.STATSTG.g.cs"/>
    <Compile Include="_generated\224\Windows.Win32.Status.g.cs"/>
    <Compile Include="_generated\225\Windows.Win32.STGM.g.cs"/>
    <Compile Include="_generated\226\Windows.Win32.STGMEDIUM.g.cs"/>
    <Compile Include="_generated\227\Windows.Win32.STGTY.g.cs"/>
    <Compile Include="_generated\228\Windows.Win32.SYSKIND.g.cs"/>
    <Compile Include="_generated\229\Windows.Win32.System_Com_IAdviseSink_Extensions.g.cs"/>
    <Compile Include="_generated\230\Windows.Win32.System_Com_IBindCtx_Extensions.g.cs"/>
    <Compile Include="_generated\231\Windows.Win32.System_Com_IDataObject_Extensions.g.cs"/>
    <Compile Include="_generated\232\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs"/>
    <Compile Include="_generated\233\Windows.Win32.System_Com_IEnumMoniker_Extensions.g.cs"/>
    <Compile Include="_generated\234\Windows.Win32.System_Com_IEnumSTATDATA_Extensions.g.cs"/>
    <Compile Include="_generated\235\Windows.Win32.System_Com_IEnumString_Extensions.g.cs"/>
    <Compile Include="_generated\236\Windows.Win32.System_Com_IEnumUnknown_Extensions.g.cs"/>
    <Compile Include="_generated\237\Windows.Win32.System_Com_IGlobalInterfaceTable_Extensions.g.cs"/>
    <Compile Include="_generated\238\Windows.Win32.System_Com_IMoniker_Extensions.g.cs"/>
    <Compile Include="_generated\239\Windows.Win32.System_Com_IPersistStream_Extensions.g.cs"/>
    <Compile Include="_generated\240\Windows.Win32.System_Com_IPersist_Extensions.g.cs"/>
    <Compile Include="_generated\241\Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs"/>
    <Compile Include="_generated\242\Windows.Win32.System_Com_ISequentialStream_Extensions.g.cs"/>
    <Compile Include="_generated\243\Windows.Win32.System_Com_IServiceProvider_Extensions.g.cs"/>
    <Compile Include="_generated\244\Windows.Win32.System_Com_IStream_Extensions.g.cs"/>
    <Compile Include="_generated\245\Windows.Win32.System_Com_ITypeComp_Extensions.g.cs"/>
    <Compile Include="_generated\246\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs"/>
    <Compile Include="_generated\247\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs"/>
    <Compile Include="_generated\248\Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs"/>
    <Compile Include="_generated\249\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs"/>
    <Compile Include="_generated\250\Windows.Win32.SYSTEM_METRICS_INDEX.g.cs"/>
    <Compile Include="_generated\251\Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs"/>
    <Compile Include="_generated\252\Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs"/>
    <Compile Include="_generated\253\Windows.Win32.System_Ole_IPicture_Extensions.g.cs"/>
    <Compile Include="_generated\254\Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs"/>
    <Compile Include="_generated\255\Windows.Win32.SYSTEM_PARAMETERS_INFO_ACTION.g.cs"/>
    <Compile Include="_generated\256\Windows.Win32.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS.g.cs"/>
    <Compile Include="_generated\257\Windows.Win32.SYS_COLOR_INDEX.g.cs"/>
    <Compile Include="_generated\258\Windows.Win32.TEXT_ALIGN_OPTIONS.g.cs"/>
    <Compile Include="_generated\259\Windows.Win32.TLIBATTR.g.cs"/>
    <Compile Include="_generated\260\Windows.Win32.TYMED.g.cs"/>
    <Compile Include="_generated\261\Windows.Win32.TYPEATTR.g.cs"/>
    <Compile Include="_generated\262\Windows.Win32.TYPEDESC.g.cs"/>
    <Compile Include="_generated\263\Windows.Win32.TYPEKIND.g.cs"/>
    <Compile Include="_generated\264\Windows.Win32.UI_Shell_IDataObjectAsyncCapability_Extensions.g.cs"/>
    <Compile Include="_generated\265\Windows.Win32.UI_Shell_IDragSourceHelper2_Extensions.g.cs"/>
    <Compile Include="_generated\266\Windows.Win32.UI_Shell_IDragSourceHelper_Extensions.g.cs"/>
    <Compile Include="_generated\267\Windows.Win32.UI_Shell_IDropTargetHelper_Extensions.g.cs"/>
    <Compile Include="_generated\268\Windows.Win32.VARDESC.g.cs"/>
    <Compile Include="_generated\269\Windows.Win32.VARENUM.g.cs"/>
    <Compile Include="_generated\270\Windows.Win32.VARFLAGS.g.cs"/>
    <Compile Include="_generated\271\Windows.Win32.VariableLengthInlineArray.g.cs"/>
    <Compile Include="_generated\272\Windows.Win32.VARIANT.g.cs"/>
    <Compile Include="_generated\273\Windows.Win32.VARIANT_BOOL.g.cs"/>
    <Compile Include="_generated\274\Windows.Win32.VARKIND.g.cs"/>
    <Compile Include="_generated\275\Windows.Win32.VERSIONEDSTREAM.g.cs"/>
    <Compile Include="_generated\276\Windows.Win32.WIN32_ERROR.g.cs"/>
    <Compile Include="_generated\277\Windows.Win32.WINDOW_LONG_PTR_INDEX.g.cs"/>
    <Compile Include="_generated\278\Windows.Win32.WPARAM.g.cs"/>
    <Compile Include="_generated\279\Windows.Win32.XFORM.g.cs"/>
  </ItemGroup>
</Project>