-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathSqlParser.sln
43 lines (43 loc) · 2.55 KB
/
SqlParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlParser", "src\SqlParser\SqlParser.csproj", "{CE589819-7C5F-4BE3-8595-86B4EF02BC87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlParser.Benchmarks", "src\SqlParser.Benchmarks\SqlParser.Benchmarks.csproj", "{F0AB3DFE-2F54-4A49-9329-3FD99DF046A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlParser.Tests", "src\SqlParser.Tests\SqlParser.Tests.csproj", "{DC1BC731-2D9A-47C3-982C-0C0B6FECABF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlParserDemo", "src\SqlParserDemo\SqlParserDemo.csproj", "{5C0AC518-71D4-45F2-946F-ADBBBA8C2311}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE589819-7C5F-4BE3-8595-86B4EF02BC87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE589819-7C5F-4BE3-8595-86B4EF02BC87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE589819-7C5F-4BE3-8595-86B4EF02BC87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE589819-7C5F-4BE3-8595-86B4EF02BC87}.Release|Any CPU.Build.0 = Release|Any CPU
{F0AB3DFE-2F54-4A49-9329-3FD99DF046A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0AB3DFE-2F54-4A49-9329-3FD99DF046A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0AB3DFE-2F54-4A49-9329-3FD99DF046A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0AB3DFE-2F54-4A49-9329-3FD99DF046A5}.Release|Any CPU.Build.0 = Release|Any CPU
{DC1BC731-2D9A-47C3-982C-0C0B6FECABF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC1BC731-2D9A-47C3-982C-0C0B6FECABF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC1BC731-2D9A-47C3-982C-0C0B6FECABF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC1BC731-2D9A-47C3-982C-0C0B6FECABF4}.Release|Any CPU.Build.0 = Release|Any CPU
{5C0AC518-71D4-45F2-946F-ADBBBA8C2311}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C0AC518-71D4-45F2-946F-ADBBBA8C2311}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C0AC518-71D4-45F2-946F-ADBBBA8C2311}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C0AC518-71D4-45F2-946F-ADBBBA8C2311}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5667DCDC-458B-49F7-ADAE-B3E6864BA0B1}
EndGlobalSection
EndGlobal