File: System.Net.Quic.csproj
Web Access
Project: src\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>
    <AssemblyName>System.Net.Quic</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;DEBUG;NET;NET9_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;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\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\libraries\Common\src\DisableRuntimeMarshalling.cs"/>
    <Compile Include="..\..\Common\src\System\Net\SafeHandleCache.cs" Link="src\libraries\Common\src\System\Net\SafeHandleCache.cs"/>
    <Compile Include="..\..\Common\src\System\Net\ArrayBuffer.cs" Link="src\libraries\Common\src\System\Net\ArrayBuffer.cs"/>
    <Compile Include="..\..\Common\src\System\Net\MultiArrayBuffer.cs" Link="src\libraries\Common\src\System\Net\MultiArrayBuffer.cs"/>
    <Compile Include="..\..\Common\src\System\Net\Logging\NetEventSource.Common.cs" Link="src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs"/>
    <Compile Include="..\..\Common\src\System\Net\StreamBuffer.cs" Link="src\libraries\Common\src\System\Net\StreamBuffer.cs"/>
    <Compile Include="..\..\Common\src\System\Net\IPAddressParserStatics.cs" Link="src\libraries\Common\src\System\Net\IPAddressParserStatics.cs"/>
    <Compile Include="..\..\Common\src\System\Net\IPEndPointExtensions.cs" Link="src\libraries\Common\src\System\Net\IPEndPointExtensions.cs"/>
    <Compile Include="..\..\Common\src\System\Net\Security\TlsAlertMessage.cs" Link="src\libraries\Common\src\System\Net\Security\TlsAlertMessage.cs"/>
    <Compile Include="..\..\Common\src\System\HexConverter.cs" Link="src\libraries\Common\src\System\HexConverter.cs"/>
    <Compile Include="..\..\Common\src\System\Net\Security\TargetHostNameHelper.cs" Link="src\libraries\Common\src\System\Net\Security\TargetHostNameHelper.cs"/>
    <Compile Include="..\..\Common\src\System\Net\Security\SslKeyLogger.cs" Link="src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs"/>
    <Compile Include="..\..\Common\src\System\Net\IPv4AddressHelper.Common.cs" Link="src\libraries\Common\src\System\Net\IPv4AddressHelper.Common.cs"/>
    <Compile Include="..\..\Common\src\System\Net\IPv6AddressHelper.Common.cs" Link="src\libraries\Common\src\System\Net\IPv6AddressHelper.Common.cs"/>
    <Compile Include="..\..\Common\src\Interop\Unix\Interop.Libraries.cs" Link="src\libraries\Common\src\Interop\Unix\Interop.Libraries.cs"/>
    <Compile Include="..\..\Common\src\Interop\Unix\Interop.Errors.cs" Link="src\libraries\Common\src\Interop\Unix\Interop.Errors.cs"/>
    <Compile Include="..\..\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs" Link="src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs"/>
    <Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.SocketAddress.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.SocketAddress.cs"/>
    <Compile Include="..\..\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs" Link="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\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\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\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\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\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\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\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\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\libraries\Common\src\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs"/>
    <Compile Include="..\..\Common\src\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs" Link="src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs"/>
    <Compile Include="..\..\Common\src\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs" Link="src\libraries\Common\src\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs"/>
    <Compile Include="..\..\Common\src\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs" Link="src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs"/>
    <Compile Include="..\..\Common\src\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs" Link="src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs"/>
    <Compile Include="..\..\Common\src\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs" Link="src\libraries\Common\src\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs"/>
    <Compile Include="..\..\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs" Link="src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs"/>
    <Compile Include="..\..\Common\src\System\Net\SocketAddressPal.Unix.cs" Link="src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs"/>
    <Compile Include="..\..\Common\src\System\Net\Security\CertificateValidation.Unix.cs" Link="src\libraries\Common\src\System\Net\Security\CertificateValidation.Unix.cs"/>
    <Compile Include="..\..\Common\src\Interop\Linux\Interop.Libraries.cs" Link="src\libraries\Common\src\Interop\Linux\Interop.Libraries.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.Quic\Debug\net9.0-linux\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.Quic\Debug\net9.0-linux\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.Quic\Debug\net9.0-linux\System.SR.cs" Link="artifacts\obj\System.Net.Quic\Debug\net9.0-linux\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.Quic\Debug\net9.0-linux\System.Net.Quic.AssemblyInfo.cs" Link="artifacts\obj\System.Net.Quic\Debug\net9.0-linux\System.Net.Quic.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\1a0ca1145f874ec2b20cd427ff229d1b\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab1944bebdc54e39aa928a23c11b2d80\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea3f97b293844a95a7d96fe5aa5cf949\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abb45adaddc64904abaa5c99f658854c\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8962b5aebf9d4994af275e321ef4517a\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\559ba8ea7d3f42a7a537773b17a446d2\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52b6b70987454be19c85afbabf2974f0\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66d74f997e374720968e9c7f96fa5630\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecfac0c0077841a6b5433c90eee656e1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\979c0a250e7e4c7f8eca8c23fae85011\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8753f4b967994651bd6e7e209fa2135d\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3996a57428304f32814a7999fa2e538d\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c8effef553746bdbe9bdb57dbb09bec\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fe7e9e0d68d474c903923044fb409dd\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c781fe8da814f3191a483f37b320258\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46f5d83f6b1e4567aaf53a8b2db27e6a\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69d013968958437fa515dd44764a00f1\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3025184d35540879186684ed27c6064\System.Threading.dll"/>
  </ItemGroup>
</Project>