-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGrapePhoto.sln
52 lines (52 loc) · 3.1 KB
/
GrapePhoto.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrapePhoto", "GrapePhoto\GrapePhoto.csproj", "{771A220B-A099-4AD6-BFCF-360EB0433A37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{2F3D0D82-CB14-4C20-B7A1-D7DE1EF2E69B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrapePhoto.DynamoDB", "GrapePhoto.DynamoDB\GrapePhoto.DynamoDB.csproj", "{B4A40D3E-5CEB-433F-B07A-937DC4A62BC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{E8A00642-E7E9-4402-91A6-3108F1133092}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrapePhoto.Proxy", "GrapePhoto.Proxy\GrapePhoto.Proxy.csproj", "{337D8E68-BFD7-44F0-A6A9-24B7067582DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrapePhoto.Web.Models", "GrapePhoto.Web.Models\GrapePhoto.Web.Models.csproj", "{C4CD5E32-91C4-4D85-9F44-F85620A20BEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{771A220B-A099-4AD6-BFCF-360EB0433A37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{771A220B-A099-4AD6-BFCF-360EB0433A37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{771A220B-A099-4AD6-BFCF-360EB0433A37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{771A220B-A099-4AD6-BFCF-360EB0433A37}.Release|Any CPU.Build.0 = Release|Any CPU
{B4A40D3E-5CEB-433F-B07A-937DC4A62BC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4A40D3E-5CEB-433F-B07A-937DC4A62BC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4A40D3E-5CEB-433F-B07A-937DC4A62BC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4A40D3E-5CEB-433F-B07A-937DC4A62BC2}.Release|Any CPU.Build.0 = Release|Any CPU
{337D8E68-BFD7-44F0-A6A9-24B7067582DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{337D8E68-BFD7-44F0-A6A9-24B7067582DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{337D8E68-BFD7-44F0-A6A9-24B7067582DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337D8E68-BFD7-44F0-A6A9-24B7067582DE}.Release|Any CPU.Build.0 = Release|Any CPU
{C4CD5E32-91C4-4D85-9F44-F85620A20BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4CD5E32-91C4-4D85-9F44-F85620A20BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4CD5E32-91C4-4D85-9F44-F85620A20BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4CD5E32-91C4-4D85-9F44-F85620A20BEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{771A220B-A099-4AD6-BFCF-360EB0433A37} = {E8A00642-E7E9-4402-91A6-3108F1133092}
{337D8E68-BFD7-44F0-A6A9-24B7067582DE} = {E8A00642-E7E9-4402-91A6-3108F1133092}
{C4CD5E32-91C4-4D85-9F44-F85620A20BEB} = {E8A00642-E7E9-4402-91A6-3108F1133092}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {00C28415-942D-4CE7-AF72-5A0D873515D6}
EndGlobalSection
EndGlobal