File: System.Net.Quic.csproj
Web Access
Project: src\runtime\src\libraries\System.Net.Quic\src\System.Net.Quic.csproj (System.Net.Quic)
<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.Quic</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;LINUX;LINUX1_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/Quic/Internal/MsQuicApi.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicApi.NativeMethods.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicBuffers.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicConfiguration.Cache.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicConfiguration.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicExtensions.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicHelpers.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicSafeHandle.cs"/>
    <Compile Include="System/Net/Quic/Internal/MsQuicTlsSecret.cs"/>
    <Compile Include="System/Net/Quic/Internal/ReceiveBuffers.cs"/>
    <Compile Include="System/Net/Quic/Internal/ResettableValueTaskSource.cs"/>
    <Compile Include="System/Net/Quic/Internal/ThrowHelper.cs"/>
    <Compile Include="System/Net/Quic/Internal/ValueTaskSource.cs"/>
    <Compile Include="System/Net/Quic/Interop/msquic.cs"/>
    <Compile Include="System/Net/Quic/Interop/msquic_extensions.cs"/>
    <Compile Include="System/Net/Quic/Interop/msquic_generated.cs"/>
    <Compile Include="System/Net/Quic/Interop/msquic_generated_linux.cs"/>
    <Compile Include="System/Net/Quic/Interop/msquic_generated_macos.cs"/>
    <Compile Include="System/Net/Quic/Interop/msquic_generated_windows.cs"/>
    <Compile Include="System/Net/Quic/Interop/QUIC_SETTINGS.IEquattable.cs"/>
    <Compile Include="System/Net/Quic/LocalAppContextSwitches.cs"/>
    <Compile Include="System/Net/Quic/NetEventSource.Quic.Counters.cs"/>
    <Compile Include="System/Net/Quic/NetEventSource.Quic.cs"/>
    <Compile Include="System/Net/Quic/QuicAbortDirection.cs"/>
    <Compile Include="System/Net/Quic/QuicConnection.cs"/>
    <Compile Include="System/Net/Quic/QuicConnection.SslConnectionOptions.cs"/>
    <Compile Include="System/Net/Quic/QuicConnectionOptions.cs"/>
    <Compile Include="System/Net/Quic/QuicDefaults.cs"/>
    <Compile Include="System/Net/Quic/QuicError.cs"/>
    <Compile Include="System/Net/Quic/QuicException.cs"/>
    <Compile Include="System/Net/Quic/QuicListener.cs"/>
    <Compile Include="System/Net/Quic/QuicListenerOptions.cs"/>
    <Compile Include="System/Net/Quic/QuicStream.cs"/>
    <Compile Include="System/Net/Quic/QuicStream.Stream.cs"/>
    <Compile Include="System/Net/Quic/QuicStreamType.cs"/>
    <Compile Include="../../Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.cs"/>
    <Compile Include="../../Common/src/System/LocalAppContextSwitches.Common.cs" Link="src/runtime/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs"/>
    <Compile Include="../../Common/src/System/Net/LocalAppContextSwitches.Net.cs" Link="src/runtime/src/libraries/Common/src/System/Net/LocalAppContextSwitches.Net.cs"/>
    <Compile Include="../../Common/src/System/Net/SafeHandleCache.cs" Link="src/runtime/src/libraries/Common/src/System/Net/SafeHandleCache.cs"/>
    <Compile Include="../../Common/src/System/Net/ArrayBuffer.cs" Link="src/runtime/src/libraries/Common/src/System/Net/ArrayBuffer.cs"/>
    <Compile Include="../../Common/src/System/Net/MultiArrayBuffer.cs" Link="src/runtime/src/libraries/Common/src/System/Net/MultiArrayBuffer.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/StreamBuffer.cs" Link="src/runtime/src/libraries/Common/src/System/Net/StreamBuffer.cs"/>
    <Compile Include="../../Common/src/System/Net/IPAddressParserStatics.cs" Link="src/runtime/src/libraries/Common/src/System/Net/IPAddressParserStatics.cs"/>
    <Compile Include="../../Common/src/System/Net/IPEndPointExtensions.cs" Link="src/runtime/src/libraries/Common/src/System/Net/IPEndPointExtensions.cs"/>
    <Compile Include="../../Common/src/System/Net/Security/TlsAlertMessage.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Security/TlsAlertMessage.cs"/>
    <Compile Include="../../Common/src/System/HexConverter.cs" Link="src/runtime/src/libraries/Common/src/System/HexConverter.cs"/>
    <Compile Include="../../Common/src/System/Net/Security/TargetHostNameHelper.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Security/TargetHostNameHelper.cs"/>
    <Compile Include="../../Common/src/System/Net/Security/SslKeyLogger.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Security/SslKeyLogger.cs"/>
    <Compile Include="../../Common/src/System/Net/IPv4AddressHelper.Common.cs" Link="src/runtime/src/libraries/Common/src/System/Net/IPv4AddressHelper.Common.cs"/>
    <Compile Include="../../Common/src/System/Net/IPv6AddressHelper.Common.cs" Link="src/runtime/src/libraries/Common/src/System/Net/IPv6AddressHelper.Common.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ERR.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ERR.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Initialization.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Initialization.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Crypto.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Crypto.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Name.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Name.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Ext.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Ext.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Stack.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Stack.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Net.Security.Native/Interop.Initialization.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.Initialization.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeX509Handles.Unix.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeX509Handles.Unix.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/X509ExtensionSafeHandles.Unix.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/X509ExtensionSafeHandles.Unix.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeInteriorHandle.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeInteriorHandle.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeBioHandle.Unix.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeBioHandle.Unix.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/Asn1SafeHandles.Unix.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/Asn1SafeHandles.Unix.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeHandleCache.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeHandleCache.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/Interop/Unix/Interop.Errors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Errors.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs"/>
    <Compile Include="../../Common/src/System/Net/SocketAddressPal.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/Net/SocketAddressPal.Unix.cs"/>
    <Compile Include="../../Common/src/System/Net/Security/CertificateValidation.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Security/CertificateValidation.Unix.cs"/>
    <Compile Include="../../Common/src/Interop/Linux/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/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.Quic/Release/net11.0-linux/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Net.Quic/Release/net11.0-linux/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.Quic/Release/net11.0-linux/System.SR.cs" Link="src/runtime/artifacts/obj/System.Net.Quic/Release/net11.0-linux/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.Quic/Release/net11.0-linux/System.Net.Quic.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Net.Quic/Release/net11.0-linux/System.Net.Quic.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/c9daf54840a14f9e9c703db0bce7ab95/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/44f3761c7d3f4e82804114d956ae2096/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/31a1f6af30d1450d9c5dcd989b21e990/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/3eec676013f84a978880f43a2f958b8a/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/35e3086e9a414d99889b02d7f3c5cd77/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/f78089440f534016992b177129c83f19/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/b3bc3834a66745fda395fff1edb623b0/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/89b520a860bc48be8b29b15c716a8ca9/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/2c47ba6dbe8946b29d1d31789ffdb201/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/cbc58e023baf441ab79060a818699e7e/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/4220746653364b53a9df1822eb9f12d7/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/79cfa4e8e6094f2cab1754c719554d8e/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/f02f775d9943424f8f57852aa6374190/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/7e3efd2528cf499e96aa9f6d7e3d0fc9/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/43f3257ec5da4da593a2ea97afce1630/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/29edbc3bfe6d41a189b3ee200da8a6dd/System.Threading.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LibraryImports.g.cs"/>
    <Compile Include="_generated/1/NetEventSource.g.cs"/>
  </ItemGroup>
</Project>