-
Notifications
You must be signed in to change notification settings - Fork 17
/
SQLParser.sln
42 lines (42 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLParser", "SQLParser\SQLParser.csproj", "{BB79452B-A018-4DA3-B6BF-2A6722829D52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLParser.Tests", "SQLParser.Tests\SQLParser.Tests.csproj", "{F8471E63-DECC-4A6C-A7FF-3D141360C6EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLParser.Example", "SQLParser.Example\SQLParser.Example.csproj", "{3EF6A341-E6DC-47A6-BE57-582EF8F318D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2DC54B9D-E8DB-4D16-BC98-5832792A0C77}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB79452B-A018-4DA3-B6BF-2A6722829D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB79452B-A018-4DA3-B6BF-2A6722829D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB79452B-A018-4DA3-B6BF-2A6722829D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB79452B-A018-4DA3-B6BF-2A6722829D52}.Release|Any CPU.Build.0 = Release|Any CPU
{F8471E63-DECC-4A6C-A7FF-3D141360C6EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8471E63-DECC-4A6C-A7FF-3D141360C6EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8471E63-DECC-4A6C-A7FF-3D141360C6EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8471E63-DECC-4A6C-A7FF-3D141360C6EB}.Release|Any CPU.Build.0 = Release|Any CPU
{3EF6A341-E6DC-47A6-BE57-582EF8F318D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EF6A341-E6DC-47A6-BE57-582EF8F318D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EF6A341-E6DC-47A6-BE57-582EF8F318D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EF6A341-E6DC-47A6-BE57-582EF8F318D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA4A60FD-376D-4C98-A700-DAB5AD7B410D}
EndGlobalSection
EndGlobal