File: System.Text.RegularExpressions.csproj
Web Access
Project: src\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>
    <AssemblyName>System.Text.RegularExpressions</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;SYSTEM_TEXT_REGULAREXPRESSIONS;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="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\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\libraries\Common\src\System\HexConverter.cs"/>
    <Compile Include="..\..\Common\src\System\Obsoletions.cs" Link="src\libraries\Common\src\System\Obsoletions.cs"/>
    <Compile Include="..\..\Common\src\System\Text\ValueStringBuilder.cs" Link="src\libraries\Common\src\System\Text\ValueStringBuilder.cs"/>
    <Compile Include="..\..\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.cs" Link="src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.cs"/>
    <Compile Include="..\..\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.Pop.cs" Link="src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.Pop.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.Text.RegularExpressions\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Text.RegularExpressions\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Text.RegularExpressions\Debug\net9.0\System.SR.cs" Link="artifacts\obj\System.Text.RegularExpressions\Debug\net9.0\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Text.RegularExpressions\Debug\net9.0\System.Text.RegularExpressions.AssemblyInfo.cs" Link="artifacts\obj\System.Text.RegularExpressions\Debug\net9.0\System.Text.RegularExpressions.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\ab1944bebdc54e39aa928a23c11b2d80\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea3f97b293844a95a7d96fe5aa5cf949\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecfac0c0077841a6b5433c90eee656e1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d20220624733442c8a30d5cae4053b89\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d7a6192893c4bb1a78382bf3278e721\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9548054760c148e6bccd45818005288d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5122e8359a4b4b3ba36747ca030dccc4\System.Reflection.Primitives.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>