-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLetsCodeWithMe.sln
56 lines (56 loc) · 3.85 KB
/
LetsCodeWithMe.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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LetsCodeWithMe.Core", "LetsCodeWithMe.Core\LetsCodeWithMe.Core.csproj", "{88E43659-4241-4D81-9755-048FEC3DA95B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LetsCodeWithMe.Web", "LetsCodeWithMe.Web\LetsCodeWithMe.Web.csproj", "{5E2FBCAF-E4B8-4A00-8FE1-F0EC9418B1E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LetsCodeWithMe.Acceptance.Specs", "LetsCodeWithMe.Acceptance.Specs\LetsCodeWithMe.Acceptance.Specs.csproj", "{518F0A86-C932-4726-B231-C98AF70E063C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LetsCodeWithMe.Web.Unit.Specs", "LetsCodeWithMe.Web.Unit.Specs\LetsCodeWithMe.Web.Unit.Specs.csproj", "{5CD3B831-2F74-4248-A366-4B1BBEC8DC03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SharedFiles", "SharedFiles", "{BD2C6001-88AB-4C2C-802C-03235C20368A}"
ProjectSection(SolutionItems) = preProject
InstallPackages.bat = InstallPackages.bat
..\readme.txt = ..\readme.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LetsCodeWithMe.DataAccess.Community", "LetsCodeWIthMe.DataAccess.Community\LetsCodeWithMe.DataAccess.Community.csproj", "{BC44EAF1-6E32-4C9C-A126-35213F13D468}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LetsCodeWithMe.DataAccess.Community.Integration.Specs", "LetsCodeWithMe.DataAccess.Community.Integration.Specs\LetsCodeWithMe.DataAccess.Community.Integration.Specs.csproj", "{8C35533A-D116-4166-A7BB-8889C4710FC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88E43659-4241-4D81-9755-048FEC3DA95B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88E43659-4241-4D81-9755-048FEC3DA95B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88E43659-4241-4D81-9755-048FEC3DA95B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88E43659-4241-4D81-9755-048FEC3DA95B}.Release|Any CPU.Build.0 = Release|Any CPU
{5E2FBCAF-E4B8-4A00-8FE1-F0EC9418B1E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E2FBCAF-E4B8-4A00-8FE1-F0EC9418B1E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E2FBCAF-E4B8-4A00-8FE1-F0EC9418B1E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E2FBCAF-E4B8-4A00-8FE1-F0EC9418B1E7}.Release|Any CPU.Build.0 = Release|Any CPU
{518F0A86-C932-4726-B231-C98AF70E063C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{518F0A86-C932-4726-B231-C98AF70E063C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{518F0A86-C932-4726-B231-C98AF70E063C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{518F0A86-C932-4726-B231-C98AF70E063C}.Release|Any CPU.Build.0 = Release|Any CPU
{5CD3B831-2F74-4248-A366-4B1BBEC8DC03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CD3B831-2F74-4248-A366-4B1BBEC8DC03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CD3B831-2F74-4248-A366-4B1BBEC8DC03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CD3B831-2F74-4248-A366-4B1BBEC8DC03}.Release|Any CPU.Build.0 = Release|Any CPU
{BC44EAF1-6E32-4C9C-A126-35213F13D468}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC44EAF1-6E32-4C9C-A126-35213F13D468}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC44EAF1-6E32-4C9C-A126-35213F13D468}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC44EAF1-6E32-4C9C-A126-35213F13D468}.Release|Any CPU.Build.0 = Release|Any CPU
{8C35533A-D116-4166-A7BB-8889C4710FC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C35533A-D116-4166-A7BB-8889C4710FC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C35533A-D116-4166-A7BB-8889C4710FC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C35533A-D116-4166-A7BB-8889C4710FC9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal