-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevlife.sln
43 lines (43 loc) · 2.54 KB
/
Devlife.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}") = "Devlife.Mvc", "Devlife.Mvc\Devlife.Mvc.csproj", "{73D312E0-7202-4284-8FCE-ADF7262BE923}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Devlife.Mvc.Tests", "Devlife.Mvc.Tests\Devlife.Mvc.Tests.csproj", "{B50696D6-E8EC-4DDC-849C-B7FFD8DB1558}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevLife", "DevLife\DevLife.csproj", "{11A2E452-554B-49AE-B0E3-FC4E3BBF413D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Devlife.Tests", "Devlife.Tests\Devlife.Tests.csproj", "{FFF3D785-B732-4B6C-8C36-832F16D54327}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{094507FA-B4AF-4676-8B64-1116AF486222}"
ProjectSection(SolutionItems) = preProject
README.markdown = README.markdown
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73D312E0-7202-4284-8FCE-ADF7262BE923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73D312E0-7202-4284-8FCE-ADF7262BE923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73D312E0-7202-4284-8FCE-ADF7262BE923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73D312E0-7202-4284-8FCE-ADF7262BE923}.Release|Any CPU.Build.0 = Release|Any CPU
{B50696D6-E8EC-4DDC-849C-B7FFD8DB1558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B50696D6-E8EC-4DDC-849C-B7FFD8DB1558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B50696D6-E8EC-4DDC-849C-B7FFD8DB1558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B50696D6-E8EC-4DDC-849C-B7FFD8DB1558}.Release|Any CPU.Build.0 = Release|Any CPU
{11A2E452-554B-49AE-B0E3-FC4E3BBF413D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11A2E452-554B-49AE-B0E3-FC4E3BBF413D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11A2E452-554B-49AE-B0E3-FC4E3BBF413D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11A2E452-554B-49AE-B0E3-FC4E3BBF413D}.Release|Any CPU.Build.0 = Release|Any CPU
{FFF3D785-B732-4B6C-8C36-832F16D54327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFF3D785-B732-4B6C-8C36-832F16D54327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFF3D785-B732-4B6C-8C36-832F16D54327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFF3D785-B732-4B6C-8C36-832F16D54327}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal