|
1 |
| - |
2 |
| -Microsoft Visual Studio Solution File, Format Version 12.00 |
3 |
| -# Visual Studio Version 16 |
4 |
| -VisualStudioVersion = 16.0.29409.12 |
5 |
| -MinimumVisualStudioVersion = 10.0.40219.1 |
6 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{1ED47D14-DCE0-4357-A27B-583FBE9DC2B1}" |
7 |
| - ProjectSection(SolutionItems) = preProject |
8 |
| - LICENSE = LICENSE |
9 |
| - README.md = README.md |
10 |
| - build\Settings.props = build\Settings.props |
11 |
| - EndProjectSection |
12 |
| -EndProject |
13 |
| -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peachpie.Library.RegularExpressions", "src\Peachpie.Library.RegularExpressions\Peachpie.Library.RegularExpressions.csproj", "{B028FBF4-53D7-42C7-8243-C5F0D087C892}" |
14 |
| -EndProject |
15 |
| -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peachpie.Library.RegularExpressions.Tests", "tests\Peachpie.Library.RegularExpressions.Tests\Peachpie.Library.RegularExpressions.Tests.csproj", "{7AFF0782-D0BB-4C21-9653-694BDE110C9A}" |
16 |
| -EndProject |
17 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Peachpie.Library.RegularExpressions.Benchmarks", "tests\Peachpie.Library.RegularExpressions.Benchmarks\Peachpie.Library.RegularExpressions.Benchmarks.csproj", "{4C251EA2-F814-4437-B3AD-92712C0A997A}" |
18 |
| -EndProject |
19 |
| -Global |
20 |
| - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
21 |
| - Debug|Any CPU = Debug|Any CPU |
22 |
| - Release|Any CPU = Release|Any CPU |
23 |
| - EndGlobalSection |
24 |
| - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
25 |
| - {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
26 |
| - {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Debug|Any CPU.Build.0 = Debug|Any CPU |
27 |
| - {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Release|Any CPU.ActiveCfg = Release|Any CPU |
28 |
| - {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Release|Any CPU.Build.0 = Release|Any CPU |
29 |
| - {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
30 |
| - {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
31 |
| - {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
32 |
| - {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Release|Any CPU.Build.0 = Release|Any CPU |
33 |
| - {4C251EA2-F814-4437-B3AD-92712C0A997A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
34 |
| - {4C251EA2-F814-4437-B3AD-92712C0A997A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
35 |
| - {4C251EA2-F814-4437-B3AD-92712C0A997A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
36 |
| - {4C251EA2-F814-4437-B3AD-92712C0A997A}.Release|Any CPU.Build.0 = Release|Any CPU |
37 |
| - EndGlobalSection |
38 |
| - GlobalSection(SolutionProperties) = preSolution |
39 |
| - HideSolutionNode = FALSE |
40 |
| - EndGlobalSection |
41 |
| - GlobalSection(ExtensibilityGlobals) = postSolution |
42 |
| - SolutionGuid = {CC3E6475-94F8-415A-AEE3-033153496D56} |
43 |
| - EndGlobalSection |
44 |
| -EndGlobal |
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.29409.12 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{1ED47D14-DCE0-4357-A27B-583FBE9DC2B1}" |
| 7 | + ProjectSection(SolutionItems) = preProject |
| 8 | + Directory.Build.props = Directory.Build.props |
| 9 | + LICENSE = LICENSE |
| 10 | + README.md = README.md |
| 11 | + EndProjectSection |
| 12 | +EndProject |
| 13 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peachpie.Library.RegularExpressions", "src\Peachpie.Library.RegularExpressions\Peachpie.Library.RegularExpressions.csproj", "{B028FBF4-53D7-42C7-8243-C5F0D087C892}" |
| 14 | +EndProject |
| 15 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peachpie.Library.RegularExpressions.Tests", "tests\Peachpie.Library.RegularExpressions.Tests\Peachpie.Library.RegularExpressions.Tests.csproj", "{7AFF0782-D0BB-4C21-9653-694BDE110C9A}" |
| 16 | +EndProject |
| 17 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peachpie.Library.RegularExpressions.Benchmarks", "tests\Peachpie.Library.RegularExpressions.Benchmarks\Peachpie.Library.RegularExpressions.Benchmarks.csproj", "{4C251EA2-F814-4437-B3AD-92712C0A997A}" |
| 18 | +EndProject |
| 19 | +Global |
| 20 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 21 | + Debug|Any CPU = Debug|Any CPU |
| 22 | + Release|Any CPU = Release|Any CPU |
| 23 | + EndGlobalSection |
| 24 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 25 | + {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 26 | + {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 27 | + {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 28 | + {B028FBF4-53D7-42C7-8243-C5F0D087C892}.Release|Any CPU.Build.0 = Release|Any CPU |
| 29 | + {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 30 | + {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 31 | + {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 32 | + {7AFF0782-D0BB-4C21-9653-694BDE110C9A}.Release|Any CPU.Build.0 = Release|Any CPU |
| 33 | + {4C251EA2-F814-4437-B3AD-92712C0A997A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 34 | + {4C251EA2-F814-4437-B3AD-92712C0A997A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 35 | + {4C251EA2-F814-4437-B3AD-92712C0A997A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 36 | + {4C251EA2-F814-4437-B3AD-92712C0A997A}.Release|Any CPU.Build.0 = Release|Any CPU |
| 37 | + EndGlobalSection |
| 38 | + GlobalSection(SolutionProperties) = preSolution |
| 39 | + HideSolutionNode = FALSE |
| 40 | + EndGlobalSection |
| 41 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 42 | + SolutionGuid = {CC3E6475-94F8-415A-AEE3-033153496D56} |
| 43 | + EndGlobalSection |
| 44 | +EndGlobal |
0 commit comments