-
Notifications
You must be signed in to change notification settings - Fork 0
/
LearningSupportSystemAPI.sln
43 lines (43 loc) · 2.72 KB
/
LearningSupportSystemAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningSupportSystemAPI", "LearningSupportSystemAPI\LearningSupportSystemAPI.csproj", "{5C76EE29-5EC3-4BB5-B734-4FFA19AA9DAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningSupportSystemAPI.Core", "LearningSupportSystemAPI.Core\LearningSupportSystemAPI.Core.csproj", "{3CD87BDC-4784-4CF8-86E2-59D28F8FD998}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningSupportSystemAPI.Contract", "LearningSupportSystemAPI.Contract\LearningSupportSystemAPI.Contract.csproj", "{776C9F86-5647-4962-B283-C2C381A37976}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningSupportSystemAPI.Repository", "LearningSupportSystemAPI.Repository\LearningSupportSystemAPI.Repository.csproj", "{208B61DB-2B3C-4AF4-B005-59ABB0BCFFB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C76EE29-5EC3-4BB5-B734-4FFA19AA9DAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C76EE29-5EC3-4BB5-B734-4FFA19AA9DAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C76EE29-5EC3-4BB5-B734-4FFA19AA9DAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C76EE29-5EC3-4BB5-B734-4FFA19AA9DAF}.Release|Any CPU.Build.0 = Release|Any CPU
{3CD87BDC-4784-4CF8-86E2-59D28F8FD998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CD87BDC-4784-4CF8-86E2-59D28F8FD998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CD87BDC-4784-4CF8-86E2-59D28F8FD998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CD87BDC-4784-4CF8-86E2-59D28F8FD998}.Release|Any CPU.Build.0 = Release|Any CPU
{776C9F86-5647-4962-B283-C2C381A37976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{776C9F86-5647-4962-B283-C2C381A37976}.Debug|Any CPU.Build.0 = Debug|Any CPU
{776C9F86-5647-4962-B283-C2C381A37976}.Release|Any CPU.ActiveCfg = Release|Any CPU
{776C9F86-5647-4962-B283-C2C381A37976}.Release|Any CPU.Build.0 = Release|Any CPU
{208B61DB-2B3C-4AF4-B005-59ABB0BCFFB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{208B61DB-2B3C-4AF4-B005-59ABB0BCFFB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{208B61DB-2B3C-4AF4-B005-59ABB0BCFFB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{208B61DB-2B3C-4AF4-B005-59ABB0BCFFB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D74610D-00EA-4934-9AE4-AF256E488429}
EndGlobalSection
EndGlobal