-
Notifications
You must be signed in to change notification settings - Fork 1
/
ColumbusGiveCamp2011.sln
49 lines (49 loc) · 2.83 KB
/
ColumbusGiveCamp2011.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{AB42A949-7547-4ED6-8508-0BB2EA7C6710}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.UI.Tests", "Web.Tests\Web.UI.Tests.csproj", "{37A6FF4B-4625-472C-8F95-8CD425A56F02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unit.Tests", "Unit.Tests\Unit.Tests.csproj", "{3D23555C-FA1A-4DB0-94D2-F1EC9AFD9D1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lib", "Lib\Lib.csproj", "{68C74FE6-AC90-4435-A28E-972F247F25E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{65C4B2D0-03E1-4886-BCEF-E81179B47F2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F9A8A2EF-80D7-4E1D-8A2B-451B8EF8B272}"
ProjectSection(SolutionItems) = preProject
Externals\Should.dll = Externals\Should.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB42A949-7547-4ED6-8508-0BB2EA7C6710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB42A949-7547-4ED6-8508-0BB2EA7C6710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB42A949-7547-4ED6-8508-0BB2EA7C6710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB42A949-7547-4ED6-8508-0BB2EA7C6710}.Release|Any CPU.Build.0 = Release|Any CPU
{37A6FF4B-4625-472C-8F95-8CD425A56F02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37A6FF4B-4625-472C-8F95-8CD425A56F02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37A6FF4B-4625-472C-8F95-8CD425A56F02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37A6FF4B-4625-472C-8F95-8CD425A56F02}.Release|Any CPU.Build.0 = Release|Any CPU
{3D23555C-FA1A-4DB0-94D2-F1EC9AFD9D1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D23555C-FA1A-4DB0-94D2-F1EC9AFD9D1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D23555C-FA1A-4DB0-94D2-F1EC9AFD9D1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D23555C-FA1A-4DB0-94D2-F1EC9AFD9D1A}.Release|Any CPU.Build.0 = Release|Any CPU
{68C74FE6-AC90-4435-A28E-972F247F25E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68C74FE6-AC90-4435-A28E-972F247F25E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68C74FE6-AC90-4435-A28E-972F247F25E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68C74FE6-AC90-4435-A28E-972F247F25E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D23555C-FA1A-4DB0-94D2-F1EC9AFD9D1A} = {65C4B2D0-03E1-4886-BCEF-E81179B47F2C}
{37A6FF4B-4625-472C-8F95-8CD425A56F02} = {65C4B2D0-03E1-4886-BCEF-E81179B47F2C}
EndGlobalSection
EndGlobal