|
<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/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
<ReferencePath Include="../../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
<ReferencePath Include="../../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
<ReferencePath Include="../../../../../../ref/4efc86340c434c48b440edb348f415d4/System.Reflection.Emit.dll"/>
<ReferencePath Include="../../../../../../ref/4c05feb3f8e24f05bfe92bbb4c7024c6/System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="../../../../../../ref/6ef3776281ce41acbde003fa2d028f44/System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="../../../../../../ref/44a0f39d72ed4206a3738525e581cd98/System.Reflection.Primitives.dll"/>
<ReferencePath Include="../../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
<ReferencePath Include="../../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
<ReferencePath Include="../../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|