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\ViewManagement\IUISettings3.cs"/>
    <Compile Include="Windows\Win32\UI\ViewManagement\UIColor.cs"/>
    <Compile Include="Windows\Win32\UI\ViewManagement\UIColorType.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\d08fe887f3414a70b6144953b7acfde2\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9bdcc354a184b0d850e3f73714790fc\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dd3797b75a0481683a0f9eedf7620a6\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b31076baa3384933a990c85b9835be40\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fa92e611c0540b59cefde4c63778261\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d31ed777263418f8bda26427f88a5b4\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4fcdf873324842e588d379be1489d1ec\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6929e2573fff4fdf958932161d556c1b\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\324ae83df016433bb4081d4dd7ebf4c2\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a8380514df741a8b6798d1f104e15ad\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3e3c37367a046968c2968ea1d2714ad\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b162b218a8247df9fb598c4f052cf4c\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9daf54840a14f9e9c703db0bce7ab95\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dd8246846704507bbb7a3a30bd321f3\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb64a573b953449ca0a6bff5b3979e67\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c98d140d001405cb3ae36d3b09dd571\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f214560ce84e45d3a599580b54bf3550\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\131e14a8e48f4ab28ddf8341a7559c8e\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44f3761c7d3f4e82804114d956ae2096\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31a1f6af30d1450d9c5dcd989b21e990\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd70a723addb48e499794e46a866df04\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3eec676013f84a978880f43a2f958b8a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db12839c3d2d421d8ebc85b0aaec8774\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebc4648b261141bd94ef0af18ebba0a8\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eee634b962014c77b7e42836fc91c8f4\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61e8201672e8457085bd088f08b120d5\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff2d916b729646fe80fa99a441f39fe3\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33d13cb57a2948c7a59eabba747535b3\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2e7e9686b804428b62c2c3550a619b3\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\461e59ddce99461db6e18fc3d890829b\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30e0c08f3c1e411ea8f0c2b839d307f6\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0eea34f284b84e1a96c0c09515f31990\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a040cda67064ea9962661cc83c16725\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\908f509a8acb482ca09a1334b72039fc\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1df1b09935f45d38845162f5905f2e3\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d666744bbfa420da1467946b9baa96d\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68735f7ed150449ea9e5daee2850a9df\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35e3086e9a414d99889b02d7f3c5cd77\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b74bfb758fab43ad83036940240a5c78\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99959cfdfda04ed384f6a7329005e43b\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c72f036596c64366bdb58076bcdb5359\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\414aae37f6ea485c8dffc54d724696c7\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa9eaa0aae1a4bcf989c2ed2045b9f92\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b74a1a87f8b46d5881164bafafae540\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f78089440f534016992b177129c83f19\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1c7bc5722e14aa381920ef19a47448e\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a99cd2f57ed430aaf132b303cfeff37\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90788b5c45a942e9a6690fa44dd80f58\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4042a4dbdda4b068cc15c3db3fb5009\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e81a6af5a22e4c56bb0120054e254c14\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59a5b751e86b44d786e0484bf7748f8e\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80a21ba788b941549ee0f08072f7b7a3\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4bc4d9cc6c3e4427961d0e90195432a5\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\500ac89e76cc414293a83ca993efa4a4\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1822fd813ef14dfc87a8dc93ba5f4782\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbe4bf600fbb416ebc65a9a86b70abe6\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74d64388e329462b84bf9379ed80435f\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32ed80640aef445ab731c56a1366b8f4\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d688c88604d84579aa1b40b9ab6c884f\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a59e08a879eb46f59776dead6a9ed8cb\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8b1b2601e2645d8997824b5e8263d1d\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c74b378d4a2242c9a22d152eda86e630\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1ecebadb3df4b7f9749c3edf3ef49c7\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b77a904286594f08a1d98a5c51673f83\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06c21532a02f4e92be2cee7c0541d033\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a3d72370a844a05af612b3112c9dfd4\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a97aeabe65d41ffaebe18db8d69a411\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a0e91041c264e118f7243d73f906f99\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\037a7a0e7c72478abf95db419d81d7e3\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b27710508b2c4c1db61ce01fe8d0d72e\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f4b038d58494e78a18b66650241ca90\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09b7f27c0ca8439ea851508e881e8528\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10a685be76ae45bf87bbcada81451537\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7632fe3c19048f482bfa778efcea864\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9c892338fd74f318ee45d85b3a2c513\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6fbe2946e4fe4dcb8081bd6dc5e9bb5d\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3bc3834a66745fda395fff1edb623b0\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdfdfc003fce4acfb62f6b6da6f2cde0\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d3faf0740ed4664a66fc467d3ccc1e6\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0af5016aa141458d9bb48c02d5f00a73\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9de2fb698e654e72ab723ab51ae1d78e\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06acb13196bc45b69e736bc3df74e9fb\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89b520a860bc48be8b29b15c716a8ca9\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e13a31a70d714c5d953482b7acc3db78\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cea9a703c2034e358e381bcee4cbfaa2\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c47ba6dbe8946b29d1d31789ffdb201\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eba5c6962c084f2aa1d9eb67e8b7bfb9\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a54c962c19049319337d71bfb612b83\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbc58e023baf441ab79060a818699e7e\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9da05e3c929a4ef090310c789239e204\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df521008a0a54c0b955fe6685eb5d24e\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4220746653364b53a9df1822eb9f12d7\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fce2805836b4cb699674493704cc10e\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ef9da3f80144e80aa1af9eba6dca469\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc861ace9f81422eb28e83c07882c350\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a05fb741f214897b80be2b1f6fb73e8\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d224d0d7015439f87074814ac94a8de\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7541e414f702454cafda11ab91240a0a\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21898791929f4c1d9a2c3c410deb88de\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0a443df234344b6ab594e3a537702cf\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\819ac99c25db4480aaac76666613ed30\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93a1e707073448079c3a3b7c45d85be8\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a43bbf80c89340f8b0f9a0aa10354396\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cab6dada37904f6ba368565f7bbf06d5\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bc91c0cc0694049aa51defa803d841f\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5fe1ad8b5ac419fb60fc48f66cbe2f5\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3433f38d05344d29910f07c89a09bb3\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32cefd4dae1f4b91b56846c0a711c41f\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5767d4e6b3d148cabbb7950c77f18346\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0437312ce3b43f58471914ac6c0a32d\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c95b29dd08474f29982c91b80bfe6b90\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da9819a0f15241c2aa4c9c070252f79f\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91694b4565f341d8a873b4389b3767bd\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f5dda8656254b1d8ee82d48bfb3a0db\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79cfa4e8e6094f2cab1754c719554d8e\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04e87c7a42974e6e823db8eab63e719d\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb6d0d33cc56493db9e485fa0b39609b\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f02f775d9943424f8f57852aa6374190\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ebe9d79164446c282064a1c868e53ec\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e031246024a4ed6a98f00c6cbe62553\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23ae63905d1340ceaa7050be01f4c139\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6c00066badb452fa5068c3155178593\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2a029c5440c4e3ba465452d80e337c0\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6339e68b3d3e47dba114dc653bc1e9ce\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55aaefbefedc417090c0e80cbe8f9133\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c93c9111cb3444fe8ca56c9bb7b2d162\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c9716da3a2c40b7bd5fd3c2e28afab8\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\864ce8a042fd4de0b9b0bcddf7a48ea1\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72d3548b03084ee096b48a51580f6ae0\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b19b7e895ffc4d268cfb38eba1d9f24a\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06f9bcae74b0428babaedee80b0b7651\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a46286d12a2c46c789cdd48e29c8fab2\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d3c1a6419b140c0926e962be92aa11f\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e3efd2528cf499e96aa9f6d7e3d0fc9\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\522462cc45ff46df95e6b5c441663d54\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc670a868d6a4fb1a48eb595dc39cfb7\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e1fe4ab5cb14e629969e0343d4149f2\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1afe248d05640eca394116da676a461\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1349eda31b7d4a48a660945ea5a09f22\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b5a17d5e9b343b1af24a4ecd8c2eb6a\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12156e6e2e184adb8b4460d7cfbfeeb2\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5faf46bc06f34eb2b249e655c5356c2b\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfcf0aa740274ae3b508b4e60118263e\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f2a78a35ee542cb91d058fbbe8de043\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\399e86193b2e4630bb46a7731c862380\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87e6531b99dc459187d353c3a9845d14\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21cb6c8585b044a9b7fa7d7b2aa6be3c\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce8563b144584573859313548a504608\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3321091201774a018ef0ee1cae82a4aa\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66b6cada1430470c9f3b08e5e415165c\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0cc9869d02b446a0874da0ac07bcba53\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43f3257ec5da4da593a2ea97afce1630\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\29edbc3bfe6d41a189b3ee200da8a6dd\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb7fe244d7f4465e8327a094d5a7d6ca\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64dd384b35244a62a33d922a4066af09\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\501a733a366b46b1afbd014be6bd3612\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9016d0139fe4f2c9600da381797df5e\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5730f182899c41d9b53c2a97f0da3148\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96e4fdec80f74121bf139a1475279101\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff8b0002fe884623b62bdfc1232976a7\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0cb7e5bf9de4a0cb3eea5e3c43d8991\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e032307e7dc549979f513855a0cae912\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f863708d33df48c1a15bb69c7db46240\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3ab1d30c2de4621b8588639d89c5c16\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10975499239c4ba6b843def2445b38a7\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\510ccb58fe1c4792918f7e0355577335\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\148373ef34cf4bfdaf8381a2e189702f\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f52c2c39e7e48daa08dc83088dfb727\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbaedbc0950b481bbf6792863b8585a4\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1ac1aafd829406db2cc5c4d11e4f628\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92a0c59c897547fa88a3776da1e7a163\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e194e57cd5024c3d92b389f4fe235fdb\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b6ad3ec7df942b4a31e9f79de5333e4\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\444dfc2adf9e45219c8ad54aa9839859\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7239a464efa04560998b13d112df13a3\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ad6f86b413f4580bb28fa4cb8b6fe34\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6609a284ad124c3e88e103a15545c814\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.HSTRING.g.cs"/>
    <Compile Include="_generated\123\Windows.Win32.HWND.g.cs"/>
    <Compile Include="_generated\124\Windows.Win32.IAdviseSink.g.cs"/>
    <Compile Include="_generated\125\Windows.Win32.IBindCtx.g.cs"/>
    <Compile Include="_generated\126\Windows.Win32.IComIID.g.cs"/>
    <Compile Include="_generated\127\Windows.Win32.ICONINFO.g.cs"/>
    <Compile Include="_generated\128\Windows.Win32.IDataObject.g.cs"/>
    <Compile Include="_generated\129\Windows.Win32.IDataObjectAsyncCapability.g.cs"/>
    <Compile Include="_generated\130\Windows.Win32.IDispatch.g.cs"/>
    <Compile Include="_generated\131\Windows.Win32.IDispatchEx.g.cs"/>
    <Compile Include="_generated\132\Windows.Win32.IDLDESC.g.cs"/>
    <Compile Include="_generated\133\Windows.Win32.IDLFLAGS.g.cs"/>
    <Compile Include="_generated\134\Windows.Win32.IDragSourceHelper.g.cs"/>
    <Compile Include="_generated\135\Windows.Win32.IDragSourceHelper2.g.cs"/>
    <Compile Include="_generated\136\Windows.Win32.IDropSource.g.cs"/>
    <Compile Include="_generated\137\Windows.Win32.IDropSourceNotify.g.cs"/>
    <Compile Include="_generated\138\Windows.Win32.IDropTarget.g.cs"/>
    <Compile Include="_generated\139\Windows.Win32.IDropTargetHelper.g.cs"/>
    <Compile Include="_generated\140\Windows.Win32.IEnumFORMATETC.g.cs"/>
    <Compile Include="_generated\141\Windows.Win32.IEnumMoniker.g.cs"/>
    <Compile Include="_generated\142\Windows.Win32.IEnumSTATDATA.g.cs"/>
    <Compile Include="_generated\143\Windows.Win32.IEnumSTATSTG.g.cs"/>
    <Compile Include="_generated\144\Windows.Win32.IEnumString.g.cs"/>
    <Compile Include="_generated\145\Windows.Win32.IEnumUnknown.g.cs"/>
    <Compile Include="_generated\146\Windows.Win32.IGlobalInterfaceTable.g.cs"/>
    <Compile Include="_generated\147\Windows.Win32.IInspectable.g.cs"/>
    <Compile Include="_generated\148\Windows.Win32.ImageLockMode.g.cs"/>
    <Compile Include="_generated\149\Windows.Win32.IMAGE_FLAGS.g.cs"/>
    <Compile Include="_generated\150\Windows.Win32.IMoniker.g.cs"/>
    <Compile Include="_generated\151\Windows.Win32.IMPLTYPEFLAGS.g.cs"/>
    <Compile Include="_generated\152\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
    <Compile Include="_generated\153\Windows.Win32.INVOKEKIND.g.cs"/>
    <Compile Include="_generated\154\Windows.Win32.IPersist.g.cs"/>
    <Compile Include="_generated\155\Windows.Win32.IPersistStream.g.cs"/>
    <Compile Include="_generated\156\Windows.Win32.IPicture.g.cs"/>
    <Compile Include="_generated\157\Windows.Win32.IPictureDisp.g.cs"/>
    <Compile Include="_generated\158\Windows.Win32.IRecordInfo.g.cs"/>
    <Compile Include="_generated\159\Windows.Win32.IRunningObjectTable.g.cs"/>
    <Compile Include="_generated\160\Windows.Win32.ISequentialStream.g.cs"/>
    <Compile Include="_generated\161\Windows.Win32.IServiceProvider.g.cs"/>
    <Compile Include="_generated\162\Windows.Win32.IStorage.g.cs"/>
    <Compile Include="_generated\163\Windows.Win32.IStream.g.cs"/>
    <Compile Include="_generated\164\Windows.Win32.ITypeComp.g.cs"/>
    <Compile Include="_generated\165\Windows.Win32.ITypeInfo.g.cs"/>
    <Compile Include="_generated\166\Windows.Win32.ITypeLib.g.cs"/>
    <Compile Include="_generated\167\Windows.Win32.IUnknown.g.cs"/>
    <Compile Include="_generated\168\Windows.Win32.IVTable.g.cs"/>
    <Compile Include="_generated\169\Windows.Win32.LOCKTYPE.g.cs"/>
    <Compile Include="_generated\170\Windows.Win32.LOGFONTW.g.cs"/>
    <Compile Include="_generated\171\Windows.Win32.LPARAM.g.cs"/>
    <Compile Include="_generated\172\Windows.Win32.LRESULT.g.cs"/>
    <Compile Include="_generated\173\Windows.Win32.MODIFIERKEYS_FLAGS.g.cs"/>
    <Compile Include="_generated\174\Windows.Win32.MONITORINFO.g.cs"/>
    <Compile Include="_generated\175\Windows.Win32.MONITORINFOEXW.g.cs"/>
    <Compile Include="_generated\176\Windows.Win32.MONITOR_FROM_FLAGS.g.cs"/>
    <Compile Include="_generated\177\Windows.Win32.MSG.g.cs"/>
    <Compile Include="_generated\178\Windows.Win32.MULTI_BYTE_TO_WIDE_CHAR_FLAGS.g.cs"/>
    <Compile Include="_generated\179\Windows.Win32.NCCALCSIZE_PARAMS.g.cs"/>
    <Compile Include="_generated\180\Windows.Win32.NONCLIENTMETRICSW.g.cs"/>
    <Compile Include="_generated\181\Windows.Win32.NTSTATUS.g.cs"/>
    <Compile Include="_generated\182\Windows.Win32.OBJECT_IDENTIFIER.g.cs"/>
    <Compile Include="_generated\183\Windows.Win32.OBJ_TYPE.g.cs"/>
    <Compile Include="_generated\184\Windows.Win32.OLE_HANDLE.g.cs"/>
    <Compile Include="_generated\185\Windows.Win32.PAINTSTRUCT.g.cs"/>
    <Compile Include="_generated\186\Windows.Win32.PALETTEENTRY.g.cs"/>
    <Compile Include="_generated\187\Windows.Win32.PARAMDESC.g.cs"/>
    <Compile Include="_generated\188\Windows.Win32.PARAMDESCEX.g.cs"/>
    <Compile Include="_generated\189\Windows.Win32.PARAMFLAGS.g.cs"/>
    <Compile Include="_generated\190\Windows.Win32.PCSTR.g.cs"/>
    <Compile Include="_generated\191\Windows.Win32.PCWSTR.g.cs"/>
    <Compile Include="_generated\192\Windows.Win32.PEEK_MESSAGE_REMOVE_TYPE.g.cs"/>
    <Compile Include="_generated\193\Windows.Win32.PEN_STYLE.g.cs"/>
    <Compile Include="_generated\194\Windows.Win32.PICTDESC.g.cs"/>
    <Compile Include="_generated\195\Windows.Win32.PICTYPE.g.cs"/>
    <Compile Include="_generated\196\Windows.Win32.PInvokeCore.api-ms-win-core-winrt-l1-1-0.dll.g.cs"/>
    <Compile Include="_generated\197\Windows.Win32.PInvokeCore.api-ms-win-core-winrt-string-l1-1-0.dll.g.cs"/>
    <Compile Include="_generated\198\Windows.Win32.PInvokeCore.COMCTL32.dll.g.cs"/>
    <Compile Include="_generated\199\Windows.Win32.PInvokeCore.g.cs"/>
    <Compile Include="_generated\200\Windows.Win32.PInvokeCore.GDI32.dll.g.cs"/>
    <Compile Include="_generated\201\Windows.Win32.PInvokeCore.gdiplus.dll.g.cs"/>
    <Compile Include="_generated\202\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs"/>
    <Compile Include="_generated\203\Windows.Win32.PInvokeCore.OLE32.dll.g.cs"/>
    <Compile Include="_generated\204\Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs"/>
    <Compile Include="_generated\205\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs"/>
    <Compile Include="_generated\206\Windows.Win32.PInvokeCore.USER32.dll.g.cs"/>
    <Compile Include="_generated\207\Windows.Win32.POINTL.g.cs"/>
    <Compile Include="_generated\208\Windows.Win32.POINTS.g.cs"/>
    <Compile Include="_generated\209\Windows.Win32.PRINTDLGEX_FLAGS.g.cs"/>
    <Compile Include="_generated\210\Windows.Win32.PROPVARIANT.g.cs"/>
    <Compile Include="_generated\211\Windows.Win32.PSTR.g.cs"/>
    <Compile Include="_generated\212\Windows.Win32.PWSTR.g.cs"/>
    <Compile Include="_generated\213\Windows.Win32.R2_MODE.g.cs"/>
    <Compile Include="_generated\214\Windows.Win32.RECT.g.cs"/>
    <Compile Include="_generated\215\Windows.Win32.RECT.InlineArrays.g.cs"/>
    <Compile Include="_generated\216\Windows.Win32.RGBQUAD.g.cs"/>
    <Compile Include="_generated\217\Windows.Win32.RGNDATA.g.cs"/>
    <Compile Include="_generated\218\Windows.Win32.RGNDATAHEADER.g.cs"/>
    <Compile Include="_generated\219\Windows.Win32.RGN_COMBINE_MODE.g.cs"/>
    <Compile Include="_generated\220\Windows.Win32.ROP_CODE.g.cs"/>
    <Compile Include="_generated\221\Windows.Win32.ROT_FLAGS.g.cs"/>
    <Compile Include="_generated\222\Windows.Win32.RPC_STATUS.g.cs"/>
    <Compile Include="_generated\223\Windows.Win32.SAFEARRAY.g.cs"/>
    <Compile Include="_generated\224\Windows.Win32.SAFEARRAYBOUND.g.cs"/>
    <Compile Include="_generated\225\Windows.Win32.SET_WINDOW_POS_FLAGS.g.cs"/>
    <Compile Include="_generated\226\Windows.Win32.SHDRAGIMAGE.g.cs"/>
    <Compile Include="_generated\227\Windows.Win32.SIZE.g.cs"/>
    <Compile Include="_generated\228\Windows.Win32.STATDATA.g.cs"/>
    <Compile Include="_generated\229\Windows.Win32.STATFLAG.g.cs"/>
    <Compile Include="_generated\230\Windows.Win32.STATSTG.g.cs"/>
    <Compile Include="_generated\231\Windows.Win32.Status.g.cs"/>
    <Compile Include="_generated\232\Windows.Win32.STGM.g.cs"/>
    <Compile Include="_generated\233\Windows.Win32.STGMEDIUM.g.cs"/>
    <Compile Include="_generated\234\Windows.Win32.STGTY.g.cs"/>
    <Compile Include="_generated\235\Windows.Win32.SYSKIND.g.cs"/>
    <Compile Include="_generated\236\Windows.Win32.System_Com_IAdviseSink_Extensions.g.cs"/>
    <Compile Include="_generated\237\Windows.Win32.System_Com_IBindCtx_Extensions.g.cs"/>
    <Compile Include="_generated\238\Windows.Win32.System_Com_IDataObject_Extensions.g.cs"/>
    <Compile Include="_generated\239\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs"/>
    <Compile Include="_generated\240\Windows.Win32.System_Com_IEnumMoniker_Extensions.g.cs"/>
    <Compile Include="_generated\241\Windows.Win32.System_Com_IEnumSTATDATA_Extensions.g.cs"/>
    <Compile Include="_generated\242\Windows.Win32.System_Com_IEnumString_Extensions.g.cs"/>
    <Compile Include="_generated\243\Windows.Win32.System_Com_IEnumUnknown_Extensions.g.cs"/>
    <Compile Include="_generated\244\Windows.Win32.System_Com_IGlobalInterfaceTable_Extensions.g.cs"/>
    <Compile Include="_generated\245\Windows.Win32.System_Com_IMoniker_Extensions.g.cs"/>
    <Compile Include="_generated\246\Windows.Win32.System_Com_IPersistStream_Extensions.g.cs"/>
    <Compile Include="_generated\247\Windows.Win32.System_Com_IPersist_Extensions.g.cs"/>
    <Compile Include="_generated\248\Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs"/>
    <Compile Include="_generated\249\Windows.Win32.System_Com_ISequentialStream_Extensions.g.cs"/>
    <Compile Include="_generated\250\Windows.Win32.System_Com_IServiceProvider_Extensions.g.cs"/>
    <Compile Include="_generated\251\Windows.Win32.System_Com_IStream_Extensions.g.cs"/>
    <Compile Include="_generated\252\Windows.Win32.System_Com_ITypeComp_Extensions.g.cs"/>
    <Compile Include="_generated\253\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs"/>
    <Compile Include="_generated\254\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs"/>
    <Compile Include="_generated\255\Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs"/>
    <Compile Include="_generated\256\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs"/>
    <Compile Include="_generated\257\Windows.Win32.SYSTEM_METRICS_INDEX.g.cs"/>
    <Compile Include="_generated\258\Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs"/>
    <Compile Include="_generated\259\Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs"/>
    <Compile Include="_generated\260\Windows.Win32.System_Ole_IPicture_Extensions.g.cs"/>
    <Compile Include="_generated\261\Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs"/>
    <Compile Include="_generated\262\Windows.Win32.SYSTEM_PARAMETERS_INFO_ACTION.g.cs"/>
    <Compile Include="_generated\263\Windows.Win32.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS.g.cs"/>
    <Compile Include="_generated\264\Windows.Win32.System_WinRT_IInspectable_Extensions.g.cs"/>
    <Compile Include="_generated\265\Windows.Win32.SYS_COLOR_INDEX.g.cs"/>
    <Compile Include="_generated\266\Windows.Win32.TEXT_ALIGN_OPTIONS.g.cs"/>
    <Compile Include="_generated\267\Windows.Win32.TLIBATTR.g.cs"/>
    <Compile Include="_generated\268\Windows.Win32.TrustLevel.g.cs"/>
    <Compile Include="_generated\269\Windows.Win32.TYMED.g.cs"/>
    <Compile Include="_generated\270\Windows.Win32.TYPEATTR.g.cs"/>
    <Compile Include="_generated\271\Windows.Win32.TYPEDESC.g.cs"/>
    <Compile Include="_generated\272\Windows.Win32.TYPEKIND.g.cs"/>
    <Compile Include="_generated\273\Windows.Win32.UI_Shell_IDataObjectAsyncCapability_Extensions.g.cs"/>
    <Compile Include="_generated\274\Windows.Win32.UI_Shell_IDragSourceHelper2_Extensions.g.cs"/>
    <Compile Include="_generated\275\Windows.Win32.UI_Shell_IDragSourceHelper_Extensions.g.cs"/>
    <Compile Include="_generated\276\Windows.Win32.UI_Shell_IDropTargetHelper_Extensions.g.cs"/>
    <Compile Include="_generated\277\Windows.Win32.VARDESC.g.cs"/>
    <Compile Include="_generated\278\Windows.Win32.VARENUM.g.cs"/>
    <Compile Include="_generated\279\Windows.Win32.VARFLAGS.g.cs"/>
    <Compile Include="_generated\280\Windows.Win32.VariableLengthInlineArray.g.cs"/>
    <Compile Include="_generated\281\Windows.Win32.VARIANT.g.cs"/>
    <Compile Include="_generated\282\Windows.Win32.VARIANT_BOOL.g.cs"/>
    <Compile Include="_generated\283\Windows.Win32.VARKIND.g.cs"/>
    <Compile Include="_generated\284\Windows.Win32.VERSIONEDSTREAM.g.cs"/>
    <Compile Include="_generated\285\Windows.Win32.WIN32_ERROR.g.cs"/>
    <Compile Include="_generated\286\Windows.Win32.WINDOWPOS.g.cs"/>
    <Compile Include="_generated\287\Windows.Win32.WINDOW_LONG_PTR_INDEX.g.cs"/>
    <Compile Include="_generated\288\Windows.Win32.WPARAM.g.cs"/>
    <Compile Include="_generated\289\Windows.Win32.XFORM.g.cs"/>
  </ItemGroup>
</Project>