|
<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</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;RELEASE;NET;NET11_0;NETCOREAPP;UNIX;UNIX1_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/AsyncMutex.cs"/>
<Compile Include="System/Net/WebSockets/Compression/WebSocketDeflater.cs"/>
<Compile Include="System/Net/WebSockets/Compression/WebSocketInflater.cs"/>
<Compile Include="System/Net/WebSockets/ManagedWebSocket.cs"/>
<Compile Include="System/Net/WebSockets/ManagedWebSocket.KeepAlive.cs"/>
<Compile Include="System/Net/WebSockets/ManagedWebSocketStates.cs"/>
<Compile Include="System/Net/WebSockets/NetEventSource.WebSockets.cs"/>
<Compile Include="System/Net/WebSockets/ValueWebSocketReceiveResult.cs"/>
<Compile Include="System/Net/WebSockets/WebSocket.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketCloseStatus.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketContext.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketCreationOptions.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketDeflateOptions.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketError.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketException.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketMessageType.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketMessageFlags.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketReceiveResult.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketState.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketStateHelper.cs"/>
<Compile Include="System/Net/WebSockets/WebSocketStream.cs"/>
<Compile Include="../../Common/src/System/Net/WebSockets/WebSocketDefaults.cs" Link="src/runtime/src/libraries/Common/src/System/Net/WebSockets/WebSocketDefaults.cs"/>
<Compile Include="../../Common/src/System/Net/WebSockets/WebSocketValidate.cs" Link="src/runtime/src/libraries/Common/src/System/Net/WebSockets/WebSocketValidate.cs"/>
<Compile Include="../../Common/src/System/IO/Compression/ZLibNative.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Compression/ZLibNative.cs"/>
<Compile Include="../../Common/src/System/IO/Compression/ZLibNative.CompressionLevel.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Compression/ZLibNative.CompressionLevel.cs"/>
<Compile Include="../../Common/src/System/IO/Compression/ZLibNative.ZStream.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Compression/ZLibNative.ZStream.cs"/>
<Compile Include="../../Common/src/Interop/Interop.zlib.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.zlib.cs"/>
<Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
<Compile Include="../../Common/src/System/Net/Logging/NetEventSource.Common.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Logging/NetEventSource.Common.cs"/>
<Compile Include="../../Common/src/System/Net/Logging/NetEventSource.Common.Associate.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Logging/NetEventSource.Common.Associate.cs"/>
<Compile Include="../../Common/src/System/Runtime/CompilerServices/RuntimeAsyncMethodGenerationAttribute.cs" Link="src/runtime/src/libraries/Common/src/System/Runtime/CompilerServices/RuntimeAsyncMethodGenerationAttribute.cs"/>
<Compile Include="../../Common/src/Interop/Unix/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Libraries.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/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Net.WebSockets/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../../artifacts/obj/System.Net.WebSockets/Release/net11.0-unix/System.SR.cs" Link="src/runtime/artifacts/obj/System.Net.WebSockets/Release/net11.0-unix/System.SR.cs"/>
<Compile Include="../../../../artifacts/obj/System.Net.WebSockets/Release/net11.0-unix/System.Net.WebSockets.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Net.WebSockets/Release/net11.0-unix/System.Net.WebSockets.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="../../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
<ReferencePath Include="../../../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
<ReferencePath Include="../../../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="../../../../../../ref/7274167ac2994f6f8ccee4e43caabb58/System.IO.Compression.dll"/>
<ReferencePath Include="../../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
<ReferencePath Include="../../../../../../ref/a1fb632b77704df0835da4a3d8b9c43f/System.Net.Primitives.dll"/>
<ReferencePath Include="../../../../../../ref/332613255152436987d55e77c3624d6b/System.Numerics.Vectors.dll"/>
<ReferencePath Include="../../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
<ReferencePath Include="../../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
<ReferencePath Include="../../../../../../ref/d09242f2862848c497b581cbdb1ab6ae/System.Security.Cryptography.dll"/>
<ReferencePath Include="../../../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="../../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/NetEventSource.g.cs"/>
</ItemGroup>
</Project>
|