File: System.Text.RegularExpressions.csproj
Web Access
Project: src\runtime\src\libraries\System.Text.RegularExpressions\src\System.Text.RegularExpressions.csproj (System.Text.RegularExpressions)
<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.Text.RegularExpressions</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;SYSTEM_TEXT_REGULAREXPRESSIONS;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/Collections/HashtableExtensions.cs"/>
    <Compile Include="System/Text/RegularExpressions/ValueMatch.cs"/>
    <Compile Include="System/Text/StructListBuilder.cs"/>
    <Compile Include="System/Threading/StackHelper.cs"/>
    <Compile Include="System/Text/RegularExpressions/Capture.cs"/>
    <Compile Include="System/Text/RegularExpressions/CaptureCollection.cs"/>
    <Compile Include="System/Text/RegularExpressions/CollectionDebuggerProxy.cs"/>
    <Compile Include="System/Text/RegularExpressions/Group.cs"/>
    <Compile Include="System/Text/RegularExpressions/GroupCollection.cs"/>
    <Compile Include="System/Text/RegularExpressions/Match.cs"/>
    <Compile Include="System/Text/RegularExpressions/MatchCollection.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.Cache.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.Count.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.Debug.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.Match.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.Replace.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.Split.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.EnumerateMatches.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.EnumerateSplits.cs"/>
    <Compile Include="System/Text/RegularExpressions/Regex.Timeout.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexAssemblyCompiler.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexCaseBehavior.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexCaseEquivalences.Data.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexCaseEquivalences.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexCharClass.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexCharClass.Tables.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexCompilationInfo.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexFindOptimizations.cs"/>
    <Compile Include="System/Text/RegularExpressions/GeneratedRegexAttribute.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexInterpreter.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexInterpreterCode.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexMatchTimeoutException.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexNode.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexNodeKind.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexOpcode.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexOptions.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexParseError.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexParseException.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexParser.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexPrefixAnalyzer.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexReplacement.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexRunner.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexRunnerFactory.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexRunnerMode.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexTree.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexTreeAnalyzer.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexWriter.cs"/>
    <Compile Include="System/Text/RegularExpressions/ThrowHelper.cs"/>
    <Compile Include="System/Text/RegularExpressions/CompiledRegexRunnerFactory.cs"/>
    <Compile Include="System/Text/RegularExpressions/CompiledRegexRunner.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexCompiler.cs"/>
    <Compile Include="System/Text/RegularExpressions/RegexLWCGCompiler.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/BDD.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/BDDRangeConverter.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/BitVector.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/BitVectorSolver.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/CharKind.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/CharSetSolver.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/DerivativeEffect.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/MatchingState.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/DoublyLinkedList.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/ISolver.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/MatchReversalKind.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/MatchReversal.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/MintermClassifier.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/MintermGenerator.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/RegexNodeConverter.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SparseIntMap.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/StateFlags.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicMatch.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexBuilder.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexNode.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexKind.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexInfo.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexMatcher.Automata.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexMatcher.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexMatcher.Dgml.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexMatcher.Explore.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexMatcher.Sample.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexRunnerFactory.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/SymbolicRegexThresholds.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/UInt64Solver.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/UnicodeCategoryConditions.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/UnicodeCategoryRanges.cs"/>
    <Compile Include="System/Text/RegularExpressions/Symbolic/UnicodeCategoryRangesGenerator.cs"/>
    <Compile Include="../../Common/src/System/HexConverter.cs" Link="src/runtime/src/libraries/Common/src/System/HexConverter.cs"/>
    <Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
    <Compile Include="../../Common/src/System/Text/ValueStringBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.cs"/>
    <Compile Include="../../Common/src/System/Collections/Generic/ValueListBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Generic/ValueListBuilder.cs"/>
    <Compile Include="../../Common/src/System/Collections/Generic/ValueListBuilder.Pop.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Generic/ValueListBuilder.Pop.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.Text.RegularExpressions/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Text.RegularExpressions/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Text.RegularExpressions/Release/net11.0/System.SR.cs" Link="src/runtime/artifacts/obj/System.Text.RegularExpressions/Release/net11.0/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Text.RegularExpressions/Release/net11.0/System.Text.RegularExpressions.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Text.RegularExpressions/Release/net11.0/System.Text.RegularExpressions.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/8005ee5d0b3843a0940fa590f1665250/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/2ef11b22476644bf88ff47d402f2ebeb/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/e108894d18514bcaaaa5908d5f8cbdd4/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/ed464598c76c4ecdb05cf0ff890a2e8a/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/11d7b4c6b1f14d4fa2136a7ab68bcee6/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/a1e24c459df04a898e31ea596264061e/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/2bc8009bba9d4c6f9846883299db9d07/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/2acdf02b5f954a45ac38256b77af0bac/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/59d08059985544358a4bc1164e1726e5/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/4a220c4e16314bcea4e144f7d1c59aad/System.Threading.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>