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.25511.101\tools\snk\ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET10_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;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\net10.0\System.Private.Windows.Core.GlobalUsings.g.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net10.0\System.Private.Windows.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net10.0\System.Private.Windows.Core.Resources.SR.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net10.0\System.Private.Windows.Core.Resources.SR.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net10.0\System.Private.Windows.Core.AssemblyInfo.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net10.0\System.Private.Windows.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\a0f18535d93840bcb61fb3f72ccd5f43\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6d11c7d21abf4966b999e5f96e52693c\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b697914a21b44b5b2bc07091c4a720a\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f4c3c20aa25e4364b2442f6cfe6b35d4\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\28a8576e621248bbad5e0b221d2bd7e6\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42d3a5a51b17499ba57a081b14e3dd96\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca4fc391f8cc4f9c931d2a5ea41e713a\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ab77aa4ad1a48959e1533bcbde4090f\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ef9ef1df6ec946edb7fad313d4dd5e38\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b918b030d1fe449f8662a9eb0f1ba55b\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5375aa2d9b5044fa99e69cdc40a78fb2\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43f803a644da4b53adbd0c539ac56061\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2fa6acb305ca4ac6895216b0f72d65f9\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4970028cadb746a8bbc76a3b1b938081\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7ae9d473aad0489ca0ce68672398ab61\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ec93be63a05433ab9d8649cdb44fcb0\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5d74e76c1c440f998dc6e39c89513ed\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b0dd2fc1bec40d889fa0a3325bc149d\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5fe5569314b844e1b18b8ab0bee71343\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\816e94e2e3f845869fcde1cda591ae45\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9502c4da27af4172bd5c25f92f6df042\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\576979ea8b764c2a9868d4a0a44536db\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6acbbaeffa98419e828fafdfbe03cb56\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ea285c745e3f4f47ad7cf29141f27f9a\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6ab8fada8fba4778af70761897d750a8\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\473aca9b741b4a1880d3df724d85e35e\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f6fe3a4048664f61a286a78b1dd900d8\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50bf165a27894447aec143fb9d101a9a\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5b3414dc29d49f8975d293bae3fd838\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c62dc4835082444f8e77a1224202607b\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aca9f459835a46039cfc1a29056499db\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38ef137faf694481831cc8a3517ccb36\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c97abe4476fd42f2a10e23115c1caaac\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\60068220af1e42538feed8d53c8bbab6\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\12c36814161940289e1669baff140d5c\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\909e9c3e82e44d28bb475531a58cc3c2\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\471d373ed40e45859965eff4759d796b\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\362eababfd19422b91892e6f4289bbdf\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\daf1e79de44741089cdccbf4edd24df3\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d27af344d154ea6838b63c2033a7542\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\09fe9451bcec4f52b4ba24ac404ef350\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4f1b4389bd1b4418851138812ee2d4fd\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\126e5cbc37cf43d896c917de87d3c6c3\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\131d0736f3a24c1f98860da7835ce786\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\138d474be5a744c8808236f5038728c1\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\22a68fbbf2e14de8b970ec1720f3cfe7\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79b7c1a909804ea9a61374a9a705be77\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\12acf863b3c04bdb92adbd609cf08bf5\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c87d3d4863b4c7597b21740ab9b9b96\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cce052f685f9404fbbf1f6546cbc04f3\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aba1e8f3a78645e791385d35c25042e3\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51b348fce30c4b9a94a4aa1171b8c026\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f664ca1026a844a1a5084b996e6d3b67\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f1ee1f248e2d41cea907a7740d5e6039\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\585201cc24214f07a388268193a9e77e\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\778892090af74eecb58be79f6c857008\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a657159a25a040fbabe0984ea3850db9\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57af1c02ff7a49728e6ddff1f76e9aa8\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84c5bc8873d24a0e84047a905af83b69\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c87d28d5927d4af99b337c64e592e944\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d42b97ea72848329b8a0e96a0c387b8\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b0e1e40da434d3196afa501448fddd9\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\beeaf38ca3a74cb0b13d7cb181608b82\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0106e9c393ca45d0a5e7abedc3279095\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a14d918ecf914edc829a1a7b0cae54e3\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0fb514a2c8894b40bca505ec6500597d\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a351243cedd84c609ffe59a83545d178\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b6d0521e03be463d997aa7f9ab838a29\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b36f3f6d7a4b48eb9a4d374446710b32\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\76dd3d96b0004db498194cb12ced2040\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9f930c2e5a0b414f82a814a98343315d\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\abdb507503fc4fd9921ee3cc44065a96\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\29a8e7cb378c43e6871ed67048c5aef8\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\333cfb95f542465ebd9ec78d2c5f20fc\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e5c5a0d746543a5b202db2d5f4c5c78\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\713de176102f43278a3a3190c18eb041\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c6c48ccbd2745d783bfcdb35c224cbd\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c5a1f8af7894e828bc881e7eeb553a5\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee8188c8d1d04b56b4166773eefa4286\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a4420cde21194f5cb0b521076757e69a\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8d330cdb8860487286b13d484a8f8f98\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\ref\156b92c10c8a46a2b4e5398ae60d0c9f\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4baca48d3ee54ed384c76c8a809452dd\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ea871cfa81644c68a79a9390605c17cb\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a3b5a1cb0cee46aea237eb87398de777\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5215ec8bbab14cb0b737f57a06a99e08\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd4c6ba7b2264c3ea498dc0b3fecfa6d\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a7768b63689f49179d71b140fe13087a\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\063e599e92794ea09b00a81be7c417fe\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c0d5be2a09fd4f0285850368403dbc5a\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0bafb9c027a347ddb5a492f119752c12\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\60c63ecd31b64217b487f5a41e38ad49\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b79a99cd9d547339a61ddb5ce2ea072\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\18bf3c8dd64b421e9486cf03c76b6e7e\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe20ff0c74aa447f91d6d87784e37646\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78099d8bbef54b288b9c91b4e7660872\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\22cef0246efd40b0b65b1984ec26f50d\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd27c2f84fbf47df8290eeab20f6c6bb\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43e6c324aac2458380214652be445e22\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\807c2690f5f04715991eb8733cc125e1\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4844403095f645349032dea29b0c33ea\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa23a8b7aa4e4002b11cb8723b70487a\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\68058c1430a846ebb368ed576957838a\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b6370f1434e84242b835b99fe96287cb\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a03552264c4b4e929d4070dfdf2f28d4\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6ba1dc7a288543b7919d28dac1a5157d\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b25d75eef8924c668a7d42b0bcdd1cf6\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8d51f980927494785ffbf749da86463\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0e119e364103428dac61bbe8856015ce\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\229dc4c92b4e4c50b69bc6d020c3fa42\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77c5234d01024034b700897435d0bfd9\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd8e864e3172490ea51c53148bffbb4d\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a9f45599e31f473db0533610cf13122f\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e55e20db8ed47bb833d7c98e0463678\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d073febfc2dc488ca5c8ebfb1cbb54de\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d95bd065058f45a7b596c7f9380f9c5c\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b4eb6e68c2e14dde9b2ff9d9c887b53e\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8b000f97e82f44159b2c6b8e742d6205\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6ef973746e7b4e32a59ab55ab42ea461\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\021e1967e2894eef99d94fb1835db5cb\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\246bc6ec6a4c4c1e9ef1c12c9322e32d\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\850cf0ab62144186bdf267361cf7147a\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2910fa0e8e4c4d1c9aef4b0a908df65c\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\641e74d0fe6949859e9bc5b515bd6498\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5679203be2d64bf1a36900f23994d5c9\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a7d5f0e85bc74a51b66ba8f2b91c8bb4\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b700164970f43fcac49a4e94abc7c6f\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6fe6f0163fa440fe88cf55b72b95e9c4\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eecba76d047e43818c15275cf16ef002\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73f74d6db02b40288db10e879af4f236\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\466b108a9dd94a9ebfbb22d5e610f50b\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d890a751e8e64d20b1f6438d3e65913b\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c0916eb29af94794a44936f05b387739\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8056ad328e6d4d83bed8bdbcde563398\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\048869a29dee42e8afc247fad6fde013\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\156be2152c4246aa931f8aeb16c98b33\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1663b377b9af4b8491ca665894de689c\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c88119cac8a24dcc99cb36df10514526\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad00d853d5324d7caeccf26a53b340f4\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a1b51fd91acf43d7abedefe49ef205df\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42e81220a2314921893a770a555f823a\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5dcb64f3d2314568a05471aee50fe72e\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cbc6ddb372714a3c80b7f1881180f782\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\74ce7c5aa68c4de3a1dfb05071e53680\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c221e34394d483d86279e75ec1fdd54\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a49b605c6ae2440da35554993ebbf26a\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49e596813b5445d8aeb1d6c087e7f4c1\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2e8d41c351a94492b5b22f98440acd73\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\95e5f56496d149fca2221b4aa10d3bc9\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bb3fa1913f714ed890aa10f53cdfc678\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1aaaae4c462544ca87e826598aaf35bf\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69ec26164ec04001b041cd93caff41e4\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\110bed895c1e49aa823740b789d71b43\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\22250e513b2e41ccbb0f026c1d3a2ae7\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b260fa9d2174eea856e56a7817cada5\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\62418c068f7a4b718119a056b87ee90c\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f8d9a1532b0b44ae9eed245b0229cd6e\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2db6c144145f4f609a266c58217565a0\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3d1b35b8d16d4e59bdbc96d001be18e6\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\88e1021124f34404bb1b52fb4288cb79\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd3b99d728f444a3a0c33a149bf3329e\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a48414e2d784ea9bff52f7d9557f661\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\abff7c6f12654132997a79e39c32835e\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\54049a1be06f42cb9c43bd53676c7398\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6e986956cec640ec8b94ea306c872fa5\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\54a478fd5d2e4a7093c06ff8cb7f31bd\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45713f935b144bbe827fc6815b6380b3\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a109c05e6aa84d0cb7cb3dd951f992c4\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>