-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSqlFormatter.sln
More file actions
36 lines (36 loc) · 2.1 KB
/
SqlFormatter.sln
File metadata and controls
36 lines (36 loc) · 2.1 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.6.11723.189 insiders
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQL.Formatter", "SQL.Formatter\SQL.Formatter.csproj", "{37364F94-0280-4847-A912-FD95E8840B01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQL.Formatter.Test", "SQL.Formatter.Test\SQL.Formatter.Test.csproj", "{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL.Formatter.Benchmarks", "SQL.Formatter.Benchmarks\SQL.Formatter.Benchmarks.csproj", "{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37364F94-0280-4847-A912-FD95E8840B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37364F94-0280-4847-A912-FD95E8840B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37364F94-0280-4847-A912-FD95E8840B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37364F94-0280-4847-A912-FD95E8840B01}.Release|Any CPU.Build.0 = Release|Any CPU
{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}.Release|Any CPU.Build.0 = Release|Any CPU
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B32DD55A-FAFA-4F25-B37E-D13E40CD7C66}
EndGlobalSection
EndGlobal