forked from NicholasMurray/CodeCamper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeCamper.Web.sln
38 lines (38 loc) · 2.38 KB
/
CodeCamper.Web.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCamper.Web", "CodeCamper.Web\CodeCamper.Web.csproj", "{96511E6F-DD27-44A8-AD7E-002699F5AE87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCamper.Model", "CodeCamper.Model\CodeCamper.Model.csproj", "{353810B1-C8CB-4A8B-86BC-F74929A1BF57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCamper.Data", "CodeCamper.Data\CodeCamper.Data.csproj", "{CFB5CCDB-8F5F-4F67-8F7F-E571523ED384}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCamper.Data.Contracts", "CodeCamper.Data.Contracts\CodeCamper.Data.Contracts.csproj", "{95635373-151D-4F6C-87CB-65BA24C6E2C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{353810B1-C8CB-4A8B-86BC-F74929A1BF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{353810B1-C8CB-4A8B-86BC-F74929A1BF57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{353810B1-C8CB-4A8B-86BC-F74929A1BF57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{353810B1-C8CB-4A8B-86BC-F74929A1BF57}.Release|Any CPU.Build.0 = Release|Any CPU
{95635373-151D-4F6C-87CB-65BA24C6E2C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95635373-151D-4F6C-87CB-65BA24C6E2C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95635373-151D-4F6C-87CB-65BA24C6E2C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95635373-151D-4F6C-87CB-65BA24C6E2C1}.Release|Any CPU.Build.0 = Release|Any CPU
{96511E6F-DD27-44A8-AD7E-002699F5AE87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96511E6F-DD27-44A8-AD7E-002699F5AE87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96511E6F-DD27-44A8-AD7E-002699F5AE87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96511E6F-DD27-44A8-AD7E-002699F5AE87}.Release|Any CPU.Build.0 = Release|Any CPU
{CFB5CCDB-8F5F-4F67-8F7F-E571523ED384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB5CCDB-8F5F-4F67-8F7F-E571523ED384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB5CCDB-8F5F-4F67-8F7F-E571523ED384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB5CCDB-8F5F-4F67-8F7F-E571523ED384}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal