forked from ukparliament/Photo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhoto.sln
44 lines (44 loc) · 2.17 KB
/
Photo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{B61E3E62-01AD-4CEB-AE0B-FC710E1ABFFF}"
ProjectSection(SolutionItems) = preProject
Deployment\ApplicationSettingRetrieval.ps1 = Deployment\ApplicationSettingRetrieval.ps1
Deployment\AppService.json = Deployment\AppService.json
Deployment\PhotoAPISettings.ps1 = Deployment\PhotoAPISettings.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Photo", "Photo\Photo.csproj", "{D33E53A9-F279-48CF-811C-4A2BA1885DC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{632E1074-1FF5-4EC8-B981-761B662C9CD1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhotoTests", "PhotoTests\PhotoTests.csproj", "{7317FFB6-79C1-494A-AE89-9967AAD2D02C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D33E53A9-F279-48CF-811C-4A2BA1885DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D33E53A9-F279-48CF-811C-4A2BA1885DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D33E53A9-F279-48CF-811C-4A2BA1885DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D33E53A9-F279-48CF-811C-4A2BA1885DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{7317FFB6-79C1-494A-AE89-9967AAD2D02C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7317FFB6-79C1-494A-AE89-9967AAD2D02C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7317FFB6-79C1-494A-AE89-9967AAD2D02C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7317FFB6-79C1-494A-AE89-9967AAD2D02C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C917560-0A4A-4F71-A0C4-1F5272FA6471}
EndGlobalSection
EndGlobal