-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSQL_Formatter.sln
31 lines (31 loc) · 1.54 KB
/
SQL_Formatter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL_Formatter", "SQL_Formatter\SQL_Formatter.csproj", "{A9D0F634-899A-41FB-AA38-751E9DE9F4FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{C995D8CA-80D8-45B0-9BF3-922B3F13C8E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9D0F634-899A-41FB-AA38-751E9DE9F4FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9D0F634-899A-41FB-AA38-751E9DE9F4FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9D0F634-899A-41FB-AA38-751E9DE9F4FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9D0F634-899A-41FB-AA38-751E9DE9F4FB}.Release|Any CPU.Build.0 = Release|Any CPU
{C995D8CA-80D8-45B0-9BF3-922B3F13C8E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C995D8CA-80D8-45B0-9BF3-922B3F13C8E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C995D8CA-80D8-45B0-9BF3-922B3F13C8E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C995D8CA-80D8-45B0-9BF3-922B3F13C8E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8654AAA5-75A7-4743-865E-2C77751ADA33}
EndGlobalSection
EndGlobal