File: Microsoft.TestPlatform.CommunicationUtilities.csproj
Web Access
Project: src\vstest\src\Microsoft.TestPlatform.CommunicationUtilities\Microsoft.TestPlatform.CommunicationUtilities.csproj (Microsoft.TestPlatform.CommunicationUtilities)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.TestPlatform.CommunicationUtilities</AssemblyName>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>DOTNET_BUILD_FROM_SOURCE;TRACE;IS_VSTEST_REPO;RELEASE;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="CommunicationEndpointFactory.cs"/>
    <Compile Include="DataCollectionRequestHandler.cs"/>
    <Compile Include="DataCollectionRequestSender.cs"/>
    <Compile Include="DataCollectionTestCaseEventHandler.cs"/>
    <Compile Include="DataCollectionTestCaseEventSender.cs"/>
    <Compile Include="EventHandlers/TestDiscoveryEventHandler.cs"/>
    <Compile Include="EventHandlers/TestInitializeEventsHandler.cs"/>
    <Compile Include="EventHandlers/TestRunEventsHandler.cs"/>
    <Compile Include="Friends.cs"/>
    <Compile Include="Interfaces/Communication/CommunicationException.cs"/>
    <Compile Include="Interfaces/Communication/ConnectedEventArgs.cs"/>
    <Compile Include="Interfaces/Communication/DisconnectedEventArgs.cs"/>
    <Compile Include="Interfaces/Communication/ICommunicationChannel.cs"/>
    <Compile Include="Interfaces/Communication/MessageReceivedEventArgs.cs"/>
    <Compile Include="Interfaces/ICommunicationEndpoint.cs"/>
    <Compile Include="Interfaces/ICommunicationEndpointFactory.cs"/>
    <Compile Include="Interfaces/ICommunicationManager.cs"/>
    <Compile Include="Interfaces/IDataCollectionRequestHandler.cs"/>
    <Compile Include="Interfaces/IDataCollectionRequestSender.cs"/>
    <Compile Include="Interfaces/IDataCollectionTestCaseEventHandler.cs"/>
    <Compile Include="Interfaces/IDataCollectionTestCaseEventSender.cs"/>
    <Compile Include="Interfaces/IDataSerializer.cs"/>
    <Compile Include="Interfaces/ITestRequestHandler.cs"/>
    <Compile Include="Interfaces/ITestRequestSender.cs"/>
    <Compile Include="Interfaces/ITransport.cs"/>
    <Compile Include="Json/Jsonite/Jsonite.cs"/>
    <Compile Include="JsonDataSerializer.cs"/>
    <Compile Include="JsonDataSerializer.Jsonite.cs"/>
    <Compile Include="JsonDataSerializer.Stj.cs"/>
    <Compile Include="LengthPrefixCommunicationChannel.cs"/>
    <Compile Include="Messages/BeforeTestRunStartPayload.cs"/>
    <Compile Include="Messages/DiscoveryCompletePayload.cs"/>
    <Compile Include="Messages/Message.cs"/>
    <Compile Include="Messages/MessageType.cs"/>
    <Compile Include="Messages/ProtocolVersionAttribute.cs"/>
    <Compile Include="Messages/TestHostLaunchedPayload.cs"/>
    <Compile Include="Messages/TestMessagePayload.cs"/>
    <Compile Include="Messages/TestRunAttachmentsProcessingCompletePayload.cs"/>
    <Compile Include="Messages/TestRunAttachmentsProcessingProgressPayload.cs"/>
    <Compile Include="Messages/TestRunCompletePayload.cs"/>
    <Compile Include="Messages/TestRunStatsPayload.cs"/>
    <Compile Include="NullableHelpers.cs"/>
    <Compile Include="ObjectModel/TestRunCriteriaWithSources.cs"/>
    <Compile Include="ObjectModel/TestRunCriteriaWithTests.cs"/>
    <Compile Include="ProtocolVersioning.cs"/>
    <Compile Include="Resources/Resources.Designer.cs"/>
    <Compile Include="Serialization/AfterTestRunEndResultConverter.cs"/>
    <Compile Include="Serialization/AttachmentConverters.cs"/>
    <Compile Include="Serialization/DiscoveryCriteriaConverter.cs"/>
    <Compile Include="Serialization/ExceptionConverter.cs"/>
    <Compile Include="Serialization/JsoniteConvert.cs"/>
    <Compile Include="Serialization/ObjectConverter.cs"/>
    <Compile Include="Serialization/StjSafe.cs"/>
    <Compile Include="Serialization/TestCaseConverter.cs"/>
    <Compile Include="Serialization/TestCaseConverterV2.cs"/>
    <Compile Include="Serialization/TestExecutionContextConverter.cs"/>
    <Compile Include="Serialization/TestObjectBaseConverter.cs"/>
    <Compile Include="Serialization/TestObjectConverter.cs"/>
    <Compile Include="Serialization/TestProcessAttachDebuggerPayloadConverter.cs"/>
    <Compile Include="Serialization/TestPropertyConverter.cs"/>
    <Compile Include="Serialization/TestResultConverter.cs"/>
    <Compile Include="Serialization/TestResultConverterV2.cs"/>
    <Compile Include="Serialization/TestRunChangedEventArgsConverter.cs"/>
    <Compile Include="Serialization/TestRunCompleteEventArgsConverter.cs"/>
    <Compile Include="Serialization/TestRunStatisticsConverter.cs"/>
    <Compile Include="Serialization/TestSessionInfoConverter.cs"/>
    <Compile Include="SocketClient.cs"/>
    <Compile Include="SocketCommunicationManager.cs"/>
    <Compile Include="SocketConstants.cs"/>
    <Compile Include="SocketServer.cs"/>
    <Compile Include="SocketTransport.cs"/>
    <Compile Include="TcpClientExtensions.cs"/>
    <Compile Include="TelemetryReporter.cs"/>
    <Compile Include="TestPlatformJsonContext.cs"/>
    <Compile Include="TestRequestSender.cs"/>
    <Compile Include="../../artifacts/obj/Microsoft.TestPlatform.CommunicationUtilities/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/vstest/artifacts/obj/Microsoft.TestPlatform.CommunicationUtilities/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../artifacts/obj/Microsoft.TestPlatform.CommunicationUtilities/Release/net11.0/Microsoft.TestPlatform.CommunicationUtilities.AssemblyInfo.cs" Link="src/vstest/artifacts/obj/Microsoft.TestPlatform.CommunicationUtilities/Release/net11.0/Microsoft.TestPlatform.CommunicationUtilities.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../ref/4cbbd8e7b67344848e5bb23145676336/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../ref/c58b90924b6d456eaeaa937b259a0469/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../ref/cdd1ed1bc64745b7b192d62b91422264/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../ref/665dbad03614464893f788de76fd9592/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../ref/161c4866afa04ac6a3c3c2e2a399a855/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../ref/0818cf2bd4a84e34be61aec35862107b/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../ref/21fb016302cc432c80481c280d30300e/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../ref/fb72f496b88f430cad4eeab66a650c9c/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../ref/cece2626bbfc403fad82bcd53e009b32/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../ref/43e7bc06947b43daada861167097efe6/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/5cbe1192813541159f02a665d4227f15/Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="../../../../ref/ab6fb6a8ad714c3e9add063a14f1dbfb/Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="../../../../ref/eae34e20643e468b98f4b1b1d177718a/Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="../../../../ref/881a5e055b9b427baf76ce92c1a65c30/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../ref/33bc3a14f57f49e9b93bcbc8889b79da/Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="../../../../ref/d0480f027a754156b01e6d54582c4726/Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="../../../../ref/30ff629d168f467fb450a895d2430ef5/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/f6709942a413455db846377ea3710d03/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../ref/e1fee93e4d2f4f26a42c7faee646e1a8/mscorlib.dll"/>
    <ReferencePath Include="../../../../ref/376d17af887343caa8e2ef5d3c82186b/netstandard.dll"/>
    <ReferencePath Include="../../../../ref/ac298a2aaa91435f8f65c087a95fff72/System.AppContext.dll"/>
    <ReferencePath Include="../../../../ref/611cda73e8e24eed9e2824b4c8a6341a/System.Buffers.dll"/>
    <ReferencePath Include="../../../../ref/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
    <ReferencePath Include="../../../../ref/319b9a00bf2a487ab0cad06c3b3542b0/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../ref/542315ad88874c4889c8da67400f8f0e/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../ref/7416d365708e47979a6238f355c4156f/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../ref/b8ab3bb2c37f4723ab26bcea3280bc91/System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../ref/bd18c56a3c7942dbb82326e59bc7cd0e/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../ref/6cc5d6656fc741469e809c4282d9b7dc/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../ref/c2ec7805f49244de8062d04883afa238/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/c0e062c3eb1149a49f723e22eb3505f7/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../ref/561c0b3675b74736a899e1fef42223e8/System.Configuration.dll"/>
    <ReferencePath Include="../../../../ref/d5cdc995fdf54ebc9758a8d6304835db/System.Console.dll"/>
    <ReferencePath Include="../../../../ref/2308832a03d047c99cd72e5c55aa9e89/System.Core.dll"/>
    <ReferencePath Include="../../../../ref/4d86b0b59a1649d1b6dcd242a616bb96/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../ref/92091ced92ae4a659fe77e0f4f8a1789/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../ref/1d99b2e137e94638aec97cde3177cd6f/System.Data.dll"/>
    <ReferencePath Include="../../../../ref/9241354e5cfe485295849f69ccefe1d9/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../ref/3adc2e1d85da4046b41ac79accb1c906/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../ref/2a6d439abf214aa6bfcfd8b6af121307/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../ref/6c6d0b30fd4b49ef833d96880382a966/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../ref/6ceb191902c04f8bb67ec08c1455e2d5/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../ref/fc1d41d3a6044c3094881d632401ff88/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../ref/dad9c439593641aeb17a447fad0bb09e/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../ref/2ddb91eb217b48a4914a0409e6584f79/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../ref/0d2d33cce3964c829eeaba38068b1dda/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../ref/468c917f078a423981fb58ca9f8d3a17/System.dll"/>
    <ReferencePath Include="../../../../ref/b0f7a6a5bb664792b6afae68bfb16982/System.Drawing.dll"/>
    <ReferencePath Include="../../../../ref/c09be86162bb4cf8b61173fa3d189d54/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/21ac7c5940e3492eb1c08266253e33a4/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../ref/90c1391728904b939f238ef3546a5374/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../ref/84dfff601dac42d98a4d7da9369c3b94/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../ref/7d2f1d03c33e41ebb5fda79a70c22570/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../ref/d5a8795351e242d0b9fdf0e6dd96065b/System.Globalization.dll"/>
    <ReferencePath Include="../../../../ref/3b75615e4acb4942bcdc6f2b01e5e1a9/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../ref/0e9742c192584192bc68796f6e3e8daa/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../ref/f4122ab732344d7d9cd93153de91407a/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../ref/94ae5de030264b0cb2014e858818d2ec/System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="../../../../ref/5d7bc8f0d5b54dbd9e86839010069b4d/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../ref/aa915db90c9a4a9b809bd397cdfa01e2/System.IO.dll"/>
    <ReferencePath Include="../../../../ref/c2e9d36114db4b4198567d683a537e6f/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../ref/259c0b6881ba4d708f0f6175202398de/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../ref/206e80f794584a71a6d934e6a2df57b3/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../ref/3bf7802067aa43ce8cb804e96ddad4ae/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/ca7645d81b224aa3aef6a36160223836/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../ref/ff7d6e939e2f4cae91089c5112d0d0da/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../ref/997528dde6b4404b9425ea77ec76b589/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../ref/3cdd0a6522ba4dde96385c8e14946d20/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../ref/8f368c0ff47e455cba96034e5b39b12f/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../ref/4bcf2b713e80421982ca5e65e2372095/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../ref/1f69ff76a488490b888429f98800a210/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../ref/8376418ba94f410988364a30b1477fc7/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../ref/ce888b4a829b4555a8d7715856848c2d/System.Linq.dll"/>
    <ReferencePath Include="../../../../ref/b8c9e03aa7a44ad598a2398d31aad16d/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../ref/3295816c4aba4ae39ef7c2cd14c156bb/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../ref/ce4225f4f0844bd380059eaa7552e00d/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
    <ReferencePath Include="../../../../ref/917f37da630340b882f9eebd5adda805/System.Net.dll"/>
    <ReferencePath Include="../../../../ref/08945c3e68ce40a287b7e926b8a65109/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../ref/e2bbca7641704c4eb91acd9529138989/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../ref/df95e3434cce4c008e47a5090a0a2ed0/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../ref/53db511be88f46af812b09128a4e70df/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../ref/4c8fda522de64084b10aba606b09897e/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../ref/a6c1a75997304953a3b50c928ab4f7d6/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../ref/5cbe71460143422bbd73c34c2ceeaa7e/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../ref/a1fb632b77704df0835da4a3d8b9c43f/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/f3ce510fe4154acf9f5ff6b132f285fe/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../ref/1a0ecd7174334d4ba52328429b3437ce/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../ref/5a38e8ab6e084cd98d879eddaf87615c/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../ref/12d3a63084e741bd9a5605ee350b8f1b/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../ref/39b7359ca90945b0a77e0cae26e5a336/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../ref/fbe44f0e4bb54aeabfc2578d43122fd2/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../ref/832329b8eba04a97ae3bffb169003fcd/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../ref/8cfb7384bf1d4eac99dd3d91fb2a6d58/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../ref/d4773685c48843baa5d4214b8b6cf224/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../ref/c106f6ffa31446f29344e7056ca05773/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../ref/a3e0919cf7b04372a6248e50a0a4d8e8/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../ref/ffeb39dfcb734eeea044122741b73980/System.Numerics.dll"/>
    <ReferencePath Include="../../../../ref/332613255152436987d55e77c3624d6b/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../ref/0373cf5da70b4912837fa24ce0494f51/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../ref/2b3f9d5b53944190803d33b964b0c1dc/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../ref/0f56233358fe48a3b5dae8b9d451df4a/System.Reflection.dll"/>
    <ReferencePath Include="../../../../ref/4efc86340c434c48b440edb348f415d4/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../ref/4c05feb3f8e24f05bfe92bbb4c7024c6/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../ref/6ef3776281ce41acbde003fa2d028f44/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../ref/0004eb50ed5e4860924bcf76150f7d6b/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../ref/16a18ae8f39e4a2a8ebb02fd729f836a/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../ref/44a0f39d72ed4206a3738525e581cd98/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/cf7c379f9605417a9b0e8c266f2919de/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../ref/800f88cc5e624d18a5379d2b94500316/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../ref/375922fbcb0946029135837101414236/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../ref/ecdb9aed32264c5890e729e00bee9823/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../ref/2e4ca8cf51024c27a809596b25c14782/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../ref/9c1eed5e82b4450089254f21f097b2d3/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
    <ReferencePath Include="../../../../ref/e9d66600a8604347944509f635f11096/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../ref/3b5a7a4739fe4d17be27f078ad7e4e79/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../ref/7e976e9ba4794fe19eef6bfd6405641e/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../ref/b7e097e499e64efe9feb0980235b8b77/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../ref/1fc2d3c2a8b942c99940f466c9f06dd5/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../ref/e3d43f4520d447fc9e854d7c0e501352/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../ref/c7758676a29e4a8188c856281738f4ab/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../ref/a7b092a87f1a4105ba7a3d87a90695ec/System.Runtime.Serialization.dll"/>
    <ReferencePath Include="../../../../ref/9bdcff1b0f1a49ffbf612c7e6da96fed/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../ref/6ddbb77fa89448ec9cbe80dce5265f14/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../ref/141b3ee73dfe40fcb92cd9365464f80c/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/db047fd2156c45f990f28004090b2d9a/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../ref/74e78496ea424e1fb3f330b6fdf13451/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../ref/ee6bce5333854974b4e362389475f85f/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../ref/7953878f69cd45aaa9b7aa57784f2bc6/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../ref/59595587783247a3b73e8b496a91c4ac/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../ref/6197862ade6b47a98e87eed4449135a7/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../ref/d09242f2862848c497b581cbdb1ab6ae/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../ref/6524c09b9b5e48e69292ef608c9c42c5/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../ref/9563aa7f205d40e0ac235211b8248078/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../ref/1c274240d8804c148460c59040cf1d4d/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../ref/8c574540601e462590f124bb7038c720/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../ref/d28218f686fd4b24a5dd8852a0e48af4/System.Security.dll"/>
    <ReferencePath Include="../../../../ref/01d7683de6334228b06028292e3100e5/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../ref/dbaa0879854b4e62bf725c5bd46cbe14/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../ref/ba2e4f25088449b5bf680b2fe570c38b/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../ref/67ca06743fef4d64b6263e1a6f00f4e9/System.ServiceModel.Web.dll"/>
    <ReferencePath Include="../../../../ref/e77cee48ff104f96b6d876d4aa9ca1ad/System.ServiceProcess.dll"/>
    <ReferencePath Include="../../../../ref/d93ce7693db64211bae409aa54162f95/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../ref/a0f929bad5e34516b886ca00b7c906a4/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../ref/e236e3a34efd46ecb8a6552a0d6c0bd1/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../ref/a1b3fd3bf3e14a1ba7d39a4749ba4dae/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../ref/91d768c25ebc4468bfac2b32f381bfb5/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../ref/87d1c45851344b0995b336a673b3d644/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../ref/55a2564b079e4be6a60c012295355159/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
    <ReferencePath Include="../../../../ref/68842f3b1c6f46d4a70f51a0b2e2b3e7/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../ref/f5e710dd52d94d3887f514a6ab78223a/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../ref/7119f63aad4f42b994b9496e918659c2/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../ref/b8cd2b1152704d1db7377e9c57781498/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../ref/d1fb96c3ae284304b485cbab4a49e4f3/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../ref/8bca14e9e6d14a4ca576c978d23bb9ee/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../ref/8b28e33008f84c77addf4f7de092f7a7/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../ref/cb4cb38f5a3f42cc8069aed6aa9834a8/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../ref/0160a5a8f083475dad2c66521cdb5392/System.Transactions.dll"/>
    <ReferencePath Include="../../../../ref/b90baddfbbf84cb89ea579815671438e/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../ref/a773fee2a9d049549b32150827d8ddf7/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../ref/65652c706fed4af09ca0061bb71db820/System.Web.dll"/>
    <ReferencePath Include="../../../../ref/7b3799b860e9421cab2762e5870c4de6/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../ref/a66ee12eb7f14b61b5d1d7e5cb29cbd2/System.Windows.dll"/>
    <ReferencePath Include="../../../../ref/0ff0049fc06c4de0a43e02486f2920b3/System.Xml.dll"/>
    <ReferencePath Include="../../../../ref/fd6d023bf61e48409802a54419f0e457/System.Xml.Linq.dll"/>
    <ReferencePath Include="../../../../ref/7045817db5a94cda9cdd7fb464085531/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../ref/53e07fa6113e47d2842f83541882aaf1/System.Xml.Serialization.dll"/>
    <ReferencePath Include="../../../../ref/44e0f837ba10412d8d97201adcdf862f/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../ref/25cd1bd0ee3d4be28e743aaa3afe90bf/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../ref/8cd6c34a682f4c778a4cb46e9e9cc0d7/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../ref/5dae10a6af8d44aa8d6acf255bef9a8b/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../ref/6889bb964efc4ef0a8c06315e505dfb7/System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="../../../../ref/0787834f21b14046bc71d10c7b60c600/WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/TestPlatformJsonContext.Boolean.g.cs"/>
    <Compile Include="_generated/1/TestPlatformJsonContext.Double.g.cs"/>
    <Compile Include="_generated/2/TestPlatformJsonContext.AfterTestRunEndResult.g.cs"/>
    <Compile Include="_generated/3/TestPlatformJsonContext.BeforeTestRunStartResult.g.cs"/>
    <Compile Include="_generated/4/TestPlatformJsonContext.MessageEnvelope.g.cs"/>
    <Compile Include="_generated/5/TestPlatformJsonContext.PayloadedMessageDiscoveryCompletePayload.g.cs"/>
    <Compile Include="_generated/6/TestPlatformJsonContext.PayloadedMessageTestMessagePayload.g.cs"/>
    <Compile Include="_generated/7/TestPlatformJsonContext.PayloadedMessageTestRunAttachmentsProcessingCompletePayload.g.cs"/>
    <Compile Include="_generated/8/TestPlatformJsonContext.PayloadedMessageTestRunAttachmentsProcessingProgressPayload.g.cs"/>
    <Compile Include="_generated/9/TestPlatformJsonContext.PayloadedMessageTestRunCompletePayload.g.cs"/>
    <Compile Include="_generated/10/TestPlatformJsonContext.PayloadedMessageStartTestSessionAckPayload.g.cs"/>
    <Compile Include="_generated/11/TestPlatformJsonContext.PayloadedMessageStopTestSessionAckPayload.g.cs"/>
    <Compile Include="_generated/12/TestPlatformJsonContext.PayloadedMessageTestRunChangedEventArgs.g.cs"/>
    <Compile Include="_generated/13/TestPlatformJsonContext.PayloadedMessageEditorAttachDebuggerPayload.g.cs"/>
    <Compile Include="_generated/14/TestPlatformJsonContext.PayloadedMessageTelemetryEvent.g.cs"/>
    <Compile Include="_generated/15/TestPlatformJsonContext.PayloadedMessageTestProcessStartInfo.g.cs"/>
    <Compile Include="_generated/16/TestPlatformJsonContext.PayloadedMessageIEnumerableTestCase.g.cs"/>
    <Compile Include="_generated/17/TestPlatformJsonContext.PayloadedMessageListTestCase.g.cs"/>
    <Compile Include="_generated/18/TestPlatformJsonContext.PayloadedMessageInt32.g.cs"/>
    <Compile Include="_generated/19/TestPlatformJsonContext.VersionedMessageEnvelope.g.cs"/>
    <Compile Include="_generated/20/TestPlatformJsonContext.VersionedMessageForSerialization.g.cs"/>
    <Compile Include="_generated/21/TestPlatformJsonContext.BeforeTestRunStartPayload.g.cs"/>
    <Compile Include="_generated/22/TestPlatformJsonContext.DiscoveryCompletePayload.g.cs"/>
    <Compile Include="_generated/23/TestPlatformJsonContext.TestHostLaunchedPayload.g.cs"/>
    <Compile Include="_generated/24/TestPlatformJsonContext.TestMessagePayload.g.cs"/>
    <Compile Include="_generated/25/TestPlatformJsonContext.TestRunAttachmentsProcessingCompletePayload.g.cs"/>
    <Compile Include="_generated/26/TestPlatformJsonContext.TestRunAttachmentsProcessingProgressPayload.g.cs"/>
    <Compile Include="_generated/27/TestPlatformJsonContext.TestRunCompletePayload.g.cs"/>
    <Compile Include="_generated/28/TestPlatformJsonContext.TestRunStatsPayload.g.cs"/>
    <Compile Include="_generated/29/TestPlatformJsonContext.AttachmentSet.g.cs"/>
    <Compile Include="_generated/30/TestPlatformJsonContext.CustomHostLaunchAckPayload.g.cs"/>
    <Compile Include="_generated/31/TestPlatformJsonContext.DiscoveryCriteria.g.cs"/>
    <Compile Include="_generated/32/TestPlatformJsonContext.DiscoveryRequestPayload.g.cs"/>
    <Compile Include="_generated/33/TestPlatformJsonContext.EditorAttachDebuggerAckPayload.g.cs"/>
    <Compile Include="_generated/34/TestPlatformJsonContext.FilterOptions.g.cs"/>
    <Compile Include="_generated/35/TestPlatformJsonContext.ITestHostLauncher.g.cs"/>
    <Compile Include="_generated/36/TestPlatformJsonContext.ITestRunStatistics.g.cs"/>
    <Compile Include="_generated/37/TestPlatformJsonContext.StartTestSessionAckPayload.g.cs"/>
    <Compile Include="_generated/38/TestPlatformJsonContext.StartTestSessionPayload.g.cs"/>
    <Compile Include="_generated/39/TestPlatformJsonContext.StopTestSessionAckPayload.g.cs"/>
    <Compile Include="_generated/40/TestPlatformJsonContext.StopTestSessionPayload.g.cs"/>
    <Compile Include="_generated/41/TestPlatformJsonContext.StartTestSessionCompleteEventArgs.g.cs"/>
    <Compile Include="_generated/42/TestPlatformJsonContext.StopTestSessionCompleteEventArgs.g.cs"/>
    <Compile Include="_generated/43/TestPlatformJsonContext.TestPlatformOptions.g.cs"/>
    <Compile Include="_generated/44/TestPlatformJsonContext.TestRunAttachmentsProcessingCompleteEventArgs.g.cs"/>
    <Compile Include="_generated/45/TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs"/>
    <Compile Include="_generated/46/TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs"/>
    <Compile Include="_generated/47/TestPlatformJsonContext.TestRunChangedEventArgs.g.cs"/>
    <Compile Include="_generated/48/TestPlatformJsonContext.TestRunCompleteEventArgs.g.cs"/>
    <Compile Include="_generated/49/TestPlatformJsonContext.TestRunCriteria.g.cs"/>
    <Compile Include="_generated/50/TestPlatformJsonContext.TestRunRequestPayload.g.cs"/>
    <Compile Include="_generated/51/TestPlatformJsonContext.TestRunStatistics.g.cs"/>
    <Compile Include="_generated/52/TestPlatformJsonContext.TestSessionInfo.g.cs"/>
    <Compile Include="_generated/53/TestPlatformJsonContext.EditorAttachDebuggerPayload.g.cs"/>
    <Compile Include="_generated/54/TestPlatformJsonContext.InvokedDataCollector.g.cs"/>
    <Compile Include="_generated/55/TestPlatformJsonContext.TestMessageLevel.g.cs"/>
    <Compile Include="_generated/56/TestPlatformJsonContext.TelemetryEvent.g.cs"/>
    <Compile Include="_generated/57/TestPlatformJsonContext.TestCase.g.cs"/>
    <Compile Include="_generated/58/TestPlatformJsonContext.TestCaseArray.g.cs"/>
    <Compile Include="_generated/59/TestPlatformJsonContext.TestObject.g.cs"/>
    <Compile Include="_generated/60/TestPlatformJsonContext.TestOutcome.g.cs"/>
    <Compile Include="_generated/61/TestPlatformJsonContext.TestProcessAttachDebuggerPayload.g.cs"/>
    <Compile Include="_generated/62/TestPlatformJsonContext.TestProcessStartInfo.g.cs"/>
    <Compile Include="_generated/63/TestPlatformJsonContext.TestProperty.g.cs"/>
    <Compile Include="_generated/64/TestPlatformJsonContext.TestPropertyAttributes.g.cs"/>
    <Compile Include="_generated/65/TestPlatformJsonContext.TestResult.g.cs"/>
    <Compile Include="_generated/66/TestPlatformJsonContext.TestResultMessage.g.cs"/>
    <Compile Include="_generated/67/TestPlatformJsonContext.Trait.g.cs"/>
    <Compile Include="_generated/68/TestPlatformJsonContext.TraitCollection.g.cs"/>
    <Compile Include="_generated/69/TestPlatformJsonContext.UriDataAttachment.g.cs"/>
    <Compile Include="_generated/70/TestPlatformJsonContext.ValidateValueCallback.g.cs"/>
    <Compile Include="_generated/71/TestPlatformJsonContext.DictionaryStringHashSetString.g.cs"/>
    <Compile Include="_generated/72/TestPlatformJsonContext.DictionaryStringIEnumerableString.g.cs"/>
    <Compile Include="_generated/73/TestPlatformJsonContext.DictionaryStringObject.g.cs"/>
    <Compile Include="_generated/74/TestPlatformJsonContext.DictionaryStringString.g.cs"/>
    <Compile Include="_generated/75/TestPlatformJsonContext.HashSetString.g.cs"/>
    <Compile Include="_generated/76/TestPlatformJsonContext.ICollectionAttachmentSet.g.cs"/>
    <Compile Include="_generated/77/TestPlatformJsonContext.ICollectionUri.g.cs"/>
    <Compile Include="_generated/78/TestPlatformJsonContext.ICollectionString.g.cs"/>
    <Compile Include="_generated/79/TestPlatformJsonContext.IDictionaryTestOutcomeInt64.g.cs"/>
    <Compile Include="_generated/80/TestPlatformJsonContext.IDictionaryStringObject.g.cs"/>
    <Compile Include="_generated/81/TestPlatformJsonContext.IDictionaryStringString.g.cs"/>
    <Compile Include="_generated/82/TestPlatformJsonContext.IEnumerableAttachmentSet.g.cs"/>
    <Compile Include="_generated/83/TestPlatformJsonContext.IEnumerableInvokedDataCollector.g.cs"/>
    <Compile Include="_generated/84/TestPlatformJsonContext.IEnumerableTestCase.g.cs"/>
    <Compile Include="_generated/85/TestPlatformJsonContext.IEnumerableTestProperty.g.cs"/>
    <Compile Include="_generated/86/TestPlatformJsonContext.IEnumerableTestResult.g.cs"/>
    <Compile Include="_generated/87/TestPlatformJsonContext.IEnumerableString.g.cs"/>
    <Compile Include="_generated/88/TestPlatformJsonContext.IListUriDataAttachment.g.cs"/>
    <Compile Include="_generated/89/TestPlatformJsonContext.IListString.g.cs"/>
    <Compile Include="_generated/90/TestPlatformJsonContext.KeyValuePairTestPropertyObject.g.cs"/>
    <Compile Include="_generated/91/TestPlatformJsonContext.ListAttachmentSet.g.cs"/>
    <Compile Include="_generated/92/TestPlatformJsonContext.ListTestCase.g.cs"/>
    <Compile Include="_generated/93/TestPlatformJsonContext.ListKeyValuePairTestPropertyObject.g.cs"/>
    <Compile Include="_generated/94/TestPlatformJsonContext.ListString.g.cs"/>
    <Compile Include="_generated/95/TestPlatformJsonContext.IDictionary.g.cs"/>
    <Compile Include="_generated/96/TestPlatformJsonContext.CollectionAttachmentSet.g.cs"/>
    <Compile Include="_generated/97/TestPlatformJsonContext.CollectionInvokedDataCollector.g.cs"/>
    <Compile Include="_generated/98/TestPlatformJsonContext.CollectionTestResultMessage.g.cs"/>
    <Compile Include="_generated/99/TestPlatformJsonContext.DateTimeOffset.g.cs"/>
    <Compile Include="_generated/100/TestPlatformJsonContext.Exception.g.cs"/>
    <Compile Include="_generated/101/TestPlatformJsonContext.Guid.g.cs"/>
    <Compile Include="_generated/102/TestPlatformJsonContext.MethodBase.g.cs"/>
    <Compile Include="_generated/103/TestPlatformJsonContext.JsonElement.g.cs"/>
    <Compile Include="_generated/104/TestPlatformJsonContext.NullableJsonElement.g.cs"/>
    <Compile Include="_generated/105/TestPlatformJsonContext.TimeSpan.g.cs"/>
    <Compile Include="_generated/106/TestPlatformJsonContext.Uri.g.cs"/>
    <Compile Include="_generated/107/TestPlatformJsonContext.Int32.g.cs"/>
    <Compile Include="_generated/108/TestPlatformJsonContext.Int64.g.cs"/>
    <Compile Include="_generated/109/TestPlatformJsonContext.Object.g.cs"/>
    <Compile Include="_generated/110/TestPlatformJsonContext.String.g.cs"/>
    <Compile Include="_generated/111/TestPlatformJsonContext.g.cs"/>
    <Compile Include="_generated/112/TestPlatformJsonContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/113/TestPlatformJsonContext.PropertyNames.g.cs"/>
  </ItemGroup>
</Project>