-
Notifications
You must be signed in to change notification settings - Fork 0
/
ImageGallery.sln
49 lines (49 loc) · 3.07 KB
/
ImageGallery.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 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.Client", "ImageGallery.Client\ImageGallery.Client.csproj", "{6099AF9E-B3E3-4676-A858-D59935D5330F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.API", "ImageGallery.API\ImageGallery.API.csproj", "{1749394D-2017-4D16-ADD7-B49AEFD44F7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageGallery.Model", "ImageGallery.Model\ImageGallery.Model.csproj", "{6801DFE6-631B-427F-8DA4-DEB196D93AB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Harrish.IDP", "Harrish.IDP\Harrish.IDP.csproj", "{8CDEC338-1599-4B91-9906-6AC8719A475A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageGallery.Authorization", "ImageGallery.Authorization\ImageGallery.Authorization.csproj", "{8306408D-B2ED-4938-AD1F-1EDA9203A535}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6099AF9E-B3E3-4676-A858-D59935D5330F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6099AF9E-B3E3-4676-A858-D59935D5330F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6099AF9E-B3E3-4676-A858-D59935D5330F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6099AF9E-B3E3-4676-A858-D59935D5330F}.Release|Any CPU.Build.0 = Release|Any CPU
{1749394D-2017-4D16-ADD7-B49AEFD44F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1749394D-2017-4D16-ADD7-B49AEFD44F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1749394D-2017-4D16-ADD7-B49AEFD44F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1749394D-2017-4D16-ADD7-B49AEFD44F7A}.Release|Any CPU.Build.0 = Release|Any CPU
{6801DFE6-631B-427F-8DA4-DEB196D93AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6801DFE6-631B-427F-8DA4-DEB196D93AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6801DFE6-631B-427F-8DA4-DEB196D93AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6801DFE6-631B-427F-8DA4-DEB196D93AB3}.Release|Any CPU.Build.0 = Release|Any CPU
{8CDEC338-1599-4B91-9906-6AC8719A475A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CDEC338-1599-4B91-9906-6AC8719A475A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CDEC338-1599-4B91-9906-6AC8719A475A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CDEC338-1599-4B91-9906-6AC8719A475A}.Release|Any CPU.Build.0 = Release|Any CPU
{8306408D-B2ED-4938-AD1F-1EDA9203A535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8306408D-B2ED-4938-AD1F-1EDA9203A535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8306408D-B2ED-4938-AD1F-1EDA9203A535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8306408D-B2ED-4938-AD1F-1EDA9203A535}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD37E4F7-E149-4FB1-A40B-76F5402A3061}
EndGlobalSection
EndGlobal