-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSchoolService.sln
34 lines (34 loc) · 1.7 KB
/
SchoolService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchoolService", "SchoolService\SchoolService.csproj", "{1491EC1E-8BC2-4D99-A336-05CA52C3EFEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpClient", "HttpClient\HttpClient.csproj", "{0D538FC6-1A45-485F-B7AC-41CD2322D99C}"
ProjectSection(ProjectDependencies) = postProject
{1491EC1E-8BC2-4D99-A336-05CA52C3EFEC} = {1491EC1E-8BC2-4D99-A336-05CA52C3EFEC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1491EC1E-8BC2-4D99-A336-05CA52C3EFEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1491EC1E-8BC2-4D99-A336-05CA52C3EFEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1491EC1E-8BC2-4D99-A336-05CA52C3EFEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1491EC1E-8BC2-4D99-A336-05CA52C3EFEC}.Release|Any CPU.Build.0 = Release|Any CPU
{0D538FC6-1A45-485F-B7AC-41CD2322D99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D538FC6-1A45-485F-B7AC-41CD2322D99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D538FC6-1A45-485F-B7AC-41CD2322D99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D538FC6-1A45-485F-B7AC-41CD2322D99C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E19BFD84-5752-4AE7-9F04-1CA93141698D}
EndGlobalSection
EndGlobal