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.26215.121\tools\snk\ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;OLE_JSON;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="GlobalSuppressions.cs"/>
    <Compile Include="GlobalUsings.cs"/>
    <Compile Include="Libraries.cs"/>
    <Compile Include="Properties\AssemblyInfo.cs"/>
    <Compile Include="PublicKeys.cs"/>
    <Compile Include="System\ArgumentValidation.cs"/>
    <Compile Include="System\Assemblies.cs"/>
    <Compile Include="System\BufferScope.cs"/>
    <Compile Include="System\Collections\Generic\ArrayBuilder.cs"/>
    <Compile Include="System\Collections\Generic\CollectionExtensions.cs"/>
    <Compile Include="System\Collections\Generic\ListConverter.cs"/>
    <Compile Include="System\Collections\Specialized\CompatibleIComparer.cs"/>
    <Compile Include="System\DisposableBase.cs"/>
    <Compile Include="System\DisposalTracking.cs"/>
    <Compile Include="System\DisposeHelper.cs"/>
    <Compile Include="System\ExceptionExtensions.cs"/>
    <Compile Include="System\IO\BinaryReaderExtensions.cs"/>
    <Compile Include="System\IO\BinaryWriterExtensions.cs"/>
    <Compile Include="System\IO\Compression\RunLengthEncoder.cs"/>
    <Compile Include="System\IO\IRawData.cs"/>
    <Compile Include="System\IO\StreamExtensions.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\BinaryFormattedObjectExtensions.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\ITypeResolver.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArrayInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArrayRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySingleObject.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySinglePrimitive.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySingleString.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ArraySingleString.StringListAdapter.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\BinaryLibrary.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\BinaryObjectString.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\BinaryType.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassTypeInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassWithId.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ClassWithMembersAndTypes.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IBinaryWriteable.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IPrimitiveTypeRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IReadOnlyRecordMap.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\IWritableRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MemberPrimitiveTyped.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MemberReference.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MemberTypeInfo.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\MessageEnd.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\NullRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\NullRecord.ObjectNullMultiple.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\NullRecord.ObjectNullMultiple256.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ObjectNull.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\ObjectRecord.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\PrimitiveType.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\Record.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\RecordType.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\SerializationHeader.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Serializer\SystemClassWithMembersAndTypes.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\BinaryFormatWriterScope.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\FormatterConverterStub.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\ListConverter.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\SerializationExtensions.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs"/>
    <Compile Include="System\Private\Windows\BinaryFormat\Support\TypeExtensions.cs"/>
    <Compile Include="System\Private\Windows\CoreAppContextSwitches.cs"/>
    <Compile Include="System\Private\Windows\Count.cs"/>
    <Compile Include="System\Private\Windows\FeatureSwitches.cs"/>
    <Compile Include="System\Private\Windows\Graphics\IBitmap.cs"/>
    <Compile Include="System\Private\Windows\Id.cs"/>
    <Compile Include="System\Private\Windows\JsonData.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\CoreNrbfSerializer.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\FullyQualifiedTypeName.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\INrbfSerializer.cs"/>
    <Compile Include="System\Private\Windows\Nrbf\SerializationRecordExtensions.cs"/>
    <Compile Include="System\Private\Windows\Ole\BinaryFormatUtilities.cs"/>
    <Compile Include="System\Private\Windows\Ole\ClipboardCore.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataFormatNames.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataFormatsCore.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataObjectCore.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataObjectExtensions.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataRequest.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataStore.cs"/>
    <Compile Include="System\Private\Windows\Ole\DataStore.DataStoreEntry.cs"/>
    <Compile Include="System\Private\Windows\Ole\DragDropFormat.cs"/>
    <Compile Include="System\Private\Windows\Ole\DragDropHelper.cs"/>
    <Compile Include="System\Private\Windows\Ole\FormatEnumerator.cs"/>
    <Compile Include="System\Private\Windows\Ole\IComVisibleDataObject.cs"/>
    <Compile Include="System\Private\Windows\Ole\IDataFormat.cs"/>
    <Compile Include="System\Private\Windows\Ole\IDataObjectInternal.cs"/>
    <Compile Include="System\Private\Windows\Ole\IDragEvent.cs"/>
    <Compile Include="System\Private\Windows\Ole\IGiveFeedbackEvent.cs"/>
    <Compile Include="System\Private\Windows\Ole\IOleServices.cs"/>
    <Compile Include="System\Private\Windows\Ole\RestrictedTypeDeserializationException.cs"/>
    <Compile Include="System\Private\Windows\Ole\TextDataFormat.cs"/>
    <Compile Include="System\Private\Windows\Ole\TypeBinder.cs"/>
    <Compile Include="System\Private\Windows\OsVersion.cs"/>
    <Compile Include="System\Reflection\Metadata\TypeNameComparer.cs"/>
    <Compile Include="System\Reflection\Metadata\TypeNameComparison.cs"/>
    <Compile Include="System\SpanHelpers.cs"/>
    <Compile Include="System\SpanReader.cs"/>
    <Compile Include="System\SpanWriter.cs"/>
    <Compile Include="System\Text\ValueStringBuilder.cs"/>
    <Compile Include="System\TypeExtensions.cs"/>
    <Compile Include="System\Types.cs"/>
    <Compile Include="System\Value.cs"/>
    <Compile Include="System\Value.NullableTemplate.cs"/>
    <Compile Include="System\Value.PackedColor.cs"/>
    <Compile Include="System\Value.PackedColorFlag.cs"/>
    <Compile Include="System\Value.PackedDateTimeOffset.cs"/>
    <Compile Include="System\Value.PackedDateTimeOffsetFlag.cs"/>
    <Compile Include="System\Value.StraightCastFlag.cs"/>
    <Compile Include="System\Value.TypeFlag.cs"/>
    <Compile Include="System\Value.TypeFlags.cs"/>
    <Compile Include="System\Value.Union.cs"/>
    <Compile Include="System\Value.UtcDateTimeOffsetFlag.cs"/>
    <Compile Include="Windows\Win32\Foundation\BOOL.cs"/>
    <Compile Include="Windows\Win32\Foundation\BSTR.cs"/>
    <Compile Include="Windows\Win32\Foundation\COLORREF.cs"/>
    <Compile Include="Windows\Win32\Foundation\DECIMAL.cs"/>
    <Compile Include="Windows\Win32\Foundation\FILETIME.cs"/>
    <Compile Include="Windows\Win32\Foundation\GlobalBuffer.cs"/>
    <Compile Include="Windows\Win32\Foundation\HandleRef.cs"/>
    <Compile Include="Windows\Win32\Foundation\HRESULT.cs"/>
    <Compile Include="Windows\Win32\Foundation\HWND.cs"/>
    <Compile Include="Windows\Win32\Foundation\IHandle.cs"/>
    <Compile Include="Windows\Win32\Foundation\IPointer.cs"/>
    <Compile Include="Windows\Win32\Foundation\LPARAM.cs"/>
    <Compile Include="Windows\Win32\Foundation\LRESULT.cs"/>
    <Compile Include="Windows\Win32\Foundation\NullHandle.cs"/>
    <Compile Include="Windows\Win32\Foundation\PCWSTR.cs"/>
    <Compile Include="Windows\Win32\Foundation\PointerExtensions.cs"/>
    <Compile Include="Windows\Win32\Foundation\POINTS.cs"/>
    <Compile Include="Windows\Win32\Foundation\PWSTR.cs"/>
    <Compile Include="Windows\Win32\Foundation\RECT.cs"/>
    <Compile Include="Windows\Win32\Foundation\WPARAM.cs"/>
    <Compile Include="Windows\Win32\Graphics\GdiPlus\GdiPlusInitialization.cs"/>
    <Compile Include="Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs"/>
    <Compile Include="Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\ARGB.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\ArgbBuffer.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\BeginPaintScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreateBrushScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreateDcScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\CreatePenScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\DEVMODEW.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\GetDcScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HBITMAP.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HDC.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HdcHandle.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HGDIOBJ.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\HRGN.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\IHDCContext.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\LOGFONTW.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\ObjectScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\RegionScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\RGNDATAHEADER.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SaveDcScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SelectObjectScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetBackgroundColorScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetBkModeScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetMapModeScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetRop2Scope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetTextAlignmentScope.cs"/>
    <Compile Include="Windows\Win32\Graphics\Gdi\SetTextColorScope.cs"/>
    <Compile Include="Windows\Win32\MessageId.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.BitBlt.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.CallWindowProc.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.CopyImage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.DragAcceptFiles.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.DrawIcon.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.DrawIconEx.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumChildWindows.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumDisplayMonitors.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumThreadWindows.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.EnumWindows.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetClassLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetClientRect.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetIconInfo.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetObject.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetPaletteEntries.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetSysColorBrush.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowRect.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowText.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowTextLength.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.GetWindowThreadProcessId.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.MapWindowPoints.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.MaxClassName.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.PeekMessage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.PostMessage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.PrintDlgEx.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.RegisterDragDrop.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.RevokeDragDrop.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SendMessage.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SetClassLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SetWindowLong.cs"/>
    <Compile Include="Windows\Win32\PInvokeCore.SystemParametersInfo.cs"/>
    <Compile Include="Windows\Win32\System\Com\AgileComPointer.cs"/>
    <Compile Include="Windows\Win32\System\Com\CLSID.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComHelpers.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComInterfaceTable.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComManagedStream.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComPointerList.cs"/>
    <Compile Include="Windows\Win32\System\Com\ComScope.cs"/>
    <Compile Include="Windows\Win32\System\Com\CY.cs"/>
    <Compile Include="Windows\Win32\System\Com\GlobalInterfaceTable.cs"/>
    <Compile Include="Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs"/>
    <Compile Include="Windows\Win32\System\Com\IComCallableWrapper.cs"/>
    <Compile Include="Windows\Win32\System\Com\IDispatch.cs"/>
    <Compile Include="Windows\Win32\System\Com\IDispatch.Interface.cs"/>
    <Compile Include="Windows\Win32\System\Com\IID.cs"/>
    <Compile Include="Windows\Win32\System\Com\IManagedWrapper.cs"/>
    <Compile Include="Windows\Win32\System\Com\ITypeInfo.cs"/>
    <Compile Include="Windows\Win32\System\Com\IUnknown.CCW.cs"/>
    <Compile Include="Windows\Win32\System\Com\IUnknown.cs"/>
    <Compile Include="Windows\Win32\System\Com\Lifetime.cs"/>
    <Compile Include="Windows\Win32\System\Com\SAFEARRAY.cs"/>
    <Compile Include="Windows\Win32\System\Com\SafeArrayScope.cs"/>
    <Compile Include="Windows\Win32\System\Com\STGMEDIUM.cs"/>
    <Compile Include="Windows\Win32\System\Com\StructuredStorage\CA.cs"/>
    <Compile Include="Windows\Win32\System\Com\WinFormsComStrategy.cs"/>
    <Compile Include="Windows\Win32\System\Com\WinFormsComWrappers.cs"/>
    <Compile Include="Windows\Win32\System\Ole\OLE_HANDLE.cs"/>
    <Compile Include="Windows\Win32\System\Variant\VARIANT.cs"/>
    <Compile Include="Windows\Win32\System\Variant\VARIANTVector.cs"/>
    <Compile Include="Windows\Win32\UI\Controls\Dialogs\DEVNAMES.cs"/>
    <Compile Include="Windows\Win32\UI\Controls\Dialogs\PRINTDLGEXW.cs"/>
    <Compile Include="Windows\Win32\UI\Controls\Dialogs\PRINTPAGERANGE.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\HCURSOR.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\HICON.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONDIR.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONDIRENTRY.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs"/>
    <Compile Include="Windows\Win32\UI\WindowsAndMessaging\WNDPROC.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.GlobalUsings.g.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.Resources.SR.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.Resources.SR.cs"/>
    <Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.AssemblyInfo.cs" Link="artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\c43c2fe9a8c24e3b9522f2e76d0debf4\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2397ddcfc743422ca5ec51ef3fbf5a1e\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e13d92cd8f847428fed156b7d758476\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e157199b13d48b9ab4dadcd9ef9712e\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee2ddbc6e21947afa72821bbddc7acd2\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08843e48b4864c119e5873ab6b4539b2\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6132f8bbdc9e4342acf62b2c918f82d4\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\741175cdfa574b7c98986c6de6286a87\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\80793616fb424543910c14016ed6b60e\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1498407933dc47229e2ffecc4f67a269\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ed384ced1877473f83e8d1c6c9e99ca7\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\839466a5c1664368ba5825b18f2027de\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da9bae615a874935a1c6b7832d33934a\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\642216ae35484541b304d0794b3c2b71\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45f0ab9586e943dd936a9b34ca4891d0\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f63cf0c457ed4818a9e6ad9102ea6f86\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5a8d6464d4684cd394b4684ba76a3240\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\102e96c2308c47c1a578298ba220f5ac\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5881561c0d34f97a4a84b5ac077f8ed\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\073c4dfef60b42288eb1614b7d907b9a\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e7a109ea15534b0493eb7e7d44b32654\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e1d217a7d19a4f93bd2cefb9cffcac83\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eb15b9bee24f4306ac5447bba83f28bf\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8eed91d18d9f47dcaeedd6d0279c47d1\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a5f53452bf646d7a38f8ee113948160\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5fa04923dd504c2a8ceefba22653595d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3420acee29a24599a7a81aa21ce3ba8f\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ab279e368a8e433cba03581d83c43519\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c3dda5d649349459a3e2831b4d6c204\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3601505e262f443099c71b061dd46d69\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6f505f59eab44cc2ad20f70862b793ee\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4fcb8bf68dd7489297bda3e2177bc65c\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\881440d51fcf494881328d14146f7819\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5992e1e339c14930b392adc8afee345d\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42dcb2b4be8f47a9a5dddfcfbec8b8ee\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b26c5672f00242fa8f8d312d6bc36f3a\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1f966b83a5fe4244a8c912e9aa903a8f\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0365865b66a24b309a04ce6d8f3e4230\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\61170701ed0c4a479357c8cb3164bd77\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7e7056661fa040ffbc1f2d4cbb37f7fa\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7ae3d6b9c33a4e6c929c9fa6ec92fcd4\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7ca954c622f2414a878f056a7075ec66\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b1337764b7d4605a43017dfb5f1a951\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9ecec2b1a9f4b6880a1c796a3e4b0ce\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e979d4ec94af48f68d25aab636cc70c1\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\300835827668455d95b1ef2922d8c1f7\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23a9fa35d0e64576a2a940b122937e13\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\03a336a8b4454e2b979427cb99877414\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d33788e485cd41db8d798322748b54a1\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2ff69e3390334d64be98e962203e6174\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17a30f48686441c6b5fc3284ec911051\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f97adf55014844f28fd55ddd1019ee82\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca1b3b8ed527408d9e16704ec07755c0\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ddeecc957e0d4201b9f30889068ce97b\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c3391809e8a64d9b8eb72446039fc3f2\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\713f6747966e4334a9e724774338ae04\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\02bf0fffbe704cf98de8966414495744\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\66deaadcb7794fbe9cce09543a9fac7c\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\919d378fff524c2ab8e25d8f979c5ce4\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7fa70360d27646fdb1a50eb294821e1b\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\db2b698606114d2ca65ba1da3c76c2a3\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d3ae6be3efdb436f8ba49a298a154ca5\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8008f2148e5042e1a6b6c2465fc03d75\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\078cefb5ac48488b9d967134d895b5cc\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6de1e19939a946a781cd6dbd56de25d1\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e3e06c4f89224c49acaa6e4d8e805d4f\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\92f2ec0ebfaf4b2cb3cbfbc4c266d86f\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be8dd991d2af43b78bda5eef472d8aa9\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e0a703a9ac864cdfa11ca2d55c7481d5\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43808dc8b691441d9c0b3c0966d68e6b\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cc21fc989892483c87670501f928fdb7\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc9529761a97432199c367a5616aefeb\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6202705516df46c1a92d3b20846ccefa\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3580526cd22e456b9d3944d20d4c23be\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78afe5e3103d4c18a11ec5b779402bae\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49700efed6ce4f98b36e134183288445\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64020737beb34cdaa13fb3f097c841c1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3de6c5f76fc44f25886f9005dc11fba8\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc078c411fec4f6ebb540071ec1f6a83\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b04907883ebe47b692a696658a1c567b\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0a053cf36c794fd1b7da02cca62dfbb0\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e7480e3aa67647438649e28b71e9e21b\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\062a3b563f84428ea14eba1cfdd1af9a\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\399c36d5c42a49b382f72304e996aec4\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b36fef1f28174677af4b95ab5a71ed49\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57f69b6c18e44658b1536a7b7edc1658\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b289b299c92c4b15b16ef0421858ba7c\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aeb8b63098544213a944e330b706154c\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8bf9f2a0585f4bfd8da4a73a3b8c019e\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\deb5c9f4b75c43efa67378ed5b5d909a\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9301a343639541d4bb29e1ca6428f2a5\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4b057db7e0da4ee592a7f46c91d6663f\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71a2ded2042a4c4caa267c484a89037f\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e8a7321241fc48bcb21f003f7e14704c\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7fb8363d81b54b5c92ede6494f2bf8b9\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2af7a72504c847e2af14bf80a7f494b1\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca4629b64ca942d59e8f6c492543441d\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0cf32351b725439f97f57674be7ad2f5\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1a6a51599eb14143b799867f02b52476\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3fc07cc3dca84499b1c6a82d198e74f7\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ebc280939ba240d08963cde751573bed\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5f2ee895d58c425a8426fb28f7c1ed8b\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0973bd33725c48469954d41b68335d53\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c20a4b4941044ef88f466bc14740e708\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b2b1f2435634051b863b7c917726513\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\236f4a54fb5b41f6af0957eb43dfcd22\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c40294522ab4bc8be49b68c8dd63970\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a7e47f12fa048c18b4448ffbf7a42c9\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bf1c558afad749ab871063ea5059b27b\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a3d57719750b47d895e4e83f425bc806\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\06deec35886c486796bf38ca11fdd965\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a3fcd5850f454e51a7a97a9e25328626\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\26db38f524404ca5b02d8c097fba0fc9\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2938bc81d7bd4e10bc205c17068c85a2\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ca2ec1d8e1bb4a74b6e53b8c38b6d692\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be57a1a4fdf24564b0bb8a9a0a8cc272\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a1b61a1e8f864a9e9aff3e75962c810b\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\119b78c62fe54409b62cf3485b6ce48c\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ae1ff9b5aafb411d9b873462099e13ff\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4ca74f3359654d1098ccc4367fd208c0\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65f2199609b14d7f8080628c1f88f660\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e042eb5674ea4154a9ca9e519953e702\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\16c3b95a7ab34900934f03f3c88e9d11\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\340d9890a3324f168b94ca944186b3fb\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\309273e818704882836f6099ebcc0b8d\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\671c8874bd0344e4bba542b6d8238be0\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d2654ce29b7c4eb58cc9bea02d44623e\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fde86ea49a5f498292e48859c64aadb6\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bf0da2dbd4f94035aa084f00c008f381\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8c0dcf666324f2593c596cdaf91e686\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6cf271c7d25f49ffa0a4d6a322b74b46\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bdd01c92dd724b748145e05c91eaaae1\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2735eb5c68164d859676ae4c6d08e03c\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c1df378d4c9a43f0b15a0e33876bb956\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bddb6a8a70204576bb3feabeba580324\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\473cbd0d2124477b9e065fbb87b87da0\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc7fedbf6bd84bd581d30c4a107a5ec0\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b04eeed74bb54e9f9568d8227ef9af41\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\934364827a0042f9953c7809b32414e1\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\92973787a3654b6cb2862a5b3f01fffb\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3db0fd0d0bf2400fbc5ed18c957a5aa0\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55e73855a74c4cbba703cd44e78aac64\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35a3555bcf20482a8b2fb4f485321294\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35f3f9a0f8f444d9b3b8018e321ae84c\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b1403eda9a3f4c8d906558d62dcd3830\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\496235c2556f4579bcac1ab230982c39\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75696173d6764152a0b6ffa8f6cc448c\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71b283685ec44294908a08e109670141\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8570ab8b10b4a4a85173701250f8c26\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e9235a099bdd4465ae32e00cc5edcaf3\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e689533f84e64d528b8ecd5aad6cf0d4\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\acadbcbd91b848b48ac65aa47023e26b\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3593961890854476a6881016cd113d1b\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84388e0bb95b4cbebb3952d5b6178afc\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bc50c8df938496cade5ca306fe51f4d\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e3532fd93789407f89fc0f44d736dc95\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5909fd7bd9b4b398b9340f580c693a5\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a5b2c19b01d4bceb80e774f41bdf9fa\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d07b49b78af042bd9fd268c9bece60d3\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e238ec039aad4742becc17c1c29f1043\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8507052b52534f5baf18546a2930958b\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e4097a11e58f4cd8a31f7b599b14031a\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c358a9a0436746bcb68e31576c3ecf26\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\007835fc464345ae881000796a34691a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e16f0dff94be4b45b395617854496b04\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a54a0b141d64d3ca36141b32bb05481\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00f8cb76697f407bb13d6e20185acf71\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\654f44368f664e978a0531ca51d5b6ce\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b5e2f4be1594fa59a8e2e6414ffbd75\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bdd512f2f3ed48689b6e09787181c75c\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c5e04e7370042fd9e4931d9cd2329a0\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64f00c3d69b54213b925cdd1c134dbc5\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3d6a0baa9d11469faf36cb795689b7e4\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\72e9d3e0d8a7457bbae43bb1ad4ca531\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eca5dab5b3b8481b8460baef80929b82\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08e791d9f4c44c7bb5aab4229f931546\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\07c4d076314c40b1ba870c325c81d6fa\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>