File: Microsoft.Private.Windows.Core.csproj
Web Access
Project: src\winforms\src\System.Private.Windows.Core\src\Microsoft.Private.Windows.Core.csproj (Microsoft.Private.Windows.Core)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.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;RELEASE;NETFRAMEWORK;NET481;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER;NET48_OR_GREATER;NET481_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Framework\System\Private\Windows\Ole\DataObjectFactory.cs"/>
    <Compile Include="Framework\Windows\Win32\IComIID.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\IAdviseSink.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\IDataObject.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\IEnumFORMATETC.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\IEnumSTATDATA.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\IGlobalInterfaceTable.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\IStream.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\ITypeInfo.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\ITypeLib.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Com\IUnknown.cs"/>
    <Compile Include="Framework\Windows\Win32\System\Ole\IDropTarget.cs"/>
    <Compile Include="Framework\Windows\Win32\UI\Shell\IDragSourceHelper2.cs"/>
    <Compile Include="Framework\Windows\Win32\UI\Shell\IDropTargetHelper.cs"/>
    <Compile Include="Framework\Windows\Win32\__char_32.cs"/>
    <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\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\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\IDispatch.cs"/>
    <Compile Include="Windows\Win32\System\Com\IID.cs"/>
    <Compile Include="Windows\Win32\System\Com\ITypeInfo.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\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="..\..\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentNullExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentNullExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentOutOfRangeExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentOutOfRangeExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\DecimalExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\DecimalExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicallyAccessedMembersAttribute.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicallyAccessedMembersAttribute.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicallyAccessedMemberTypes.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicallyAccessedMemberTypes.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\RequiresUnreferencedCodeAttribute.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\RequiresUnreferencedCodeAttribute.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\UnconditionalSuppressMessageAttribute.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\UnconditionalSuppressMessageAttribute.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\EnumExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\EnumExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\IO\BinaryReaderExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\IO\BinaryReaderExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\IO\PathExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\IO\PathExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\IO\StreamExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\IO\StreamExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\ISpanFormattable.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\ISpanFormattable.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\system\NativeIntExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\system\NativeIntExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\system\NativeUintExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\system\NativeUintExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\OperatingSystemExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\OperatingSystemExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Runtime\Versioning\PlatformAttributes.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Runtime\Versioning\PlatformAttributes.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\SpanExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\SpanExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\StringExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\StringExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Text\EncodingExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Text\EncodingExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\Threading\InterlockedExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Threading\InterlockedExtensions.cs"/>
    <Compile Include="..\..\Microsoft.Private.Windows.Polyfills\System\TypeExtensions.cs" Link="src\winforms\src\Microsoft.Private.Windows.Polyfills\System\TypeExtensions.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\Microsoft.Private.Windows.Core.GlobalUsings.g.cs" Link="src\winforms\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\Microsoft.Private.Windows.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\.NETFramework,Version=v4.8.1.AssemblyAttributes.cs" Link="src\winforms\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\.NETFramework,Version=v4.8.1.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\System.Private.Windows.Core.Resources.SR.cs" Link="src\winforms\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\System.Private.Windows.Core.Resources.SR.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\Microsoft.Private.Windows.Polyfills.Resources.SRF.cs" Link="src\winforms\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\Microsoft.Private.Windows.Polyfills.Resources.SRF.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\Microsoft.Private.Windows.Core.AssemblyInfo.cs" Link="src\winforms\artifacts\obj\Microsoft.Private.Windows.Core\Release\net481\Microsoft.Private.Windows.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\4e981d396ca34b1ea69cd655f12d18db\Microsoft.Bcl.HashCode.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55cbc7212d5342e88ba771fc7cf0606a\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2326c636b1c44835a10942b280d74e94\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b90cabc55806484ab2262b8960c3d294\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\190580251c144fbc988733ee33c3972f\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f2180a699be4b84a5732d9340190620\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d106370b34a45b3b1bce72ed9b11cca\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f51af32270704f41ad764667ad2c7361\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e48de450a4d441668e983658a7295c57\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4af09ce8ac354bfcb4022d43cf28f98f\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98fbe3a4666641578d1d87adfa8c9248\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0531eecb5f614ac09b2a6a5b6ba562fb\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40c07d09b64e44a8a1432219d3e9f1e2\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27c7dfb4b639450089148d6e6caca8cb\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8d8d7b69dc04e6886a58651cd643307\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d766f7553ab54eaa9a45ee162a1631ae\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd973a630b344d7daa2a55cc3bfd6e6e\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6def5357c0f4b439aadd997d94d3033\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5552f5dd1764d23a4f497d5e654cef9\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbe423dca04740b5b182500d40ef8bf7\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\029c369b93d3498aa76167b2a854331e\System.Xml.Linq.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.CsWin32Stamp.g.cs"/>
    <Compile Include="_generated\43\Windows.Win32.CY.g.cs"/>
    <Compile Include="_generated\44\Windows.Win32.DECIMAL.g.cs"/>
    <Compile Include="_generated\45\Windows.Win32.DESCKIND.g.cs"/>
    <Compile Include="_generated\46\Windows.Win32.DEVMODEW.g.cs"/>
    <Compile Include="_generated\47\Windows.Win32.DEVMODE_COLLATE.g.cs"/>
    <Compile Include="_generated\48\Windows.Win32.DEVMODE_COLOR.g.cs"/>
    <Compile Include="_generated\49\Windows.Win32.DEVMODE_DISPLAY_FIXED_OUTPUT.g.cs"/>
    <Compile Include="_generated\50\Windows.Win32.DEVMODE_DISPLAY_ORIENTATION.g.cs"/>
    <Compile Include="_generated\51\Windows.Win32.DEVMODE_DUPLEX.g.cs"/>
    <Compile Include="_generated\52\Windows.Win32.DEVMODE_FIELD_FLAGS.g.cs"/>
    <Compile Include="_generated\53\Windows.Win32.DEVMODE_TRUETYPE_OPTION.g.cs"/>
    <Compile Include="_generated\54\Windows.Win32.DIB_USAGE.g.cs"/>
    <Compile Include="_generated\55\Windows.Win32.DISPATCH_FLAGS.g.cs"/>
    <Compile Include="_generated\56\Windows.Win32.DISPPARAMS.g.cs"/>
    <Compile Include="_generated\57\Windows.Win32.DI_FLAGS.g.cs"/>
    <Compile Include="_generated\58\Windows.Win32.DROPDESCRIPTION.g.cs"/>
    <Compile Include="_generated\59\Windows.Win32.DROPEFFECT.g.cs"/>
    <Compile Include="_generated\60\Windows.Win32.DROPFILES.g.cs"/>
    <Compile Include="_generated\61\Windows.Win32.DROPIMAGETYPE.g.cs"/>
    <Compile Include="_generated\62\Windows.Win32.DSH_FLAGS.g.cs"/>
    <Compile Include="_generated\63\Windows.Win32.DVASPECT.g.cs"/>
    <Compile Include="_generated\64\Windows.Win32.DVTARGETDEVICE.g.cs"/>
    <Compile Include="_generated\65\Windows.Win32.ELEMDESC.g.cs"/>
    <Compile Include="_generated\66\Windows.Win32.ENHANCED_METAFILE_RECORD_TYPE.g.cs"/>
    <Compile Include="_generated\67\Windows.Win32.ENHMETARECORD.g.cs"/>
    <Compile Include="_generated\68\Windows.Win32.EXCEPINFO.g.cs"/>
    <Compile Include="_generated\69\Windows.Win32.FACILITY_CODE.g.cs"/>
    <Compile Include="_generated\70\Windows.Win32.FDEX_PROP_FLAGS.g.cs"/>
    <Compile Include="_generated\71\Windows.Win32.FILETIME.g.cs"/>
    <Compile Include="_generated\72\Windows.Win32.FONT_CHARSET.g.cs"/>
    <Compile Include="_generated\73\Windows.Win32.FONT_CLIP_PRECISION.g.cs"/>
    <Compile Include="_generated\74\Windows.Win32.FONT_OUTPUT_PRECISION.g.cs"/>
    <Compile Include="_generated\75\Windows.Win32.FONT_QUALITY.g.cs"/>
    <Compile Include="_generated\76\Windows.Win32.FORMATETC.g.cs"/>
    <Compile Include="_generated\77\Windows.Win32.FUNCDESC.g.cs"/>
    <Compile Include="_generated\78\Windows.Win32.FUNCFLAGS.g.cs"/>
    <Compile Include="_generated\79\Windows.Win32.FUNCKIND.g.cs"/>
    <Compile Include="_generated\80\Windows.Win32.GdiplusStartupInput.g.cs"/>
    <Compile Include="_generated\81\Windows.Win32.GdiplusStartupInputEx.g.cs"/>
    <Compile Include="_generated\82\Windows.Win32.GdiplusStartupOutput.g.cs"/>
    <Compile Include="_generated\83\Windows.Win32.GDI_IMAGE_TYPE.g.cs"/>
    <Compile Include="_generated\84\Windows.Win32.GDI_REGION_TYPE.g.cs"/>
    <Compile Include="_generated\85\Windows.Win32.GET_CLASS_LONG_INDEX.g.cs"/>
    <Compile Include="_generated\86\Windows.Win32.GET_DCX_FLAGS.g.cs"/>
    <Compile Include="_generated\87\Windows.Win32.GET_DEVICE_CAPS_INDEX.g.cs"/>
    <Compile Include="_generated\88\Windows.Win32.GET_GUI_RESOURCES_FLAGS.g.cs"/>
    <Compile Include="_generated\89\Windows.Win32.GET_STOCK_OBJECT_FLAGS.g.cs"/>
    <Compile Include="_generated\90\Windows.Win32.GLOBAL_ALLOC_FLAGS.g.cs"/>
    <Compile Include="_generated\91\Windows.Win32.GpBitmap.g.cs"/>
    <Compile Include="_generated\92\Windows.Win32.GpFont.g.cs"/>
    <Compile Include="_generated\93\Windows.Win32.GpGraphics.g.cs"/>
    <Compile Include="_generated\94\Windows.Win32.GpImage.g.cs"/>
    <Compile Include="_generated\95\Windows.Win32.GpMetafile.g.cs"/>
    <Compile Include="_generated\96\Windows.Win32.GpRegion.g.cs"/>
    <Compile Include="_generated\97\Windows.Win32.HANDLE.g.cs"/>
    <Compile Include="_generated\98\Windows.Win32.HANDLETABLE.g.cs"/>
    <Compile Include="_generated\99\Windows.Win32.HBITMAP.g.cs"/>
    <Compile Include="_generated\100\Windows.Win32.HBRUSH.g.cs"/>
    <Compile Include="_generated\101\Windows.Win32.HCURSOR.g.cs"/>
    <Compile Include="_generated\102\Windows.Win32.HDC.g.cs"/>
    <Compile Include="_generated\103\Windows.Win32.HDC_MAP_MODE.g.cs"/>
    <Compile Include="_generated\104\Windows.Win32.HDROP.g.cs"/>
    <Compile Include="_generated\105\Windows.Win32.HENHMETAFILE.g.cs"/>
    <Compile Include="_generated\106\Windows.Win32.HFONT.g.cs"/>
    <Compile Include="_generated\107\Windows.Win32.HGDIOBJ.g.cs"/>
    <Compile Include="_generated\108\Windows.Win32.HGLOBAL.g.cs"/>
    <Compile Include="_generated\109\Windows.Win32.HICON.g.cs"/>
    <Compile Include="_generated\110\Windows.Win32.HIGHCONTRASTW.g.cs"/>
    <Compile Include="_generated\111\Windows.Win32.HIGHCONTRASTW_FLAGS.g.cs"/>
    <Compile Include="_generated\112\Windows.Win32.HINSTANCE.g.cs"/>
    <Compile Include="_generated\113\Windows.Win32.HMETAFILE.g.cs"/>
    <Compile Include="_generated\114\Windows.Win32.HMODULE.g.cs"/>
    <Compile Include="_generated\115\Windows.Win32.HMONITOR.g.cs"/>
    <Compile Include="_generated\116\Windows.Win32.HPALETTE.g.cs"/>
    <Compile Include="_generated\117\Windows.Win32.HPEN.g.cs"/>
    <Compile Include="_generated\118\Windows.Win32.HPROPSHEETPAGE.g.cs"/>
    <Compile Include="_generated\119\Windows.Win32.HRESULT.g.cs"/>
    <Compile Include="_generated\120\Windows.Win32.HRGN.g.cs"/>
    <Compile Include="_generated\121\Windows.Win32.HWND.g.cs"/>
    <Compile Include="_generated\122\Windows.Win32.IAdviseSink.g.cs"/>
    <Compile Include="_generated\123\Windows.Win32.IBindCtx.g.cs"/>
    <Compile Include="_generated\124\Windows.Win32.ICONINFO.g.cs"/>
    <Compile Include="_generated\125\Windows.Win32.IDataObject.g.cs"/>
    <Compile Include="_generated\126\Windows.Win32.IDataObjectAsyncCapability.g.cs"/>
    <Compile Include="_generated\127\Windows.Win32.IDispatch.g.cs"/>
    <Compile Include="_generated\128\Windows.Win32.IDispatchEx.g.cs"/>
    <Compile Include="_generated\129\Windows.Win32.IDLDESC.g.cs"/>
    <Compile Include="_generated\130\Windows.Win32.IDLFLAGS.g.cs"/>
    <Compile Include="_generated\131\Windows.Win32.IDragSourceHelper.g.cs"/>
    <Compile Include="_generated\132\Windows.Win32.IDragSourceHelper2.g.cs"/>
    <Compile Include="_generated\133\Windows.Win32.IDropSource.g.cs"/>
    <Compile Include="_generated\134\Windows.Win32.IDropSourceNotify.g.cs"/>
    <Compile Include="_generated\135\Windows.Win32.IDropTarget.g.cs"/>
    <Compile Include="_generated\136\Windows.Win32.IDropTargetHelper.g.cs"/>
    <Compile Include="_generated\137\Windows.Win32.IEnumFORMATETC.g.cs"/>
    <Compile Include="_generated\138\Windows.Win32.IEnumMoniker.g.cs"/>
    <Compile Include="_generated\139\Windows.Win32.IEnumSTATDATA.g.cs"/>
    <Compile Include="_generated\140\Windows.Win32.IEnumSTATSTG.g.cs"/>
    <Compile Include="_generated\141\Windows.Win32.IEnumString.g.cs"/>
    <Compile Include="_generated\142\Windows.Win32.IEnumUnknown.g.cs"/>
    <Compile Include="_generated\143\Windows.Win32.IGlobalInterfaceTable.g.cs"/>
    <Compile Include="_generated\144\Windows.Win32.ImageLockMode.g.cs"/>
    <Compile Include="_generated\145\Windows.Win32.IMAGE_FLAGS.g.cs"/>
    <Compile Include="_generated\146\Windows.Win32.IMoniker.g.cs"/>
    <Compile Include="_generated\147\Windows.Win32.IMPLTYPEFLAGS.g.cs"/>
    <Compile Include="_generated\148\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
    <Compile Include="_generated\149\Windows.Win32.INVOKEKIND.g.cs"/>
    <Compile Include="_generated\150\Windows.Win32.IPersist.g.cs"/>
    <Compile Include="_generated\151\Windows.Win32.IPersistStream.g.cs"/>
    <Compile Include="_generated\152\Windows.Win32.IPicture.g.cs"/>
    <Compile Include="_generated\153\Windows.Win32.IPictureDisp.g.cs"/>
    <Compile Include="_generated\154\Windows.Win32.IRecordInfo.g.cs"/>
    <Compile Include="_generated\155\Windows.Win32.IRunningObjectTable.g.cs"/>
    <Compile Include="_generated\156\Windows.Win32.ISequentialStream.g.cs"/>
    <Compile Include="_generated\157\Windows.Win32.IServiceProvider.g.cs"/>
    <Compile Include="_generated\158\Windows.Win32.IStorage.g.cs"/>
    <Compile Include="_generated\159\Windows.Win32.IStream.g.cs"/>
    <Compile Include="_generated\160\Windows.Win32.ITypeComp.g.cs"/>
    <Compile Include="_generated\161\Windows.Win32.ITypeInfo.g.cs"/>
    <Compile Include="_generated\162\Windows.Win32.ITypeLib.g.cs"/>
    <Compile Include="_generated\163\Windows.Win32.IUnknown.g.cs"/>
    <Compile Include="_generated\164\Windows.Win32.LOCKTYPE.g.cs"/>
    <Compile Include="_generated\165\Windows.Win32.LOGFONTW.g.cs"/>
    <Compile Include="_generated\166\Windows.Win32.LPARAM.g.cs"/>
    <Compile Include="_generated\167\Windows.Win32.LRESULT.g.cs"/>
    <Compile Include="_generated\168\Windows.Win32.MODIFIERKEYS_FLAGS.g.cs"/>
    <Compile Include="_generated\169\Windows.Win32.MONITORINFO.g.cs"/>
    <Compile Include="_generated\170\Windows.Win32.MONITORINFOEXW.g.cs"/>
    <Compile Include="_generated\171\Windows.Win32.MONITOR_FROM_FLAGS.g.cs"/>
    <Compile Include="_generated\172\Windows.Win32.MSG.g.cs"/>
    <Compile Include="_generated\173\Windows.Win32.MULTI_BYTE_TO_WIDE_CHAR_FLAGS.g.cs"/>
    <Compile Include="_generated\174\Windows.Win32.NONCLIENTMETRICSW.g.cs"/>
    <Compile Include="_generated\175\Windows.Win32.NTSTATUS.g.cs"/>
    <Compile Include="_generated\176\Windows.Win32.OBJECT_IDENTIFIER.g.cs"/>
    <Compile Include="_generated\177\Windows.Win32.OBJ_TYPE.g.cs"/>
    <Compile Include="_generated\178\Windows.Win32.OLE_HANDLE.g.cs"/>
    <Compile Include="_generated\179\Windows.Win32.PAINTSTRUCT.g.cs"/>
    <Compile Include="_generated\180\Windows.Win32.PALETTEENTRY.g.cs"/>
    <Compile Include="_generated\181\Windows.Win32.PARAMDESC.g.cs"/>
    <Compile Include="_generated\182\Windows.Win32.PARAMDESCEX.g.cs"/>
    <Compile Include="_generated\183\Windows.Win32.PARAMFLAGS.g.cs"/>
    <Compile Include="_generated\184\Windows.Win32.PCSTR.g.cs"/>
    <Compile Include="_generated\185\Windows.Win32.PCWSTR.g.cs"/>
    <Compile Include="_generated\186\Windows.Win32.PEEK_MESSAGE_REMOVE_TYPE.g.cs"/>
    <Compile Include="_generated\187\Windows.Win32.PEN_STYLE.g.cs"/>
    <Compile Include="_generated\188\Windows.Win32.PICTDESC.g.cs"/>
    <Compile Include="_generated\189\Windows.Win32.PICTYPE.g.cs"/>
    <Compile Include="_generated\190\Windows.Win32.PInvokeCore.COMCTL32.dll.g.cs"/>
    <Compile Include="_generated\191\Windows.Win32.PInvokeCore.g.cs"/>
    <Compile Include="_generated\192\Windows.Win32.PInvokeCore.GDI32.dll.g.cs"/>
    <Compile Include="_generated\193\Windows.Win32.PInvokeCore.gdiplus.dll.g.cs"/>
    <Compile Include="_generated\194\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs"/>
    <Compile Include="_generated\195\Windows.Win32.PInvokeCore.OLE32.dll.g.cs"/>
    <Compile Include="_generated\196\Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs"/>
    <Compile Include="_generated\197\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs"/>
    <Compile Include="_generated\198\Windows.Win32.PInvokeCore.USER32.dll.g.cs"/>
    <Compile Include="_generated\199\Windows.Win32.POINTL.g.cs"/>
    <Compile Include="_generated\200\Windows.Win32.POINTS.g.cs"/>
    <Compile Include="_generated\201\Windows.Win32.PRINTDLGEX_FLAGS.g.cs"/>
    <Compile Include="_generated\202\Windows.Win32.PROPVARIANT.g.cs"/>
    <Compile Include="_generated\203\Windows.Win32.PSTR.g.cs"/>
    <Compile Include="_generated\204\Windows.Win32.PWSTR.g.cs"/>
    <Compile Include="_generated\205\Windows.Win32.R2_MODE.g.cs"/>
    <Compile Include="_generated\206\Windows.Win32.RECT.g.cs"/>
    <Compile Include="_generated\207\Windows.Win32.RGBQUAD.g.cs"/>
    <Compile Include="_generated\208\Windows.Win32.RGNDATA.g.cs"/>
    <Compile Include="_generated\209\Windows.Win32.RGNDATAHEADER.g.cs"/>
    <Compile Include="_generated\210\Windows.Win32.RGN_COMBINE_MODE.g.cs"/>
    <Compile Include="_generated\211\Windows.Win32.ROP_CODE.g.cs"/>
    <Compile Include="_generated\212\Windows.Win32.ROT_FLAGS.g.cs"/>
    <Compile Include="_generated\213\Windows.Win32.RPC_STATUS.g.cs"/>
    <Compile Include="_generated\214\Windows.Win32.SAFEARRAY.g.cs"/>
    <Compile Include="_generated\215\Windows.Win32.SAFEARRAYBOUND.g.cs"/>
    <Compile Include="_generated\216\Windows.Win32.SHDRAGIMAGE.g.cs"/>
    <Compile Include="_generated\217\Windows.Win32.SIZE.g.cs"/>
    <Compile Include="_generated\218\Windows.Win32.STATDATA.g.cs"/>
    <Compile Include="_generated\219\Windows.Win32.STATFLAG.g.cs"/>
    <Compile Include="_generated\220\Windows.Win32.STATSTG.g.cs"/>
    <Compile Include="_generated\221\Windows.Win32.Status.g.cs"/>
    <Compile Include="_generated\222\Windows.Win32.STGM.g.cs"/>
    <Compile Include="_generated\223\Windows.Win32.STGMEDIUM.g.cs"/>
    <Compile Include="_generated\224\Windows.Win32.STGTY.g.cs"/>
    <Compile Include="_generated\225\Windows.Win32.SYSKIND.g.cs"/>
    <Compile Include="_generated\226\Windows.Win32.System_Com_IAdviseSink_Extensions.g.cs"/>
    <Compile Include="_generated\227\Windows.Win32.System_Com_IBindCtx_Extensions.g.cs"/>
    <Compile Include="_generated\228\Windows.Win32.System_Com_IDataObject_Extensions.g.cs"/>
    <Compile Include="_generated\229\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs"/>
    <Compile Include="_generated\230\Windows.Win32.System_Com_IEnumSTATDATA_Extensions.g.cs"/>
    <Compile Include="_generated\231\Windows.Win32.System_Com_IEnumString_Extensions.g.cs"/>
    <Compile Include="_generated\232\Windows.Win32.System_Com_IGlobalInterfaceTable_Extensions.g.cs"/>
    <Compile Include="_generated\233\Windows.Win32.System_Com_IMoniker_Extensions.g.cs"/>
    <Compile Include="_generated\234\Windows.Win32.System_Com_IPersistStream_Extensions.g.cs"/>
    <Compile Include="_generated\235\Windows.Win32.System_Com_IPersist_Extensions.g.cs"/>
    <Compile Include="_generated\236\Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs"/>
    <Compile Include="_generated\237\Windows.Win32.System_Com_IServiceProvider_Extensions.g.cs"/>
    <Compile Include="_generated\238\Windows.Win32.System_Com_IStream_Extensions.g.cs"/>
    <Compile Include="_generated\239\Windows.Win32.System_Com_ITypeComp_Extensions.g.cs"/>
    <Compile Include="_generated\240\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs"/>
    <Compile Include="_generated\241\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs"/>
    <Compile Include="_generated\242\Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs"/>
    <Compile Include="_generated\243\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs"/>
    <Compile Include="_generated\244\Windows.Win32.SYSTEM_METRICS_INDEX.g.cs"/>
    <Compile Include="_generated\245\Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs"/>
    <Compile Include="_generated\246\Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs"/>
    <Compile Include="_generated\247\Windows.Win32.System_Ole_IPicture_Extensions.g.cs"/>
    <Compile Include="_generated\248\Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs"/>
    <Compile Include="_generated\249\Windows.Win32.SYSTEM_PARAMETERS_INFO_ACTION.g.cs"/>
    <Compile Include="_generated\250\Windows.Win32.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS.g.cs"/>
    <Compile Include="_generated\251\Windows.Win32.SYS_COLOR_INDEX.g.cs"/>
    <Compile Include="_generated\252\Windows.Win32.TEXT_ALIGN_OPTIONS.g.cs"/>
    <Compile Include="_generated\253\Windows.Win32.TLIBATTR.g.cs"/>
    <Compile Include="_generated\254\Windows.Win32.TYMED.g.cs"/>
    <Compile Include="_generated\255\Windows.Win32.TYPEATTR.g.cs"/>
    <Compile Include="_generated\256\Windows.Win32.TYPEDESC.g.cs"/>
    <Compile Include="_generated\257\Windows.Win32.TYPEKIND.g.cs"/>
    <Compile Include="_generated\258\Windows.Win32.UI_Shell_IDataObjectAsyncCapability_Extensions.g.cs"/>
    <Compile Include="_generated\259\Windows.Win32.UI_Shell_IDragSourceHelper2_Extensions.g.cs"/>
    <Compile Include="_generated\260\Windows.Win32.UI_Shell_IDragSourceHelper_Extensions.g.cs"/>
    <Compile Include="_generated\261\Windows.Win32.UI_Shell_IDropTargetHelper_Extensions.g.cs"/>
    <Compile Include="_generated\262\Windows.Win32.UnscopedRefAttribute.g.cs"/>
    <Compile Include="_generated\263\Windows.Win32.VARDESC.g.cs"/>
    <Compile Include="_generated\264\Windows.Win32.VARENUM.g.cs"/>
    <Compile Include="_generated\265\Windows.Win32.VARFLAGS.g.cs"/>
    <Compile Include="_generated\266\Windows.Win32.VariableLengthInlineArray.g.cs"/>
    <Compile Include="_generated\267\Windows.Win32.VARIANT.g.cs"/>
    <Compile Include="_generated\268\Windows.Win32.VARIANT_BOOL.g.cs"/>
    <Compile Include="_generated\269\Windows.Win32.VARKIND.g.cs"/>
    <Compile Include="_generated\270\Windows.Win32.VERSIONEDSTREAM.g.cs"/>
    <Compile Include="_generated\271\Windows.Win32.WIN32_ERROR.g.cs"/>
    <Compile Include="_generated\272\Windows.Win32.WINDOW_LONG_PTR_INDEX.g.cs"/>
    <Compile Include="_generated\273\Windows.Win32.WPARAM.g.cs"/>
    <Compile Include="_generated\274\Windows.Win32.XFORM.g.cs"/>
    <Compile Include="_generated\275\System.Diagnostics.CodeAnalysis.AllowNullAttribute.g.cs"/>
    <Compile Include="_generated\276\System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute.g.cs"/>
    <Compile Include="_generated\277\System.Diagnostics.CodeAnalysis.DisallowNullAttribute.g.cs"/>
    <Compile Include="_generated\278\System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute.g.cs"/>
    <Compile Include="_generated\279\System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.g.cs"/>
    <Compile Include="_generated\280\System.Diagnostics.CodeAnalysis.ExperimentalAttribute.g.cs"/>
    <Compile Include="_generated\281\System.Diagnostics.CodeAnalysis.MaybeNullAttribute.g.cs"/>
    <Compile Include="_generated\282\System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.g.cs"/>
    <Compile Include="_generated\283\System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.g.cs"/>
    <Compile Include="_generated\284\System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.g.cs"/>
    <Compile Include="_generated\285\System.Diagnostics.CodeAnalysis.NotNullAttribute.g.cs"/>
    <Compile Include="_generated\286\System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.g.cs"/>
    <Compile Include="_generated\287\System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.g.cs"/>
    <Compile Include="_generated\288\System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute.g.cs"/>
    <Compile Include="_generated\289\System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.g.cs"/>
    <Compile Include="_generated\290\System.Index.g.cs"/>
    <Compile Include="_generated\291\System.Range.g.cs"/>
    <Compile Include="_generated\292\System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.g.cs"/>
    <Compile Include="_generated\293\System.Runtime.CompilerServices.CallerArgumentExpressionAttribute.g.cs"/>
    <Compile Include="_generated\294\System.Runtime.CompilerServices.CollectionBuilderAttribute.g.cs"/>
    <Compile Include="_generated\295\System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.g.cs"/>
    <Compile Include="_generated\296\System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute.g.cs"/>
    <Compile Include="_generated\297\System.Runtime.CompilerServices.InterpolatedStringHandlerAttribute.g.cs"/>
    <Compile Include="_generated\298\System.Runtime.CompilerServices.IsExternalInit.g.cs"/>
    <Compile Include="_generated\299\System.Runtime.CompilerServices.ModuleInitializerAttribute.g.cs"/>
    <Compile Include="_generated\300\System.Runtime.CompilerServices.ParamCollectionAttribute.g.cs"/>
    <Compile Include="_generated\301\System.Runtime.CompilerServices.RequiredMemberAttribute.g.cs"/>
    <Compile Include="_generated\302\System.Runtime.CompilerServices.RequiresLocationAttribute.g.cs"/>
    <Compile Include="_generated\303\System.Runtime.CompilerServices.SkipLocalsInitAttribute.g.cs"/>
    <Compile Include="_generated\304\System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.g.cs"/>
  </ItemGroup>
</Project>