-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMSSQLSolution.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
Copy pathMSSQLSolution.sln
File metadata and controls
37 lines (37 loc) · 2.03 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
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interfaces", "Interfaces\Interfaces.csproj", "{FA46A91E-1CB4-43D0-BE99-5ABF662AC9EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSSQLTests", "MSSQLTests\MSSQLTests.csproj", "{66CFDAB9-7830-4789-8418-0D7339E9FE36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSSQL", "MSSQL\MSSQL.csproj", "{D32D9E00-2846-4CD8-8874-9F014435B799}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA46A91E-1CB4-43D0-BE99-5ABF662AC9EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA46A91E-1CB4-43D0-BE99-5ABF662AC9EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA46A91E-1CB4-43D0-BE99-5ABF662AC9EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA46A91E-1CB4-43D0-BE99-5ABF662AC9EB}.Release|Any CPU.Build.0 = Release|Any CPU
{66CFDAB9-7830-4789-8418-0D7339E9FE36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66CFDAB9-7830-4789-8418-0D7339E9FE36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66CFDAB9-7830-4789-8418-0D7339E9FE36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66CFDAB9-7830-4789-8418-0D7339E9FE36}.Release|Any CPU.Build.0 = Release|Any CPU
{D32D9E00-2846-4CD8-8874-9F014435B799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D32D9E00-2846-4CD8-8874-9F014435B799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D32D9E00-2846-4CD8-8874-9F014435B799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D32D9E00-2846-4CD8-8874-9F014435B799}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0A6BCB6-48D0-45A6-9F84-484B555E493A}
EndGlobalSection
EndGlobal