-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathStoredProcedureSolution.sln
54 lines (54 loc) · 3.18 KB
/
StoredProcedureSolution.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlServerLibrary", "SqlServerLibrary\SqlServerLibrary.csproj", "{F8E018E2-1E77-4660-B23F-589D2A1D94AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetStoredProceduresApp", "GetStoredProceduresApp\GetStoredProceduresApp.csproj", "{206C984F-F19D-494F-A46E-71810FE9532A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5EC121CB-FC83-497E-9D7B-9825F671D706}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetStoredProceduresAppVisual", "GetStoredProceduresAppVisual\GetStoredProceduresAppVisual.csproj", "{4AFA5F17-8DBF-4BCD-8EA8-9970B9209A37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Class projects", "Class projects", "{3A97D970-71F2-4DDD-B74B-74ED834F9FB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLibrary", "CommonLibrary\CommonLibrary.csproj", "{68893441-81D8-4F2C-BBE8-23DC4A091593}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8E018E2-1E77-4660-B23F-589D2A1D94AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8E018E2-1E77-4660-B23F-589D2A1D94AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8E018E2-1E77-4660-B23F-589D2A1D94AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8E018E2-1E77-4660-B23F-589D2A1D94AE}.Release|Any CPU.Build.0 = Release|Any CPU
{206C984F-F19D-494F-A46E-71810FE9532A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{206C984F-F19D-494F-A46E-71810FE9532A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{206C984F-F19D-494F-A46E-71810FE9532A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{206C984F-F19D-494F-A46E-71810FE9532A}.Release|Any CPU.Build.0 = Release|Any CPU
{4AFA5F17-8DBF-4BCD-8EA8-9970B9209A37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AFA5F17-8DBF-4BCD-8EA8-9970B9209A37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AFA5F17-8DBF-4BCD-8EA8-9970B9209A37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AFA5F17-8DBF-4BCD-8EA8-9970B9209A37}.Release|Any CPU.Build.0 = Release|Any CPU
{68893441-81D8-4F2C-BBE8-23DC4A091593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68893441-81D8-4F2C-BBE8-23DC4A091593}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68893441-81D8-4F2C-BBE8-23DC4A091593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68893441-81D8-4F2C-BBE8-23DC4A091593}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F8E018E2-1E77-4660-B23F-589D2A1D94AE} = {3A97D970-71F2-4DDD-B74B-74ED834F9FB4}
{68893441-81D8-4F2C-BBE8-23DC4A091593} = {3A97D970-71F2-4DDD-B74B-74ED834F9FB4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80DF46E6-A9A2-4A15-8FD4-3098B0877C01}
EndGlobalSection
EndGlobal