|
<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>System.Net.WebSockets.Client</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25609.108\tools\snk\MSFT.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="System\Net\WebSockets\ClientWebSocket.cs"/>
<Compile Include="System\Net\WebSockets\ClientWebSocketDeflateConstants.cs"/>
<Compile Include="..\..\Common\src\System\Net\UriScheme.cs" Link="src\libraries\Common\src\System\Net\UriScheme.cs"/>
<Compile Include="..\..\Common\src\System\Net\WebSockets\WebSocketValidate.cs" Link="src\libraries\Common\src\System\Net\WebSockets\WebSocketValidate.cs"/>
<Compile Include="System\Net\WebSockets\HttpResponseHeadersReadOnlyCollection.cs"/>
<Compile Include="System\Net\WebSockets\ClientWebSocketOptions.cs"/>
<Compile Include="System\Net\WebSockets\WebSocketHandle.Managed.cs"/>
<Compile Include="..\..\Common\src\System\Net\HttpKnownHeaderNames.cs" Link="src\libraries\Common\src\System\Net\HttpKnownHeaderNames.cs"/>
<Compile Include="..\..\Common\src\System\Net\WebSockets\WebSocketDefaults.cs" Link="src\libraries\Common\src\System\Net\WebSockets\WebSocketDefaults.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.WebSockets.Client\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.WebSockets.Client\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.WebSockets.Client\Debug\net11.0\System.SR.cs" Link="artifacts\obj\System.Net.WebSockets.Client\Debug\net11.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.WebSockets.Client\Debug\net11.0\System.Net.WebSockets.Client.AssemblyInfo.cs" Link="artifacts\obj\System.Net.WebSockets.Client\Debug\net11.0\System.Net.WebSockets.Client.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\44edb173ac264ba59b0ef736db8b5965\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d1de1f2465043188942d457b4643ca6\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83b45d770be54745951ade64c4a57922\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e28d0af46784ee48d4b83c3abecd2ce\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31a2d88af9924a488054230d54fbdbb2\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c03d53db62d045a2830fdd69b8680bf5\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f25fe307d1584a4d804cbee946cfe888\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a7cd2fec024b422e845433b2a743cac3\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25782b07b87f4f03bfc1c48b74154889\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dee47d059cff4f2e802018269f5b7623\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b22fe61b75848858abb59a262a42abd\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9165775148f34a6fab69e57028b1a44a\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\98083b5062284fd296c146dd3a94cc15\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1080f6a083d4814aaced9a9fee33dce\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7d0fb445b0d4814a69efa71b6a04058\System.Threading.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|