-
Notifications
You must be signed in to change notification settings - Fork 0
/
Storks.sln
51 lines (51 loc) · 3.09 KB
/
Storks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storks", "Storks\Storks.csproj", "{05681DF6-A941-4478-87EF-A2A298BBE739}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storks.AzureStorage", "Storks.AzureStorage\Storks.AzureStorage.csproj", "{4DE1EFE6-A7F0-40E2-9112-0D91981172D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Azure", "Azure", "{BB194044-5D05-4C48-B37C-8C11F02F13F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D9F1457A-0EDB-4003-ABE1-3FC696F6266B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storks.Tests", "Storks.Tests\Storks.Tests.csproj", "{6458C33B-1377-4B2E-AF1D-9A55DB5A9FEC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{573E45FF-BD45-43B8-998B-7D81B2817023}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storks.Examples.AzureWebJobs", "Storks.Examples.AzureWebJobs\Storks.Examples.AzureWebJobs.csproj", "{5C2FEBD9-DFC1-4F95-954C-FB18F77D6A61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05681DF6-A941-4478-87EF-A2A298BBE739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05681DF6-A941-4478-87EF-A2A298BBE739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05681DF6-A941-4478-87EF-A2A298BBE739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05681DF6-A941-4478-87EF-A2A298BBE739}.Release|Any CPU.Build.0 = Release|Any CPU
{4DE1EFE6-A7F0-40E2-9112-0D91981172D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DE1EFE6-A7F0-40E2-9112-0D91981172D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DE1EFE6-A7F0-40E2-9112-0D91981172D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DE1EFE6-A7F0-40E2-9112-0D91981172D3}.Release|Any CPU.Build.0 = Release|Any CPU
{6458C33B-1377-4B2E-AF1D-9A55DB5A9FEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6458C33B-1377-4B2E-AF1D-9A55DB5A9FEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6458C33B-1377-4B2E-AF1D-9A55DB5A9FEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6458C33B-1377-4B2E-AF1D-9A55DB5A9FEC}.Release|Any CPU.Build.0 = Release|Any CPU
{5C2FEBD9-DFC1-4F95-954C-FB18F77D6A61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C2FEBD9-DFC1-4F95-954C-FB18F77D6A61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C2FEBD9-DFC1-4F95-954C-FB18F77D6A61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C2FEBD9-DFC1-4F95-954C-FB18F77D6A61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4DE1EFE6-A7F0-40E2-9112-0D91981172D3} = {BB194044-5D05-4C48-B37C-8C11F02F13F1}
{6458C33B-1377-4B2E-AF1D-9A55DB5A9FEC} = {D9F1457A-0EDB-4003-ABE1-3FC696F6266B}
{5C2FEBD9-DFC1-4F95-954C-FB18F77D6A61} = {573E45FF-BD45-43B8-998B-7D81B2817023}
EndGlobalSection
EndGlobal