|
<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>..\..\..\..\..\artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\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="src\winforms\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="src\winforms\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="src\winforms\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="src\winforms\artifacts\obj\System.Private.Windows.Core\Release\net11.0\System.Private.Windows.Core.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\bffcc691ceb34e1bad71a541a83b7b70\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2538681ceb2b480f906afb1df7293ca8\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df04ba06d9d246dd91794b205e284b0a\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfdb143d50ab4646880b0f26b951fe08\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a2e08459d194ffdb208162bc0098d98\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0adb5389c614d36a018d77941daceab\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06d984dda63440e8acc334e336ec0da2\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d187f036277e4e9fb92896421310a602\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd837c4a2c4746bf9bda4e936a1a02c3\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f770c80bafa945898321980f9f19cec9\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d54a6662ee24c6dab27870305b8e891\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2dde5351e7c4e34931b3472ce1eb4f2\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3ba70bcc8a54576b2df6f524caa8fbf\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dfedd236cd7f459ba1d95eac643bdd78\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eba77a48bf8445e5a3fddbe6e99adf77\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0771e9f0b564636ac5ddde27bac5821\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f37bfce29e044d3982a07ad3a0e84906\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78551ffda7974348a2fd9127b6fce51a\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d67b577d56dc4f7fa50944b10cc98311\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58e5eff289cd4ccda2d8f931b46b193d\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b894c32084f47dda66d96b987d4f309\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b08147131aed43aa8cf5a314b00ff229\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b2d694a46574412a70f545373538c7a\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a49e847da0364128a14bf2b567348717\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4e70ad6b56d462e8bb87401aa491a73\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4edc7ada5cc43c9a337b7366563623e\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0eb3471e0bb24fee8d70b6d5b2b731bb\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6dbe99df2e5440aeb95c0cf8293dd7da\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f41993e7e624144a6a3d598ef899c49\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9398d00916a540ce9114cc78b5038e2b\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0524a0dad0804f35bf17d7e176f9611a\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7e0c4bc2a8240279b0b42e80e0020cf\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f3081ff2ebe4217bcbe46a10e019275\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\010fd17d9e2c4f25a2e6475d29623a8b\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24acfffba7944deb83f46230ff23101f\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fca10e23699448288cdfc417ce775a85\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8a5a984d21d4264a06442867f65ea64\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54c569afcc814de89a36a0708aef579a\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c42e85ad40aa423c80fc52e73ac314df\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65e80b762b1943bd93c26ee9029daddb\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f6053c2063645009a103da01e21d40a\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ed0968d82254beb8e7684fe6b75e4ad\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\538b27c6aab143ad956bbc0b7a2a3ea7\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7ca0aafec3a431ab20d855feb9ec51c\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9cc21f1ee5e41dc86f9ea763c888b35\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03ea89870b6a4dee9be59395a84dcf19\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a93a2ce66c54bd0a571715cdfddba19\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1dd0bae604a4faabc9e518ff202be4c\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86dadcfa79d24c01a0dc3e65eaef3101\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1476d9f2a044005ad1d01034c4fd615\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c13a4586966c4fa8b702dee6ee9370d9\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\297b4e5ff7164bfabd443db78a0b3b6e\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f09ca76fb8b44d09ac31ba04733ddbb\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b888ab9911d452fb1f10bbbdbc215ad\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3531de23e7a54b9680217c65b181aeae\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6d41af2d3bbb4815b04fa12ebfadfe90\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59f4d7c8450347a3a8c173c2739df426\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b2e001ada0e4d21b4fc192c58a4a21b\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e8fd2d28f68419a83103ca8ed66d364\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07845511b900491ba975112b3af61c91\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f3c3f3a8e754de286790098e0a16b00\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f3c905d52694b8a8ea1556d35fe14ae\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f47a6bbbd4854559aaee00530e734bf6\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\720ab4bcbc374b9591099d99f7551cdb\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5cef32a428f4a3e851ab34de098cb06\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2a6c04829bf14ef683074519aa3f26de\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf8772a8fa914d82a6ac817a51714ee5\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d69be5e1ada4b80814aa21239b843d2\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00ea4b3c03084dd2aa0e2df13ca42b00\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e9e2930791c4e12b5445d66e870fdeb\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\362f645ff58548f3a29858df0ce2dcb4\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32852410bc6245b5b9cb9cdbba81c606\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d9deaec06644f8d84c36d0c36396be7\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aae00fa6ef8847798cddd78b11136b51\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28525496e2bf46e5b3fafe3b70ad004b\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\774e31145d4c43c5a26a13470c28a9e5\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38e0399b24744d52b9b6ef99dd0b6aa9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74085d1868e2483086333d6107efe206\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\736ef4f864f94ec487d0af544d725486\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4f4e47f65d24a5ba9562ad56666739d\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2fe768415a44f5aa95a288afd3ced47\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86a387766e0b430e9e89a196ab0713c3\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\063e57cd439f4b54bbcccc772f077b97\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fca545166b5b4b94b6a291f530b2a65e\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\20bb9675fc454155be81c6b995e08b51\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b626e9629994847a3fbf61cb10b7caf\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc2c8bacf80b4fdca504efefb1c25a58\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\842dad4abb8945d794a9041bf0b287d0\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8544742faa2a4cbda78ebd6596c254c3\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6a4af4b9a2d4313af78171c73d39f42\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45f20c3231004d49b74ab56114d5ab34\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f28797d223349a68a5a739f8ec4e12e\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb916bf2af554b2e9f98238e56583707\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fcd7e6c1a4f4d5f821500f5fc27bafd\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1869a3c3b8804586b3d469dde2228e77\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3669b55d55d94df9925b8c8594f20201\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\988873e315da4fed80e8dba854ceff34\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\385941c91a2441ed8305df0e72e58966\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d579d5f1baaf4b5aa06571ed088f9aee\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0e112e8ee6c47868b86b3aef0346326\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8145d22a73e74093b08e18eb10ef0c7c\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3faa3a9e4a34534b43cf5e9482ffe02\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c4ce5d2a8974a30be4b7895abb07680\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1fd0adeb205047378c918ce52fd55798\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a87d2b327f7e4e40aaddcb389929f4f2\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a24fe26ea374dadb1c336b77d94de61\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfe8e3af2d764c47935f140ad19d5590\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77d1ec4a1a1842648e25ed3454a56c86\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\154ae692270f4eb2b471783e75759543\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84b9d9c0c7ca49a49670e09c8373c2d6\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69d8337adcbd4e1db6f8c12f4e2abe15\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\faf940a701004c64922b25f5a7c4f737\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\48315d674c6e4cb2864c9a80e67e90b6\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27bd5bcbbbe34c649012579372397e7f\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b41cea684d9a447bbc119d867176777a\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8dee0cdee4764fa3b23469fe019d5ca6\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa157aaecaf640abbc1b35594ae41c0e\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4875c9484bc44aaf84b1e205a77150a8\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a259b5e1786148e68562a5b3b0d49f9e\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff6f695422644867a1af2c51cf37a31e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d9f2fdc0923490d94fe65fcc976f53e\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\046d892021b043ce8a07cce79988beb9\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\719579c6df804d2794d347e8738add9d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\091830b391984a98b4e4c44cc1de3607\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f16c8bb9b64c4675991db36045b5c5d0\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4eaa189a2414634bf2d3b2703f3bf32\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6f7ae1c07c044ba9dd179e27a9564b8\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4c2c98f4a654068b523393a0e6ce7c3\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\039b51c711f34671b3db7ee1fa7ba025\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d5a8d6527cd443fbba13fbd3696304c\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9049c8b501094fa78313c1f181255bf2\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f916aa926084e54a26158a922d5dbb3\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ae9fa914d7044ca82f94bab36fad8d7\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a520f3a100164f84899df9e152ac02d4\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\216ad18c1e5a4645856e46fbfdf9c068\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4507abf9abee4fd8be547153ae90afce\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae6b2b939ba74bb187735cd43a36ea60\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\985a93c554164b5f80a1d47b119dbb54\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2956d38a2e6444cad46f1e7d8b64498\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\552597f59918474e9ef25f9fe8839249\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e5e2e07f6b84d97aa5d4d4965c6c0d6\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9efeda4db21d46ddb0dc9b70c90b569c\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eab96ca08f644641a43b871234a5a243\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a02c141920b54eb4bb11905297dc441d\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f9e74630bd242f7be6c76a5e28655b2\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9177ba4fa2fd421aac76874c22045502\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\48d776461e8040cb86295dc9dc5214b9\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49370cd9ed26407ea27895fe16f50a69\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c439af42c30f421babee3d7f808c6ca4\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8818ae5ef6bd41ab8ff3a20794f6d571\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3a2a5e177cc4e048effd450c21e36eb\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fe6cc974d974a56ae56e61c2adf8a5d\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3457e8e534d04530a8d85a235efbbf28\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a326563eff0f4b6eb0ed3a89a8557df1\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67f3ec2c9bfa4de3b8082ff50b0fdf1c\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1f9a0a61eaf45148dd3fc60de2e92b0\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\432bdce9bdc74c92ae2ac2973fb0fbbf\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6401d69c943e43fa9e72a5f032872301\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c205676b356048218d5f6ae9ec084f5d\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\516cb7931ba7422ab580bcfd60b1f591\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65c86777864b4f619293458e8ebbae14\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40aa326defc148d69590d171f30a7df9\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c56c9628695b43cda8a04d72914e2cee\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a233f0f341e04dc7b9cc58a0722ba6e6\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3ed247a784246a890980944903574ca\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79d36a5d271b426e9ab820bf3e367d04\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f5a5dbb7f34410295f87bd9cbfa5b56\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c98da308364e4b46994cd60a3fa063b7\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee2a9e5d594344baa011d120b1d7891a\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec99fb2d218248d0b960e4d304899d80\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d15217aac91c40ab9cdb03397c3d36e3\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55921c088bce4d3ba3d02325580b65b1\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\691a8b6cab9847c6bc4112d463f6241d\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\004b6335fae744249f233497c14d7a9d\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\373e41db77a74141b7ad5a703b768100\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f3414a4dcc2410787c06f91986fe717\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9f5056e3c244f0eade5473beafdec00\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated\0\Windows.Win32.ADVANCED_FEATURE_FLAGS.g.cs"/>
<Compile Include="_generated\1\Windows.Win32.ARRAYDESC.g.cs"/>
<Compile Include="_generated\2\Windows.Win32.BACKGROUND_MODE.g.cs"/>
<Compile Include="_generated\3\Windows.Win32.BINDPTR.g.cs"/>
<Compile Include="_generated\4\Windows.Win32.BIND_OPTS.g.cs"/>
<Compile Include="_generated\5\Windows.Win32.BITMAPINFO.g.cs"/>
<Compile Include="_generated\6\Windows.Win32.BITMAPINFOHEADER.g.cs"/>
<Compile Include="_generated\7\Windows.Win32.BI_COMPRESSION.g.cs"/>
<Compile Include="_generated\8\Windows.Win32.BLOB.g.cs"/>
<Compile Include="_generated\9\Windows.Win32.BOOL.g.cs"/>
<Compile Include="_generated\10\Windows.Win32.BSTR.g.cs"/>
<Compile Include="_generated\11\Windows.Win32.BSTRBLOB.g.cs"/>
<Compile Include="_generated\12\Windows.Win32.byte.InlineArrays.g.cs"/>
<Compile Include="_generated\13\Windows.Win32.CABOOL.g.cs"/>
<Compile Include="_generated\14\Windows.Win32.CABSTR.g.cs"/>
<Compile Include="_generated\15\Windows.Win32.CABSTRBLOB.g.cs"/>
<Compile Include="_generated\16\Windows.Win32.CAC.g.cs"/>
<Compile Include="_generated\17\Windows.Win32.CACLIPDATA.g.cs"/>
<Compile Include="_generated\18\Windows.Win32.CACLSID.g.cs"/>
<Compile Include="_generated\19\Windows.Win32.CACY.g.cs"/>
<Compile Include="_generated\20\Windows.Win32.CADATE.g.cs"/>
<Compile Include="_generated\21\Windows.Win32.CADBL.g.cs"/>
<Compile Include="_generated\22\Windows.Win32.CAFILETIME.g.cs"/>
<Compile Include="_generated\23\Windows.Win32.CAFLT.g.cs"/>
<Compile Include="_generated\24\Windows.Win32.CAH.g.cs"/>
<Compile Include="_generated\25\Windows.Win32.CAI.g.cs"/>
<Compile Include="_generated\26\Windows.Win32.CAL.g.cs"/>
<Compile Include="_generated\27\Windows.Win32.CALLCONV.g.cs"/>
<Compile Include="_generated\28\Windows.Win32.CALPSTR.g.cs"/>
<Compile Include="_generated\29\Windows.Win32.CALPWSTR.g.cs"/>
<Compile Include="_generated\30\Windows.Win32.CAPROPVARIANT.g.cs"/>
<Compile Include="_generated\31\Windows.Win32.CASCODE.g.cs"/>
<Compile Include="_generated\32\Windows.Win32.CAUB.g.cs"/>
<Compile Include="_generated\33\Windows.Win32.CAUH.g.cs"/>
<Compile Include="_generated\34\Windows.Win32.CAUI.g.cs"/>
<Compile Include="_generated\35\Windows.Win32.CAUL.g.cs"/>
<Compile Include="_generated\36\Windows.Win32.CHAR.g.cs"/>
<Compile Include="_generated\37\Windows.Win32.char.InlineArrays.g.cs"/>
<Compile Include="_generated\38\Windows.Win32.CLIPBOARD_FORMAT.g.cs"/>
<Compile Include="_generated\39\Windows.Win32.CLIPDATA.g.cs"/>
<Compile Include="_generated\40\Windows.Win32.CLSCTX.g.cs"/>
<Compile Include="_generated\41\Windows.Win32.COLORREF.g.cs"/>
<Compile Include="_generated\42\Windows.Win32.ComHelpers.g.cs"/>
<Compile Include="_generated\43\Windows.Win32.CsWin32Stamp.g.cs"/>
<Compile Include="_generated\44\Windows.Win32.CY.g.cs"/>
<Compile Include="_generated\45\Windows.Win32.DECIMAL.g.cs"/>
<Compile Include="_generated\46\Windows.Win32.DESCKIND.g.cs"/>
<Compile Include="_generated\47\Windows.Win32.DEVMODEW.g.cs"/>
<Compile Include="_generated\48\Windows.Win32.DEVMODE_COLLATE.g.cs"/>
<Compile Include="_generated\49\Windows.Win32.DEVMODE_COLOR.g.cs"/>
<Compile Include="_generated\50\Windows.Win32.DEVMODE_DISPLAY_FIXED_OUTPUT.g.cs"/>
<Compile Include="_generated\51\Windows.Win32.DEVMODE_DISPLAY_ORIENTATION.g.cs"/>
<Compile Include="_generated\52\Windows.Win32.DEVMODE_DUPLEX.g.cs"/>
<Compile Include="_generated\53\Windows.Win32.DEVMODE_FIELD_FLAGS.g.cs"/>
<Compile Include="_generated\54\Windows.Win32.DEVMODE_TRUETYPE_OPTION.g.cs"/>
<Compile Include="_generated\55\Windows.Win32.DIB_USAGE.g.cs"/>
<Compile Include="_generated\56\Windows.Win32.DISPATCH_FLAGS.g.cs"/>
<Compile Include="_generated\57\Windows.Win32.DISPPARAMS.g.cs"/>
<Compile Include="_generated\58\Windows.Win32.DI_FLAGS.g.cs"/>
<Compile Include="_generated\59\Windows.Win32.DROPDESCRIPTION.g.cs"/>
<Compile Include="_generated\60\Windows.Win32.DROPEFFECT.g.cs"/>
<Compile Include="_generated\61\Windows.Win32.DROPFILES.g.cs"/>
<Compile Include="_generated\62\Windows.Win32.DROPIMAGETYPE.g.cs"/>
<Compile Include="_generated\63\Windows.Win32.DSH_FLAGS.g.cs"/>
<Compile Include="_generated\64\Windows.Win32.DVASPECT.g.cs"/>
<Compile Include="_generated\65\Windows.Win32.DVTARGETDEVICE.g.cs"/>
<Compile Include="_generated\66\Windows.Win32.ELEMDESC.g.cs"/>
<Compile Include="_generated\67\Windows.Win32.ENHANCED_METAFILE_RECORD_TYPE.g.cs"/>
<Compile Include="_generated\68\Windows.Win32.ENHMETARECORD.g.cs"/>
<Compile Include="_generated\69\Windows.Win32.EXCEPINFO.g.cs"/>
<Compile Include="_generated\70\Windows.Win32.FACILITY_CODE.g.cs"/>
<Compile Include="_generated\71\Windows.Win32.FDEX_PROP_FLAGS.g.cs"/>
<Compile Include="_generated\72\Windows.Win32.FILETIME.g.cs"/>
<Compile Include="_generated\73\Windows.Win32.FONT_CHARSET.g.cs"/>
<Compile Include="_generated\74\Windows.Win32.FONT_CLIP_PRECISION.g.cs"/>
<Compile Include="_generated\75\Windows.Win32.FONT_OUTPUT_PRECISION.g.cs"/>
<Compile Include="_generated\76\Windows.Win32.FONT_QUALITY.g.cs"/>
<Compile Include="_generated\77\Windows.Win32.FORMATETC.g.cs"/>
<Compile Include="_generated\78\Windows.Win32.FUNCDESC.g.cs"/>
<Compile Include="_generated\79\Windows.Win32.FUNCFLAGS.g.cs"/>
<Compile Include="_generated\80\Windows.Win32.FUNCKIND.g.cs"/>
<Compile Include="_generated\81\Windows.Win32.GdiplusStartupInput.g.cs"/>
<Compile Include="_generated\82\Windows.Win32.GdiplusStartupInputEx.g.cs"/>
<Compile Include="_generated\83\Windows.Win32.GdiplusStartupOutput.g.cs"/>
<Compile Include="_generated\84\Windows.Win32.GDI_IMAGE_TYPE.g.cs"/>
<Compile Include="_generated\85\Windows.Win32.GDI_REGION_TYPE.g.cs"/>
<Compile Include="_generated\86\Windows.Win32.GET_CLASS_LONG_INDEX.g.cs"/>
<Compile Include="_generated\87\Windows.Win32.GET_DCX_FLAGS.g.cs"/>
<Compile Include="_generated\88\Windows.Win32.GET_DEVICE_CAPS_INDEX.g.cs"/>
<Compile Include="_generated\89\Windows.Win32.GET_GUI_RESOURCES_FLAGS.g.cs"/>
<Compile Include="_generated\90\Windows.Win32.GET_STOCK_OBJECT_FLAGS.g.cs"/>
<Compile Include="_generated\91\Windows.Win32.GLOBAL_ALLOC_FLAGS.g.cs"/>
<Compile Include="_generated\92\Windows.Win32.GpBitmap.g.cs"/>
<Compile Include="_generated\93\Windows.Win32.GpFont.g.cs"/>
<Compile Include="_generated\94\Windows.Win32.GpGraphics.g.cs"/>
<Compile Include="_generated\95\Windows.Win32.GpImage.g.cs"/>
<Compile Include="_generated\96\Windows.Win32.GpMetafile.g.cs"/>
<Compile Include="_generated\97\Windows.Win32.GpRegion.g.cs"/>
<Compile Include="_generated\98\Windows.Win32.HANDLE.g.cs"/>
<Compile Include="_generated\99\Windows.Win32.HANDLETABLE.g.cs"/>
<Compile Include="_generated\100\Windows.Win32.HBITMAP.g.cs"/>
<Compile Include="_generated\101\Windows.Win32.HBRUSH.g.cs"/>
<Compile Include="_generated\102\Windows.Win32.HCURSOR.g.cs"/>
<Compile Include="_generated\103\Windows.Win32.HDC.g.cs"/>
<Compile Include="_generated\104\Windows.Win32.HDC_MAP_MODE.g.cs"/>
<Compile Include="_generated\105\Windows.Win32.HDROP.g.cs"/>
<Compile Include="_generated\106\Windows.Win32.HENHMETAFILE.g.cs"/>
<Compile Include="_generated\107\Windows.Win32.HFONT.g.cs"/>
<Compile Include="_generated\108\Windows.Win32.HGDIOBJ.g.cs"/>
<Compile Include="_generated\109\Windows.Win32.HGLOBAL.g.cs"/>
<Compile Include="_generated\110\Windows.Win32.HICON.g.cs"/>
<Compile Include="_generated\111\Windows.Win32.HIGHCONTRASTW.g.cs"/>
<Compile Include="_generated\112\Windows.Win32.HIGHCONTRASTW_FLAGS.g.cs"/>
<Compile Include="_generated\113\Windows.Win32.HINSTANCE.g.cs"/>
<Compile Include="_generated\114\Windows.Win32.HMETAFILE.g.cs"/>
<Compile Include="_generated\115\Windows.Win32.HMODULE.g.cs"/>
<Compile Include="_generated\116\Windows.Win32.HMONITOR.g.cs"/>
<Compile Include="_generated\117\Windows.Win32.HPALETTE.g.cs"/>
<Compile Include="_generated\118\Windows.Win32.HPEN.g.cs"/>
<Compile Include="_generated\119\Windows.Win32.HPROPSHEETPAGE.g.cs"/>
<Compile Include="_generated\120\Windows.Win32.HRESULT.g.cs"/>
<Compile Include="_generated\121\Windows.Win32.HRGN.g.cs"/>
<Compile Include="_generated\122\Windows.Win32.HWND.g.cs"/>
<Compile Include="_generated\123\Windows.Win32.IAdviseSink.g.cs"/>
<Compile Include="_generated\124\Windows.Win32.IBindCtx.g.cs"/>
<Compile Include="_generated\125\Windows.Win32.IComIID.g.cs"/>
<Compile Include="_generated\126\Windows.Win32.ICONINFO.g.cs"/>
<Compile Include="_generated\127\Windows.Win32.IDataObject.g.cs"/>
<Compile Include="_generated\128\Windows.Win32.IDataObjectAsyncCapability.g.cs"/>
<Compile Include="_generated\129\Windows.Win32.IDispatch.g.cs"/>
<Compile Include="_generated\130\Windows.Win32.IDispatchEx.g.cs"/>
<Compile Include="_generated\131\Windows.Win32.IDLDESC.g.cs"/>
<Compile Include="_generated\132\Windows.Win32.IDLFLAGS.g.cs"/>
<Compile Include="_generated\133\Windows.Win32.IDragSourceHelper.g.cs"/>
<Compile Include="_generated\134\Windows.Win32.IDragSourceHelper2.g.cs"/>
<Compile Include="_generated\135\Windows.Win32.IDropSource.g.cs"/>
<Compile Include="_generated\136\Windows.Win32.IDropSourceNotify.g.cs"/>
<Compile Include="_generated\137\Windows.Win32.IDropTarget.g.cs"/>
<Compile Include="_generated\138\Windows.Win32.IDropTargetHelper.g.cs"/>
<Compile Include="_generated\139\Windows.Win32.IEnumFORMATETC.g.cs"/>
<Compile Include="_generated\140\Windows.Win32.IEnumMoniker.g.cs"/>
<Compile Include="_generated\141\Windows.Win32.IEnumSTATDATA.g.cs"/>
<Compile Include="_generated\142\Windows.Win32.IEnumSTATSTG.g.cs"/>
<Compile Include="_generated\143\Windows.Win32.IEnumString.g.cs"/>
<Compile Include="_generated\144\Windows.Win32.IEnumUnknown.g.cs"/>
<Compile Include="_generated\145\Windows.Win32.IGlobalInterfaceTable.g.cs"/>
<Compile Include="_generated\146\Windows.Win32.ImageLockMode.g.cs"/>
<Compile Include="_generated\147\Windows.Win32.IMAGE_FLAGS.g.cs"/>
<Compile Include="_generated\148\Windows.Win32.IMoniker.g.cs"/>
<Compile Include="_generated\149\Windows.Win32.IMPLTYPEFLAGS.g.cs"/>
<Compile Include="_generated\150\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
<Compile Include="_generated\151\Windows.Win32.INVOKEKIND.g.cs"/>
<Compile Include="_generated\152\Windows.Win32.IPersist.g.cs"/>
<Compile Include="_generated\153\Windows.Win32.IPersistStream.g.cs"/>
<Compile Include="_generated\154\Windows.Win32.IPicture.g.cs"/>
<Compile Include="_generated\155\Windows.Win32.IPictureDisp.g.cs"/>
<Compile Include="_generated\156\Windows.Win32.IRecordInfo.g.cs"/>
<Compile Include="_generated\157\Windows.Win32.IRunningObjectTable.g.cs"/>
<Compile Include="_generated\158\Windows.Win32.ISequentialStream.g.cs"/>
<Compile Include="_generated\159\Windows.Win32.IServiceProvider.g.cs"/>
<Compile Include="_generated\160\Windows.Win32.IStorage.g.cs"/>
<Compile Include="_generated\161\Windows.Win32.IStream.g.cs"/>
<Compile Include="_generated\162\Windows.Win32.ITypeComp.g.cs"/>
<Compile Include="_generated\163\Windows.Win32.ITypeInfo.g.cs"/>
<Compile Include="_generated\164\Windows.Win32.ITypeLib.g.cs"/>
<Compile Include="_generated\165\Windows.Win32.IUnknown.g.cs"/>
<Compile Include="_generated\166\Windows.Win32.IVTable.g.cs"/>
<Compile Include="_generated\167\Windows.Win32.LOCKTYPE.g.cs"/>
<Compile Include="_generated\168\Windows.Win32.LOGFONTW.g.cs"/>
<Compile Include="_generated\169\Windows.Win32.LPARAM.g.cs"/>
<Compile Include="_generated\170\Windows.Win32.LRESULT.g.cs"/>
<Compile Include="_generated\171\Windows.Win32.MODIFIERKEYS_FLAGS.g.cs"/>
<Compile Include="_generated\172\Windows.Win32.MONITORINFO.g.cs"/>
<Compile Include="_generated\173\Windows.Win32.MONITORINFOEXW.g.cs"/>
<Compile Include="_generated\174\Windows.Win32.MONITOR_FROM_FLAGS.g.cs"/>
<Compile Include="_generated\175\Windows.Win32.MSG.g.cs"/>
<Compile Include="_generated\176\Windows.Win32.MULTI_BYTE_TO_WIDE_CHAR_FLAGS.g.cs"/>
<Compile Include="_generated\177\Windows.Win32.NONCLIENTMETRICSW.g.cs"/>
<Compile Include="_generated\178\Windows.Win32.NTSTATUS.g.cs"/>
<Compile Include="_generated\179\Windows.Win32.OBJECT_IDENTIFIER.g.cs"/>
<Compile Include="_generated\180\Windows.Win32.OBJ_TYPE.g.cs"/>
<Compile Include="_generated\181\Windows.Win32.OLE_HANDLE.g.cs"/>
<Compile Include="_generated\182\Windows.Win32.PAINTSTRUCT.g.cs"/>
<Compile Include="_generated\183\Windows.Win32.PALETTEENTRY.g.cs"/>
<Compile Include="_generated\184\Windows.Win32.PARAMDESC.g.cs"/>
<Compile Include="_generated\185\Windows.Win32.PARAMDESCEX.g.cs"/>
<Compile Include="_generated\186\Windows.Win32.PARAMFLAGS.g.cs"/>
<Compile Include="_generated\187\Windows.Win32.PCSTR.g.cs"/>
<Compile Include="_generated\188\Windows.Win32.PCWSTR.g.cs"/>
<Compile Include="_generated\189\Windows.Win32.PEEK_MESSAGE_REMOVE_TYPE.g.cs"/>
<Compile Include="_generated\190\Windows.Win32.PEN_STYLE.g.cs"/>
<Compile Include="_generated\191\Windows.Win32.PICTDESC.g.cs"/>
<Compile Include="_generated\192\Windows.Win32.PICTYPE.g.cs"/>
<Compile Include="_generated\193\Windows.Win32.PInvokeCore.COMCTL32.dll.g.cs"/>
<Compile Include="_generated\194\Windows.Win32.PInvokeCore.g.cs"/>
<Compile Include="_generated\195\Windows.Win32.PInvokeCore.GDI32.dll.g.cs"/>
<Compile Include="_generated\196\Windows.Win32.PInvokeCore.gdiplus.dll.g.cs"/>
<Compile Include="_generated\197\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs"/>
<Compile Include="_generated\198\Windows.Win32.PInvokeCore.OLE32.dll.g.cs"/>
<Compile Include="_generated\199\Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs"/>
<Compile Include="_generated\200\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs"/>
<Compile Include="_generated\201\Windows.Win32.PInvokeCore.USER32.dll.g.cs"/>
<Compile Include="_generated\202\Windows.Win32.POINTL.g.cs"/>
<Compile Include="_generated\203\Windows.Win32.POINTS.g.cs"/>
<Compile Include="_generated\204\Windows.Win32.PRINTDLGEX_FLAGS.g.cs"/>
<Compile Include="_generated\205\Windows.Win32.PROPVARIANT.g.cs"/>
<Compile Include="_generated\206\Windows.Win32.PSTR.g.cs"/>
<Compile Include="_generated\207\Windows.Win32.PWSTR.g.cs"/>
<Compile Include="_generated\208\Windows.Win32.R2_MODE.g.cs"/>
<Compile Include="_generated\209\Windows.Win32.RECT.g.cs"/>
<Compile Include="_generated\210\Windows.Win32.RGBQUAD.g.cs"/>
<Compile Include="_generated\211\Windows.Win32.RGNDATA.g.cs"/>
<Compile Include="_generated\212\Windows.Win32.RGNDATAHEADER.g.cs"/>
<Compile Include="_generated\213\Windows.Win32.RGN_COMBINE_MODE.g.cs"/>
<Compile Include="_generated\214\Windows.Win32.ROP_CODE.g.cs"/>
<Compile Include="_generated\215\Windows.Win32.ROT_FLAGS.g.cs"/>
<Compile Include="_generated\216\Windows.Win32.RPC_STATUS.g.cs"/>
<Compile Include="_generated\217\Windows.Win32.SAFEARRAY.g.cs"/>
<Compile Include="_generated\218\Windows.Win32.SAFEARRAYBOUND.g.cs"/>
<Compile Include="_generated\219\Windows.Win32.SHDRAGIMAGE.g.cs"/>
<Compile Include="_generated\220\Windows.Win32.SIZE.g.cs"/>
<Compile Include="_generated\221\Windows.Win32.STATDATA.g.cs"/>
<Compile Include="_generated\222\Windows.Win32.STATFLAG.g.cs"/>
<Compile Include="_generated\223\Windows.Win32.STATSTG.g.cs"/>
<Compile Include="_generated\224\Windows.Win32.Status.g.cs"/>
<Compile Include="_generated\225\Windows.Win32.STGM.g.cs"/>
<Compile Include="_generated\226\Windows.Win32.STGMEDIUM.g.cs"/>
<Compile Include="_generated\227\Windows.Win32.STGTY.g.cs"/>
<Compile Include="_generated\228\Windows.Win32.SYSKIND.g.cs"/>
<Compile Include="_generated\229\Windows.Win32.System_Com_IAdviseSink_Extensions.g.cs"/>
<Compile Include="_generated\230\Windows.Win32.System_Com_IBindCtx_Extensions.g.cs"/>
<Compile Include="_generated\231\Windows.Win32.System_Com_IDataObject_Extensions.g.cs"/>
<Compile Include="_generated\232\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs"/>
<Compile Include="_generated\233\Windows.Win32.System_Com_IEnumSTATDATA_Extensions.g.cs"/>
<Compile Include="_generated\234\Windows.Win32.System_Com_IEnumString_Extensions.g.cs"/>
<Compile Include="_generated\235\Windows.Win32.System_Com_IGlobalInterfaceTable_Extensions.g.cs"/>
<Compile Include="_generated\236\Windows.Win32.System_Com_IMoniker_Extensions.g.cs"/>
<Compile Include="_generated\237\Windows.Win32.System_Com_IPersistStream_Extensions.g.cs"/>
<Compile Include="_generated\238\Windows.Win32.System_Com_IPersist_Extensions.g.cs"/>
<Compile Include="_generated\239\Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs"/>
<Compile Include="_generated\240\Windows.Win32.System_Com_IServiceProvider_Extensions.g.cs"/>
<Compile Include="_generated\241\Windows.Win32.System_Com_IStream_Extensions.g.cs"/>
<Compile Include="_generated\242\Windows.Win32.System_Com_ITypeComp_Extensions.g.cs"/>
<Compile Include="_generated\243\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs"/>
<Compile Include="_generated\244\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs"/>
<Compile Include="_generated\245\Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs"/>
<Compile Include="_generated\246\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs"/>
<Compile Include="_generated\247\Windows.Win32.SYSTEM_METRICS_INDEX.g.cs"/>
<Compile Include="_generated\248\Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs"/>
<Compile Include="_generated\249\Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs"/>
<Compile Include="_generated\250\Windows.Win32.System_Ole_IPicture_Extensions.g.cs"/>
<Compile Include="_generated\251\Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs"/>
<Compile Include="_generated\252\Windows.Win32.SYSTEM_PARAMETERS_INFO_ACTION.g.cs"/>
<Compile Include="_generated\253\Windows.Win32.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS.g.cs"/>
<Compile Include="_generated\254\Windows.Win32.SYS_COLOR_INDEX.g.cs"/>
<Compile Include="_generated\255\Windows.Win32.TEXT_ALIGN_OPTIONS.g.cs"/>
<Compile Include="_generated\256\Windows.Win32.TLIBATTR.g.cs"/>
<Compile Include="_generated\257\Windows.Win32.TYMED.g.cs"/>
<Compile Include="_generated\258\Windows.Win32.TYPEATTR.g.cs"/>
<Compile Include="_generated\259\Windows.Win32.TYPEDESC.g.cs"/>
<Compile Include="_generated\260\Windows.Win32.TYPEKIND.g.cs"/>
<Compile Include="_generated\261\Windows.Win32.UI_Shell_IDataObjectAsyncCapability_Extensions.g.cs"/>
<Compile Include="_generated\262\Windows.Win32.UI_Shell_IDragSourceHelper2_Extensions.g.cs"/>
<Compile Include="_generated\263\Windows.Win32.UI_Shell_IDragSourceHelper_Extensions.g.cs"/>
<Compile Include="_generated\264\Windows.Win32.UI_Shell_IDropTargetHelper_Extensions.g.cs"/>
<Compile Include="_generated\265\Windows.Win32.VARDESC.g.cs"/>
<Compile Include="_generated\266\Windows.Win32.VARENUM.g.cs"/>
<Compile Include="_generated\267\Windows.Win32.VARFLAGS.g.cs"/>
<Compile Include="_generated\268\Windows.Win32.VariableLengthInlineArray.g.cs"/>
<Compile Include="_generated\269\Windows.Win32.VARIANT.g.cs"/>
<Compile Include="_generated\270\Windows.Win32.VARIANT_BOOL.g.cs"/>
<Compile Include="_generated\271\Windows.Win32.VARKIND.g.cs"/>
<Compile Include="_generated\272\Windows.Win32.VERSIONEDSTREAM.g.cs"/>
<Compile Include="_generated\273\Windows.Win32.WIN32_ERROR.g.cs"/>
<Compile Include="_generated\274\Windows.Win32.WINDOW_LONG_PTR_INDEX.g.cs"/>
<Compile Include="_generated\275\Windows.Win32.WPARAM.g.cs"/>
<Compile Include="_generated\276\Windows.Win32.XFORM.g.cs"/>
</ItemGroup>
</Project>
|