|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.Maui.Essentials</AssemblyName>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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="Accelerometer\Accelerometer.shared.cs"/>
<Compile Include="Accelerometer\AccelerometerQueue.shared.cs"/>
<Compile Include="AppActions\AppActions.shared.cs"/>
<Compile Include="AppInfo\AppInfo.shared.cs"/>
<Compile Include="AppInfo\AppTheme.shared.cs"/>
<Compile Include="AppInfo\LayoutDirection.shared.cs"/>
<Compile Include="AssemblyInfo\AssemblyInfo.shared.cs"/>
<Compile Include="Barometer\Barometer.shared.cs"/>
<Compile Include="Battery\Battery.shared.cs"/>
<Compile Include="Browser\Browser.shared.cs"/>
<Compile Include="Browser\BrowserLaunchMode.shared.cs"/>
<Compile Include="Browser\BrowserLaunchOptions.shared.cs"/>
<Compile Include="Browser\BrowserTitleMode.shared.cs"/>
<Compile Include="Clipboard\Clipboard.shared.cs"/>
<Compile Include="Compass\Compass.shared.cs"/>
<Compile Include="Compass\LowPassFilter.shared.cs"/>
<Compile Include="Connectivity\Connectivity.shared.cs"/>
<Compile Include="Contacts\Contacts.shared.cs"/>
<Compile Include="DeviceDisplay\DeviceDisplay.shared.cs"/>
<Compile Include="DeviceInfo\DeviceInfo.shared.cs"/>
<Compile Include="Email\Email.shared.cs"/>
<Compile Include="FilePicker\FilePicker.shared.cs"/>
<Compile Include="FileSystem\FileSystem.shared.cs"/>
<Compile Include="FileSystem\FileSystemUtils.shared.cs"/>
<Compile Include="Flashlight\Flashlight.shared.cs"/>
<Compile Include="Geocoding\Geocoding.shared.cs"/>
<Compile Include="Geolocation\Geolocation.shared.cs"/>
<Compile Include="Geolocation\GeolocationError.shared.cs"/>
<Compile Include="Geolocation\GeolocationListeningFailedEventArgs.shared.cs"/>
<Compile Include="Geolocation\GeolocationListeningRequest.shared.cs"/>
<Compile Include="Geolocation\GeolocationLocationChangedEventArgs.shared.cs"/>
<Compile Include="Geolocation\GeolocationRequest.shared.cs"/>
<Compile Include="GlobalSuppressions.shared.cs"/>
<Compile Include="Gyroscope\Gyroscope.shared.cs"/>
<Compile Include="HapticFeedback\HapticFeedback.shared.cs"/>
<Compile Include="HapticFeedback\HapticFeedbackType.shared.cs"/>
<Compile Include="Launcher\Launcher.shared.cs"/>
<Compile Include="Magnetometer\Magnetometer.shared.cs"/>
<Compile Include="MainThread\MainThread.shared.cs"/>
<Compile Include="Map\Map.shared.cs"/>
<Compile Include="Map\MapLaunchOptions.shared.cs"/>
<Compile Include="Map\NavigationMode.shared.cs"/>
<Compile Include="MediaPicker\MediaPicker.shared.cs"/>
<Compile Include="OrientationSensor\OrientationSensor.shared.cs"/>
<Compile Include="Permissions\Permissions.shared.cs"/>
<Compile Include="PhoneDialer\PhoneDialer.shared.cs"/>
<Compile Include="Platform\Platform.shared.cs"/>
<Compile Include="Preferences\Preferences.shared.cs"/>
<Compile Include="Properties\AssemblyInfo.shared.cs"/>
<Compile Include="Screenshot\Screenshot.shared.cs"/>
<Compile Include="SecureStorage\SecureStorage.shared.cs"/>
<Compile Include="SemanticScreenReader\SemanticScreenReader.shared.cs"/>
<Compile Include="Share\Share.shared.cs"/>
<Compile Include="Sms\Sms.shared.cs"/>
<Compile Include="TextToSpeech\TextToSpeech.shared.cs"/>
<Compile Include="Types\Contact.shared.cs"/>
<Compile Include="Types\DeviceIdiom.shared.cs"/>
<Compile Include="Types\DevicePlatform.shared.cs"/>
<Compile Include="Types\DisplayInfo.shared.cs"/>
<Compile Include="Types\DisplayOrientation.shared.cs"/>
<Compile Include="Types\DisplayRotation.shared.cs"/>
<Compile Include="Types\Location.shared.cs"/>
<Compile Include="Types\LocationExtensions.shared.cs"/>
<Compile Include="Types\Placemark.shared.cs"/>
<Compile Include="Types\PlacemarkExtensions.shared.cs"/>
<Compile Include="Types\SensorSpeed.shared.cs"/>
<Compile Include="Types\Shared\Exceptions.shared.cs"/>
<Compile Include="Types\Shared\Utils.shared.cs"/>
<Compile Include="Types\Shared\WebUtils.shared.cs"/>
<Compile Include="UnitConverters\UnitConverters.shared.cs"/>
<Compile Include="VersionTracking\VersionTracking.shared.cs"/>
<Compile Include="Vibration\Vibration.shared.cs"/>
<Compile Include="WebAuthenticator\AppleSignInAuthenticator.shared.cs"/>
<Compile Include="WebAuthenticator\WebAuthenticator.shared.cs"/>
<Compile Include="WebAuthenticator\WebAuthenticatorResult.shared.cs"/>
<Compile Include="Connectivity\Connectivity.shared.enums.cs"/>
<Compile Include="Permissions\Permissions.shared.enums.cs"/>
<Compile Include="AppInfo\AppInfo.netstandard.cs"/>
<Compile Include="DeviceInfo\DeviceInfo.netstandard.cs"/>
<Compile Include="FileSystem\FileSystem.netstandard.cs"/>
<Compile Include="Geocoding\Geocoding.netstandard.cs"/>
<Compile Include="MainThread\MainThread.netstandard.cs"/>
<Compile Include="Permissions\Permissions.netstandard.cs"/>
<Compile Include="Preferences\Preferences.netstandard.cs"/>
<Compile Include="SecureStorage\SecureStorage.netstandard.cs"/>
<Compile Include="TextToSpeech\TextToSpeech.netstandard.cs"/>
<Compile Include="Accelerometer\Accelerometer.netstandard.tvos.macos.cs"/>
<Compile Include="AppActions\AppActions.netstandard.tvos.watchos.macos.tizen.cs"/>
<Compile Include="Barometer\Barometer.netstandard.tvos.macos.cs"/>
<Compile Include="Battery\Battery.netstandard.tvos.cs"/>
<Compile Include="Browser\Browser.netstandard.tvos.watchos.cs"/>
<Compile Include="Clipboard\Clipboard.netstandard.tvos.watchos.tizen.cs"/>
<Compile Include="Compass\Compass.netstandard.tvos.watchos.macos.cs"/>
<Compile Include="Connectivity\Connectivity.netstandard.watchos.cs"/>
<Compile Include="Contacts\Contacts.netstandard.tvos.watchos.cs"/>
<Compile Include="DeviceDisplay\DeviceDisplay.netstandard.tvos.watchos.cs"/>
<Compile Include="Email\Email.netstandard.tvos.watchos.cs"/>
<Compile Include="FilePicker\FilePicker.netstandard.watchos.tvos.cs"/>
<Compile Include="Flashlight\Flashlight.netstandard.tvos.watchos.macos.cs"/>
<Compile Include="Geolocation\Geolocation.netstandard.tvos.watchos.cs"/>
<Compile Include="Gyroscope\Gyroscope.netstandard.tvos.macos.cs"/>
<Compile Include="HapticFeedback\HapticFeedback.netstandard.tvos.watchos.cs"/>
<Compile Include="Launcher\Launcher.netstandard.watchos.cs"/>
<Compile Include="Magnetometer\Magnetometer.netstandard.tvos.macos.cs"/>
<Compile Include="Map\Map.netstandard.tvos.cs"/>
<Compile Include="MediaPicker\MediaPicker.netstandard.watchos.tvos.cs"/>
<Compile Include="OrientationSensor\OrientationSensor.netstandard.tvos.macos.cs"/>
<Compile Include="PhoneDialer\PhoneDialer.netstandard.tvos.watchos.cs"/>
<Compile Include="Screenshot\Screenshot.netstandard.watchos.macos.cs"/>
<Compile Include="SemanticScreenReader\SemanticScreenReader.netstandard.tvos.watchos.macos.cs"/>
<Compile Include="Share\Share.netstandard.tvos.watchos.cs"/>
<Compile Include="Sms\Sms.netstandard.tvos.watchos.cs"/>
<Compile Include="Vibration\Vibration.netstandard.tvos.watchos.macos.cs"/>
<Compile Include="WebAuthenticator\AppleSignInAuthenticator.netstandard.android.tvos.watchos.uwp.tizen.macos.cs"/>
<Compile Include="WebAuthenticator\WebAuthenticator.netstandard.watchos.tizen.cs"/>
<Compile Include="..\..\..\artifacts\obj\Essentials\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\Essentials\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Essentials\Debug\net9.0\Essentials.AssemblyInfo.cs" Link="artifacts\obj\Essentials\Debug\net9.0\Essentials.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\59d5c5aa21d841848801e8fa4cae7ab6\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\fbaade8989c642318f827a9f41192983\Microsoft.Maui.Graphics.dll"/>
<ReferencePath Include="..\..\..\..\ref\7393c2b8e20d45c783a6d506dadcfb58\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\5fdf4026bcd34d3594fc6a8a744d52d0\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\c151fd1b2b7546d19a2e697286d900dc\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\f43e7da3213c4bed98b421f899f1a41d\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c6b895a648a4a9d8e87bcd9cf4018c1\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\6291998ee3f641648774d0434deceb2d\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\d8212879580f43b38d74d9dc3a2b4f1b\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\52255cf9e0fd40e0ab5210a336b8251c\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e5e080fb6ee4d7c8be915b1efa45205\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\0e9f52f8d78c4d16a0c8acc4bea76e8a\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\203c4fca5aa44c789a81002bd1f48fe7\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\a00181a4efac4423b2484070baa81dcb\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\9cdc72ccfe2e4130b79f9ef03bf980e6\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\97ae1cbb22dd4a0db14b8f6e04d819c5\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\03695ca4604d423eab1a2c01f6344463\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\cabfb8bc1a4e4c1580776d0d00defc36\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\93039088140247e988ff0d548a0c1df9\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\6cd52a083bc84ce687a814d760ceea88\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\c06e92209d994c97856e40f79cb079d1\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\31368206c4c94ccea06233e74d15a63a\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\786956ec934b4be29db809750edc9dec\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\4eb2efd0d2a54349aacffec45bdb9899\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\e2406361c24243379f5b4210fff957fe\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\c139b6b3e5ca424997cec5b4f42acd08\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\7d483f5f802e428d9993e6d9cbde07d4\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\498e7bf912fe4071b1777812f6c28895\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\6d45d01a8ea44281a3e8e008091569d9\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\91a92ebb62e24d1a9ae16c65c447907c\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f42025cac764e36b7422e3fad73ab5c\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\3cbf9e0d61dd486e97400a5a563cd021\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a7357d42dd849c4b3146714102436ea\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f07d7963c8945e4afd6d06bd478ddaf\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\5ded8562b6da4130a107da06ca1f6ffc\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\49062f490b3245aabb83e1b7e46bd8fe\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d1cbe75460a46a1b836f821b402f87f\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\3977a5f9ed9c4aed8a90d530f219feda\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\5f099ffaa6a1457cb47f6360f6a5fb45\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\facdd77521e84b1c9ff50053fe1497e2\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\668095b2cc9d4b84b1ea6a3e0964e0a7\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\27dffe6e844141e38dccf2671fefcd97\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\4cec13069c3c491c91f39ebb4b7f83cc\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0c4a9e0b729469c95ad49518e3a67a3\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\93ef8b7ac542458eb90cfe82f4d0826f\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\f863aca8e884449e8d0d9a06cbe44430\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\769e46ac202e4eb7895eb0d5f794fee0\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f5530847f7348848de0ad969b5a6d80\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\90530c5aa1054184983e19434fe77fcd\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\4635f59a53054d23a171b53f3ef61a0d\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\80e2d7648a6b463580b63d4f3587e2d5\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\adc1269414364affa5d7a416a5464ba6\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\36da671ecb5e450b81edadcbfe4652ca\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d8d4efd240a4f2482006d252290c0e8\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\2eee6734d7c94d3c9b5714d9e063dd88\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\38ed706f69054b52aed58824044dbbba\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\503387768d80410c84d9752c85ccf333\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\99339aab36dc4f828d3e22bc78383019\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\634721a4f3f941138a36fc22e61b997c\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\b94bd79250074e488bcec8123b19d2d9\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\23133763f3a74217a84dda13f6f425ff\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\02a1e350ef4a47a399cba4b31774c9b9\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\4401b83f28534be6b660f8077bb60959\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\473dfd4440944955a7a633aa53dc51d4\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9520692eeadb41c49439b66402ae669b\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\5e7d75758fc04e47ac1e685a86647331\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c78d05c9a3d406f890d440edf63bc25\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\cdf9146d1b30469ba5af07b555b2b4f1\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ed2c70130094e158887ccf482a6fc26\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\0dabc38821814174ad26bcf28ee96b47\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\22741ca4593d4e149af5e4b540cb98c2\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\948204a2c86d476195dcd0ab9506f02d\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\587180a244934d42a0c894183464ff40\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\5c8c481f31ca42eea197ea5d11c413e2\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8feec40be644bb5bf5047cd54c75d68\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\39bb0e7044224978a9e6fcc29a2356ff\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5da9e4ecef1430cac34f3a1f1618aa7\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5674b6fa6e24cfda793bba201cfdc89\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\7da0e71558a9438f9430938cb3a3a80f\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\942d682badd64d378ea3021619317daf\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\94cb87f32c31452bb0c51eae356ec6ef\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\d43ed906e6be4d31ad8bc3f9979415f7\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5627a13b06248c8879e2394c8698767\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\580233b2926945ed942a3e621d65b3ae\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a94739bbd144c8098ac6d6c9f7ec0aa\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\834a027e6fe646a191935c1af4636883\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\8109db46ad594703b5ebac53027d67d9\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\827adbc471774c64a6a93658a5d3010e\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\b6bc86515ef0409f83b47d7c1bb27eec\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\c861d50303de45ce89d446b5f8731bfc\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\d78d016a2d2f450fa780af0126583899\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\40541be02bea4e25b75a0e758f2e1d64\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f2cd1092ace4fcab77867bea7e57d6d\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\0a973423d21a4a9c8061320bb5d17fd9\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\88fe74a50905456e8aa524fea335f346\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\aef1c6ce329045f6b6deb28433397a04\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\49ced5e0a5bd4b4e8cd8cdb8bd849e55\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\5e0a87bf9ac4491d831f42fc3a58f7ec\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\860db9da490e4c678051874ac9f6a97f\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\bf4f8444b0c44dda89f1f5dbc874e753\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\bec8a22e0c9a4a7e9df2700417f98e1d\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6027126896d4a06a348f86ee2a25559\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\52e79d110d1f47a5bc05b6f459d2a9ba\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\49b542d5003847c6936c2416e1ff0b56\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc36206b71144a12a9e55a920057b546\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f33d689ea74748e3b538b61f885d6b70\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\94a656e9116e484b80e65883f809377f\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\5cf05ad71e574d21b30884e67fcf25b8\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\9095a0f6c0b74ce0ad76b9ccec4c85c7\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d4eea6535c0485fa99bc695d7874881\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0eca4bca50e4e459ffd2648d4b35e9f\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\a4ae02d472674b2f95ec041430087368\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\0adc6d386cc74c889a59c76fc750e3c0\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\2379ef2c7a2745a997f67b802223240a\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\e0a8408107d041faae9bfb324412c81c\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d7b75f1a57f4fc0bad9692725614d59\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea6676ef2404463c9373db3d649f17f2\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\3e228e9570fc4a30944ee36e22801c9b\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\fdb91aa818194e2ea4932df37becceae\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb6a6536288d4b949c582746baae2924\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d341aace8674727b2bd76a56134852e\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\871b6ff68346400b90fe3cfea0a9c061\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\a22f3982de6948fbb526476c598794c8\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\c75029aea08f4972800509ed41245da7\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b834e1d0d6a406d995f3052a775966a\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\60910360f34c4358acbec4668ee97763\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\a1988379df39467994febe0fbfe82af4\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\deaaa1a86e43406aa76f2fd012069811\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\ccccfc3bb9c94d62946470c6e48c04c9\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\1923bda91c574135929251db72c9a558\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\6249e4860a274a368269aafc684dc998\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\1389fe940a0c46f3a77a2d5936abbe5d\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\5416eb996ec84e6c8330fc0e764680d8\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\23938989da914c44926efe692bb95899\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d1c8421dfef497fbfbce2a3fa03c097\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\cb6e1f9f784344a9bd2a34328cc035fa\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ffb5f1031c1404ca7bf46e7a3910a3a\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\c9e383dc7aca4f99bb5111fe1caf1194\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\61c2d5df022d4d2f8a8a7afd83305701\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b17d29d9c35a4fe6912b67c5154f4bb0\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0c1ed849469455ca9ee2ed241ffbaa7\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac9f54894e0345f2b54101583957c58c\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\20129c67182a4f209c9881e92c4e44b3\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f2c54a613134644969599f32ea8201b\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\df76a5c0eff94d3ba6f46e48a9cf8b25\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\d5c9ebd4724644bb827240061a17cff8\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\a65a6bc2191141488a8954922dee6c06\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad6b14ddcf3d4abda1a31c679284673c\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\7367be036a6049d18f76e5647a3a4f4d\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\94080a81750644db81d0e11708d42beb\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\92190889e4f446f6970389b1978a8664\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\98ca21347dc74b4799e548c2b9246f85\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\06d730afb88c41dbb425776e22a94cc1\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\c69ba05165a54397838abdb17fb9c71a\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8da6509bda4423b8e788b366cb15c88\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\a49fa3f49f9b41918330a48bcd5625d6\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\cbc7391c4d7e4346b86a72a3067db604\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\488f57b3c2bd4eabb720786961d28020\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\796af0ad002f4772a554af463db9fe7c\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\02695430631e416aa2ba7f952081f8a1\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\d371b4a871444c808ac9b3ae80440cc9\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\d45a417d444f4b538aaf3f840e49779f\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\928d6dfbc9824bc686b826fa12492e53\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\2205c0215b3846da80b48ae5c59436f7\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\d41258d5ac574fd8a31f8f98c90f6929\WindowsBase.dll"/>
</ItemGroup>
</Project>
|