-
Notifications
You must be signed in to change notification settings - Fork 2
/
GetIntoTeachingApi.sln
36 lines (36 loc) · 1.88 KB
/
GetIntoTeachingApi.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 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetIntoTeachingApi", "GetIntoTeachingApi\GetIntoTeachingApi.csproj", "{C878757F-E660-40B5-B706-0140A2DEA2BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetIntoTeachingApiTests", "GetIntoTeachingApiTests\GetIntoTeachingApiTests.csproj", "{CAC77B5B-9DBF-41DB-9BC2-EFD5A8C4CB69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{207D1042-99F7-4412-B4C5-EA7BB418C376}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C878757F-E660-40B5-B706-0140A2DEA2BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C878757F-E660-40B5-B706-0140A2DEA2BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C878757F-E660-40B5-B706-0140A2DEA2BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C878757F-E660-40B5-B706-0140A2DEA2BF}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC77B5B-9DBF-41DB-9BC2-EFD5A8C4CB69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC77B5B-9DBF-41DB-9BC2-EFD5A8C4CB69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC77B5B-9DBF-41DB-9BC2-EFD5A8C4CB69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC77B5B-9DBF-41DB-9BC2-EFD5A8C4CB69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43EAF4B1-372B-43A2-9034-6668B9E4A14A}
EndGlobalSection
EndGlobal