|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>System.Net.WebSockets.Client</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25367.101\tools\snk\MSFT.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET10_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;NET10_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\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.WebSockets.Client\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.WebSockets.Client\Debug\net10.0\System.SR.cs" Link="artifacts\obj\System.Net.WebSockets.Client\Debug\net10.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.WebSockets.Client\Debug\net10.0\System.Net.WebSockets.Client.AssemblyInfo.cs" Link="artifacts\obj\System.Net.WebSockets.Client\Debug\net10.0\System.Net.WebSockets.Client.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\f0b6a8e21f6e42c69de672d4e6b31875\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\615baf9d81ca44afba507758174e80f9\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c3130f6e3d74a4ba53f2ecc3b861a3f\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54d0ad84e5524b159fc9d9bb63f09334\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ccfcf6a404e4bd0b83be9913ba8b64b\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdabb3320bbc4162939110065db989ad\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dfeb97d387fd45fc9f0843af8b2fb943\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ceb113bc67da43edab72a40e7395339f\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b48fb32a89045e69816adc240234744\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db3970784cc545ccb1a0428d5701030e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f3b6a7d4f224230a56794fb0f3a86b6\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\282872a41b974bbb89462f6be082c79e\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aec894df3dcb4a06b2e0bf25dea69009\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\764385a161c747dabc2648070dca0868\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a8bd7a0edf540a88afe99a362050a96\System.Threading.dll"/>
</ItemGroup>
</Project>
|