-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIATC-WebAPI.sln
More file actions
43 lines (43 loc) · 2.56 KB
/
IATC-WebAPI.sln
File metadata and controls
43 lines (43 loc) · 2.56 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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Section-3-Lesson-2", "Section-3-Lesson-2\Section-3-Lesson-2.csproj", "{F799BA62-F7C5-49E1-8F03-CB6E998ED87A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Section-3-Lesson-8", "Section-3-Lesson-8\Section-3-Lesson-8.csproj", "{3D2C6A95-BFF3-46B0-901E-9AFAB9D63F61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Section-5-Lesson-2", "Section-5-Lesson-2\Section-5-Lesson-2.csproj", "{8C68049B-91CD-47C0-812D-66322C9D78B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S5L2-Sandbox", "S5L2-Sandbox\S5L2-Sandbox.csproj", "{C56B52A8-44B1-4A9C-A0BC-95105AD2C6BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F799BA62-F7C5-49E1-8F03-CB6E998ED87A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F799BA62-F7C5-49E1-8F03-CB6E998ED87A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F799BA62-F7C5-49E1-8F03-CB6E998ED87A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F799BA62-F7C5-49E1-8F03-CB6E998ED87A}.Release|Any CPU.Build.0 = Release|Any CPU
{3D2C6A95-BFF3-46B0-901E-9AFAB9D63F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D2C6A95-BFF3-46B0-901E-9AFAB9D63F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D2C6A95-BFF3-46B0-901E-9AFAB9D63F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D2C6A95-BFF3-46B0-901E-9AFAB9D63F61}.Release|Any CPU.Build.0 = Release|Any CPU
{8C68049B-91CD-47C0-812D-66322C9D78B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C68049B-91CD-47C0-812D-66322C9D78B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C68049B-91CD-47C0-812D-66322C9D78B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C68049B-91CD-47C0-812D-66322C9D78B2}.Release|Any CPU.Build.0 = Release|Any CPU
{C56B52A8-44B1-4A9C-A0BC-95105AD2C6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C56B52A8-44B1-4A9C-A0BC-95105AD2C6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C56B52A8-44B1-4A9C-A0BC-95105AD2C6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C56B52A8-44B1-4A9C-A0BC-95105AD2C6BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6B24236-1C35-4A0E-B0D5-4D559083178B}
EndGlobalSection
EndGlobal