|
<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.26179.102\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\8097904419a74602b1911a5120cb09f8\DirectWriteForwarder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be283467f221456ab50412ae029c8559\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee1c61fea8cf4c7d8d3682d3b515c365\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c37f5f981e64481a0040716359a5fc3\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57c7dca925224a799d03971317cc020d\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5eeb399b057b4ca39d60056e14e9f81c\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2a4e7a3f7e442a1881296ca6237a031\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b12e8e149ab643eebbba639212576bc6\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37ef3f04140b465187b1bc4db90705c8\PresentationCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa7e972c2d81493695ab5c22a45ed95a\PresentationFramework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25f0c24985d74cbc89f52b3e40201696\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\285264bd69e1458fa8cbaca977e03f3e\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4612247e6e7442babd8f621db91c3d3f\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b3aa04ddf7c445a9d5ebea2d9f65159\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acb089d5869a40ab8c7ffcb2236df0fe\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cab4b070738b49149b4260717e06b106\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6bdae9ca3114ebfa70e62fe0f013ff0\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc646728d020436ebf59493a4c99adb4\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ba5703c9fd940a584e5e30d452e923b\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0111f4d44ad04d2599ac1fb3dfe7a569\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b10465ba5e7046c7b439f58bb9a7cd02\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2647e5ef7ec43fc85d4320897d316fc\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5979f1cd18543219a3a40b634121508\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2dbfcc235a34208a8dffc2867bb6846\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c93f992a98034eb99daa144096c2cc1b\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e283c0bd7dd544bda6d3683165acf0fa\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87774b707287426ea3260393b2469aa5\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6598f3daead42a8a24a301404e5deac\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67521ca45fc147f98aa5e51869421a65\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a91c6e2b0e394ad5a453778418ec843a\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\671fcac9970647b7863d18d35e6ab266\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c44076879a5a4019a6bdf0af2bbe606a\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\109c61d9e6ba4529a414dce4425c75a3\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e60d00223062472589a0a6fbce479a67\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94ab43451c424ddca846a15d9cad2450\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\747660d8dbc442b2a11ea7499d055429\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c40f9fe2b02f4d1596d8be51ed26a594\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39743511df734a3e885c8c8a3fe3a384\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\17d52585f54648fda2ddc657e2320dc0\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d202fad47cb4a7b80924491f261bc26\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddd979d5d2d04160846c76b11fa956b8\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eaefe8e13a2f45ef808f22557f4e1b76\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5732c1769214b7fa3b3a452b0ef735b\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45ec7f0fc81049f88931393f155f69a3\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\baa9d30418a242b2a0708c15c957bf4c\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b111ba03947647ae81180b8dfc18906b\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8bcc728a3d0a444c8b9748ce46064d12\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd5afe00fa6549e080b630010a024a29\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85c136abc6534c799842f107ac5f7d5b\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8916469923fd498ab034c5ea348560ca\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a46410c2859e425f8662f2229201c718\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d180c3962c0745e3abd5825d3ad60b72\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06411d6d95eb426c82baaafc47c32e30\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb0fa99be0e041f18611548e9807a3d8\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c6b32c9ebf1470f9a7d1088f720324d\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd3f0630cb0e4d05a6acf49dc2b92b55\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0432aecb638426bb7f4008c6121f974\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75fdefa11401419992f1c7cbf03f274e\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\371af6039fdc430e9ce4a90f9af8fb90\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36f0e2c975c846058153f226e82c8cd9\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ba64e1c0e3049b4a18d9bd4d4def32b\System.IO.Packaging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af48bc0b807447dd952761892690ea95\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d3e002da12e40a493f56c60cbd81ed9\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e130c63ae894499cb2611a0ee48cb724\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\795a1274e514409eb563a6e2dfb0f803\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8221cc35e88e4edaa9b4dd3fda5480e2\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f57d8118a8641c4aea6eb44d491284b\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\160af94397b6400bbf2476373f1a0321\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70079625000747e185c632794b7b53c4\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4333b8b61f24c539a4a1418c50c82c1\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a78b29c05d38467a8f233f94c3d00862\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8195ebeaac1f4c779c21734a40500822\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\067e11f2666742aeb318165aa6ac416b\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\113fc2e63727431ea9cceb365cc45929\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93c4776063d447b2917ecfa1509cec6b\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27f3563996144b88924ef9519afd4f14\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e00ed37e6414c869f768e3704500dcd\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4e71c44065e4b4685f65f22b32f62a5\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf1b80382cbe4f32b63f10b1c8c7c2e5\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f111710999e64397bdc42acd7e58cfe2\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d517396ed1246458659cac59f0ca0ee\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1bf782e7ade443a8c78af3ccc1aaec3\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea04b4afa0124bbdb0fa8765dfb80b61\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18c217285e0b4bada64cdf631c429946\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94b31eefa85b4133918e053acc90e1dc\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0306c7867b1f429894ee4115450c2bdc\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6666ab29e9c483289f4858bf1724566\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f9aa5faede94753995c072097771560\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4891dd907ccb43a497223d0ad4a1969a\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa0373eaa1aa4ef2bf0e922a0179db4b\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50ec8562f0c64837ba7a8afbcc500151\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96dc0a9c8bc54a41ae69a510e0df3778\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b37c866c28c40c1a9995b3a261c2cfb\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34028ccf77a241e2b9fb3ef486ba69ea\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\20923a0bfa5d4def95188e0b93052951\System.Printing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7716f130e88b48f1a82124192ec68a82\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99ff489160ca4dfd869e5d9dc27fd2c9\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\043d187b4a924924aba2020091d19a3b\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ba2e700401b4bb095835c568a073d89\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1807d94d997742b6a5ccf6f2fba573cd\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\954920a6615d43f289a484cf98e6e5fa\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09ef7ef6bef2495eac9dc5f349b1eb82\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46c88aa4e6dd4e009e20544cfbe861ef\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0da78ddc54ad4f1db7a1b2121d9236af\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d054b1a14d484ac69ca8fc17dd745570\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2da96cb6166149009f7a218664427eaf\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b42c79eeb1984668847c2f21cd2a729f\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d414a19a112f4f048aeb3d9eb1f01b85\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\399fb3d9f3da419db45715cfa7775739\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\14411b56dee5452a97f50c636e24c49c\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3328e09beed6420b80908301f860f6ba\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\463a30508f0f4180a2720af669a3fd62\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bda039db8cb4344b3aaeda66b97bdfe\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\baa766be834e4a099124786eb7cbe218\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0621ae5deb03436189cea34ef5e8c0b6\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0166cd6dc4849ee9999763b71ce527b\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3333d0e47d0d44f2b5a9a0f7c16c44bf\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d9469bdac7d14b37ae00c32858545c17\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\428ae0888bc547e2be1e81a66532ac2c\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cfe0c7fdec6146ed8926463d2b54041c\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8120e41fb2724ee8928d8ac7d5e585bd\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26f6a7b24b694c1e853c19b84ca9d054\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7883efaa1604868ad420f4127c3bc91\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89f7831adb4149b9ba5e743b5694a81b\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9fa405824ec0427aa0f2f0b02e2ac9df\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86cfd33dde80485a9f4215ba761547a2\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06230b01a3134e64be08ce0b7f59b76b\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6bcc47af20034236b581c9dac477ee43\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6503dbc69384cb1bc0d262d9bac4532\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0401907c90da4742a6aec6b5ea7e2ff5\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d06d3934f254fcda1362c999120c097\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e01be6d95d2549a4811c12ec4dd6b94a\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39667c0711f54c829ba1d17ba2376e40\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab6c41c129ad4c5d9295249a832d5c50\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51bbe308c4564c72a67939bc5f98491d\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\edb70d6701344716a40b29234201c339\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d308345d0784196bd62744e6b82d736\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7310a8f42c184291a06ac5fb4dab6067\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a4c50601a6240a090d36a257fc2710b\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a8674effb2040ad9410b1eab1367ce8\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67a5c8e94a094f5db54a1bca0af4a9de\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\097a5ae1f4164d75a11c919287b49284\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a50e2e58a3e446e7acf9b6408dedba10\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b959fbf095dc43d9af9b231796f0bcae\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5366cfed93774659ab260373572dde61\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\929bc6ce092246479d5d5f51f6f0b10b\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\826de0b9e3d94f27b3b4340943de120f\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f1d4f76e5bc4bf1a1809aa5d931a8d5\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18b6422004854514be8c984af7172091\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c62475992da548aeb6ca9f5f1477393a\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3b198138dc546aca2d5e40b75c26c3b\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a06691fd470246ca852a021d07103fd7\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a19282b44aea435ea2f20504f91d8658\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6488b22e3b814726be9b5f7a98c9bcaa\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea008263ab304c1a8113fab5b8550073\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1cfea07fee04b2aabce15b0f953d0b5\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7ec76bac8e4442cb164dd77afabf0da\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aeae6f41e2a54004a5a84581936e9256\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe41827c78af47fa82f6822bfc94ae8d\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3bb1150eb4c1404084f275fce7bb20ad\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1cb9bcca5104d22a3eb41892529cb43\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\502d62214e184018854dc46b05734e0d\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e074db8643e34e898a96ef249b25840a\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d8703c3b94d46ee8da7528eeabdef11\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2dc3da7158e447eaa4555aabc2c006a8\System.Xaml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9360719662964471b319fadd90b956e4\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddb1554a0edd4a5688680e10104d67e3\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\425851d9db6b455fb5b943504160417d\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7347b27dc404b49b83bf648ef67372c\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c85b3697c924c3e92186ec23bd76111\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f16fd1270c24cba8ae7df9e8045e424\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7db68541011d4497ab416b7686df67f1\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67522479f98e41338a1df23ad5d1fab1\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efac356083bb4ef0acbb8c0a32c89cef\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e247f8e98035428b8ec5ccb3d8d92027\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|