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.25611.103\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\d814863f8adc4d138f7d7878398cdcc7\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e2ea879e7b25496287f49da593cb3955\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1441a00733f040b5acdd68ee69aeb6a0\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\47263837cdc3456d8818bfdf03f833a8\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4d2cc0d1ef624d07bf8183a9fc9cc0e0\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9e6e99c0e684aa1aee51098a069ad90\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\447a4ab7154e4357b3d17b7fdfc17fdb\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e8e507d600c415c998ad73e102d7dcc\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\47e49de24d1e47d180a81fcae11256f8\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d6946eda42064d6c8c18703e44c860b1\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6da1a8b000b649bd878a7ef101e2b0ff\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\086d78215af54a2dba88dba4d642c84c\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9be2935ccb984b5a8051999f4e59e401\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48b7b8ce3e014e65a3ac9592ba53e3fb\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38e262579a6f42d0b8cbf19886723da3\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b0fd66ac4a78453cb0166903d4bc2799\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe19a183714e461b92ba3be200607c21\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\249b06ab685a48df9f1e8fb3d13db983\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b7a0e5a201944539a23cb971a86dcc08\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\24db1e77e27d4a57b81aadfc07e76a3b\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73cad8664221420e92dc00bacb23f6b0\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d5bf58b26f504ca99825c82f31ee3d36\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\04420d49e89640ba9d9d00c7636ced2c\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8cd0b5ed26ef4c639168c9b5af287eef\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b9d2947e898445139b7b599091631d48\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b3968853f1574404bac83c857f22b356\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\669dad83c9db49bb99a960d0f685e4a1\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e8d4947549d49fa87b6ae27cbcab437\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a96ea4c5591435180dcad116065e2c7\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\096dd209a19a4f0c993f65a2b1bcc72c\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b413b754c1d4ed38a0d31276465b301\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0047172e8bb041649b21a6ddd1257d77\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f89565214388474eb6683056ecf87d99\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c4ce9102145430f8e35f4fe6aeb5131\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\007442dcd1e3408faefce47e01e756e1\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\20617c253c6d4955b4ed4bf28b9d7f6f\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c92d0e77a220459fb841cc7cd2483e3f\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e9d4b61bbe342998ac67135ad265285\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e0c996d4d70c41bfbd0d34f3f46013de\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e7e83d8e16644f16960432d8c178c428\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\88b4da6523714a2da9fe006f8e884af5\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d05e423a9f9a400ba424512a56ede509\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93eecaa6c07345649ede415f6842443e\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5c38bd049b14e3da5cd50ba905514b4\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a142b4ee0c24b5fa963932f871a310f\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4d5e534444594bbabc2a0598cd478816\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b15cd0b9eecf46e49bb159316e9c6585\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82f1b43eae68428d87f26e2788a63a36\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f5923841e6ae4516ae3e237e907c6f7a\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2d8107e4088e4db3b65d7d43bd0debd6\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c99d0bd86d554008abfc2c7ca46e7f6c\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd75e0b9581647e79f3a2ebf5bd5a71d\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0806ff0ace404d85aef842a200323f63\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca8bcc1f45f34826a3f7c353801b2f4a\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2d37f14f7a8441d4b303c3d387cc893f\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\87c842738e144c0183ac9f19807165f0\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c471dc78d0c24201aefaef12c5c47828\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\47f96231cf4c40e3aa8a659d23d729aa\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e02080b9f616413cad3926d4a3b37860\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\668a650ee23a4f8da96bfe524981a0c5\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b0cbb225a0a41579a9bb7ce378d8deb\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\faa20af4760f49c588890511ea46ca92\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c21b932b33240f39202621ef50b0493\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\550e705cc22347f484c64238913afaae\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\68f92ff16d7f40939c9a833a8c7e520a\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\245707fbf4de4b84aa493bfb852b0396\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6342cd209141473685803d923bd1decc\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5814bb74294a4293a991418d1073f78b\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edfbbf5fe30344f0828a8eb63ef48de9\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7ec8b1a267234ae99afc9230751ddfbd\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1efb109f3ee64cc4aa0a0fc5a4d8ecad\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7c3360a8ef314a43b0f14bbb721174ac\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1683b782c3e740ba9a87f821713885fd\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8c4bbfdee2d412084545a15b5e31ced\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\322d5a0cdb69447d84c9a9a6e5e4d0d2\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5dbbd9167c54434bb3d92dfd2850f114\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\937decd5cc0f429e86fd91edd35bf02b\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\561a023dc33c439d9608831482201433\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f7f5433010a44a759d77d6a928728c8f\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7f879ae833964c34aa74f2733b8fdaf5\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0539ef4e096f4e4b95cc9d6912a9a573\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5ef64b35427c4deb870c3b42fc64ce9f\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ea7abf9157af4b9d8d3f3afc94705d6b\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\66f45c79086a4f1588929b616dd6c761\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5013992013264f73afaabf48e79ab7f4\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b7f8945173884b64ad4bbb076d04fb77\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c6b45cade51f4d6d9577938256cbaa04\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca751371b684458d9776a579a4f0d21f\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\33cea7c59dcb4b0887800f67e2693476\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45c86efa10ae45ada13b837fd8af0f08\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\372b2ea72d824d1a92a56ea2c5b35659\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9013b2d5e90450a95a8ca4006f24db0\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc28735d556d43ad8669835ceaa9ee07\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7effcb78e65a4c71985cc0a69121cb80\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c961fd420b304f2a867ade1003916ba9\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bb621a0d7ec74ce49bae1bbf7d049f76\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\310979bc7c084507bf82d32f1df5df6a\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\34199056826b49088bceaba4e89c82da\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7698619db16644bc9314f925738208d5\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc7c3436b4034551b300ddb74f36d614\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\390e4653869846e0890757dc4bdcf4ed\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\58a1e52c2cae4c52827b342d03e3aa6a\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\14b400131f11489ab807af2b4c075da4\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\efb294cdf7c04ad995682793f08aac20\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6512bc4ff0b3410da25052f64f4d9fd2\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51fa313688b041939ea30992774fe74c\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a2c81e2ac3324d1f94ea475abf4662de\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ce13c21a7c7d49409f899cbdc65e7e31\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5d6c425786de48699e890afe88ddea3f\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b1b33505e3e049dfa5f53ca2be39f88c\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\892959f59e8c405aa6c55959dd6f2e5c\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d7d8d233a687423c90cace788bc610a8\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\001df5feaa034b97bf6ad3641181c0a8\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9acac3722d4b47ea8aa0936a9026afd8\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\073558f8d827409cadceaa8a08ecc30b\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e95d3d2705946e998a2866b577b829d\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f17f67c98aa14ebebb5d92e2f2a77f84\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\44cee8731fbf4ebbba89ac142e94763b\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d9915f8700cd4788a375f7beab947838\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be4a791abe63490981e51d6479d008ec\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2818d83000f643d6a81c49ddd2a47c6d\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\85cf25205fb149e9bb2f80ff988d863d\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1885bad08c5e4a649b5a6b01719bc4a1\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d6c59f26d164bc795d5a1062a730717\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45705b6826ba4e7595356b2cf375b76b\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c6d6ac246fa14db4b751fbe7405b114b\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e04d168fe4b5408e88376aeaaa654dd9\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9f8df0ee65024454a327cbccace825dc\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\742d5fe1461842e08a5d7efc33c8fee7\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f14dcd034f37428e86a70960ee64f1ff\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19511c3256434f92b5957ce2d0438263\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e38351fb9904f558170e2240ff3788a\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf28661373c2484093d1c7cfee23c412\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97d6c44afb50416f99aea4947118b17f\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0fa3c07265814ba39073c3ebc33ff52f\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57e0720343ee40a5a12c36fdb901aba2\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c3c6a5c2a2ef41748ddfb1591cad8cc5\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\16344464ebdf4317ac8580f545bab41c\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c4c84e921cef40a1938f3a9f526dfec4\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9120a332350456d960ac620705fbf35\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\875aef7d6c7148859dbf0d7eac8be8b6\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\774947fd2fd4432298964cd584b365d7\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bdc594082c604c388c71ba65e5478493\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38b4a0c601434452a0e6386099c4ef13\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0dbb3b9bf7f1425db7216d91467fb2bd\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b9b5a5cbf37942e294686550d5ffcf65\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\29754afe210947eaa46ebb79f424506d\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de91452cf3c243a1a61545441aaf700c\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\979ecb5f17ec4533b8f6bc1ab04a0178\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\04536835666c464385bfec1675553eb6\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23b90589af0d4253a5306bf8bcf4cb4c\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a598ce5b59c84dbc9d60d77c24a5b05d\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4ecfff7b1c754b00b587010832c80abc\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6dfe523d5a59477facd2cee427a2606a\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e4baa1d8b084a299e46b1a0a9a267fa\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e9d79988454044a18f738ab602e0c1ca\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c990d7ed297e4c05b97d389542826932\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0bd703c618774c9abc869719eef938c2\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d27e626c629f4487bd8728ec171b0a75\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2168304b9b63430b9115ffbef82e37a9\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2874d97218a84c9ba0bf786fba81ba53\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1d6fe76de56a4f85aab11678f9445995\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\067f8bf801734598a8248d8d03b471a5\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75c645f453fa4aadb88ba3855bf9be7a\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f60ac61849c6429bb47f2965c181ee07\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5171f6e4ed3e4e439324ca82e68215ac\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\01730b0e435e45769a679c0de05d0ec1\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\22552326f4c24591b78d0390493658df\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>