File: System.Collections.Immutable.csproj
Web Access
Project: src\runtime\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>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>System.Collections.Immutable</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_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;NET11_0_OR_GREATER;NET11_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/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs"/>
    <Compile Include="../../System.Private.CoreLib/src/System/Collections/Generic/DebugViewDictionaryItem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/DebugViewDictionaryItem.cs"/>
    <Compile Include="../../System.Private.CoreLib/src/System/Collections/Generic/IDictionaryDebugView.cs" Link="src/runtime/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/runtime/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="System/Collections/Frozen/Integer/DenseIntegralFrozenDictionary.cs"/>
    <Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
    <Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Collections.Immutable/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Collections.Immutable/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Collections.Immutable/Release/net11.0/System.SR.cs" Link="src/runtime/artifacts/obj/System.Collections.Immutable/Release/net11.0/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Collections.Immutable/Release/net11.0/System.Collections.Immutable.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Collections.Immutable/Release/net11.0/System.Collections.Immutable.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/e70fdfba2db548aeb08b9e17ea23d5bd/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>