-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCourse.sln
More file actions
49 lines (49 loc) · 3.03 KB
/
Copy pathCourse.sln
File metadata and controls
49 lines (49 loc) · 3.03 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Course.Domain", "Course.Domain\Course.Domain.csproj", "{5E133A1F-7E67-4B16-A1BB-4867D06C838F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Course.Repository", "Course.Repository\Course.Repository.csproj", "{F61BC7BC-6B3B-4FBE-BFDA-D1F76773FE55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Course.Service", "Course.Service\Course.Service.csproj", "{39AAB03F-D278-4EF5-A188-9D9C510E26D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Course.dashboard", "Course.dashboard\Course.dashboard.csproj", "{0C19B445-964D-400F-96B0-DBF7B9FB47AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Course.UnitOfWork", "Course.UnitOfWork\Course.UnitOfWork.csproj", "{01396760-D132-4A4C-8F9C-6A36E346D0C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E133A1F-7E67-4B16-A1BB-4867D06C838F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E133A1F-7E67-4B16-A1BB-4867D06C838F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E133A1F-7E67-4B16-A1BB-4867D06C838F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E133A1F-7E67-4B16-A1BB-4867D06C838F}.Release|Any CPU.Build.0 = Release|Any CPU
{F61BC7BC-6B3B-4FBE-BFDA-D1F76773FE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F61BC7BC-6B3B-4FBE-BFDA-D1F76773FE55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F61BC7BC-6B3B-4FBE-BFDA-D1F76773FE55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F61BC7BC-6B3B-4FBE-BFDA-D1F76773FE55}.Release|Any CPU.Build.0 = Release|Any CPU
{39AAB03F-D278-4EF5-A188-9D9C510E26D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39AAB03F-D278-4EF5-A188-9D9C510E26D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39AAB03F-D278-4EF5-A188-9D9C510E26D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39AAB03F-D278-4EF5-A188-9D9C510E26D7}.Release|Any CPU.Build.0 = Release|Any CPU
{0C19B445-964D-400F-96B0-DBF7B9FB47AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C19B445-964D-400F-96B0-DBF7B9FB47AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C19B445-964D-400F-96B0-DBF7B9FB47AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C19B445-964D-400F-96B0-DBF7B9FB47AF}.Release|Any CPU.Build.0 = Release|Any CPU
{01396760-D132-4A4C-8F9C-6A36E346D0C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01396760-D132-4A4C-8F9C-6A36E346D0C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01396760-D132-4A4C-8F9C-6A36E346D0C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01396760-D132-4A4C-8F9C-6A36E346D0C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2C0C3BF-3FAF-4486-889D-C749261F542E}
EndGlobalSection
EndGlobal