-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageGallery.sln
More file actions
53 lines (53 loc) · 3.25 KB
/
ImageGallery.sln
File metadata and controls
53 lines (53 loc) · 3.25 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{210E34C0-B761-40E2-9CAB-4334F8D2A554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB8C2CA6-915C-45A1-A4AA-BFA767B09F6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.Client", "src\ImageGallery.Client\ImageGallery.Client.csproj", "{06D1048B-31A1-4FAA-BDDE-B098EBADAF85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.API", "src\ImageGallery.API\ImageGallery.API.csproj", "{7D9427C2-D6BB-4807-B28E-D51BA271FBD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.Model", "src\ImageGallery.Model\ImageGallery.Model.csproj", "{226B95C9-A9A6-4DF7-992C-A5945AF3AF0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Marvin.IDP", "src\Marvin.IDP\Marvin.IDP.csproj", "{F6CB1326-34C0-4DBD-8FE1-3F25C62297F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06D1048B-31A1-4FAA-BDDE-B098EBADAF85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06D1048B-31A1-4FAA-BDDE-B098EBADAF85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06D1048B-31A1-4FAA-BDDE-B098EBADAF85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06D1048B-31A1-4FAA-BDDE-B098EBADAF85}.Release|Any CPU.Build.0 = Release|Any CPU
{7D9427C2-D6BB-4807-B28E-D51BA271FBD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D9427C2-D6BB-4807-B28E-D51BA271FBD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D9427C2-D6BB-4807-B28E-D51BA271FBD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D9427C2-D6BB-4807-B28E-D51BA271FBD8}.Release|Any CPU.Build.0 = Release|Any CPU
{226B95C9-A9A6-4DF7-992C-A5945AF3AF0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{226B95C9-A9A6-4DF7-992C-A5945AF3AF0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{226B95C9-A9A6-4DF7-992C-A5945AF3AF0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{226B95C9-A9A6-4DF7-992C-A5945AF3AF0F}.Release|Any CPU.Build.0 = Release|Any CPU
{F6CB1326-34C0-4DBD-8FE1-3F25C62297F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6CB1326-34C0-4DBD-8FE1-3F25C62297F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6CB1326-34C0-4DBD-8FE1-3F25C62297F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6CB1326-34C0-4DBD-8FE1-3F25C62297F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{06D1048B-31A1-4FAA-BDDE-B098EBADAF85} = {210E34C0-B761-40E2-9CAB-4334F8D2A554}
{7D9427C2-D6BB-4807-B28E-D51BA271FBD8} = {210E34C0-B761-40E2-9CAB-4334F8D2A554}
{226B95C9-A9A6-4DF7-992C-A5945AF3AF0F} = {210E34C0-B761-40E2-9CAB-4334F8D2A554}
{F6CB1326-34C0-4DBD-8FE1-3F25C62297F3} = {210E34C0-B761-40E2-9CAB-4334F8D2A554}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DF2C930-F7ED-4CAF-9B6F-5D1017A5A58F}
EndGlobalSection
EndGlobal