-
Notifications
You must be signed in to change notification settings - Fork 0
/
LKParser.sln
39 lines (39 loc) · 2.2 KB
/
LKParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1500
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LKParser", "LKParser\LKParser.csproj", "{E58D6CC4-1901-457A-B4FE-BBE04C746990}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LKParserTests", "LKParserTests\LKParserTests.csproj", "{3C54026C-ED1A-4EE7-84B0-B45E11E7048B}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "ParserSQLCLRWrapper", "ParserSQLCLRWrapper\ParserSQLCLRWrapper.sqlproj", "{A51A8B1B-3B4C-48F2-AED9-1FEFB71618C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E58D6CC4-1901-457A-B4FE-BBE04C746990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E58D6CC4-1901-457A-B4FE-BBE04C746990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E58D6CC4-1901-457A-B4FE-BBE04C746990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E58D6CC4-1901-457A-B4FE-BBE04C746990}.Release|Any CPU.Build.0 = Release|Any CPU
{3C54026C-ED1A-4EE7-84B0-B45E11E7048B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C54026C-ED1A-4EE7-84B0-B45E11E7048B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C54026C-ED1A-4EE7-84B0-B45E11E7048B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C54026C-ED1A-4EE7-84B0-B45E11E7048B}.Release|Any CPU.Build.0 = Release|Any CPU
{A51A8B1B-3B4C-48F2-AED9-1FEFB71618C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A51A8B1B-3B4C-48F2-AED9-1FEFB71618C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A51A8B1B-3B4C-48F2-AED9-1FEFB71618C2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A51A8B1B-3B4C-48F2-AED9-1FEFB71618C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A51A8B1B-3B4C-48F2-AED9-1FEFB71618C2}.Release|Any CPU.Build.0 = Release|Any CPU
{A51A8B1B-3B4C-48F2-AED9-1FEFB71618C2}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D9AFA5F-ABF1-4277-80A1-77A43D266128}
EndGlobalSection
EndGlobal