-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCourseApp.sln
More file actions
44 lines (44 loc) · 2.44 KB
/
CourseApp.sln
File metadata and controls
44 lines (44 loc) · 2.44 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseApp.Web", "CourseApp.Web\CourseApp.Web.csproj", "{A8EA5FE7-CE48-45B6-A4FB-97D80F26BFF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseApp.Core", "CourseApp.Core\CourseApp.Core.csproj", "{C1880F8A-C5C7-4B0C-B2F4-28DFC4448412}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseApp.Data", "CourseApp.Data\CourseApp.Data.csproj", "{4A37BB2E-9A61-4227-8DB7-587F44B5C906}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{F2EBB571-0C26-47C2-8D3D-F2AC3CF83C55}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Logs", "Logs", "{96CB34C3-3245-4326-9594-ECBEFF96DA00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8EA5FE7-CE48-45B6-A4FB-97D80F26BFF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8EA5FE7-CE48-45B6-A4FB-97D80F26BFF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8EA5FE7-CE48-45B6-A4FB-97D80F26BFF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8EA5FE7-CE48-45B6-A4FB-97D80F26BFF3}.Release|Any CPU.Build.0 = Release|Any CPU
{C1880F8A-C5C7-4B0C-B2F4-28DFC4448412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1880F8A-C5C7-4B0C-B2F4-28DFC4448412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1880F8A-C5C7-4B0C-B2F4-28DFC4448412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1880F8A-C5C7-4B0C-B2F4-28DFC4448412}.Release|Any CPU.Build.0 = Release|Any CPU
{4A37BB2E-9A61-4227-8DB7-587F44B5C906}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A37BB2E-9A61-4227-8DB7-587F44B5C906}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A37BB2E-9A61-4227-8DB7-587F44B5C906}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A37BB2E-9A61-4227-8DB7-587F44B5C906}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{96CB34C3-3245-4326-9594-ECBEFF96DA00} = {F2EBB571-0C26-47C2-8D3D-F2AC3CF83C55}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3EE7C75-6635-4927-9189-9CA400D6FA69}
EndGlobalSection
EndGlobal