File: System.Private.Windows.Core.csproj
Web Access
Project: src\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>..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26111.109\tools\snk\ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;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\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\Deserializer\ArrayRecordDeserializer.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\ArrayUpdater.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\ClassRecordDeserializer.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\ClassRecordFieldInfoDeserializer.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\ClassRecordSerializationInfoDeserializer.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\DefaultTypeResolver.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\DeserializationOptions.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\Deserializer.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\FieldValueUpdater.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\IDeserializer.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\ObjectRecordDeserializer.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\PendingSerializationInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\SerializationInfoValueUpdater.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Deserializer\ValueUpdater.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\ITypeResolver.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\SerializationEvents.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\SerializationInfoExtensions.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\RecordMap.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="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="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="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="artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\f58a7299a707425f9114f72aad305baf\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f05fe6aa062145d3b6581fec75e9d8b2\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dfa4042f1c754804be084547ca8064e5\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\afbac53aac5f4b26a6fb0225559a8dc1\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf83b4dd01f14359bdcaaf346a4b94da\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e567c739c2d3419496c4f603b2953eab\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e829f20fae749248a206f70a3bcf175\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43b079be39e549db825553bbd11d0b19\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ebb88af523c4367b79b78551445c828\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\46550f7bdb79408b8a47b35172732c8e\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f6e65e18c584f7a9ca7b97a5986f7ed\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\70c1231df90c4cc9a4502bc84e971af8\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64db53d55c094fc289940efcaedfd465\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\240cd80b6b55454689a29640ff2f0a45\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77eefb7adce14bc191c6ff6917696dbc\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ce7581646fc54a76b795132b72027b6c\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1ae6d06fa4c04e1aada6c426f540b140\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3d915c9b87ba49e58b6a853aaf1335ca\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75ee5d68e0974f04915a5d4331198b04\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71a9c1be89d64a0fbdcd9a03c0a5a6be\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bce7446b475242929e28660996e4430b\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ae33e0d814b84da593f5306652ec4ef0\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1543ed1193324147aec7b0a271c43a79\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e6eb919a5bd1450d85db0bb6c9914244\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6472f43c4a6b43098217ecbec6fa9536\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b856ec7ca9b41c1ab50544850781f92\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cd8fc694226845c79d9da7438926c214\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\33b4eaf201be4bd1b42877fb8fe68793\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9e8957dac7f54261a6608368fb2359a2\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb3279f38393406cbb309e92f193a1f3\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e4b8433a0dd47809fcb9455b5e3bae5\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be5bd908ce474ee184387cb2249ebb38\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c6e1c82e54ab4abb826e814f8385fc80\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\220e67e322ce4cea8dd5ec970e732202\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1be0d10778d14bdbaa00b2a8f204aeb0\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99803b3577dd41bdb626706d08004926\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d10fcac5cadb482da9688a97707b20ce\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cffb6f59e2fb4fbaa4aaf036c5bc27de\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4e4fe6edde66412890e40b78ca957d74\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\26a01f2538d44343a018b4c54229cd3d\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f1d6f0766a944576b33a3622ed8ac466\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b609767653f4a8aaacd08ee4a91a594\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d4eacd41f3d8495bba265e03d81bac2e\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b12ee9e522da48bd904934320c619c86\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a719856efd3d48a7bfc11291aef2a58c\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\95ca7f8315734812ae77efb9123d10cd\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b19902a64e6249b0a148529626c12d55\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0cf5ab708fce4bef9816fb651e09f204\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cbfa594976e342c78b1c683ba5a39c68\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\796bcba3b1dc45e5a85f9d6ea5c3e54b\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e3fa50cbed040b3b67dbe8d14afd694\System.IO.Compression.Zstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a52de10b13e6484a81f8463010d4604e\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3663a4ffa98c49bfa246d390459b5692\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9fd2e15aa0b145a7a7314d8310b46a2b\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8f898ed2772a484888023f7e5dc23fc6\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6014f0a606cf4fdeba2e48d9d1e4ed9e\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\31b3335f6a24491e9925bd1a215998f4\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\785f0c995ee24a3197d946478d6536e4\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd61dc296f4c4286985bd322e8f7be87\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e2685fc67fc64a14b0615e10d1eadd38\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f91febdfbd064d87b5374d18ade24046\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c42139ed16fb450aa7f184b54ac1c4d1\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\093f422667cf4631893b1cc71383aa0b\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d41ca5dd138148ddbd988999dfbd7bb2\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1c5a0414cc3c4859aa60586d38f4c65c\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\df6264de35c745c08a789e9a158da026\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3ade7cdbad25463696aeea3ea024af5c\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc5bba32567d4d0286f444d7bb6cd40c\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c1ad0fada0ce476bbe3e3f4df909b022\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71369a6ac42c4220948d2bdc573e8d89\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e9aa12f1cb1f44599968a08ef0dddf40\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73ba968ec9a2468da9c833f0adfa5976\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e4e4645ec0e645eb97a8cd551952d700\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\437c8a238d5b458c923cde88139374ac\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3205f61b0c8c4c6d8aa268379e304cd3\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e12d0074c20747edbd4cae8a3b722077\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dfe721898f424588baa3e07732b2fa6a\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a22f4d10ba94cd5b524fcc14b416b00\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\141b73065710493ca04d705f5040e496\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fb27d14bff58443387aa3eed5f99db11\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\435cdfe23dd54c1390a1f158e5cc32f5\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b848a124d29f47409143621055ca6c2d\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c2cf2f189a614b2e9f43b7bb9e9a3ac5\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cbbe38f6a17c4a468b6f6e1589998087\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\343d3e8288ea47028b98856e8b90fb92\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79a51a3067fd41e7be25530ecf673686\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c2c3bd23b0a941d898dd5e2b78bcb5c0\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a5a598115074d909f7e086e9d662462\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b03c53029d044d72910c9e17b7724060\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\81b2dd6cf871491e8d8a2c13289edbe9\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d8ad39523ef45bda9ed1b15e94f9336\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\52e9a0b17eda4ce4bf1969f7eb20c1a5\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\15ea37698fe146e189d84a00d0a2c94e\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9318065f6e66481698104d61c7e4426f\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8d8777ca4a70409a8d46eec68d514eed\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c545d9bbc2444ac8815e0417ca636ab\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08fa9a952c6641c0a62993189f02214d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\26562df0bc3f429e9f88a1c23bab478c\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cc6573e722224dba95244757df938b3f\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dabe27a8f6394c55b19afc0156ad1f91\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\16073050def44027992db7d701008a6c\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0562cb8aa91f4557a5b96c3ba9806fb9\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8430199cdabb4047ab48ad966d1c5efa\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f44d315161ec4f22b766cabcc9095435\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\424de6cca2304007a63541f272d9c289\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9896e2b0188c4cd58beb7ac04a2af9df\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35f414d8f7fe4c188c70eb432831e6c1\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\54a9562034e14f09a45a8e1018f444a2\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c163b250136d487f8f27af2b91c89123\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\87b37f17578040edaaa8a10595115efa\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9933b669c6d34164920d51557ce35030\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c9734098c7a948a99b6513d9403c33da\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3cdb58b72fb7464d9d25dfd5d9e5e098\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\af7b0ac1fa7044bbab9ec9b34c310cb7\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8a6bd19690624cfda5eb3de47e2da002\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75876287528a46228bfd91f3cf298b4d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a486c55269b41a69a7dd0a2af2f7213\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c651210855d43a3abf80cc6164a4352\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0eb66ec71e1f4be79ef737b48f1e3a6b\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9569241a8cc4a06bd14d709a3ad4d20\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9d74cea1559449d8b15a7ab32fd3b37\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2346a83ab7674c03a04caa0156f799e7\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4c7e7729baa24e2eb6b37317f2306614\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\444a5be2a7644daea93f33230cc58004\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\752c9020c67c4042ab0fded8aa248df3\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\af68667cbd384982b2b398868b270596\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\464f5ef12ca64ac08e07401f01859f16\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b0b463fcf8a4a239780f3172cc36a6b\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d2ce027ca25340d2b4d9f7f3fc47d110\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e142104bb21a4e909d194458c5535fff\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6ba502a2608f4c3da953238c632e014f\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0f0e0d9587d64d50a392db3650801d20\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c84d5a9516054aa5be35fa5b5edf5ba6\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\288b1d8aad084d71b09cd0e1d9da7833\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8145499b36324b35b79a3575fa534271\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bee223d39b0b42aabfdbb0b12daaae91\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d74a8338ec404eb48935fa76db1ae8b0\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\74889d6b82c849bea056eee35d6d291c\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7150a7215c474e0a83ceee32101d4666\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7554be2e6ad64122908f6c4d4007d2fd\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ac44a21472e6445faf803327c1cba64e\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ecb994fdfdc4769be5e3acae32d3a89\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8bea9e574f3a459c8b4557b3ae237700\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b9d428434f1643ffa542b224bf97df25\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3115db1991ae4213aad91a8cd6a3d358\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d78efcb736124a0bae9265de0e1304b7\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b89f7bfdfee9403f93480f644002c19d\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d7914afe71e04e54a41f6d4602ea685c\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8081d6b8b54f44f182fca45e6f0447c7\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1ca5f249d5624fba9f08488b3f30c322\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bece8853a6b046c49ad5a50ba2222222\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\667ad2c868bd490ea71cd3eb0b324947\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\178786ee9c4c4e388438ee437f3247ef\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\597ac99a67734def83f18278c2a050cb\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b5b8778551da430785cd3edfa6daf7e4\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b4ce55a0f948495388a71145c88a96f8\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe01497f4dee424aa559957f430972b6\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86c66c80d3be49e3ae0617b5f3bafbab\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2e01f8167dac413b81abd4edfbe4ba5f\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fcca84acf2c6424f8bbba6348f1e8abb\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6dae32c886d24b87a02bca544d29b02a\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1335b7b73328449b87a88a57087efc27\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d06c339b0c54790a8979a2bbf62e579\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aa4e515c03624f7dbca31a2a52387189\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5a06795acd8547808883493bdfdb2459\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2ec31bb58b804131963e58624890c858\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d03eb1742f8341aeb85cab4ab0dfb149\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ead6a5ea28654e94ab59525b6521b080\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b57574bb808b47fd9dd317d5642b663f\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\_external\1\Windows.Win32.ADVANCED_FEATURE_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\2\Windows.Win32.ARRAYDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\3\Windows.Win32.BACKGROUND_MODE.g.cs"/>
    <Compile Include="..\..\..\..\_external\4\Windows.Win32.BINDPTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\5\Windows.Win32.BIND_OPTS.g.cs"/>
    <Compile Include="..\..\..\..\_external\6\Windows.Win32.BITMAPINFO.g.cs"/>
    <Compile Include="..\..\..\..\_external\7\Windows.Win32.BITMAPINFOHEADER.g.cs"/>
    <Compile Include="..\..\..\..\_external\8\Windows.Win32.BI_COMPRESSION.g.cs"/>
    <Compile Include="..\..\..\..\_external\9\Windows.Win32.BLOB.g.cs"/>
    <Compile Include="..\..\..\..\_external\10\Windows.Win32.BOOL.g.cs"/>
    <Compile Include="..\..\..\..\_external\11\Windows.Win32.BSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\12\Windows.Win32.BSTRBLOB.g.cs"/>
    <Compile Include="..\..\..\..\_external\13\Windows.Win32.byte.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\_external\14\Windows.Win32.CABOOL.g.cs"/>
    <Compile Include="..\..\..\..\_external\15\Windows.Win32.CABSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\16\Windows.Win32.CABSTRBLOB.g.cs"/>
    <Compile Include="..\..\..\..\_external\17\Windows.Win32.CAC.g.cs"/>
    <Compile Include="..\..\..\..\_external\18\Windows.Win32.CACLIPDATA.g.cs"/>
    <Compile Include="..\..\..\..\_external\19\Windows.Win32.CACLSID.g.cs"/>
    <Compile Include="..\..\..\..\_external\20\Windows.Win32.CACY.g.cs"/>
    <Compile Include="..\..\..\..\_external\21\Windows.Win32.CADATE.g.cs"/>
    <Compile Include="..\..\..\..\_external\22\Windows.Win32.CADBL.g.cs"/>
    <Compile Include="..\..\..\..\_external\23\Windows.Win32.CAFILETIME.g.cs"/>
    <Compile Include="..\..\..\..\_external\24\Windows.Win32.CAFLT.g.cs"/>
    <Compile Include="..\..\..\..\_external\25\Windows.Win32.CAH.g.cs"/>
    <Compile Include="..\..\..\..\_external\26\Windows.Win32.CAI.g.cs"/>
    <Compile Include="..\..\..\..\_external\27\Windows.Win32.CAL.g.cs"/>
    <Compile Include="..\..\..\..\_external\28\Windows.Win32.CALLCONV.g.cs"/>
    <Compile Include="..\..\..\..\_external\29\Windows.Win32.CALPSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\30\Windows.Win32.CALPWSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\31\Windows.Win32.CAPROPVARIANT.g.cs"/>
    <Compile Include="..\..\..\..\_external\32\Windows.Win32.CASCODE.g.cs"/>
    <Compile Include="..\..\..\..\_external\33\Windows.Win32.CAUB.g.cs"/>
    <Compile Include="..\..\..\..\_external\34\Windows.Win32.CAUH.g.cs"/>
    <Compile Include="..\..\..\..\_external\35\Windows.Win32.CAUI.g.cs"/>
    <Compile Include="..\..\..\..\_external\36\Windows.Win32.CAUL.g.cs"/>
    <Compile Include="..\..\..\..\_external\37\Windows.Win32.CHAR.g.cs"/>
    <Compile Include="..\..\..\..\_external\38\Windows.Win32.char.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\_external\39\Windows.Win32.CLIPBOARD_FORMAT.g.cs"/>
    <Compile Include="..\..\..\..\_external\40\Windows.Win32.CLIPDATA.g.cs"/>
    <Compile Include="..\..\..\..\_external\41\Windows.Win32.CLSCTX.g.cs"/>
    <Compile Include="..\..\..\..\_external\42\Windows.Win32.COLORREF.g.cs"/>
    <Compile Include="..\..\..\..\_external\43\Windows.Win32.ComHelpers.g.cs"/>
    <Compile Include="..\..\..\..\_external\44\Windows.Win32.CsWin32Stamp.g.cs"/>
    <Compile Include="..\..\..\..\_external\45\Windows.Win32.CY.g.cs"/>
    <Compile Include="..\..\..\..\_external\46\Windows.Win32.DECIMAL.g.cs"/>
    <Compile Include="..\..\..\..\_external\47\Windows.Win32.DESCKIND.g.cs"/>
    <Compile Include="..\..\..\..\_external\48\Windows.Win32.DEVMODEW.g.cs"/>
    <Compile Include="..\..\..\..\_external\49\Windows.Win32.DEVMODE_COLLATE.g.cs"/>
    <Compile Include="..\..\..\..\_external\50\Windows.Win32.DEVMODE_COLOR.g.cs"/>
    <Compile Include="..\..\..\..\_external\51\Windows.Win32.DEVMODE_DISPLAY_FIXED_OUTPUT.g.cs"/>
    <Compile Include="..\..\..\..\_external\52\Windows.Win32.DEVMODE_DISPLAY_ORIENTATION.g.cs"/>
    <Compile Include="..\..\..\..\_external\53\Windows.Win32.DEVMODE_DUPLEX.g.cs"/>
    <Compile Include="..\..\..\..\_external\54\Windows.Win32.DEVMODE_FIELD_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\55\Windows.Win32.DEVMODE_TRUETYPE_OPTION.g.cs"/>
    <Compile Include="..\..\..\..\_external\56\Windows.Win32.DIB_USAGE.g.cs"/>
    <Compile Include="..\..\..\..\_external\57\Windows.Win32.DISPATCH_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\58\Windows.Win32.DISPPARAMS.g.cs"/>
    <Compile Include="..\..\..\..\_external\59\Windows.Win32.DI_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\60\Windows.Win32.DROPDESCRIPTION.g.cs"/>
    <Compile Include="..\..\..\..\_external\61\Windows.Win32.DROPEFFECT.g.cs"/>
    <Compile Include="..\..\..\..\_external\62\Windows.Win32.DROPFILES.g.cs"/>
    <Compile Include="..\..\..\..\_external\63\Windows.Win32.DROPIMAGETYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\64\Windows.Win32.DSH_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\65\Windows.Win32.DVASPECT.g.cs"/>
    <Compile Include="..\..\..\..\_external\66\Windows.Win32.DVTARGETDEVICE.g.cs"/>
    <Compile Include="..\..\..\..\_external\67\Windows.Win32.ELEMDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\68\Windows.Win32.ENHANCED_METAFILE_RECORD_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\69\Windows.Win32.ENHMETARECORD.g.cs"/>
    <Compile Include="..\..\..\..\_external\70\Windows.Win32.EXCEPINFO.g.cs"/>
    <Compile Include="..\..\..\..\_external\71\Windows.Win32.FACILITY_CODE.g.cs"/>
    <Compile Include="..\..\..\..\_external\72\Windows.Win32.FDEX_PROP_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\73\Windows.Win32.FILETIME.g.cs"/>
    <Compile Include="..\..\..\..\_external\74\Windows.Win32.FONT_CHARSET.g.cs"/>
    <Compile Include="..\..\..\..\_external\75\Windows.Win32.FONT_CLIP_PRECISION.g.cs"/>
    <Compile Include="..\..\..\..\_external\76\Windows.Win32.FONT_OUTPUT_PRECISION.g.cs"/>
    <Compile Include="..\..\..\..\_external\77\Windows.Win32.FONT_QUALITY.g.cs"/>
    <Compile Include="..\..\..\..\_external\78\Windows.Win32.FORMATETC.g.cs"/>
    <Compile Include="..\..\..\..\_external\79\Windows.Win32.FUNCDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\80\Windows.Win32.FUNCFLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\81\Windows.Win32.FUNCKIND.g.cs"/>
    <Compile Include="..\..\..\..\_external\82\Windows.Win32.GdiplusStartupInput.g.cs"/>
    <Compile Include="..\..\..\..\_external\83\Windows.Win32.GdiplusStartupInputEx.g.cs"/>
    <Compile Include="..\..\..\..\_external\84\Windows.Win32.GdiplusStartupOutput.g.cs"/>
    <Compile Include="..\..\..\..\_external\85\Windows.Win32.GDI_IMAGE_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\86\Windows.Win32.GDI_REGION_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\87\Windows.Win32.GET_CLASS_LONG_INDEX.g.cs"/>
    <Compile Include="..\..\..\..\_external\88\Windows.Win32.GET_DCX_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\89\Windows.Win32.GET_DEVICE_CAPS_INDEX.g.cs"/>
    <Compile Include="..\..\..\..\_external\90\Windows.Win32.GET_GUI_RESOURCES_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\91\Windows.Win32.GET_STOCK_OBJECT_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\92\Windows.Win32.GLOBAL_ALLOC_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\93\Windows.Win32.GpBitmap.g.cs"/>
    <Compile Include="..\..\..\..\_external\94\Windows.Win32.GpFont.g.cs"/>
    <Compile Include="..\..\..\..\_external\95\Windows.Win32.GpGraphics.g.cs"/>
    <Compile Include="..\..\..\..\_external\96\Windows.Win32.GpImage.g.cs"/>
    <Compile Include="..\..\..\..\_external\97\Windows.Win32.GpMetafile.g.cs"/>
    <Compile Include="..\..\..\..\_external\98\Windows.Win32.GpRegion.g.cs"/>
    <Compile Include="..\..\..\..\_external\99\Windows.Win32.HANDLE.g.cs"/>
    <Compile Include="..\..\..\..\_external\100\Windows.Win32.HANDLETABLE.g.cs"/>
    <Compile Include="..\..\..\..\_external\101\Windows.Win32.HBITMAP.g.cs"/>
    <Compile Include="..\..\..\..\_external\102\Windows.Win32.HBRUSH.g.cs"/>
    <Compile Include="..\..\..\..\_external\103\Windows.Win32.HCURSOR.g.cs"/>
    <Compile Include="..\..\..\..\_external\104\Windows.Win32.HDC.g.cs"/>
    <Compile Include="..\..\..\..\_external\105\Windows.Win32.HDC_MAP_MODE.g.cs"/>
    <Compile Include="..\..\..\..\_external\106\Windows.Win32.HDROP.g.cs"/>
    <Compile Include="..\..\..\..\_external\107\Windows.Win32.HENHMETAFILE.g.cs"/>
    <Compile Include="..\..\..\..\_external\108\Windows.Win32.HFONT.g.cs"/>
    <Compile Include="..\..\..\..\_external\109\Windows.Win32.HGDIOBJ.g.cs"/>
    <Compile Include="..\..\..\..\_external\110\Windows.Win32.HGLOBAL.g.cs"/>
    <Compile Include="..\..\..\..\_external\111\Windows.Win32.HICON.g.cs"/>
    <Compile Include="..\..\..\..\_external\112\Windows.Win32.HIGHCONTRASTW.g.cs"/>
    <Compile Include="..\..\..\..\_external\113\Windows.Win32.HIGHCONTRASTW_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\114\Windows.Win32.HINSTANCE.g.cs"/>
    <Compile Include="..\..\..\..\_external\115\Windows.Win32.HMETAFILE.g.cs"/>
    <Compile Include="..\..\..\..\_external\116\Windows.Win32.HMODULE.g.cs"/>
    <Compile Include="..\..\..\..\_external\117\Windows.Win32.HMONITOR.g.cs"/>
    <Compile Include="..\..\..\..\_external\118\Windows.Win32.HPALETTE.g.cs"/>
    <Compile Include="..\..\..\..\_external\119\Windows.Win32.HPEN.g.cs"/>
    <Compile Include="..\..\..\..\_external\120\Windows.Win32.HPROPSHEETPAGE.g.cs"/>
    <Compile Include="..\..\..\..\_external\121\Windows.Win32.HRESULT.g.cs"/>
    <Compile Include="..\..\..\..\_external\122\Windows.Win32.HRGN.g.cs"/>
    <Compile Include="..\..\..\..\_external\123\Windows.Win32.HWND.g.cs"/>
    <Compile Include="..\..\..\..\_external\124\Windows.Win32.IAdviseSink.g.cs"/>
    <Compile Include="..\..\..\..\_external\125\Windows.Win32.IBindCtx.g.cs"/>
    <Compile Include="..\..\..\..\_external\126\Windows.Win32.IComIID.g.cs"/>
    <Compile Include="..\..\..\..\_external\127\Windows.Win32.ICONINFO.g.cs"/>
    <Compile Include="..\..\..\..\_external\128\Windows.Win32.IDataObject.g.cs"/>
    <Compile Include="..\..\..\..\_external\129\Windows.Win32.IDataObjectAsyncCapability.g.cs"/>
    <Compile Include="..\..\..\..\_external\130\Windows.Win32.IDispatch.g.cs"/>
    <Compile Include="..\..\..\..\_external\131\Windows.Win32.IDispatchEx.g.cs"/>
    <Compile Include="..\..\..\..\_external\132\Windows.Win32.IDLDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\133\Windows.Win32.IDLFLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\134\Windows.Win32.IDragSourceHelper.g.cs"/>
    <Compile Include="..\..\..\..\_external\135\Windows.Win32.IDragSourceHelper2.g.cs"/>
    <Compile Include="..\..\..\..\_external\136\Windows.Win32.IDropSource.g.cs"/>
    <Compile Include="..\..\..\..\_external\137\Windows.Win32.IDropSourceNotify.g.cs"/>
    <Compile Include="..\..\..\..\_external\138\Windows.Win32.IDropTarget.g.cs"/>
    <Compile Include="..\..\..\..\_external\139\Windows.Win32.IDropTargetHelper.g.cs"/>
    <Compile Include="..\..\..\..\_external\140\Windows.Win32.IEnumFORMATETC.g.cs"/>
    <Compile Include="..\..\..\..\_external\141\Windows.Win32.IEnumMoniker.g.cs"/>
    <Compile Include="..\..\..\..\_external\142\Windows.Win32.IEnumSTATDATA.g.cs"/>
    <Compile Include="..\..\..\..\_external\143\Windows.Win32.IEnumSTATSTG.g.cs"/>
    <Compile Include="..\..\..\..\_external\144\Windows.Win32.IEnumString.g.cs"/>
    <Compile Include="..\..\..\..\_external\145\Windows.Win32.IEnumUnknown.g.cs"/>
    <Compile Include="..\..\..\..\_external\146\Windows.Win32.IGlobalInterfaceTable.g.cs"/>
    <Compile Include="..\..\..\..\_external\147\Windows.Win32.ImageLockMode.g.cs"/>
    <Compile Include="..\..\..\..\_external\148\Windows.Win32.IMAGE_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\149\Windows.Win32.IMoniker.g.cs"/>
    <Compile Include="..\..\..\..\_external\150\Windows.Win32.IMPLTYPEFLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\151\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\152\Windows.Win32.INVOKEKIND.g.cs"/>
    <Compile Include="..\..\..\..\_external\153\Windows.Win32.IPersist.g.cs"/>
    <Compile Include="..\..\..\..\_external\154\Windows.Win32.IPersistStream.g.cs"/>
    <Compile Include="..\..\..\..\_external\155\Windows.Win32.IPicture.g.cs"/>
    <Compile Include="..\..\..\..\_external\156\Windows.Win32.IPictureDisp.g.cs"/>
    <Compile Include="..\..\..\..\_external\157\Windows.Win32.IRecordInfo.g.cs"/>
    <Compile Include="..\..\..\..\_external\158\Windows.Win32.IRunningObjectTable.g.cs"/>
    <Compile Include="..\..\..\..\_external\159\Windows.Win32.ISequentialStream.g.cs"/>
    <Compile Include="..\..\..\..\_external\160\Windows.Win32.IServiceProvider.g.cs"/>
    <Compile Include="..\..\..\..\_external\161\Windows.Win32.IStorage.g.cs"/>
    <Compile Include="..\..\..\..\_external\162\Windows.Win32.IStream.g.cs"/>
    <Compile Include="..\..\..\..\_external\163\Windows.Win32.ITypeComp.g.cs"/>
    <Compile Include="..\..\..\..\_external\164\Windows.Win32.ITypeInfo.g.cs"/>
    <Compile Include="..\..\..\..\_external\165\Windows.Win32.ITypeLib.g.cs"/>
    <Compile Include="..\..\..\..\_external\166\Windows.Win32.IUnknown.g.cs"/>
    <Compile Include="..\..\..\..\_external\167\Windows.Win32.IVTable.g.cs"/>
    <Compile Include="..\..\..\..\_external\168\Windows.Win32.LOCKTYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\169\Windows.Win32.LOGFONTW.g.cs"/>
    <Compile Include="..\..\..\..\_external\170\Windows.Win32.LPARAM.g.cs"/>
    <Compile Include="..\..\..\..\_external\171\Windows.Win32.LRESULT.g.cs"/>
    <Compile Include="..\..\..\..\_external\172\Windows.Win32.MODIFIERKEYS_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\173\Windows.Win32.MONITORINFO.g.cs"/>
    <Compile Include="..\..\..\..\_external\174\Windows.Win32.MONITORINFOEXW.g.cs"/>
    <Compile Include="..\..\..\..\_external\175\Windows.Win32.MONITOR_FROM_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\176\Windows.Win32.MSG.g.cs"/>
    <Compile Include="..\..\..\..\_external\177\Windows.Win32.MULTI_BYTE_TO_WIDE_CHAR_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\178\Windows.Win32.NONCLIENTMETRICSW.g.cs"/>
    <Compile Include="..\..\..\..\_external\179\Windows.Win32.NTSTATUS.g.cs"/>
    <Compile Include="..\..\..\..\_external\180\Windows.Win32.OBJECT_IDENTIFIER.g.cs"/>
    <Compile Include="..\..\..\..\_external\181\Windows.Win32.OBJ_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\182\Windows.Win32.OLE_HANDLE.g.cs"/>
    <Compile Include="..\..\..\..\_external\183\Windows.Win32.PAINTSTRUCT.g.cs"/>
    <Compile Include="..\..\..\..\_external\184\Windows.Win32.PALETTEENTRY.g.cs"/>
    <Compile Include="..\..\..\..\_external\185\Windows.Win32.PARAMDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\186\Windows.Win32.PARAMDESCEX.g.cs"/>
    <Compile Include="..\..\..\..\_external\187\Windows.Win32.PARAMFLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\188\Windows.Win32.PCSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\189\Windows.Win32.PCWSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\190\Windows.Win32.PEEK_MESSAGE_REMOVE_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\191\Windows.Win32.PEN_STYLE.g.cs"/>
    <Compile Include="..\..\..\..\_external\192\Windows.Win32.PICTDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\193\Windows.Win32.PICTYPE.g.cs"/>
    <Compile Include="..\..\..\..\_external\194\Windows.Win32.PInvokeCore.COMCTL32.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\195\Windows.Win32.PInvokeCore.g.cs"/>
    <Compile Include="..\..\..\..\_external\196\Windows.Win32.PInvokeCore.GDI32.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\197\Windows.Win32.PInvokeCore.gdiplus.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\198\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\199\Windows.Win32.PInvokeCore.OLE32.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\200\Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\201\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\202\Windows.Win32.PInvokeCore.USER32.dll.g.cs"/>
    <Compile Include="..\..\..\..\_external\203\Windows.Win32.POINTL.g.cs"/>
    <Compile Include="..\..\..\..\_external\204\Windows.Win32.POINTS.g.cs"/>
    <Compile Include="..\..\..\..\_external\205\Windows.Win32.PRINTDLGEX_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\206\Windows.Win32.PROPVARIANT.g.cs"/>
    <Compile Include="..\..\..\..\_external\207\Windows.Win32.PSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\208\Windows.Win32.PWSTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\209\Windows.Win32.R2_MODE.g.cs"/>
    <Compile Include="..\..\..\..\_external\210\Windows.Win32.RECT.g.cs"/>
    <Compile Include="..\..\..\..\_external\211\Windows.Win32.RGBQUAD.g.cs"/>
    <Compile Include="..\..\..\..\_external\212\Windows.Win32.RGNDATA.g.cs"/>
    <Compile Include="..\..\..\..\_external\213\Windows.Win32.RGNDATAHEADER.g.cs"/>
    <Compile Include="..\..\..\..\_external\214\Windows.Win32.RGN_COMBINE_MODE.g.cs"/>
    <Compile Include="..\..\..\..\_external\215\Windows.Win32.ROP_CODE.g.cs"/>
    <Compile Include="..\..\..\..\_external\216\Windows.Win32.ROT_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\217\Windows.Win32.RPC_STATUS.g.cs"/>
    <Compile Include="..\..\..\..\_external\218\Windows.Win32.SAFEARRAY.g.cs"/>
    <Compile Include="..\..\..\..\_external\219\Windows.Win32.SAFEARRAYBOUND.g.cs"/>
    <Compile Include="..\..\..\..\_external\220\Windows.Win32.SHDRAGIMAGE.g.cs"/>
    <Compile Include="..\..\..\..\_external\221\Windows.Win32.SIZE.g.cs"/>
    <Compile Include="..\..\..\..\_external\222\Windows.Win32.STATDATA.g.cs"/>
    <Compile Include="..\..\..\..\_external\223\Windows.Win32.STATFLAG.g.cs"/>
    <Compile Include="..\..\..\..\_external\224\Windows.Win32.STATSTG.g.cs"/>
    <Compile Include="..\..\..\..\_external\225\Windows.Win32.Status.g.cs"/>
    <Compile Include="..\..\..\..\_external\226\Windows.Win32.STGM.g.cs"/>
    <Compile Include="..\..\..\..\_external\227\Windows.Win32.STGMEDIUM.g.cs"/>
    <Compile Include="..\..\..\..\_external\228\Windows.Win32.STGTY.g.cs"/>
    <Compile Include="..\..\..\..\_external\229\Windows.Win32.SYSKIND.g.cs"/>
    <Compile Include="..\..\..\..\_external\230\Windows.Win32.System_Com_IAdviseSink_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\231\Windows.Win32.System_Com_IBindCtx_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\232\Windows.Win32.System_Com_IDataObject_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\233\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\234\Windows.Win32.System_Com_IEnumSTATDATA_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\235\Windows.Win32.System_Com_IEnumString_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\236\Windows.Win32.System_Com_IGlobalInterfaceTable_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\237\Windows.Win32.System_Com_IMoniker_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\238\Windows.Win32.System_Com_IPersistStream_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\239\Windows.Win32.System_Com_IPersist_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\240\Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\241\Windows.Win32.System_Com_IServiceProvider_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\242\Windows.Win32.System_Com_IStream_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\243\Windows.Win32.System_Com_ITypeComp_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\244\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\245\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\246\Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\247\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\248\Windows.Win32.SYSTEM_METRICS_INDEX.g.cs"/>
    <Compile Include="..\..\..\..\_external\249\Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\250\Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\251\Windows.Win32.System_Ole_IPicture_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\252\Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\253\Windows.Win32.SYSTEM_PARAMETERS_INFO_ACTION.g.cs"/>
    <Compile Include="..\..\..\..\_external\254\Windows.Win32.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\255\Windows.Win32.SYS_COLOR_INDEX.g.cs"/>
    <Compile Include="..\..\..\..\_external\256\Windows.Win32.TEXT_ALIGN_OPTIONS.g.cs"/>
    <Compile Include="..\..\..\..\_external\257\Windows.Win32.TLIBATTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\258\Windows.Win32.TYMED.g.cs"/>
    <Compile Include="..\..\..\..\_external\259\Windows.Win32.TYPEATTR.g.cs"/>
    <Compile Include="..\..\..\..\_external\260\Windows.Win32.TYPEDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\261\Windows.Win32.TYPEKIND.g.cs"/>
    <Compile Include="..\..\..\..\_external\262\Windows.Win32.UI_Shell_IDataObjectAsyncCapability_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\263\Windows.Win32.UI_Shell_IDragSourceHelper2_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\264\Windows.Win32.UI_Shell_IDragSourceHelper_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\265\Windows.Win32.UI_Shell_IDropTargetHelper_Extensions.g.cs"/>
    <Compile Include="..\..\..\..\_external\266\Windows.Win32.VARDESC.g.cs"/>
    <Compile Include="..\..\..\..\_external\267\Windows.Win32.VARENUM.g.cs"/>
    <Compile Include="..\..\..\..\_external\268\Windows.Win32.VARFLAGS.g.cs"/>
    <Compile Include="..\..\..\..\_external\269\Windows.Win32.VariableLengthInlineArray.g.cs"/>
    <Compile Include="..\..\..\..\_external\270\Windows.Win32.VARIANT.g.cs"/>
    <Compile Include="..\..\..\..\_external\271\Windows.Win32.VARIANT_BOOL.g.cs"/>
    <Compile Include="..\..\..\..\_external\272\Windows.Win32.VARKIND.g.cs"/>
    <Compile Include="..\..\..\..\_external\273\Windows.Win32.VERSIONEDSTREAM.g.cs"/>
    <Compile Include="..\..\..\..\_external\274\Windows.Win32.WIN32_ERROR.g.cs"/>
    <Compile Include="..\..\..\..\_external\275\Windows.Win32.WINDOW_LONG_PTR_INDEX.g.cs"/>
    <Compile Include="..\..\..\..\_external\276\Windows.Win32.WPARAM.g.cs"/>
    <Compile Include="..\..\..\..\_external\277\Windows.Win32.XFORM.g.cs"/>
  </ItemGroup>
</Project>