File: System.Collections.Immutable.csproj
Web Access
Project: src\src\libraries\System.Collections.Immutable\src\System.Collections.Immutable.csproj (System.Collections.Immutable)
<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;NET9_0;NETCOREAPP;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="Properties\InternalsVisibleTo.cs"/>
    <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\Generic\IHashKeyCollection.cs"/>
    <Compile Include="System\Collections\Generic\ISortKeyCollection.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\IBinaryTree.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\IImmutableListQueries.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\IOrderedCollection.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\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Collections.Immutable\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Collections.Immutable\Debug\net9.0\System.SR.cs" Link="artifacts\obj\System.Collections.Immutable\Debug\net9.0\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Collections.Immutable\Debug\net9.0\System.Collections.Immutable.AssemblyInfo.cs" Link="artifacts\obj\System.Collections.Immutable\Debug\net9.0\System.Collections.Immutable.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\ea3f97b293844a95a7d96fe5aa5cf949\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b4278e4feed4f109f9ae5e15d6028b3\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecfac0c0077841a6b5433c90eee656e1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fe7e9e0d68d474c903923044fb409dd\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c781fe8da814f3191a483f37b320258\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3025184d35540879186684ed27c6064\System.Threading.dll"/>
  </ItemGroup>
</Project>