-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZumoCommunity.ConfigurationAPI.sln
More file actions
86 lines (86 loc) · 6.59 KB
/
ZumoCommunity.ConfigurationAPI.sln
File metadata and controls
86 lines (86 loc) · 6.59 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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "ZumoCommunity.ConfigurationAPI.ResourceGroup", "ZumoCommunity.ConfigurationAPI.ResourceGroup\ZumoCommunity.ConfigurationAPI.ResourceGroup.deployproj", "{138D5FC8-ED19-4AF8-9E1B-4852E6E6555A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.Infrastructure", "ZumoCommunity.ConfigurationAPI.Infrastructure\ZumoCommunity.ConfigurationAPI.Infrastructure.csproj", "{7E041ECA-62AF-4F60-AC1A-136B7ADE603C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.Provider", "ZumoCommunity.ConfigurationAPI.Provider\ZumoCommunity.ConfigurationAPI.Provider.csproj", "{5C498C0E-D3AB-470A-A79B-5C76C03755D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.Readers.Database", "Readers\ZumoCommunity.ConfigurationAPI.Readers.Database\ZumoCommunity.ConfigurationAPI.Readers.Database.csproj", "{620CAB34-EC90-4C9E-867E-26FB4FAD9FCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.Readers.TableStorage", "Readers\ZumoCommunity.ConfigurationAPI.Readers.TableStorage\ZumoCommunity.ConfigurationAPI.Readers.TableStorage.csproj", "{FDF1919E-2F58-4032-B9B7-FE001F58087D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readers", "Readers", "{6C40CEA8-0CCE-4640-AD49-E9A2CD642C23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.Readers.Common", "Readers\ZumoCommunity.ConfigurationAPI.Readers.Common\ZumoCommunity.ConfigurationAPI.Readers.Common.csproj", "{9F2BC539-815A-475B-98B3-B149A961F648}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.API", "ZumoCommunity.ConfigurationAPI.API\ZumoCommunity.ConfigurationAPI.API.csproj", "{6D342D11-753D-4541-94B7-2088500A78DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E4C67C0A-8EFE-4E18-95B0-492317CE3933}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.Tests", "Tests\ZumoCommunity.ConfigurationAPI.Tests\ZumoCommunity.ConfigurationAPI.Tests.csproj", "{22D235DC-2B0F-49D3-8F7E-C92302934684}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZumoCommunity.ConfigurationAPI.Readers.Http", "Readers\ZumoCommunity.ConfigurationAPI.Readers.Http\ZumoCommunity.ConfigurationAPI.Readers.Http.csproj", "{0D07A775-593D-428B-A0A0-D495EF5560E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuspec", "Nuspec", "{FB5EB93D-A0B3-4606-8D33-A0FCEAB4A939}"
ProjectSection(SolutionItems) = preProject
Nuspec\ZumoCommunity.ConfigurationProvider.Full.nuspec = Nuspec\ZumoCommunity.ConfigurationProvider.Full.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{138D5FC8-ED19-4AF8-9E1B-4852E6E6555A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{138D5FC8-ED19-4AF8-9E1B-4852E6E6555A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{138D5FC8-ED19-4AF8-9E1B-4852E6E6555A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{138D5FC8-ED19-4AF8-9E1B-4852E6E6555A}.Release|Any CPU.Build.0 = Release|Any CPU
{7E041ECA-62AF-4F60-AC1A-136B7ADE603C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E041ECA-62AF-4F60-AC1A-136B7ADE603C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E041ECA-62AF-4F60-AC1A-136B7ADE603C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E041ECA-62AF-4F60-AC1A-136B7ADE603C}.Release|Any CPU.Build.0 = Release|Any CPU
{5C498C0E-D3AB-470A-A79B-5C76C03755D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C498C0E-D3AB-470A-A79B-5C76C03755D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C498C0E-D3AB-470A-A79B-5C76C03755D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C498C0E-D3AB-470A-A79B-5C76C03755D0}.Release|Any CPU.Build.0 = Release|Any CPU
{620CAB34-EC90-4C9E-867E-26FB4FAD9FCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{620CAB34-EC90-4C9E-867E-26FB4FAD9FCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{620CAB34-EC90-4C9E-867E-26FB4FAD9FCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{620CAB34-EC90-4C9E-867E-26FB4FAD9FCA}.Release|Any CPU.Build.0 = Release|Any CPU
{FDF1919E-2F58-4032-B9B7-FE001F58087D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDF1919E-2F58-4032-B9B7-FE001F58087D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDF1919E-2F58-4032-B9B7-FE001F58087D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDF1919E-2F58-4032-B9B7-FE001F58087D}.Release|Any CPU.Build.0 = Release|Any CPU
{9F2BC539-815A-475B-98B3-B149A961F648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F2BC539-815A-475B-98B3-B149A961F648}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F2BC539-815A-475B-98B3-B149A961F648}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F2BC539-815A-475B-98B3-B149A961F648}.Release|Any CPU.Build.0 = Release|Any CPU
{6D342D11-753D-4541-94B7-2088500A78DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D342D11-753D-4541-94B7-2088500A78DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D342D11-753D-4541-94B7-2088500A78DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D342D11-753D-4541-94B7-2088500A78DD}.Release|Any CPU.Build.0 = Release|Any CPU
{22D235DC-2B0F-49D3-8F7E-C92302934684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D235DC-2B0F-49D3-8F7E-C92302934684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D235DC-2B0F-49D3-8F7E-C92302934684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D235DC-2B0F-49D3-8F7E-C92302934684}.Release|Any CPU.Build.0 = Release|Any CPU
{0D07A775-593D-428B-A0A0-D495EF5560E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D07A775-593D-428B-A0A0-D495EF5560E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D07A775-593D-428B-A0A0-D495EF5560E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D07A775-593D-428B-A0A0-D495EF5560E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{620CAB34-EC90-4C9E-867E-26FB4FAD9FCA} = {6C40CEA8-0CCE-4640-AD49-E9A2CD642C23}
{FDF1919E-2F58-4032-B9B7-FE001F58087D} = {6C40CEA8-0CCE-4640-AD49-E9A2CD642C23}
{9F2BC539-815A-475B-98B3-B149A961F648} = {6C40CEA8-0CCE-4640-AD49-E9A2CD642C23}
{22D235DC-2B0F-49D3-8F7E-C92302934684} = {E4C67C0A-8EFE-4E18-95B0-492317CE3933}
{0D07A775-593D-428B-A0A0-D495EF5560E4} = {6C40CEA8-0CCE-4640-AD49-E9A2CD642C23}
EndGlobalSection
EndGlobal