-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmssql-algorithms.sln
More file actions
32 lines (32 loc) · 1.52 KB
/
Copy pathmssql-algorithms.sln
File metadata and controls
32 lines (32 loc) · 1.52 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "mssql-algorithms", "mssql-algorithms\mssql-algorithms.sqlproj", "{BB01B2BF-A830-461B-BA98-CC6A10D2059E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A484B3F5-87EA-485F-A121-E8B46F45A835}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB01B2BF-A830-461B-BA98-CC6A10D2059E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB01B2BF-A830-461B-BA98-CC6A10D2059E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB01B2BF-A830-461B-BA98-CC6A10D2059E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BB01B2BF-A830-461B-BA98-CC6A10D2059E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB01B2BF-A830-461B-BA98-CC6A10D2059E}.Release|Any CPU.Build.0 = Release|Any CPU
{BB01B2BF-A830-461B-BA98-CC6A10D2059E}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB4253D6-FE1C-41ED-A775-E812DE37F5DE}
EndGlobalSection
EndGlobal