|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>ReachFramework</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25411.109\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;REACHFRAMEWORK;DEBUG;NET;NET10_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;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\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net10.0\System.Windows.Xps.SR.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\System.Windows.Xps.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.Extended.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.Extended.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\b013453fc96642e38d8020f88f868dea\DirectWriteForwarder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afbc91fa4ec5498ea019a95df5280046\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6a89c73657b4fbdae89ed56ae2c4501\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5876708c1f5b42aebc09134ffa8e9fb1\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf8521ddcca5422cb7b6b66f2d967421\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b328cc6f906487bab56227e97c70fd9\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d983e5ee2f544099ae1289d5c75994a\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\518663fff6fd404b94d37879b870e6af\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\941d9d3e214a4122b4c074fbac5fdbe4\PresentationCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f25e63a0c5f64e87b43997788a62a463\PresentationFramework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c67de8890b14680aeeeeab7ca76bdc5\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8bfe677220443639615acd793d7c677\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61a1d7a01ccc44edae9ddec3439af3c4\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36659d80a22646898c7c6939cee48b3c\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc9f393eba334f0e914e127f5b1ec0fb\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76d2b12a6430459d887fabd2987b0b53\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\807d9772ba3a429e9a7949ef0760ed80\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\675cb2ca4dba4782a2c88f92e5749a2d\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e66a56a3aaad43a49d85d919422ebbed\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8efe941d70914886bb0452ebf9048ab4\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2dacc43f0ff242ffba40f1ab5cff2ced\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a115d9a58a5d429ebfc3efa4e06a4c3a\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76516c3cf5b044349bdb3f2511b82261\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01c1f694c7344b9fa3f9505d5106cf6b\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18e3803009f2489e83b5545801abf559\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08355d9a3ec045e894731d48707ed4ae\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad87e837c6eb4710adf80dc67257badc\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\176005b392a6484ea483699c1e3e4b23\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea03457dfb5f4415bd95881e9df20f02\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3566914c35b640d7a2bea0914e94fe69\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d44369e43faa4a3aa5ea76b8bf4ecf8e\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\164086738cb64046a16d025934e68db9\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf2e81685aff4a9ca635e489de880284\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\011847c6c09140ea9c06ded8beb78249\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d461cf4be0534d1bbbd23f9cb7243116\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65afc1d1220f4d5ba9379c7171378b08\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b28282f7cf5a43a3bbed479edbd68737\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91851baa8fbd453f9e7f02a98b560ad9\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83236f1f44724cc48cf83f7a18153f4b\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e4a921c7f644f9da0659ccacec0632a\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5598aca43543482f9dfc10a382bea30f\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\13114024ec494be080e8200c7e398147\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d91dbdb2da94e72850741a430b66ea0\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6e59f842d3b4aa5843b0a3a945c35b7\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8f3dfdb9e78453d862cf01e59b5c53c\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76b3a78b6b3d4c7381bef36b85b4a45a\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6a1199f54714d8ea45ee060e94e47f5\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d2768ecf5f34b82956d391077d64851\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\607c0f0dfdf64394bf4ff56bbea94c69\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ecc29b26444a4ddea84ddcb2a9a8cf7f\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b91a3c9812a40f1ac5a77ba79618abc\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\454348aff52e44409f764a07c9625bd7\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abd84872982e491ca6ab67379029c097\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0832edd907d543f8a24c03ad1bcd7056\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6eba8861d2ef47af94a81003d4a6f423\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d7cb1ccaf5a4cad883096f5e2e2b493\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad9cf5aecd44494f976a959bf01ee3e8\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f36fb28bb334f6b86ac4a7c6c8d352b\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62c8eb03d5e74a2e9ce1da082d741f97\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f74ae16713944d2998294355932ff21\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d50619057784196b6129ed25eb2eea9\System.IO.Packaging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b33c9d47a04f4d239145cab28e52a465\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a514c65a2cd34da4beea5c0a152728da\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3547a36aa57e4b02a7150f30cf5ef2de\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93db87cae951478091ccc33e9bbefc0a\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b774a944b2484a45aa9191669c6f47ec\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9ed4f42733c4c72b86badfb40cd70c5\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b3e5722625b41b4967c6fd36e4db420\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f567101e2144ea2ac3ae169c2addc6c\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46281850271a423c98cea15821dd32cf\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c88f36bdbbb041289dacbffad2109d14\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a08765cd25e4bcbbf13e7e5ff35e5b3\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ed2f8ef578c498db3365cba9766754c\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16a48db290634271a1b66862a197756a\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df81c7e52e294df493611bbc96068c1d\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3c216e7e2444f26bb7851a2d1a29817\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d96b6e467f8f4d30a65da5dd13f0b87e\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f74ec2a89c646609d70b4ab348441ee\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6fd88635cf74312acb3e01a29370842\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3cd9c777dad44459b48e08e77f80b323\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\586eec96fa6d4a028404d78f1dfcf902\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12216e4d49794826aa84357bcfbc011e\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b6a69311e084c8aa5d7abd0fe53af83\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8882261fa4e54fe2a757bd86879d777b\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e1b71ea83494ad587d64c8cd078e5bc\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fa52b385ac44a1ab95d404dcffcfd7f\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f92d07c4bca432da539164fe8cfc103\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ee5aaf65bb643cf8c64c15a9c7dadcc\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26e66b000f114dfb8df1e96d5161557c\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d35af573e1c4bbca348c32f73842349\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9934323689d644878062b83f90ae007d\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5533997a29e45ed833ca52ff36b9541\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\872424f3a2984e3385f439b6f891febc\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b7325da6e7b48b096c46a7bbdd8dc58\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d734830522774d6d8f18100fa8607c5b\System.Printing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abfe4c17976a487bb98210e61f8f4047\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab26c10f1508471c8dfe7aaa23d28417\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1fdbb4e595894dc491250d278ce09aa6\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db075305eef24e9f84053f42db79c514\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9904ee5f569e4988b45ad0132b57fd7e\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d65634be1e8c49f29ec5a9abe502dfa4\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a32b30dd8456415485403f41d13c888b\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab9d79a56dd54474bc0da40492b85461\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88c2bedb98494cacbba6e150addb2405\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff143416cf8849ebb29fa41a988e8100\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c1d84818fd34ba3a0ea309e8cd602e2\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\404e19e2a21448cab382a88c62a7f274\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e234a8e7a234cd792dd8a947d16e180\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8d2e6dc3ce84178b066e59a5b74d768\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ba9089e4dd54f699e19b8024bee7433\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c573df1afdc64e00bb407fd658155ffe\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\138e6883f075413c8d96e8bee8a5a1d1\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82f3888186bb45659abdca5836895e58\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aacad7887f7e4bb8be560cef243ab08d\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8249ac6f8554425181b861957a6ad146\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea70457c19cb4f85a9d401f762d5c01f\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d24e08d2f38e4ee9bcdc0e08fa3217e1\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\883250d901f34738a95f040085e30c0a\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\070b6023a8884b56b252d343a032d54f\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e51689e352e415a90ad5c58edd6aac0\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b68354db2cc428b9031bf9385d7d766\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de6fb9faaf7c4cfdac8e946effe4b6d8\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e23e49ae8c314965b9fcf31af1384fd4\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62c1a6e21c5d482b844bfe3ca0e21cf0\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ff8f8ac671c4a3796c2d06b85ddea36\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78eeaabee32e4bf2a51681451ac8bc62\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6ddb9e4a3c8463c9959114c95e69633\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\171505f5c96347218171f47ce44a3341\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f08c433cea44565a0cd1e10f1c7de47\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b70020d70984488fa23cbc5dba833d24\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5102f1d6a5eb4bd78b4c57fb4d37da67\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\042f16df62454b5888be5b0cc3e39ef7\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd98bc3775e6477ca0acbfd183cd708a\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fd4a3a98aa44ab18d07d2f2bbdf244f\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e03a0ae6ec1349cc8c3850b306e84292\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef7eb613b63448579032d9ad8943656c\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60b96c8dee704990a51ada887040bd7b\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0eb21a7d799941caa1a74c7bd45c6819\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e4895084f83406ca05ca43be88313b8\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d9cd06e855aa40fc91af66e07f2e3ba9\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37d0d4bfef724ac48b4e4e546c43917f\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1fe207a6b0149c4bf72cefcf386d06f\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa4123f4c2d54b10b5516b778bbebdb4\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\17926de68e194da284f82ac5b31327d1\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90b4174f303349ba9b2070affc5e0117\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\854c830c32084cf592e741bae991bc8e\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\166559948d3e4ad2af6012669cd1c15e\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\923da0b1264747f5a8cf6b381e9673cf\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6cd99d4b6fe43c488ce7a2e717c7784\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09439af7d0954dc6858e83c4fa3b6647\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f5c81c2e10340778074df936797ddb3\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e8d4c54a64740679545393435e91d30\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\760489acc69a4a219884352398f38ad6\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c043c683c87415b847983e91047baf6\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e44a12ee66ed458fa521216be7be8c65\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b67c4684028f4a8b905075ed531882c5\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6bd6263dd17a4ebd96064bc7200e84e8\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32d106a2f2a94bf6b00127db599e0957\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e11d31d9668417987cb6a7f07fbbfbf\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12e83a5bc1e6452a818719b9edc0944e\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e1f04c39fa946d4bd11f0cebca65795\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d27e9d94a5c949e1970e74f794a6b643\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91d35e6a7fd944b698e2559db7d0f421\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e286a06fd38453a83f0c8e7c56f83c4\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c789f68b7a7f421993fc090e48191997\System.Xaml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\517c62e064614d2896a1923f34b077cb\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83d7fdd88e234df1ab76b41871a49c5e\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2180fd10d646442480880c499b7b3e76\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8122037cb78c428095e568c3450e0002\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f91659b9db694d69b2ecc91ad2e92031\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0c045c0d45c46e18c9f3e714c243e21\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea267a241806455e9ac314761ccdca51\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40b5ccdabc2347a3803b90a43f3fdb2b\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efd5e2421d5a4972ae3a27f3fbd58e78\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4f4170f244246f7b48b0b4f306644db\WindowsBase.dll"/>
</ItemGroup>
</Project>
|