-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFinalProject.sln
40 lines (40 loc) · 2.52 KB
/
FinalProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningCenter.ClassDatabase", "LearningCenter.ProductDatabase\LearningCenter.ClassDatabase.csproj", "{9AF941E0-45CD-4A71-B805-D9F59118A0B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningCenter.WebSite", "LearningCenter.WebSite\LearningCenter.WebSite.csproj", "{BF81995E-32F0-4501-8279-5BA35364038E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningCenter.Business", "LearningCenter.Business\LearningCenter.Business.csproj", "{CE188F34-5AC7-498F-8C73-4D4C25884BB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningCenter.Repository", "LearningCenter.Repository\LearningCenter.Repository.csproj", "{5308832C-BF4A-4463-A64E-13C1E95DD057}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AF941E0-45CD-4A71-B805-D9F59118A0B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AF941E0-45CD-4A71-B805-D9F59118A0B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AF941E0-45CD-4A71-B805-D9F59118A0B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AF941E0-45CD-4A71-B805-D9F59118A0B4}.Release|Any CPU.Build.0 = Release|Any CPU
{BF81995E-32F0-4501-8279-5BA35364038E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF81995E-32F0-4501-8279-5BA35364038E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF81995E-32F0-4501-8279-5BA35364038E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF81995E-32F0-4501-8279-5BA35364038E}.Release|Any CPU.Build.0 = Release|Any CPU
{CE188F34-5AC7-498F-8C73-4D4C25884BB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE188F34-5AC7-498F-8C73-4D4C25884BB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE188F34-5AC7-498F-8C73-4D4C25884BB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE188F34-5AC7-498F-8C73-4D4C25884BB3}.Release|Any CPU.Build.0 = Release|Any CPU
{5308832C-BF4A-4463-A64E-13C1E95DD057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5308832C-BF4A-4463-A64E-13C1E95DD057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5308832C-BF4A-4463-A64E-13C1E95DD057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5308832C-BF4A-4463-A64E-13C1E95DD057}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal