-
Notifications
You must be signed in to change notification settings - Fork 1
/
kcsara-exams.sln
50 lines (50 loc) · 3.02 KB
/
kcsara-exams.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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kcsara-exams", "kcsara-exams\kcsara-exams.csproj", "{2C94101C-FBEE-40F2-9B5E-48DBE63EF74E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "shared-infrastructure", "common\shared-infrastructure\shared-infrastructure.csproj", "{14CBE4A5-526A-4E4A-814E-03DEFBC8BA66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "api-clients", "common\api-clients\api-clients.csproj", "{BEBA6CA3-B1B0-4424-A7F6-F55135AC50E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{01DF3C8D-87DA-4AA1-9769-D1D0B1A17496}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "api-services", "common\api-services\api-services.csproj", "{4759683D-D6E4-49A1-95C2-7E069817E369}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C94101C-FBEE-40F2-9B5E-48DBE63EF74E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C94101C-FBEE-40F2-9B5E-48DBE63EF74E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C94101C-FBEE-40F2-9B5E-48DBE63EF74E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C94101C-FBEE-40F2-9B5E-48DBE63EF74E}.Release|Any CPU.Build.0 = Release|Any CPU
{14CBE4A5-526A-4E4A-814E-03DEFBC8BA66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14CBE4A5-526A-4E4A-814E-03DEFBC8BA66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14CBE4A5-526A-4E4A-814E-03DEFBC8BA66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14CBE4A5-526A-4E4A-814E-03DEFBC8BA66}.Release|Any CPU.Build.0 = Release|Any CPU
{BEBA6CA3-B1B0-4424-A7F6-F55135AC50E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEBA6CA3-B1B0-4424-A7F6-F55135AC50E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEBA6CA3-B1B0-4424-A7F6-F55135AC50E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEBA6CA3-B1B0-4424-A7F6-F55135AC50E3}.Release|Any CPU.Build.0 = Release|Any CPU
{4759683D-D6E4-49A1-95C2-7E069817E369}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4759683D-D6E4-49A1-95C2-7E069817E369}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4759683D-D6E4-49A1-95C2-7E069817E369}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4759683D-D6E4-49A1-95C2-7E069817E369}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14CBE4A5-526A-4E4A-814E-03DEFBC8BA66} = {01DF3C8D-87DA-4AA1-9769-D1D0B1A17496}
{BEBA6CA3-B1B0-4424-A7F6-F55135AC50E3} = {01DF3C8D-87DA-4AA1-9769-D1D0B1A17496}
{4759683D-D6E4-49A1-95C2-7E069817E369} = {01DF3C8D-87DA-4AA1-9769-D1D0B1A17496}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AB14B0E-90A0-4D90-9790-A0EF47172841}
EndGlobalSection
EndGlobal