File: ReachFramework.csproj
Web Access
Project: src\src\Microsoft.DotNet.Wpf\src\ReachFramework\ReachFramework.csproj (ReachFramework)
<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>ReachFramework</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26229.113\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;REACHFRAMEWORK;DEBUG;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="..\Common\src\System\SR.cs" Link="src\Microsoft.DotNet.Wpf\src\Common\src\System\SR.cs"/>
    <Compile Include="..\Shared\RefAssemblyAttrs.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\RefAssemblyAttrs.cs"/>
    <Compile Include="..\Shared\MS\Internal\SafeSecurityHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs"/>
    <Compile Include="..\Shared\MS\Internal\SecurityHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SecurityHelper.cs"/>
    <Compile Include="..\Shared\MS\Internal\UriComparer.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\UriComparer.cs"/>
    <Compile Include="..\Shared\MS\Utility\BindUriHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\BindUriHelper.cs"/>
    <Compile Include="GlobalUsings.cs"/>
    <Compile Include="Serialization\Manager\IXpsSerializationManager.cs"/>
    <Compile Include="Serialization\Manager\IXpsSerializationManagerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsOMHierarchySimulator.cs"/>
    <Compile Include="Serialization\Manager\XpsOMSerializationManager.cs"/>
    <Compile Include="Serialization\Manager\XpsOMSerializationManagerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsOMDocumentSequenceSerializer.cs"/>
    <Compile Include="Serialization\Manager\XpsOMDocumentSequenceSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsOMFixedDocumentSerializer.cs"/>
    <Compile Include="Serialization\Manager\XpsOMFixedDocumentSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsOMFixedPageSerializer.cs"/>
    <Compile Include="Serialization\Manager\XpsOMFixedPageSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsOMDocumentPaginatorSerializer.cs"/>
    <Compile Include="Serialization\Manager\XpsOMDocumentPaginatorSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsOMDocumentPageSerializer.cs"/>
    <Compile Include="Serialization\Manager\XpsOMDocumentPageSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsOMPackagingPolicy.cs"/>
    <Compile Include="Serialization\Manager\XpsSerializationManager.cs"/>
    <Compile Include="Serialization\Manager\XpsSerializationManagerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsDocumentEvent.cs"/>
    <Compile Include="Serialization\Manager\ReachFixedDocumentSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachFixedDocumentSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsTokenContext.cs"/>
    <Compile Include="Serialization\Manager\ReachSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachFixedPageSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachFixedPageSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentPageSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentPageSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentReferenceSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentReferenceSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentReferenceCollectionSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentReferenceCollectionSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentSequenceSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachDocumentSequenceSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachIDocumentPaginatorSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachIDocumentPaginatorSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachPageContentCollectionSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachPageContentCollectionSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachUIElementCollectionSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachUIElementCollectionSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachPageContentSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachPageContentSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsPackagingPolicy.cs"/>
    <Compile Include="Serialization\Manager\NullPackagingPolicy.cs"/>
    <Compile Include="Serialization\Manager\ReachVisualSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachVisualSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\MetroSerializationManager.cs"/>
    <Compile Include="Serialization\Manager\NGCSerializationManager.cs"/>
    <Compile Include="Serialization\Manager\NGCSerializationManagerAsync.cs"/>
    <Compile Include="Serialization\Manager\NGCSerializer.cs"/>
    <Compile Include="Serialization\Manager\NGCSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\NGCPageContentCollectionSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\NGCPageContentSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\NGCUIElementCollectionSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\ReachBasicContext.cs"/>
    <Compile Include="Serialization\Manager\ReachObjectContext.cs"/>
    <Compile Include="Serialization\Manager\ReachSerializationCacheItems.cs"/>
    <Compile Include="Serialization\Manager\ReachSerializationUtils.cs"/>
    <Compile Include="Serialization\Manager\ReachNamespaceInfo.cs"/>
    <Compile Include="Serialization\Manager\ReachSerializableProperties.cs"/>
    <Compile Include="Serialization\Manager\ReachPrintTicketSerializer.cs"/>
    <Compile Include="Serialization\Manager\ReachPrintTicketSerializerAsync.cs"/>
    <Compile Include="Serialization\Manager\XpsLiterals.cs"/>
    <Compile Include="Serialization\RCW\XPS_COLOR_TYPE_UNION.cs"/>
    <Compile Include="Serialization\RCW\IOpcPartUri.cs"/>
    <Compile Include="Serialization\RCW\IOpcUri.cs"/>
    <Compile Include="Serialization\RCW\IPrintDocumentPackageTarget.cs"/>
    <Compile Include="Serialization\RCW\IPrintDocumentPackageStatusEvent.cs"/>
    <Compile Include="Serialization\RCW\ISequentialStream.cs"/>
    <Compile Include="Serialization\RCW\IUri.cs"/>
    <Compile Include="Serialization\RCW\IXpsDocumentPackageTarget.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMCanvas.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMColorProfileResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMColorProfileResourceCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMCoreProperties.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMDashCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMDictionary.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMDocument.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMDocumentCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMDocumentSequence.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMDocumentStructureResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMFontResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMFontResourceCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGeometry.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGeometryFigure.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGeometryFigureCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGlyphs.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGlyphsEditor.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGradientBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGradientStop.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMGradientStopCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMImageBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMImageResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMImageResourceCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMLinearGradientBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMMatrixTransform.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMNameCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMObjectFactory.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPackage.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPackageWriter.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPage.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPageReference.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPageReferenceCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPart.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPartResources.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPartUriCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPath.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMPrintTicketResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMRadialGradientBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMRemoteDictionaryResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMRemoteDictionaryResourceCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMShareable.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMSignatureBlockResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMSignatureBlockResourceCollection.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMSolidColorBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMStoryFragmentsResource.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMThumbnailGenerator.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMTileBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMVisual.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMVisualBrush.cs"/>
    <Compile Include="Serialization\RCW\IXpsOMVisualCollection.cs"/>
    <Compile Include="Serialization\RCW\PrintDocumentPackageCompletion.cs"/>
    <Compile Include="Serialization\RCW\PrintDocumentPackageStatus.cs"/>
    <Compile Include="Serialization\RCW\PrintDocumentPackageStatusProvider.cs"/>
    <Compile Include="Serialization\RCW\tagSTATSTG.cs"/>
    <Compile Include="Serialization\RCW\Uri_PROPERTY.cs"/>
    <Compile Include="Serialization\RCW\XpsOMThumbnailGenerator.cs"/>
    <Compile Include="Serialization\RCW\XpsOMThumbnailGeneratorClass.cs"/>
    <Compile Include="Serialization\RCW\XPS_COLOR.cs"/>
    <Compile Include="Serialization\RCW\XPS_COLOR_INTERPOLATION.cs"/>
    <Compile Include="Serialization\RCW\XPS_COLOR_TYPE.cs"/>
    <Compile Include="Serialization\RCW\XPS_DASH.cs"/>
    <Compile Include="Serialization\RCW\XPS_DASH_CAP.cs"/>
    <Compile Include="Serialization\RCW\XPS_DOCUMENT_TYPE.cs"/>
    <Compile Include="Serialization\RCW\XPS_FILL_RULE.cs"/>
    <Compile Include="Serialization\RCW\XPS_FONT_EMBEDDING.cs"/>
    <Compile Include="Serialization\RCW\XPS_GLYPH_INDEX.cs"/>
    <Compile Include="Serialization\RCW\XPS_GLYPH_MAPPING.cs"/>
    <Compile Include="Serialization\RCW\XPS_IMAGE_TYPE.cs"/>
    <Compile Include="Serialization\RCW\XPS_INTERLEAVING.cs"/>
    <Compile Include="Serialization\RCW\XPS_LINE_CAP.cs"/>
    <Compile Include="Serialization\RCW\XPS_LINE_JOIN.cs"/>
    <Compile Include="Serialization\RCW\XPS_MATRIX.cs"/>
    <Compile Include="Serialization\RCW\XPS_OBJECT_TYPE.cs"/>
    <Compile Include="Serialization\RCW\XPS_POINT.cs"/>
    <Compile Include="Serialization\RCW\XPS_RECT.cs"/>
    <Compile Include="Serialization\RCW\XPS_SCRGB_COLOR.cs"/>
    <Compile Include="Serialization\RCW\XPS_SEGMENT_STROKE_PATTERN.cs"/>
    <Compile Include="Serialization\RCW\XPS_SEGMENT_TYPE.cs"/>
    <Compile Include="Serialization\RCW\XPS_SIZE.cs"/>
    <Compile Include="Serialization\RCW\XPS_SPREAD_METHOD.cs"/>
    <Compile Include="Serialization\RCW\XPS_SRGB_COLOR.cs"/>
    <Compile Include="Serialization\RCW\XPS_STYLE_SIMULATION.cs"/>
    <Compile Include="Serialization\RCW\XPS_THUMBNAIL_SIZE.cs"/>
    <Compile Include="Serialization\RCW\XPS_TILE_MODE.cs"/>
    <Compile Include="Serialization\RCW\_FILETIME.cs"/>
    <Compile Include="Serialization\RCW\_LARGE_INTEGER.cs"/>
    <Compile Include="Serialization\RCW\_SECURITY_ATTRIBUTES.cs"/>
    <Compile Include="Serialization\RCW\_SYSTEMTIME.cs"/>
    <Compile Include="Serialization\RCW\_ULARGE_INTEGER.cs"/>
    <Compile Include="packaging\XpsDigitalSignature.cs"/>
    <Compile Include="Packaging\XpsFixedDocumentSequenceReaderWriter.cs"/>
    <Compile Include="Packaging\DocumentStructureProvider.cs"/>
    <Compile Include="Packaging\XpsFixedDocumentReaderWriter.cs"/>
    <Compile Include="Packaging\XpsFixedPageReaderWriter.cs"/>
    <Compile Include="Packaging\XPSSignatureDefinition.cs"/>
    <Compile Include="Packaging\PartEditor.cs"/>
    <Compile Include="Packaging\XpsFont.cs"/>
    <Compile Include="Packaging\XpsImage.cs"/>
    <Compile Include="Packaging\XpsColorContext.cs"/>
    <Compile Include="Packaging\XpsResourceDictionary.cs"/>
    <Compile Include="Packaging\XpsThumbnail.cs"/>
    <Compile Include="Packaging\XpsInterleavingPolicy.cs"/>
    <Compile Include="Packaging\XpsManager.cs"/>
    <Compile Include="Packaging\XpsPartBase.cs"/>
    <Compile Include="Packaging\XpsDocument.cs"/>
    <Compile Include="Packaging\XpsResource.cs"/>
    <Compile Include="Packaging\XpsResourcePolicy.cs"/>
    <Compile Include="Packaging\XpsStructure.cs"/>
    <Compile Include="Serialization\VisualSerializer.cs"/>
    <Compile Include="Serialization\VisualTreeFlattener.cs"/>
    <Compile Include="Serialization\ColorTypeConverter.cs"/>
    <Compile Include="Serialization\DrawingContextFlattener.cs"/>
    <Compile Include="Serialization\TreeWalkProgress.cs"/>
    <Compile Include="Serialization\XpsFontSubsetter.cs"/>
    <Compile Include="Serialization\FontTypeConverter.cs"/>
    <Compile Include="Serialization\ImageSourceTypeConverter.cs"/>
    <Compile Include="Serialization\XpsFontSerializationService.cs"/>
    <Compile Include="Serialization\XpsImageSerializationService.cs"/>
    <Compile Include="Serialization\Crc32.cs"/>
    <Compile Include="SerializerFactory\XpsSerializerFactory.cs"/>
    <Compile Include="SerializerFactory\XpsSerializerWriter.cs"/>
    <Compile Include="AlphaFlattener\Primitive.cs"/>
    <Compile Include="AlphaFlattener\PrimitiveList.cs"/>
    <Compile Include="AlphaFlattener\Utility.cs"/>
    <Compile Include="AlphaFlattener\BrushProxy.cs"/>
    <Compile Include="AlphaFlattener\ImageProxy.cs"/>
    <Compile Include="AlphaFlattener\Interfaces.cs"/>
    <Compile Include="AlphaFlattener\DrawingContext.cs"/>
    <Compile Include="AlphaFlattener\Flattener.cs"/>
    <Compile Include="AlphaFlattener\PrimitiveRenderer.cs"/>
    <Compile Include="AlphaFlattener\MetroDevice.cs"/>
    <Compile Include="AlphaFlattener\SegmentTree.cs"/>
    <Compile Include="AlphaFlattener\Optimizer.cs"/>
    <Compile Include="PrintSystemExceptions\InteropWin32ApiThunk.cs"/>
    <Compile Include="PrintSystemExceptions\PrintSystemException.cs"/>
    <Compile Include="PrintConfig\FallbackPTProvider.cs"/>
    <Compile Include="PrintConfig\JobCollate.cs"/>
    <Compile Include="PrintConfig\JobDuplex.cs"/>
    <Compile Include="PrintConfig\DocumentNUp.cs"/>
    <Compile Include="PrintConfig\JobStaple.cs"/>
    <Compile Include="PrintConfig\PageCanvasSize.cs"/>
    <Compile Include="PrintConfig\PageCopyCount.cs"/>
    <Compile Include="PrintConfig\PageDeviceFont.cs"/>
    <Compile Include="PrintConfig\PageMediaSize.cs"/>
    <Compile Include="PrintConfig\PageMediaType.cs"/>
    <Compile Include="PrintConfig\PageOrientation.cs"/>
    <Compile Include="PrintConfig\PageOutputColor.cs"/>
    <Compile Include="PrintConfig\PageResolution.cs"/>
    <Compile Include="PrintConfig\PageScaling.cs"/>
    <Compile Include="PrintConfig\PageTrueTypeFont.cs"/>
    <Compile Include="PrintConfig\JobPageOrder.cs"/>
    <Compile Include="PrintConfig\PageBorderless.cs"/>
    <Compile Include="PrintConfig\PageOutputQuality.cs"/>
    <Compile Include="PrintConfig\PhotoPrintingIntent.cs"/>
    <Compile Include="PrintConfig\JobInputBins.cs"/>
    <Compile Include="PrintConfig\ParameterRefs.cs"/>
    <Compile Include="PrintConfig\PrintCapabilitesWriter.cs"/>
    <Compile Include="PrintConfig\PrintSchema.cs"/>
    <Compile Include="PrintConfig\PrintSchemaShim.cs"/>
    <Compile Include="PrintConfig\PrtCap_Base.cs"/>
    <Compile Include="PrintConfig\PrtCap_Builder.cs"/>
    <Compile Include="PrintConfig\PrtCap_Public.cs"/>
    <Compile Include="PrintConfig\PrtCap_Public_Simple.cs"/>
    <Compile Include="PrintConfig\PrtCap_Reader.cs"/>
    <Compile Include="PrintConfig\PrtTicket_Base.cs"/>
    <Compile Include="PrintConfig\PrtTicket_Editor.cs"/>
    <Compile Include="PrintConfig\PrtTicket_Public.cs"/>
    <Compile Include="PrintConfig\PrtTicket_Public_Simple.cs"/>
    <Compile Include="PrintConfig\PTConverter.cs"/>
    <Compile Include="PrintConfig\PTManager.cs"/>
    <Compile Include="PrintConfig\PTProvider.cs"/>
    <Compile Include="PrintConfig\PTUtility.cs"/>
    <Compile Include="PrintConfig\PTProviderBase.cs"/>
    <Compile Include="Exceptions\XpsException.cs"/>
    <Compile Include="Exceptions\XpsPackagingException.cs"/>
    <Compile Include="Exceptions\XpsSerializationException.cs"/>
    <Compile Include="MS\Internal\Printing\MostFrequentlyUsedCache.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DeviceCap.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\PRINTER_INFO_2.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\PRINTER_INFO_8_AND_9.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DeviceCapability.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeCollate.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeColor.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeDitherTypes.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeDuplex.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeFields.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeICMIntents.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeICMMethod.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeMediaTypes.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeNUp.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeOrientation.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModePaperSizes.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModePaperSources.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeResolutions.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevModeTrueTypeOption.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DevMode.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\SafeWinSpoolPrinterHandle.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\COMPSTUISRID.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\DocumentPropertiesFlags.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\HGlobalBuffer.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\LoadLibraryExFlags.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\SafeModuleHandle.cs"/>
    <Compile Include="MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs"/>
    <Compile Include="MS\Internal\Printing\TestHook.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\System.Windows.Xps.SR.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\System.Windows.Xps.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.Extended.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.Extended.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\6560597a49254496a5c3e3b889ac96ed\DirectWriteForwarder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f7be4935d16047e4ae6aec66a0ac484e\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\852fb643af63494ba438d29665ec7750\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3ad7944b1d542e6a007be34831fa9da\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed653b964c914333871a36cd47e9a357\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7afc08ce1f8e472fb1dadcf70c58f72e\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\635915ef21a4416c812864585dd9e837\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0651692247e64f60be46b927753c5ec7\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\378473b83dba4845868d9f8c457bf795\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\138dca724e4442df873422258749dbcf\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca34436fe8f4414196bf7e2a1f2f1032\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd837aa03a6844e798a461c8aa4be77e\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b164be2070ea4c08965ad5b118b3ffe3\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69a698b9418a4e3eae6b3e7de3e2eabf\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5353f6f9bfa54ee9afea5d3bcc49159c\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a3463bc98bc4161a299a39e29696201\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ca42c79a8124b83966871df94eb2562\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f9e8bd9686340978753dcfd0e4d759f\PresentationCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abd1daed70d04102b02b2f490a140d1a\PresentationFramework.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\721378be55d94cc887d7fd5def66b19a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8cd348b43a3846219805442107627a04\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be50a3580eaa4e90861c716da64c81d2\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18827a3e7ab7477eb290b5df376abee2\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca2ae932b4a14498a905378cec63c9d2\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca127f3f91054dd38d8797709b0958c7\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1dcc9d40259f43528823890bf7575054\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e5f6721e7c64123881362c082457381\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\485b348b53ea47e1aebd8a3476c22948\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a43507fc66ca43bb95e55a8bad38304d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\845c049dba76490a9743e4f2610975d0\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20ce8368ac2c4caa9c636c703af15444\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22c106e945eb404c98b3fcd2c7be92c2\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a94726dee1764a8c9778c8dd4fdedd58\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a79bfb818fa49b3861027713477470a\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dbf127fcf8c487b9444168065124703\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d5b7906820f941869fa599700104b379\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b51469361b434fca9b428361c4b9cab1\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f645d0dac43f4a54af6da2b44b2db4ff\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22cfb34da658408f9ed8b8e26c557381\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\748b3cfd51af488687c289038a2bc8f9\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18dbc5d5b2db4a899becacd55623fd68\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\627e43eb04fd4bac8a1935df56c02042\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5681f7b7af04dbcb2f1492588907f09\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0452eba616534cdda15686c92cf394cd\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd2f89446dfb48909009af7b317fd334\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c1d2780c4494872ada8c3c996c261fa\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9641781b673e40a382360b1df69caf87\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aed88134f317470082de1c3729441923\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35e08fc5bac24e8dbeb88b1fe9f9e074\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2cb26983c0034a9a914f45e52ff332b8\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a660eb4a14304e328afcce3b1039ad7f\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5388d77f72c427dbc3adda7462f7ebb\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45d85af2ca814b1db93e8980dee23c32\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dae830d2b00b4cda94ce07a8111d8092\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8204791afc2a4800880343708b86e686\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\beb47f0f1fd548929a56ac3ee27dc545\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9329f6712e7b426a8004af749ce132d3\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ff0b8fec6d542cd8b6dd954eb54d4f2\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c9c2a991ccc4e78907776e75f066b28\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e7ba8b99b52416da85c35cc1637219e\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40b33e954e324351b349ed8d045a6c7b\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\954d58dbd17c4f96b109acf3c0a60724\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94c87d961d5a4adab123d9b81ff7a518\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27af58a009fb4a3eb9bf5c0e63b15548\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e06e85f1b4f4effad6b9b1eb3dee8fc\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e50a0cb235a04338a16a06d3594130bd\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0833006fe7a44de48152a535fcf3f042\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc4e2d5924364f94bf422d97a7e84b04\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59df65b26b704818b978d7ce4a16ddfa\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69d6e16a9f264937b6f74eb75ae64df3\System.IO.Packaging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f284f47ded6444e9e2f6a992667e2be\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4ff85343b8d4eefba42997d020234c4\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb1a0c27adc645e7aeb38fba3fbf61ad\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86a3de59fb8e490f844bafdda2544e04\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24d93d04341b4672abc88880d43bb527\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e81b83b29c0040fa93bd69cedbd51adc\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\827595f7228c47daa158f725a784c5a7\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02561aa57f444895970f9357276973b2\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff4378bd55824a5aa8eb2bc3050e926a\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\188656024d434de1ae9d7806705ae8bf\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f032ff1fd9c04d60933a0539ce3ce145\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ec2c9cb45d947bf958ad51dee188ca7\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3af46f102b0e4f5ba7177dfd701cbe19\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\312045977be44b61b65602a441034f73\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3322986030c3435da225b442df403fa2\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28d2540ac0f8422ab300f75cc3ee4c66\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65d3f74590b640bfa98e3926cab8fa61\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17a73eae6329443491f116b2e5bbf8f4\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9481503b11da4525a9074f6ec9d67497\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\497372b186634ead9183c592c1fc4159\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aab79964d2ee4b009ef031d2551d3a8b\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52794be2093d4078a185c92f3498a784\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69a5785971ad497c8e0e0a3acd9442da\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\facab04fb3cb47e9a2f7788c2aa194d6\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8b234ab134746569fd43e384a201df7\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0bcfa3566b7e484a9efc2d9097a9304e\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d397ffdea4a46729c89db4f684d019b\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f009bb695ce942ac8ed9bfa2d4fbd2c1\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59750fd976eb42ef91dbcb5ae8f8e332\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa9677c3f480426db805bcc61f751759\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2dee83e07544a0baf8fc9218db7b7ae\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69971f1c6d254dc087e9871632b359d3\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de8a85a65595438a9a1a643ffb360536\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\237a2e545b874acf81f7dfe35ba74765\System.Printing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12fd14d6e33c43aa8d9ed05e5ff682c0\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa5305c071164b10a3f9fe69e6c278da\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\289a148c03c649a8a1c9f9424089dff4\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f08ddd2c568b40e2a8be6c80c5d64c05\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac480fee8320412ba4fd230ffeb4d0a5\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4891ba8f6614c3a85b8ae61c3f0f8fd\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\803fec4ee8f4435ca16dec653bdedb59\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e94ea0dcbdc452fa6dd7e5eacbb3785\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36d38a1fbb1c4c369671d18752ca2c44\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81db86d69e70433aadced00bd57bb2c7\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de24f77071f64c92b18f0cc82aa6315c\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0fad928c55848598bd17ba51829f822\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c01d78c3b2e4585adfde91e3595da34\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdd65fc66b6c480f926d998ff00f563f\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8d34a95208f4e9f87afb9aeab3af231\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\362712bab4c6467594060bfffbb9d88a\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31918b01fd24472b875662326ad20305\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e573df916dd74f74bef6bd7b5a7bdbba\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\030006f3d38447e682f4d1c00bdc0e9d\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\510c0e88be7548b4a9d3ae9aefd60122\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c178c973e524148b15869f3dfa9fd81\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3319646b14fe406babd01a42cdaa0b0f\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b621a53c79a47e0bdc413c3d072fb81\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e471c148130f45b6b5244682cdee5180\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acd163c4dec84cf6b7deb4b9234eddb0\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\284717eb5e394e379ab22aa80b85a5db\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e841f547a8f43a280cb62ed0f7f0cf3\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbd77b0fd38246dda2b008bf53088bdb\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8451d5df4bc040c8ae002e0d3c93a25c\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a6ffcfbd3f64921ac845e60b0ee24ce\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\435d2da005aa484a8c5b1606e148a569\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7a708c6c03d4cf18e168b5c0527589c\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b6af3f05a254b8ca9c455404ea4e38e\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\180e85ccddf543e0a6e5c0b063a70c25\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0449d47f205429e8f9cccbd4c342b8e\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b08bb9de0fe4b8685ad16cdd16ab566\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8599fb09a9c7433787ceef3e85729405\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6cfb6c2046184a0a8edae0ec4fa1caeb\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b35cb77399634132888994b1c61f558c\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b3cbddfa39c4692a5fda75b90e685f3\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bccc0e0e96dc472badbdd5a70011953d\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\574b255dc99b45cca3495a61f8111b35\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8162c0dac53d4ef281bb28ce466d6ba7\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\478a66c82cf54aa896b80f6197d67852\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e2e8e0772d64703a40b6538a68023ea\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21126d105be744b7a5ed545a5f7d4aa2\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92888368095146ea93e469de17ef7cff\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0f78b4c8c80444296e0bd08aff56bab\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f76dc38d5974ebba687847e640e99bd\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4858c9253054a9b8262953a1b48d6ba\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\951e945388e74cb48e395171982bf6fa\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2323fde3faf14df69e22a29442b716df\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1d1bfe2d8ba4462bafc97c3e8049be5\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce7023783d444e74aa31fe695be3174a\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dab0667f222c424fb7153ed3a5708a5a\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9f08027fd154c47b6a17316acaf3b9d\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0dc011b8a8449f89e36f8332e2f3da0\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ea9dbb1557d459dad414fec367192b9\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f655285837cb412c8dacfd230fad59cb\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fade79a44b1f44c28d5889b19a1b7faa\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cdf98ec5bd3948a2b75f526e2da064c1\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab0d055f8635479e8851738580240a3e\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36da1a9a4c044f14a9c9be52ee362713\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\639fb81b7a724d66a9501c7247f2affa\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\472bff9f2c6646b69b8464290876df55\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0c08111bf5f462e952aca8cc731aaca\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1db184a2ccf542b0a146c797f695ff6f\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abd223858ec4431b92672799e42493b5\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a58836859f04a99b976c6ae9cd18d1e\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a17873454b6c403db2ea74ff09a00c3a\System.Xaml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3ecbd335c9541d1aa32b7bd2d19a36e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68b597a49ad54401804a6866bc50c69b\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe689a184a3144f5bf9a4253a03394c2\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09a3c38647a6472ea25960ddbb35615d\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94916fe3983f4a3bb9c8b409ae2740c4\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23305095db0240f7ae3a78c17156b040\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\301bfb4a26da4c99aed341b4c0a767ae\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b21e5e6f432c493a98ccf8c069881b6b\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4cdbc9024c7e426d81fb6ae7219936a3\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25f6c8595ef941d5903ef7ec54b72baa\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>