-
Notifications
You must be signed in to change notification settings - Fork 2
/
GParse.sln
84 lines (84 loc) · 5.07 KB
/
GParse.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6E9DF038-0FDC-406E-9754-0D09C728DC2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E027F81-487D-4127-911B-985C82EC2004}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
.notes\regex-range-simplification.txt = .notes\regex-range-simplification.txt
.notes\saturating-math.txt = .notes\saturating-math.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GParse", "GParse\GParse.csproj", "{FE719492-2A48-4CA3-AD91-4C62A0CDD494}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GParse.Tests", "GParse.Tests\GParse.Tests.csproj", "{A039DA83-6047-4393-8B5A-E17F951C1A34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GParse.Extensions.StateMachines", "GParse.Extensions.StateMachines\GParse.Extensions.StateMachines.csproj", "{D084CA66-CAEC-4A00-9D32-2CFCE44BC52E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GParse.Extensions.StateMachines.Tests", "GParse.Extensions.StateMachines.Tests\GParse.Extensions.StateMachines.Tests.csproj", "{75DC45BE-CCB5-4360-B450-C80F341BE7C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GParse.TestParsers", "GParse.TestParsers\GParse.TestParsers.csproj", "{972738F6-6379-41AB-98E4-A422D20B20C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GParse.Benchmarks", "GParse.Benchmarks\GParse.Benchmarks.csproj", "{33195B1E-5F38-45A0-B4C0-0711019EE5BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{881B0664-9F50-4830-A221-7A01C84D0247}"
ProjectSection(SolutionItems) = preProject
build\LibraryProject.props = build\LibraryProject.props
build\Shared.Compilation.props = build\Shared.Compilation.props
build\Shared.Defines.props = build\Shared.Defines.props
build\Shared.NugetPackage.props = build\Shared.NugetPackage.props
build\Shared.Packages.props = build\Shared.Packages.props
build\Shared.Props.props = build\Shared.Props.props
build\TestProject.props = build\TestProject.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE719492-2A48-4CA3-AD91-4C62A0CDD494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE719492-2A48-4CA3-AD91-4C62A0CDD494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE719492-2A48-4CA3-AD91-4C62A0CDD494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE719492-2A48-4CA3-AD91-4C62A0CDD494}.Release|Any CPU.Build.0 = Release|Any CPU
{A039DA83-6047-4393-8B5A-E17F951C1A34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A039DA83-6047-4393-8B5A-E17F951C1A34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A039DA83-6047-4393-8B5A-E17F951C1A34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A039DA83-6047-4393-8B5A-E17F951C1A34}.Release|Any CPU.Build.0 = Release|Any CPU
{D084CA66-CAEC-4A00-9D32-2CFCE44BC52E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D084CA66-CAEC-4A00-9D32-2CFCE44BC52E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D084CA66-CAEC-4A00-9D32-2CFCE44BC52E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D084CA66-CAEC-4A00-9D32-2CFCE44BC52E}.Release|Any CPU.Build.0 = Release|Any CPU
{75DC45BE-CCB5-4360-B450-C80F341BE7C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75DC45BE-CCB5-4360-B450-C80F341BE7C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75DC45BE-CCB5-4360-B450-C80F341BE7C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75DC45BE-CCB5-4360-B450-C80F341BE7C1}.Release|Any CPU.Build.0 = Release|Any CPU
{972738F6-6379-41AB-98E4-A422D20B20C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{972738F6-6379-41AB-98E4-A422D20B20C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{972738F6-6379-41AB-98E4-A422D20B20C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{972738F6-6379-41AB-98E4-A422D20B20C4}.Release|Any CPU.Build.0 = Release|Any CPU
{33195B1E-5F38-45A0-B4C0-0711019EE5BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33195B1E-5F38-45A0-B4C0-0711019EE5BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33195B1E-5F38-45A0-B4C0-0711019EE5BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33195B1E-5F38-45A0-B4C0-0711019EE5BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A039DA83-6047-4393-8B5A-E17F951C1A34} = {6E9DF038-0FDC-406E-9754-0D09C728DC2A}
{75DC45BE-CCB5-4360-B450-C80F341BE7C1} = {6E9DF038-0FDC-406E-9754-0D09C728DC2A}
{881B0664-9F50-4830-A221-7A01C84D0247} = {4E027F81-487D-4127-911B-985C82EC2004}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9367AB81-F9E2-4379-8FFF-A716EEB4F9F8}
EndGlobalSection
EndGlobal