|
<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.WebProxy</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\IWebProxyScript.cs"/>
<Compile Include="System\Net\WebProxy.cs"/>
<Compile Include="..\..\Common\src\System\Obsoletions.cs" Link="src\libraries\Common\src\System\Obsoletions.cs"/>
<Compile Include="System\Net\WebProxy.NonWasm.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.WebProxy\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.WebProxy\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.WebProxy\Debug\net10.0\System.Net.WebProxy.AssemblyInfo.cs" Link="artifacts\obj\System.Net.WebProxy\Debug\net10.0\System.Net.WebProxy.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\72ad7d9d588d42d68d899c79f9f4336b\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e253559366a40be87a1577e67a16b4e\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d687ad057adc45fe8385088efa03beb5\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\882154d7e2ef40b5875f683fb110637a\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d790b03bc7ce4fac9dca2d647b7b894a\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82a261c6c46b4255b00b4fa49967cb58\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbeffea32dcd4054928cbd4ec57891f9\System.Threading.dll"/>
</ItemGroup>
</Project>
|