|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>System.Collections.Immutable</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;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\Polyfills.cs"/>
<Compile Include="System\Collections\ThrowHelper.cs"/>
<Compile Include="..\..\System.Private.CoreLib\src\System\Collections\HashHelpers.cs" Link="src\libraries\System.Private.CoreLib\src\System\Collections\HashHelpers.cs"/>
<Compile Include="..\..\System.Private.CoreLib\src\System\Collections\Generic\DebugViewDictionaryItem.cs" Link="src\libraries\System.Private.CoreLib\src\System\Collections\Generic\DebugViewDictionaryItem.cs"/>
<Compile Include="..\..\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs" Link="src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs"/>
<Compile Include="System\Collections\Frozen\Constants.cs"/>
<Compile Include="System\Collections\Frozen\DefaultFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\DefaultFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\EmptyFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\EmptyFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\FrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\FrozenHashTable.cs"/>
<Compile Include="System\Collections\Frozen\FrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\FrozenSetInternalBase.cs"/>
<Compile Include="System\Collections\Frozen\ItemsFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\KeysAndValuesFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\SmallFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\SmallFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\SmallValueTypeComparableFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\SmallValueTypeComparableFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\ValueTypeDefaultComparerFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\ValueTypeDefaultComparerFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\Int32\Int32FrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\Int32\Int32FrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\String\Hashing.cs"/>
<Compile Include="System\Collections\Frozen\String\KeyAnalyzer.cs"/>
<Compile Include="System\Collections\Frozen\String\LengthBuckets.cs"/>
<Compile Include="System\Collections\Frozen\String\LengthBucketsFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\String\LengthBucketsFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_FullCaseInsensitiveAscii.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_FullCaseInsensitive.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_Full.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_LeftJustifiedCaseInsensitiveAsciiSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_LeftJustifiedCaseInsensitiveSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_LeftJustifiedSingleChar.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_RightJustifiedCaseInsensitiveSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_RightJustifiedCaseInsensitiveAsciiSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_RightJustifiedSingleChar.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_RightJustifiedSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary_LeftJustifiedSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_FullCaseInsensitiveAscii.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_FullCaseInsensitive.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_Full.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedCaseInsensitiveSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedCaseInsensitiveAsciiSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedSingleChar.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedCaseInsensitiveAsciiSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedCaseInsensitiveSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedSubstring.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedSingleChar.cs"/>
<Compile Include="System\Collections\Immutable\AllocFreeConcurrentStack.cs"/>
<Compile Include="System\Collections\Immutable\DictionaryEnumerator.cs"/>
<Compile Include="System\Collections\Immutable\DisposableEnumeratorAdapter_2.cs"/>
<Compile Include="System\Collections\Immutable\IImmutableArray.cs"/>
<Compile Include="System\Collections\Immutable\IImmutableDictionary.cs"/>
<Compile Include="System\Collections\Immutable\IImmutableDictionaryInternal.cs"/>
<Compile Include="System\Collections\Immutable\IImmutableList.cs"/>
<Compile Include="System\Collections\Immutable\IImmutableQueue.cs"/>
<Compile Include="System\Collections\Immutable\IImmutableSet.cs"/>
<Compile Include="System\Collections\Immutable\IImmutableStack.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.HashBucketByValueEqualityComparer.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.HashBucketByRefEqualityComparer.cs"/>
<Compile Include="System\Collections\Immutable\IStrongEnumerable_2.cs"/>
<Compile Include="System\Collections\Immutable\IStrongEnumerator_1.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableArray.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableArray_1.Builder.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableArray_1.Builder.DebuggerProxy.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableArray_1.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableArray_1.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableArray_1.netcoreapp.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableArray_1.Minimal.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary_2.Builder.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary_2.Comparers.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary_2.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary_2.MutationInput.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary_2.MutationResult.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableDictionary_2.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableEnumerableDebuggerProxy.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableExtensions.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableExtensions.Minimal.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.Builder.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.HashBucket.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.MutationInput.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.MutationResult.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.NodeEnumerable.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableInterlocked.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableList.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableList_1.Builder.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableList_1.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableList_1.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableList_1.Node.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableQueue.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableQueue_1.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableQueue_1.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedDictionary.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedDictionary_2.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedSet.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedSet_1.Builder.DebuggerProxy.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedSet_1.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableSortedSet_1.Node.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableStack.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableStack_1.cs"/>
<Compile Include="System\Collections\Immutable\ImmutableStack_1.Enumerator.cs"/>
<Compile Include="System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs"/>
<Compile Include="System\Collections\Immutable\RefAsValueType.cs"/>
<Compile Include="System\Collections\Immutable\SecureObjectPool.cs"/>
<Compile Include="System\Collections\Immutable\SortedInt32KeyNode.cs"/>
<Compile Include="System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs"/>
<Compile Include="System\Linq\ImmutableArrayExtensions.cs"/>
<Compile Include="System\Runtime.InteropServices\ImmutableCollectionsMarshal.cs"/>
<Compile Include="Validation\Requires.cs"/>
<Compile Include="..\..\Common\src\System\Runtime\Versioning\NonVersionableAttribute.cs" Link="src\libraries\Common\src\System\Runtime\Versioning\NonVersionableAttribute.cs"/>
<Compile Include="System\Collections\Frozen\DefaultFrozenDictionary.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\DefaultFrozenSet.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\FrozenSet.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\SmallFrozenDictionary.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\SmallFrozenSet.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\Int32\Int32FrozenDictionary.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\Int32\Int32FrozenSet.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\String\LengthBucketsFrozenDictionary.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\String\LengthBucketsFrozenSet.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenDictionary.AlternateLookup.cs"/>
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet.AlternateLookup.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.Collections.Immutable\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Collections.Immutable\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Collections.Immutable\Debug\net10.0\System.SR.cs" Link="artifacts\obj\System.Collections.Immutable\Debug\net10.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Collections.Immutable\Debug\net10.0\System.Collections.Immutable.AssemblyInfo.cs" Link="artifacts\obj\System.Collections.Immutable\Debug\net10.0\System.Collections.Immutable.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\808826a007db4bfd8b0edad5657920c4\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f1bc18f5f8d46f38f15c2c1ba648785\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6962ebeaf58479baebdeba5c3647a21\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\696123198f784cfc95359da1a83fb2e4\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\feaa6b08b4a8408398292d20e6c39956\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7aa44f7c5a2431ea323bde941c2f27a\System.Threading.dll"/>
</ItemGroup>
</Project>
|