26 lines
980 B
XML
26 lines
980 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
<PropertyGroup>
|
||
|
|
<AssemblyName>System.Collections.Immutable</AssemblyName>
|
||
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
||
|
|
<TargetFramework>net462</TargetFramework>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup>
|
||
|
|
<LangVersion>14.0</LangVersion>
|
||
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup>
|
||
|
|
<RootNamespace />
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Remove="ILLink.Substitutions.xml" />
|
||
|
|
<EmbeddedResource Include="ILLink.Substitutions.xml" LogicalName="ILLink.Substitutions.xml" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="System.Core">
|
||
|
|
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Core.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="System.Memory" />
|
||
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|