Skip to content

Commit 1fd98de

Browse files
committed
Fix: Add missing project to solution file
1 parent 9b394d4 commit 1fd98de

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

SqlFormatter.sln

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.4.33205.214
2+
# Visual Studio Version 18
3+
VisualStudioVersion = 18.6.11723.189 insiders
54
MinimumVisualStudioVersion = 10.0.40219.1
65
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQL.Formatter", "SQL.Formatter\SQL.Formatter.csproj", "{37364F94-0280-4847-A912-FD95E8840B01}"
76
EndProject
87
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQL.Formatter.Test", "SQL.Formatter.Test\SQL.Formatter.Test.csproj", "{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}"
98
EndProject
9+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL.Formatter.Benchmarks", "SQL.Formatter.Benchmarks\SQL.Formatter.Benchmarks.csproj", "{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}"
10+
EndProject
1011
Global
1112
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1213
Debug|Any CPU = Debug|Any CPU
@@ -21,6 +22,10 @@ Global
2122
{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
2223
{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
2324
{497AABF6-2D16-4420-BBFB-9DA20B1FDF05}.Release|Any CPU.Build.0 = Release|Any CPU
25+
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26+
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Debug|Any CPU.Build.0 = Debug|Any CPU
27+
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{E2C6072C-D4E5-EAE7-0EF3-2CE53BB04989}.Release|Any CPU.Build.0 = Release|Any CPU
2429
EndGlobalSection
2530
GlobalSection(SolutionProperties) = preSolution
2631
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)