-
Notifications
You must be signed in to change notification settings - Fork 0
/
Orane Digital Center.sln
43 lines (43 loc) · 2.49 KB
/
Orane Digital Center.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 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogic", "BusinessLogic\BusinessLogic.csproj", "{870EFEDA-7036-46D0-9376-6CC2E450EA7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domains", "Domains\Domains.csproj", "{93FD9016-C4A1-4B4D-82AC-DD2A99452E00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ODC Courses", "ODC Courses\ODC Courses.csproj", "{630C0F08-60A6-4C8F-884C-0D8083DCD90E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdminPanel", "AdminPanel\AdminPanel.csproj", "{AB9A7E08-EE05-45B4-95ED-EAC2A9EFCDCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{870EFEDA-7036-46D0-9376-6CC2E450EA7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{870EFEDA-7036-46D0-9376-6CC2E450EA7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{870EFEDA-7036-46D0-9376-6CC2E450EA7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{870EFEDA-7036-46D0-9376-6CC2E450EA7C}.Release|Any CPU.Build.0 = Release|Any CPU
{93FD9016-C4A1-4B4D-82AC-DD2A99452E00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93FD9016-C4A1-4B4D-82AC-DD2A99452E00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93FD9016-C4A1-4B4D-82AC-DD2A99452E00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93FD9016-C4A1-4B4D-82AC-DD2A99452E00}.Release|Any CPU.Build.0 = Release|Any CPU
{630C0F08-60A6-4C8F-884C-0D8083DCD90E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{630C0F08-60A6-4C8F-884C-0D8083DCD90E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{630C0F08-60A6-4C8F-884C-0D8083DCD90E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{630C0F08-60A6-4C8F-884C-0D8083DCD90E}.Release|Any CPU.Build.0 = Release|Any CPU
{AB9A7E08-EE05-45B4-95ED-EAC2A9EFCDCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB9A7E08-EE05-45B4-95ED-EAC2A9EFCDCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB9A7E08-EE05-45B4-95ED-EAC2A9EFCDCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB9A7E08-EE05-45B4-95ED-EAC2A9EFCDCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FEAB8DA-0FAE-4278-848E-99C860A2C476}
EndGlobalSection
EndGlobal