-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslek.sln
51 lines (51 loc) · 2.63 KB
/
slek.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "slek", "slek\slek.csproj", "{1F65C538-5C52-4927-B2B1-D76A61CC3458}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slek.Tests", "slek.Tests\slek.Tests.csproj", "{2816075D-78D0-4F80-B292-0A3AF45AD4FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{41C83084-0F6E-4167-B181-6A1358263DB2}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "specs", "specs", "{A01C38F4-6F67-4D45-8932-5C43BDD7285D}"
ProjectSection(SolutionItems) = preProject
specs\Collections.md = specs\Collections.md
specs\Overview.md = specs\Overview.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "slek.ParserGenerator", "slek.ParserGenerator\slek.ParserGenerator.csproj", "{68A7D035-8CE8-42AB-B81F-44BB8984199F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F65C538-5C52-4927-B2B1-D76A61CC3458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F65C538-5C52-4927-B2B1-D76A61CC3458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F65C538-5C52-4927-B2B1-D76A61CC3458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F65C538-5C52-4927-B2B1-D76A61CC3458}.Release|Any CPU.Build.0 = Release|Any CPU
{2816075D-78D0-4F80-B292-0A3AF45AD4FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2816075D-78D0-4F80-B292-0A3AF45AD4FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2816075D-78D0-4F80-B292-0A3AF45AD4FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2816075D-78D0-4F80-B292-0A3AF45AD4FD}.Release|Any CPU.Build.0 = Release|Any CPU
{68A7D035-8CE8-42AB-B81F-44BB8984199F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68A7D035-8CE8-42AB-B81F-44BB8984199F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68A7D035-8CE8-42AB-B81F-44BB8984199F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68A7D035-8CE8-42AB-B81F-44BB8984199F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A01C38F4-6F67-4D45-8932-5C43BDD7285D} = {41C83084-0F6E-4167-B181-6A1358263DB2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2201310-8BF8-4EFE-991D-114CFA8E055B}
EndGlobalSection
EndGlobal