-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRobustApiTemplate.sln
36 lines (36 loc) · 1.91 KB
/
RobustApiTemplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RobustApiTemplate", "RobustApiTemplate\RobustApiTemplate.csproj", "{E70C1423-97B8-4411-B3FD-9D80A9227B7F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SQL Scripts", "SQL Scripts", "{103E09C1-10D9-424F-BB23-19CA4B14DEAE}"
ProjectSection(SolutionItems) = preProject
SQL Scripts\01_CreateAndPopulateEmployeeTable.sql = SQL Scripts\01_CreateAndPopulateEmployeeTable.sql
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RobustApiTemplate.Engine", "RobustApiTemplate.Engine\RobustApiTemplate.Engine.csproj", "{AEA9593F-5937-4F7A-BFBD-C85355E03ED6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E70C1423-97B8-4411-B3FD-9D80A9227B7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E70C1423-97B8-4411-B3FD-9D80A9227B7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E70C1423-97B8-4411-B3FD-9D80A9227B7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E70C1423-97B8-4411-B3FD-9D80A9227B7F}.Release|Any CPU.Build.0 = Release|Any CPU
{AEA9593F-5937-4F7A-BFBD-C85355E03ED6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEA9593F-5937-4F7A-BFBD-C85355E03ED6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEA9593F-5937-4F7A-BFBD-C85355E03ED6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEA9593F-5937-4F7A-BFBD-C85355E03ED6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85E8BF5E-A692-4808-AA7D-BE8EF3BCC623}
EndGlobalSection
EndGlobal