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.26258.110\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\761c538a15ae400996367d7535c90b5e\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\065f063ae5c541249a233bf7d02ca465\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a20d4b25e4c4f1eb90076934fdaa2c1\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\12bd8d9c0cf842a4b3ff6f7d5b2d83e3\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4d25dcbac12a4395831b05bab2c5e2ce\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bfbdac45691a47219ac57c54d53fa3d3\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a1884f58f69e4a6392fcd0fd992c4f0f\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f00a73b2371644f3aab5b5650444a6d9\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5f16de99b7224fed812288e3cdf26f54\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dabc14cf12254d34ba0ce938d7bdebdd\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6472d8ac2592407793682c95d5294908\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f55930704110403c86ddd0e7976108f8\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b786f4cd300a423d8f281184b3b069b6\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\13e5a2d89e4b4d89aa6c9e0cf899f439\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a042906affd044c88d9f9fe0808b090b\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9a46c7b9a25c4daa9ef8af3bb7dfa06e\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3df58208cb0d469b91a6c3f704eb7095\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a85d76d621584bb6ab35445ea52d49d9\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\20eceabac6cc41d8acf5034e3083e2b1\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c229983fe9d847fdb9c8e02c60068cdc\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\25e57d3e841b4bddaf56c7426171fedc\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c3dbc28ea10d4f3484433167e6b69841\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\533931afb5fb4938b136d92071f6fdc7\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8b12eab2e5084b348baca413ea94bd27\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2aa8608581b94a57ac6cf4c4235e7ff0\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\67dcd6bf9d9f40d8ac329de331b5a25d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f492a369951c44439bf0fa5da28ac6bb\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\31e1798a77ec4fd3a2259c0fa0b86d98\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edf4515bb29546fe8e1f800a332550b1\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe223db4a19341fc8c1e663f341445d0\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\68302402e5ad40ee87429d8a53a67fa8\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17cba5e109574d8287dae31c466f9e7f\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\28aa8d7bd0aa4758914e014b27cac5ef\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\53d0ccbaff0e464e8c417fa3eb7ae354\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\56c332ceeb0c4759bf4faf6abe877548\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b0a507cfe3be416eb53e06fc72370def\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f5e3502d8094a2faf7709e93968d6df\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2d84b78b4c8649e9b07bddc840da3c36\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aea0087486d54d348933de7cf28d9681\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d871baed99694b0ab9e484eb4092f16e\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8a17e69bad9474e943aa9f36af3850c\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d32fabcf9fc64a82bab09a3d8f868179\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc57d601532d40d389209c4bb82318aa\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\282321a19ead467d9161132aaecbbdff\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\667a0d0afcaf43caa764ea79c4595d2b\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c552886d26849fab7936b584d1bafd5\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\476792f9b9564e3f9394c8f7f0cb2887\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e47de37acaad4031b0a0daeae1c6b815\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65138b22db2e4a609cfa1ff82bb06897\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\21d02e71fb7e485187d139bfb4673a82\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e37327847b5a4f7faad062e14de06ee0\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d02fb5869ee846898563cd197f115e06\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8999c03b1044f6883d11379e31e009c\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6dfd554b4a494c39bce04a375ec2512b\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\317ef2cf6599465999a62a5f87f34e77\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5c4dbdb0d7f941758b519c310b2db610\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\abf00e3a4fc4478fb06c83ab0eb86b6a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ed2da3e5a474915826dbc64a3f302c5\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d6f43439ae8046ddab5a3d24242a8ab0\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5ca546bd240149709817bce958bb7dea\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\671e719ba04e404bb7246f1b1b9cad97\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\704bba8826db459d8f54c0af899cf30b\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cc1b9f4ac0c34f95a7c29efd7017c59b\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3fa35b6bc2c44eb593c319933a7a831f\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d13106f39d34463f8f5a3c4adf8a1918\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dbf2e544b16f4a398c96c5f617290e21\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a56f3bcdcee42db94d2891e1842c141\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee4a826d400346388d162cff21494e4d\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b48ecbbf4134a72814b6f379adbaf4f\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\572c7e07a5d54a88b8c6801494c766b4\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bcdb028aa0224f4bba30fb8cd2caa3ad\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\086fa7c3bec64af5a0c43e874a68df7a\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77997602c54d4dcc9154fea67affb64a\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\706841c6e1ad4916a19935b23e97da36\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d21d79927ce54c47bbfe66a5ecb0e540\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d795f54fac6f4693bf1834d42a421834\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad9bcbac057d4f519d1f564b272fba83\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f2057f797ad04ae9b5513a7cb2f4cf29\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9843f8da5fc043a28236d0a5bfeabcce\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97bb840e9b2e46469527e8eebd32b05d\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\21381ba5437c42ee88e9560ebf21e295\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\709cee0256c04cc8a4e0306a3b57f786\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\76a28fb7d7da4a48a9052677136823eb\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a41ba452f2945f786af78af67670cd2\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de3aa78d730449b19a389003d84785a2\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2724fcf3cbda4c448d461d557870b325\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a49e9bd713254b1bb6cbde70009a6ac5\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\15e8e620536342d6b64be83b85d5bc01\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\41d36bf228b14b48b0c12046065f061c\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eaace506d5aa4c059b283d246822d1a0\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb59b051025d47cd8516b600468a4d76\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6235ebaefd7240048f73f060f2037e75\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6da08b74f25d4a71afedfedfcebf5654\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69f5be7678ed4326a19f7b7e690d92e0\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\28fdc5d8966c43a9a86667cc7cdd9ea7\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\27c0ee1db9bf4980a4f1640640074c44\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7ab0fc49198342f4b756ab4d7f6dbb6a\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ac322b5149594bedac821360b9161ab0\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\44526cef24e0499ea4574c9e0920ecac\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2392dace43a74beda9f4a0af8d68d22e\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\efce49dda6994f4d9ab10b4bc8b69126\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\daf04287ba254b1fb8c437e2beaefbfd\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51d9223b813d4121b1e6f86a31601d6f\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0d4e15efbd004605bdf1b3a1b9b05c2f\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e176a13049e246bf886336d11b7f1a47\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84602a5052634d39ab0d07643ed98aff\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\610d2ad13f98490993e23fbe8dba787a\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a029816794784d3084cf8ebb128a5319\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\723fe2fdc6964ec094bbc1ca291664c4\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b040e2417bc9445587bcc3a84ef13b19\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7c9a390f3ce449cca404a87114464688\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\929898311a434ea9b087bda0912603c5\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99c9a2a8259a4dd1bc6a60d299b8bf81\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6fb31852fe644506acb3537d073752c1\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d856f3af84ca4708ab5066624a6680d0\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78752b63c92d4a86a9fcce0a9f5e7de7\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2f419754d70244b290dd13c9f5eece02\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9f2710fbf1a64211b1b43d6f332087eb\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c73f763844e946908e183e4683127b4e\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ef33f3cdccf24538bbbb56fae11b1efa\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\094eecddd5d14c2b92b180d64e281b34\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42b315fc0428412dae9353ed592a6c67\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bdbf03810172456b8aa01df9dc86c941\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9abdadffba934c57a1009c640ec42f63\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\511f3aa5ccdc41c9ad0d9be438abba69\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\66739348ddcd4aca925fbba2eb66ac50\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\14128b38472240758c6192de6679beda\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b758fe4ca324eb5a262b0d870ae1360\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\855f34e995914c219db279381eee6fbc\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55be4f1ca11a4ee9bea0632a79e68773\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\35567ffa06174119af50a45c2b7af69e\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ef3cb24daa645dd86cb252ef7b2fac8\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\044bfe0a2fc1444cb2dfda0542cb3144\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6405016ed03b42089ca342784f8adcbf\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51494a20b86a4a39a941003bfbf3b27f\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\deeec8c3f1c94cb1b2624e8686a28b1f\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4f71fee070cf46bcb5aeb411958ea12e\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\034b113d6080411b847a0ea1d1b87d27\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\83fe385f15d349bf8804731cfefec2de\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99c42db495f746fb9b50bfd2e900312a\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ba9ff626c04a41109a3238097ef09d07\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d38f4287dfa2430e9526c192a579b491\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\018637181f0c4065a8ea03c915d0a85f\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79de99f3af7049838b4a05d96a90adc3\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aab4bf829d9a413f896c493ea44ac5dd\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e95ba4ff86834b6ca79adb0cbf1f7d4e\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fbe9de30659c48138841cce653fc5706\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d764aa24155840f19b531854739ead73\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2eae52190c3347e899d452a465087eb3\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e4c1d583a2d94194aa394a9617648fe9\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75a9477c66984a149978f42635b67e2e\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2e1041e97f4944af9fb56ac9f01a60c9\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\01338a085ea246f8994dcb64ef581231\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f166ecf667634415bf5de4d6df09dd39\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dce02a7659374c7683891550f12762b9\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da509c977fc04b6c983d8253aced6705\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\74214053c9e74839b0f520e542e115d4\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\622617d29e9c424384351a2008e3d986\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6f6c6f9a54c8447bbf8bcb118691ef1c\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0f96234c03f745cda01482b4304a4d33\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4544163867d04e0ea4676934dec571fc\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5337dcd773fa4cf98f65c73f1e96963d\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edf48a04dada4bbd8f3e1603d0dcb09f\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\862734de8b1f4b58a900a58c6a325427\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ce7617c422a747ecabaf8fdfb9e9b9d1\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\02b4218d890347c8b92891332911516e\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\523d371d821d46919c4d046d14bdd4b1\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3d891d18c52b40e983b5fe6e7c5c29db\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c6523f809159463e942df9e3f4c8fa53\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c35d869e0e4b4ab0bc63d86ea90aa1b3\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55781cae8e6d4e1d9c800e0e83659e61\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a005384e80ef45b4973e2d6cdbf46195\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23437279264c41018f96053250cc8bfe\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\98c496c14dae4cc0b6a6127236e1ccad\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73234f3acb72410182cd4d2796de5263\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\554429eb448f4581bc63e25785998f19\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a6bad380a4c1435994b7d0c1056b1706\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>