-
Notifications
You must be signed in to change notification settings - Fork 0
/
MeetDown.sln
43 lines (43 loc) · 2.53 KB
/
MeetDown.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeetDown.Web", "MeetDown.Web\MeetDown.Web.csproj", "{3DFDDEB7-217F-4DEC-ADB5-F5FBD32E9221}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web app", "Web app", "{7E39CC4C-55A8-4316-B92B-B204244EE1F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Class libraries", "Class libraries", "{8CCEB55F-BBF1-45A4-9A84-EFBFFDC33A5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeetDown.Core", "MeetDown.Core\MeetDown.Core.csproj", "{9CCE295C-6B9A-4C4D-987A-B7B228011CED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit tests", "Unit tests", "{62630BFE-556F-498E-84AE-991CA0DA0176}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeetDown.Tests", "MeetDown.Tests\MeetDown.Tests.csproj", "{B1DC0FD8-09B2-4676-86FE-6A8B642512A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DFDDEB7-217F-4DEC-ADB5-F5FBD32E9221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DFDDEB7-217F-4DEC-ADB5-F5FBD32E9221}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DFDDEB7-217F-4DEC-ADB5-F5FBD32E9221}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DFDDEB7-217F-4DEC-ADB5-F5FBD32E9221}.Release|Any CPU.Build.0 = Release|Any CPU
{9CCE295C-6B9A-4C4D-987A-B7B228011CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CCE295C-6B9A-4C4D-987A-B7B228011CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CCE295C-6B9A-4C4D-987A-B7B228011CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CCE295C-6B9A-4C4D-987A-B7B228011CED}.Release|Any CPU.Build.0 = Release|Any CPU
{B1DC0FD8-09B2-4676-86FE-6A8B642512A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1DC0FD8-09B2-4676-86FE-6A8B642512A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1DC0FD8-09B2-4676-86FE-6A8B642512A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1DC0FD8-09B2-4676-86FE-6A8B642512A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3DFDDEB7-217F-4DEC-ADB5-F5FBD32E9221} = {7E39CC4C-55A8-4316-B92B-B204244EE1F3}
{9CCE295C-6B9A-4C4D-987A-B7B228011CED} = {8CCEB55F-BBF1-45A4-9A84-EFBFFDC33A5B}
{B1DC0FD8-09B2-4676-86FE-6A8B642512A3} = {62630BFE-556F-498E-84AE-991CA0DA0176}
EndGlobalSection
EndGlobal