|
<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>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;TARGET_BROWSER;RELEASE;NET;NET11_0;NETCOREAPP;BROWSER;BROWSER1_0;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/runtime/src/libraries/Common/src/System/Net/UriScheme.cs"/>
<Compile Include="../../Common/src/System/Net/WebSockets/WebSocketValidate.cs" Link="src/runtime/src/libraries/Common/src/System/Net/WebSockets/WebSocketValidate.cs"/>
<Compile Include="System/Net/WebSockets/HttpResponseHeadersReadOnlyCollection.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketHandle.Browser.cs"/>
<Compile Include="System/Net/WebSockets/BrowserWebSockets/BrowserInterop.cs"/>
<Compile Include="System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs"/>
<Compile Include="System/Net/WebSockets/BrowserWebSockets/ClientWebSocketOptions.cs"/>
<Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
<Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
<Compile Include="../../../../artifacts/obj/System.Net.WebSockets.Client/Release/net11.0-browser/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Net.WebSockets.Client/Release/net11.0-browser/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../../artifacts/obj/System.Net.WebSockets.Client/Release/net11.0-browser/System.SR.cs" Link="src/runtime/artifacts/obj/System.Net.WebSockets.Client/Release/net11.0-browser/System.SR.cs"/>
<Compile Include="../../../../artifacts/obj/System.Net.WebSockets.Client/Release/net11.0-browser/System.Net.WebSockets.Client.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Net.WebSockets.Client/Release/net11.0-browser/System.Net.WebSockets.Client.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../../ref/944964ca6fca4de6bc17c7fc02a85d5c/Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="../../../../../../ref/5064b971351c4b33adece5f3cd980300/System.Collections.NonGeneric.dll"/>
<ReferencePath Include="../../../../../../ref/f954cf226ede49b3b756ba5139137a98/System.Collections.Specialized.dll"/>
<ReferencePath Include="../../../../../../ref/ddf3ffa05ac6495d8b4038c88023aa20/System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="../../../../../../ref/490a443de5b54a4db3218d7ed12f93e8/System.Net.Http.dll"/>
<ReferencePath Include="../../../../../../ref/4b3e301c464543f6b841d01185a8735d/System.Net.Primitives.dll"/>
<ReferencePath Include="../../../../../../ref/ac7650ac980e4c13ada4fdff8eeae4a6/System.Net.Security.dll"/>
<ReferencePath Include="../../../../../../ref/92a672bd7eea412f85fade10c175ab38/System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="../../../../../../ref/91554327371e4c4aba7998e851cb8e7b/System.Net.WebSockets.dll"/>
<ReferencePath Include="../../../../../../ref/88d028cc50b64068be5b0f470881cfba/System.Private.Uri.dll"/>
<ReferencePath Include="../../../../../../ref/3492d3bf6ad34e3ab6c938348bf6f2fd/System.Runtime.dll"/>
<ReferencePath Include="../../../../../../ref/9d2a3ec33d4a44d4a4c406652d02afdf/System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="../../../../../../ref/c8a37bfadaa24e52a191dbecb0c630c3/System.Security.Cryptography.dll"/>
<ReferencePath Include="../../../../../../ref/19b3aebc8a084193b32d441ebcca8abe/System.Threading.Channels.dll"/>
<ReferencePath Include="../../../../../../ref/7e46bc3082174fd8a31930e1f88048b5/System.Private.CoreLib.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/JSImports.g.cs"/>
</ItemGroup>
</Project>
|