-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssessment1.sln
37 lines (37 loc) · 2.07 KB
/
Assessment1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assessment1.Web", "Assessment1.Web\Assessment1.Web.csproj", "{F2E2665A-5E14-45E7-BAC2-F0551301B0F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assessment1.Data", "Assessment1.Data\Assessment1.Data.csproj", "{002E2E18-5B0D-40CD-814B-864E9B16A279}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assessment1.Test", "Assessment1.Test\Assessment1.Test.csproj", "{23221CDF-901A-4A79-917E-4CC527E70360}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2E2665A-5E14-45E7-BAC2-F0551301B0F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2E2665A-5E14-45E7-BAC2-F0551301B0F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2E2665A-5E14-45E7-BAC2-F0551301B0F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2E2665A-5E14-45E7-BAC2-F0551301B0F9}.Release|Any CPU.Build.0 = Release|Any CPU
{002E2E18-5B0D-40CD-814B-864E9B16A279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{002E2E18-5B0D-40CD-814B-864E9B16A279}.Debug|Any CPU.Build.0 = Debug|Any CPU
{002E2E18-5B0D-40CD-814B-864E9B16A279}.Release|Any CPU.ActiveCfg = Release|Any CPU
{002E2E18-5B0D-40CD-814B-864E9B16A279}.Release|Any CPU.Build.0 = Release|Any CPU
{23221CDF-901A-4A79-917E-4CC527E70360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23221CDF-901A-4A79-917E-4CC527E70360}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23221CDF-901A-4A79-917E-4CC527E70360}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23221CDF-901A-4A79-917E-4CC527E70360}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD66CF79-A629-4AC9-B30B-7CA802F842B2}
EndGlobalSection
EndGlobal