-
Notifications
You must be signed in to change notification settings - Fork 4
/
CsLex.sln
57 lines (57 loc) · 3.51 KB
/
CsLex.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexLib", "LexLib\LexLib.csproj", "{58F5C49B-B0BD-41C4-A5CD-0B4DA245E165}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsLexConsole", "CsLexConsole\CsLexConsole.csproj", "{5C546382-F671-4F11-A51C-9AB00B5D13D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexTests", "LexTests\LexTests.csproj", "{5EED874F-55FB-4C3A-9442-02CB1871EA03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestOutputSimple", "TestOutputSimple\TestOutputSimple.csproj", "{8E0AFE78-BE44-4B6D-BFC6-E7880F8E86D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BCE6E738-02A4-4D34-9F45-86297A48891F}"
ProjectSection(SolutionItems) = preProject
CsLex.md = CsLex.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsLexLib", "CsLexLib\CsLexLib.csproj", "{54FD5B0E-8580-495A-8823-F6C44865C8A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsLexLibTest", "CsLexLibTest\CsLexLibTest.csproj", "{4CA44DE6-FFDF-43CB-8B19-948343B44357}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58F5C49B-B0BD-41C4-A5CD-0B4DA245E165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58F5C49B-B0BD-41C4-A5CD-0B4DA245E165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58F5C49B-B0BD-41C4-A5CD-0B4DA245E165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58F5C49B-B0BD-41C4-A5CD-0B4DA245E165}.Release|Any CPU.Build.0 = Release|Any CPU
{5C546382-F671-4F11-A51C-9AB00B5D13D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C546382-F671-4F11-A51C-9AB00B5D13D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C546382-F671-4F11-A51C-9AB00B5D13D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C546382-F671-4F11-A51C-9AB00B5D13D9}.Release|Any CPU.Build.0 = Release|Any CPU
{5EED874F-55FB-4C3A-9442-02CB1871EA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EED874F-55FB-4C3A-9442-02CB1871EA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EED874F-55FB-4C3A-9442-02CB1871EA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EED874F-55FB-4C3A-9442-02CB1871EA03}.Release|Any CPU.Build.0 = Release|Any CPU
{8E0AFE78-BE44-4B6D-BFC6-E7880F8E86D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E0AFE78-BE44-4B6D-BFC6-E7880F8E86D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E0AFE78-BE44-4B6D-BFC6-E7880F8E86D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E0AFE78-BE44-4B6D-BFC6-E7880F8E86D5}.Release|Any CPU.Build.0 = Release|Any CPU
{54FD5B0E-8580-495A-8823-F6C44865C8A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54FD5B0E-8580-495A-8823-F6C44865C8A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54FD5B0E-8580-495A-8823-F6C44865C8A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54FD5B0E-8580-495A-8823-F6C44865C8A6}.Release|Any CPU.Build.0 = Release|Any CPU
{4CA44DE6-FFDF-43CB-8B19-948343B44357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CA44DE6-FFDF-43CB-8B19-948343B44357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CA44DE6-FFDF-43CB-8B19-948343B44357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CA44DE6-FFDF-43CB-8B19-948343B44357}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal