|
<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.26160.112\tools\snk\ECMA.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;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\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\RecordMap.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Serializer\RecordType.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Serializer\SerializationHeader.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Serializer\SystemClassWithMembersAndTypes.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Support\BinaryFormatWriterScope.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Support\FormatterConverterStub.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Support\ListConverter.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Support\SerializationExtensions.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs"/>
<Compile Include="System\Private\Windows\BinaryFormat\Support\TypeExtensions.cs"/>
<Compile Include="System\Private\Windows\CoreAppContextSwitches.cs"/>
<Compile Include="System\Private\Windows\Count.cs"/>
<Compile Include="System\Private\Windows\FeatureSwitches.cs"/>
<Compile Include="System\Private\Windows\Graphics\IBitmap.cs"/>
<Compile Include="System\Private\Windows\Id.cs"/>
<Compile Include="System\Private\Windows\JsonData.cs"/>
<Compile Include="System\Private\Windows\Nrbf\CoreNrbfSerializer.cs"/>
<Compile Include="System\Private\Windows\Nrbf\FullyQualifiedTypeName.cs"/>
<Compile Include="System\Private\Windows\Nrbf\INrbfSerializer.cs"/>
<Compile Include="System\Private\Windows\Nrbf\SerializationRecordExtensions.cs"/>
<Compile Include="System\Private\Windows\Ole\BinaryFormatUtilities.cs"/>
<Compile Include="System\Private\Windows\Ole\ClipboardCore.cs"/>
<Compile Include="System\Private\Windows\Ole\Composition.cs"/>
<Compile Include="System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs"/>
<Compile Include="System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs"/>
<Compile Include="System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs"/>
<Compile Include="System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs"/>
<Compile Include="System\Private\Windows\Ole\DataFormatNames.cs"/>
<Compile Include="System\Private\Windows\Ole\DataFormatsCore.cs"/>
<Compile Include="System\Private\Windows\Ole\DataObjectCore.cs"/>
<Compile Include="System\Private\Windows\Ole\DataObjectExtensions.cs"/>
<Compile Include="System\Private\Windows\Ole\DataRequest.cs"/>
<Compile Include="System\Private\Windows\Ole\DataStore.cs"/>
<Compile Include="System\Private\Windows\Ole\DataStore.DataStoreEntry.cs"/>
<Compile Include="System\Private\Windows\Ole\DragDropFormat.cs"/>
<Compile Include="System\Private\Windows\Ole\DragDropHelper.cs"/>
<Compile Include="System\Private\Windows\Ole\FormatEnumerator.cs"/>
<Compile Include="System\Private\Windows\Ole\IComVisibleDataObject.cs"/>
<Compile Include="System\Private\Windows\Ole\IDataFormat.cs"/>
<Compile Include="System\Private\Windows\Ole\IDataObjectInternal.cs"/>
<Compile Include="System\Private\Windows\Ole\IDragEvent.cs"/>
<Compile Include="System\Private\Windows\Ole\IGiveFeedbackEvent.cs"/>
<Compile Include="System\Private\Windows\Ole\IOleServices.cs"/>
<Compile Include="System\Private\Windows\Ole\RestrictedTypeDeserializationException.cs"/>
<Compile Include="System\Private\Windows\Ole\TextDataFormat.cs"/>
<Compile Include="System\Private\Windows\Ole\TypeBinder.cs"/>
<Compile Include="System\Private\Windows\OsVersion.cs"/>
<Compile Include="System\Reflection\Metadata\TypeNameComparer.cs"/>
<Compile Include="System\Reflection\Metadata\TypeNameComparison.cs"/>
<Compile Include="System\SpanHelpers.cs"/>
<Compile Include="System\SpanReader.cs"/>
<Compile Include="System\SpanWriter.cs"/>
<Compile Include="System\Text\ValueStringBuilder.cs"/>
<Compile Include="System\TypeExtensions.cs"/>
<Compile Include="System\Types.cs"/>
<Compile Include="System\Value.cs"/>
<Compile Include="System\Value.NullableTemplate.cs"/>
<Compile Include="System\Value.PackedColor.cs"/>
<Compile Include="System\Value.PackedColorFlag.cs"/>
<Compile Include="System\Value.PackedDateTimeOffset.cs"/>
<Compile Include="System\Value.PackedDateTimeOffsetFlag.cs"/>
<Compile Include="System\Value.StraightCastFlag.cs"/>
<Compile Include="System\Value.TypeFlag.cs"/>
<Compile Include="System\Value.TypeFlags.cs"/>
<Compile Include="System\Value.Union.cs"/>
<Compile Include="System\Value.UtcDateTimeOffsetFlag.cs"/>
<Compile Include="Windows\Win32\Foundation\BOOL.cs"/>
<Compile Include="Windows\Win32\Foundation\BSTR.cs"/>
<Compile Include="Windows\Win32\Foundation\COLORREF.cs"/>
<Compile Include="Windows\Win32\Foundation\DECIMAL.cs"/>
<Compile Include="Windows\Win32\Foundation\FILETIME.cs"/>
<Compile Include="Windows\Win32\Foundation\GlobalBuffer.cs"/>
<Compile Include="Windows\Win32\Foundation\HandleRef.cs"/>
<Compile Include="Windows\Win32\Foundation\HRESULT.cs"/>
<Compile Include="Windows\Win32\Foundation\HWND.cs"/>
<Compile Include="Windows\Win32\Foundation\IHandle.cs"/>
<Compile Include="Windows\Win32\Foundation\IPointer.cs"/>
<Compile Include="Windows\Win32\Foundation\LPARAM.cs"/>
<Compile Include="Windows\Win32\Foundation\LRESULT.cs"/>
<Compile Include="Windows\Win32\Foundation\NullHandle.cs"/>
<Compile Include="Windows\Win32\Foundation\PCWSTR.cs"/>
<Compile Include="Windows\Win32\Foundation\PointerExtensions.cs"/>
<Compile Include="Windows\Win32\Foundation\POINTS.cs"/>
<Compile Include="Windows\Win32\Foundation\PWSTR.cs"/>
<Compile Include="Windows\Win32\Foundation\RECT.cs"/>
<Compile Include="Windows\Win32\Foundation\WPARAM.cs"/>
<Compile Include="Windows\Win32\Graphics\GdiPlus\GdiPlusInitialization.cs"/>
<Compile Include="Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs"/>
<Compile Include="Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\ARGB.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\ArgbBuffer.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\BeginPaintScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\CreateBrushScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\CreateDcScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\CreatePenScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\DEVMODEW.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\GetDcScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\HBITMAP.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\HDC.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\HdcHandle.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\HGDIOBJ.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\HRGN.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\IHDCContext.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\LOGFONTW.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\ObjectScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\RegionScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\RGNDATAHEADER.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SaveDcScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SelectObjectScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SetBackgroundColorScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SetBkModeScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SetMapModeScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SetRop2Scope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SetTextAlignmentScope.cs"/>
<Compile Include="Windows\Win32\Graphics\Gdi\SetTextColorScope.cs"/>
<Compile Include="Windows\Win32\MessageId.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.BitBlt.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.CallWindowProc.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.CopyImage.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.DragAcceptFiles.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.DrawIcon.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.DrawIconEx.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.EnumChildWindows.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.EnumDisplayMonitors.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.EnumThreadWindows.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.EnumWindows.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetClassLong.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetClientRect.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetIconInfo.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetObject.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetPaletteEntries.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetSysColorBrush.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetWindowLong.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetWindowRect.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetWindowText.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetWindowTextLength.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.GetWindowThreadProcessId.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.MapWindowPoints.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.MaxClassName.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.PeekMessage.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.PostMessage.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.PrintDlgEx.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.RegisterDragDrop.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.RevokeDragDrop.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.SendMessage.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.SetClassLong.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.SetWindowLong.cs"/>
<Compile Include="Windows\Win32\PInvokeCore.SystemParametersInfo.cs"/>
<Compile Include="Windows\Win32\System\Com\AgileComPointer.cs"/>
<Compile Include="Windows\Win32\System\Com\CLSID.cs"/>
<Compile Include="Windows\Win32\System\Com\ComHelpers.cs"/>
<Compile Include="Windows\Win32\System\Com\ComInterfaceTable.cs"/>
<Compile Include="Windows\Win32\System\Com\ComManagedStream.cs"/>
<Compile Include="Windows\Win32\System\Com\ComPointerList.cs"/>
<Compile Include="Windows\Win32\System\Com\ComScope.cs"/>
<Compile Include="Windows\Win32\System\Com\CY.cs"/>
<Compile Include="Windows\Win32\System\Com\GlobalInterfaceTable.cs"/>
<Compile Include="Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs"/>
<Compile Include="Windows\Win32\System\Com\IComCallableWrapper.cs"/>
<Compile Include="Windows\Win32\System\Com\IDispatch.cs"/>
<Compile Include="Windows\Win32\System\Com\IDispatch.Interface.cs"/>
<Compile Include="Windows\Win32\System\Com\IID.cs"/>
<Compile Include="Windows\Win32\System\Com\IManagedWrapper.cs"/>
<Compile Include="Windows\Win32\System\Com\ITypeInfo.cs"/>
<Compile Include="Windows\Win32\System\Com\IUnknown.CCW.cs"/>
<Compile Include="Windows\Win32\System\Com\IUnknown.cs"/>
<Compile Include="Windows\Win32\System\Com\Lifetime.cs"/>
<Compile Include="Windows\Win32\System\Com\SAFEARRAY.cs"/>
<Compile Include="Windows\Win32\System\Com\SafeArrayScope.cs"/>
<Compile Include="Windows\Win32\System\Com\STGMEDIUM.cs"/>
<Compile Include="Windows\Win32\System\Com\StructuredStorage\CA.cs"/>
<Compile Include="Windows\Win32\System\Com\WinFormsComStrategy.cs"/>
<Compile Include="Windows\Win32\System\Com\WinFormsComWrappers.cs"/>
<Compile Include="Windows\Win32\System\Ole\OLE_HANDLE.cs"/>
<Compile Include="Windows\Win32\System\Variant\VARIANT.cs"/>
<Compile Include="Windows\Win32\System\Variant\VARIANTVector.cs"/>
<Compile Include="Windows\Win32\UI\Controls\Dialogs\DEVNAMES.cs"/>
<Compile Include="Windows\Win32\UI\Controls\Dialogs\PRINTDLGEXW.cs"/>
<Compile Include="Windows\Win32\UI\Controls\Dialogs\PRINTPAGERANGE.cs"/>
<Compile Include="Windows\Win32\UI\WindowsAndMessaging\HCURSOR.cs"/>
<Compile Include="Windows\Win32\UI\WindowsAndMessaging\HICON.cs"/>
<Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONDIR.cs"/>
<Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONDIRENTRY.cs"/>
<Compile Include="Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs"/>
<Compile Include="Windows\Win32\UI\WindowsAndMessaging\WNDPROC.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Private.Windows.Core\Release\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\e756562ec06c41249d12aa296a41ac90\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\01df699b0c2e48c08d34df31dbb6c886\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb17654f55f34528939b47e305560386\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\b6a19a660b0d414eac3baa8f56c192dd\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\eff606c595814a0dbd0b07eb07664beb\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\74a4645465654656b7db2d2bd45da3c5\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a41cb6fa25d48e981c35a1282170d1e\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\9331b7e578434336b49240aa9a311516\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2433e8242b94694b81aa2844027dd1d\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\69632f9429ee4cd987b737b678aa8305\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\858f0440ea9a4a69946dcf3820be84c1\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\2bd7538606c54ee1b97617abadff4ae0\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\48005fd7b6e641a2bd3a9ef0e9a68bca\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c48abf2f9734e1981bee8d810cc6d0a\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc56c51cd1a6454fab8db0a15ece9b88\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\474e5b27bc0c41c298895a1aad3be2a5\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\a91ebe3ac5b647bd88a01a1ac161db98\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e93b334c89e4fb1a1d27ab58ac6cf33\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\89b06021c384484a9cef42c6348affb4\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\437796cfcebe45389a248fd95b896505\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\42372cb8fd3c4567978160a0dacb633b\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\c9940fffd9cb423fb43856d3d7324b19\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\08a4d5caaa0d45ba81a13013397ab5dc\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\0154eb47341f44ea9a8f52eadaa0f3ab\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\f34080de6b704b93a05eaccb8aa5115b\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e76cddeaf0604f5d92ac56b1dbc264de\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f401835ff4d475a8922457320bbbf2d\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e67c72cef1c4b1a83bc2300d58806f3\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\5097840592404748b0de60174d4bcb43\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\021d64aadfec465ba3ed830eaf60f545\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\eea7d4a1dacd4dfb83ea59f52a75771e\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\6637a0d716e64c28b50c2116b179bc8c\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a968fda63ec402a9b0fe2ebb6782e75\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\1dcdbcf3d8414fa7a5d81715b7eb0d32\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c44eca5793a4735914930ed862d0d80\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\4cfa363b83dc424da13b8379ff6bdbc9\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\23e900ac0b7341a4a382e680175089e8\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\b0829ba9b3ab4723955d199b073bfabc\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4112a85ff48488caa6bfcd62ff84e63\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f0f50dfda724441aa0934f07d3a1b03\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\06e63e28e24845bab51a03d69ed73909\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\31ad8970a68d429d9d0c68b33a5c6350\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\ref\ce860a020e494c4998c5b32e2221547d\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\fce52216aa0c49bb8b129a58a4c1de08\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\008512709b0a4ff2bf872c1c4eeab51f\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\37f4b688315f4d5b87fe386f54b271b1\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b571b7831b84ed79e73496edf65aeb8\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\374078f73e3f4e20b5f0913b3bc9a676\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\c49825cc1b8f4670b09163cea7b3b889\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\e0aa9c4d622c4ca39ea1fe558df03cc2\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\444977ede292494880f077ad14c832b3\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\642431d7dd654426b7e2108c8cb769ae\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f6f6b66230f461f811536ba1b6bab5a\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\79f01a9eb05547259c261a380685e7d3\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\289a3176d2da4f22a52bb3bb12eec1fa\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\a3530afd8d4a49b0b197f3c5e9775a32\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c9bb37245a44fa38bd11a537823f1a4\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\b943f387d71c4f4ea8086bf7c13f8ecf\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\86c71c56150a44108807a089991d31de\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\064c9c5161d7447c80212025cde45f83\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\50a4ef848410487e86d7a061f3aea565\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\bea3a6c665a5404d8fe907e5b2b0e7bd\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf9e9b988c3d4f4facd6365c84c150c6\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b7a0fd52be940818c392443125266b0\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\349fec67cbd348aaa481444e785afd85\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0288ba8e49db4fdb8b78886ae9aae812\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\5175bd426638410780e0dd2bd882ce96\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\86e16151a5144a8c9ccf5c278a01562e\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\89fcdaff45b24f10ac63a029d32c4d76\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\154672d258904960b87cbc49357cd399\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b5c75433af64d9f9ed2cf0aca8ab232\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\aeada664dc65423c956f9b21246a0671\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\ec36f1b0658948a9a8dc6c3355bb5f1b\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\b0686c1144ff4215817baa09aaddb39f\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\8fa7e5245622496d87762cae896cbd03\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe283e6e52634805a361db0dde15a4dd\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\a946e157521040d6939d09dd829a4bc8\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\334987e3d30d41ae852f3c956b027cd9\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\3d6eb69b4867431f913cb71142230a01\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\242bdaacbe9c4f528d7e603de34d0801\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\5206fbf494ed4839a8079595e46f751e\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\55cc442effbf4a74a1bca769596d50ed\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\7976092aaab343069efe8e792b523bd7\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\54adbcbd1b8149b3a62e87df4f970833\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\6160080dc5cb43d3ac5d385554c3305a\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\98c1f807b1504700abc8f22f76ab0f60\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\9f4195c269554d0ab84cbbd681b5e7c9\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5728cb59dcf46d597925abb6bf9f7ce\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\c5e2adf45cb84d43932c733984e0bde7\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\052189024efc4c2782b9b3a9f9ae17f3\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c8a7ab3afac4d45b70d3e49c5bcfeb4\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d5d9a1fb543499197740547083377cc\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\340280615866457086df590a0d051b6f\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\d3a982f80b19470499516823fd52d582\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\e2ddd5a379e448fe91f33850720c4215\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd8d362a1f1049d4adc20eb834dfe114\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\80b019b48a864e799ea11b5eb3c8f0b9\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e4db305e47bb4a9eb71888d42a846c40\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\c52c1debed8846a4a6eb461264f39930\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\d2136acd8fc8413ca14c62efa1ccf6f2\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\795d5277e70c444a952a598ab8d99b82\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\001519543498499e9198f7439f2313db\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6a5d46e5c524333a7b4d3d2254e4166\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc0d9d938c8743b1b7a325c20dbc4b88\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\a728c52d3603432594ab868f00a03ff3\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\882b13e605db49f9bc301d65cbe35dca\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\99f195f75d1c43c283e46700409aeb82\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\22a944a153124b00895e49b37457f860\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\0294ad52269e4fc4af1e747c951facfb\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\52be3ee73f9d4d68a5fff3e6516d987f\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\b2a68e8029f24ac19a1e0eead3a9115a\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f17c44ca218413bbcbb9318f0b43980\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\c09fa88db00e4321acf873a8e05d10a9\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\8add0f6af4c2403490d30cb60cea4ee8\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\e085117ee65b4c749508093e7e1874d0\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\c2520012415e4ce583c299ab56bfce2b\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\a185cb939ff54f34b63c6a89861d17b3\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\db73044af40d4c6a936a5236b73d222e\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d81267149964659b3552d94d286c4e0\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\c93c5a3c86f248f5892a5a9fd5daa22a\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\c79caa8d726442e2b844add31843a2a5\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\1ca572b07a4948a9868db41f24cad9bf\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\aae0f3888c954f5fb489f152ef1f6e4b\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\e798ad2d767640a889bb87d09141d1c9\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\1df7ce88b8e54dac993d7542f047729f\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\89f246c562c34c9cae395510ace7816b\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\31c103a162fb4b0998751e2d95419ffb\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\6378629d12174b21b4fb5fe38ca33d10\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e1d7d8c3394463fb1ec0898615a7358\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\7de5f4c479074a8eaae7b04ed497e340\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\215aff3de1cc4d3586051b87ab806c68\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\375645d21d9f4c56950b1a9ac15f343c\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\b274fec0877b479489fc90cc143f90d4\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\397e719818484405af357ca6ca7577f1\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\e43b1ab35c814ce28aaf623d02fb6e5e\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\ecc9bbe229004cbc9f5954f93ab27098\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\96173161445e4b5d81876d5f8a0414be\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\62680547abbf4a74b96d6fb8792bf468\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\17987de8d3ca4a9695fecb8ce7cb935e\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ba107dbeb29415dbf4f92ca0c5a2539\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\5bf2e40f108c4216a3d92def37b645c5\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\084fe12dd23e4f9bbbf614a190f967d6\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\95598c0e1754488bb25a1774a54e1215\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\4879e741c407493d89844c5231fa9549\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\5bdf2d3bb92c44eab1f5a84dd8773346\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\04e9693efbfa4bf39a590d59228bdd74\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\f761f6498709449a89d283f91d7f7974\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\94ca718d6a2e4d149e193d869e621372\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\37c788a0530d4c1ab219d9c2711c2cfb\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\c83605fdeb644f49ada980c0bdf53e7e\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\898c61ca09384fa197b01fb9df268733\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\307566caa2304d64a2abf19f2d2b957b\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c26d5badd944e0b88b68aff39fa0bcc\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\847921bceec348289712943b3d654378\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\33429d5726f14d85a60cd97b9cfe7c76\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\34037a0bf8d348439a4c05c9f8eadae9\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\bac2b13c47494dfc98a8802b5d4a3d8f\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\53cdb7332d82410595a7068cae062ddd\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e2a5d79099f425ba541548e03cfbe93\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\619967d0a15a42eda7ac21c5417d657a\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b1a2cccc5564cec84e0b1c2f4983e88\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\46e4274c2cb54704a9e7b6f4b66f3dfe\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b0aaecd42e1469a8da338fcf4bfa19d\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\23f1386fdbfa4f5d8c3a3e133c44e2e5\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b4c5caab5e043f68401947f96e07510\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\333ce1c93f7c4b81a28c4ab5dec6371f\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\778478b10a194a8eb03ca34130fe6e13\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\5c75375720524558a34907d1ba04a8bf\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>
|