|
<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>
<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\f26f2141b5714cdc98333ba97375e16a\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6db6afab8a0b40de93f2c5b0e204c4c7\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b54e6a40d094fe382161d8e1627c141\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\077deaa6dd174c96acaa927c9a950e2a\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6477affb0b94bf1a719afe38d98e65b\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72ad7d9d588d42d68d899c79f9f4336b\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65c67417119b43729176b42ac4966681\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\882154d7e2ef40b5875f683fb110637a\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a176ab98fbe04de1bcf0e328883427f8\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\440d15effc1e43a99cd328c808a60eb8\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eba005fef7b440fb8817677c0bf3486b\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d790b03bc7ce4fac9dca2d647b7b894a\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6461d44daa024905b85ad1447c4e4f2c\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8104271603f496e9b38efb7ad235121\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbeffea32dcd4054928cbd4ec57891f9\System.Threading.dll"/>
</ItemGroup>
</Project>
|