-
Notifications
You must be signed in to change notification settings - Fork 621
Expand file tree
/
Copy pathAllReadyWebOnly.sln
More file actions
86 lines (86 loc) · 5.44 KB
/
Copy pathAllReadyWebOnly.sln
File metadata and controls
86 lines (86 loc) · 5.44 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{2C1DD2C4-73FF-4D1D-9E88-6B413317FC29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{364DE571-98D2-4F69-8D93-F25F832E7D7A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{1475C1FD-CE7D-4E6B-83B1-F7F82EA24FF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebJobs", "WebJobs", "{CB31A2DF-9F47-41D5-AD0F-491C98A8D4CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{62E3F7E3-05AC-4915-A3AC-281B0CD9B64B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllReady", "Web-App\AllReady\AllReady.csproj", "{D00DE040-2254-4118-B172-F14E6FE56D44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllReady.UnitTest", "Web-App\AllReady.UnitTest\AllReady.UnitTest.csproj", "{5A76269A-F855-40CA-A4B0-472F48DD49A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllReady.Core", "AllReady.Core\AllReady.Core.csproj", "{333122C9-FC41-4280-ACE3-3D75260899E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllReady.NotificationsWebJob", "AllReady.NotificationsWebJob\AllReady.NotificationsWebJob.csproj", "{BFF4752B-274B-47E5-82FD-9B351792FF2D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Builds", "Builds", "{79E5CFB4-6FF7-4F89-B560-9342FFE91898}"
ProjectSection(SolutionItems) = preProject
..\appveyor.yml = ..\appveyor.yml
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AllReady.ScenarioTest", "AllReady.IntegrationTest\AllReady.ScenarioTest.fsproj", "{44055C15-5757-4822-908B-C66B60251C54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllReady.IntegrationTests", "AllReady.IntegrationTests\AllReady.IntegrationTests.csproj", "{B45509F1-9C64-4A90-8143-C5D7CDB57904}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{AECA1833-B3D9-4E87-B64C-042FDDBEFF7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D00DE040-2254-4118-B172-F14E6FE56D44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D00DE040-2254-4118-B172-F14E6FE56D44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D00DE040-2254-4118-B172-F14E6FE56D44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D00DE040-2254-4118-B172-F14E6FE56D44}.Release|Any CPU.Build.0 = Release|Any CPU
{5A76269A-F855-40CA-A4B0-472F48DD49A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A76269A-F855-40CA-A4B0-472F48DD49A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A76269A-F855-40CA-A4B0-472F48DD49A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A76269A-F855-40CA-A4B0-472F48DD49A5}.Release|Any CPU.Build.0 = Release|Any CPU
{333122C9-FC41-4280-ACE3-3D75260899E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{333122C9-FC41-4280-ACE3-3D75260899E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{333122C9-FC41-4280-ACE3-3D75260899E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{333122C9-FC41-4280-ACE3-3D75260899E1}.Release|Any CPU.Build.0 = Release|Any CPU
{BFF4752B-274B-47E5-82FD-9B351792FF2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFF4752B-274B-47E5-82FD-9B351792FF2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFF4752B-274B-47E5-82FD-9B351792FF2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFF4752B-274B-47E5-82FD-9B351792FF2D}.Release|Any CPU.Build.0 = Release|Any CPU
{44055C15-5757-4822-908B-C66B60251C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44055C15-5757-4822-908B-C66B60251C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44055C15-5757-4822-908B-C66B60251C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44055C15-5757-4822-908B-C66B60251C54}.Release|Any CPU.Build.0 = Release|Any CPU
{B45509F1-9C64-4A90-8143-C5D7CDB57904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B45509F1-9C64-4A90-8143-C5D7CDB57904}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B45509F1-9C64-4A90-8143-C5D7CDB57904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B45509F1-9C64-4A90-8143-C5D7CDB57904}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D00DE040-2254-4118-B172-F14E6FE56D44} = {2C1DD2C4-73FF-4D1D-9E88-6B413317FC29}
{5A76269A-F855-40CA-A4B0-472F48DD49A5} = {1475C1FD-CE7D-4E6B-83B1-F7F82EA24FF8}
{333122C9-FC41-4280-ACE3-3D75260899E1} = {62E3F7E3-05AC-4915-A3AC-281B0CD9B64B}
{BFF4752B-274B-47E5-82FD-9B351792FF2D} = {CB31A2DF-9F47-41D5-AD0F-491C98A8D4CB}
{79E5CFB4-6FF7-4F89-B560-9342FFE91898} = {364DE571-98D2-4F69-8D93-F25F832E7D7A}
{44055C15-5757-4822-908B-C66B60251C54} = {1475C1FD-CE7D-4E6B-83B1-F7F82EA24FF8}
{B45509F1-9C64-4A90-8143-C5D7CDB57904} = {1475C1FD-CE7D-4E6B-83B1-F7F82EA24FF8}
{AECA1833-B3D9-4E87-B64C-042FDDBEFF7B} = {1475C1FD-CE7D-4E6B-83B1-F7F82EA24FF8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCAA194F-AD24-45C2-AA51-78C71433DCC0}
EndGlobalSection
EndGlobal