| 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;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/c660b6019ed14020be9058acd6102075/System.Collections.Concurrent.dll"/> <ReferencePath Include="../../../../../../ref/aa5b52c5ff064cca9752e9e49dad40f7/System.Collections.dll"/> <ReferencePath Include="../../../../../../ref/14c66c783be048ebaf2bf12abc59499f/System.Memory.dll"/> <ReferencePath Include="../../../../../../ref/4b41fc07596e4f6fa0f64d9d57624ccc/System.Reflection.Emit.dll"/> <ReferencePath Include="../../../../../../ref/7189893c6072495eaea3081ecc060799/System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="../../../../../../ref/6a8bbbf3b03d46b0a9fb72b14005a1e7/System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="../../../../../../ref/3416d343086f4614a5b42ba51aea7852/System.Reflection.Primitives.dll"/> <ReferencePath Include="../../../../../../ref/14466c5c1d5d4bd780ecf7dacd212b79/System.Runtime.dll"/> <ReferencePath Include="../../../../../../ref/3952df4d829f437b9621e95ddc6d72ac/System.Runtime.InteropServices.dll"/> <ReferencePath Include="../../../../../../ref/ae02198c4e604c33ba7e35688f32c03b/System.Threading.dll"/> </ItemGroup> <ItemGroup> </ItemGroup> </Project>