-
Notifications
You must be signed in to change notification settings - Fork 55
/
Amazon.Extensions.Configuration.sln
52 lines (52 loc) · 3.18 KB
/
Amazon.Extensions.Configuration.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
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{00A2C0BE-9179-44B3-B30E-7E64C319AE24}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{31D7A0E9-FAC1-4EC5-8F77-CA21B8A4F9F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Extensions.Configuration.SystemsManager", "src\Amazon.Extensions.Configuration.SystemsManager\Amazon.Extensions.Configuration.SystemsManager.csproj", "{EC9A4865-6217-4E8D-98EC-12A0F2061F04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Extensions.Configuration.SystemsManager.Tests", "test\Amazon.Extensions.Configuration.SystemsManager.Tests\Amazon.Extensions.Configuration.SystemsManager.Tests.csproj", "{E8C9EC1F-E466-4100-B55C-569127918CC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Extensions.Configuration.SystemsManager.Integ", "test\Amazon.Extensions.Configuration.SystemsManager.Integ\Amazon.Extensions.Configuration.SystemsManager.Integ.csproj", "{60C9F6C0-C13E-45AA-BC1F-C7E8BEA2E022}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30F7DC8F-EF72-4619-8C48-2EC26B91A530}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE.CHANGELOG.md = RELEASE.CHANGELOG.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC9A4865-6217-4E8D-98EC-12A0F2061F04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC9A4865-6217-4E8D-98EC-12A0F2061F04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC9A4865-6217-4E8D-98EC-12A0F2061F04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC9A4865-6217-4E8D-98EC-12A0F2061F04}.Release|Any CPU.Build.0 = Release|Any CPU
{E8C9EC1F-E466-4100-B55C-569127918CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8C9EC1F-E466-4100-B55C-569127918CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8C9EC1F-E466-4100-B55C-569127918CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8C9EC1F-E466-4100-B55C-569127918CC3}.Release|Any CPU.Build.0 = Release|Any CPU
{60C9F6C0-C13E-45AA-BC1F-C7E8BEA2E022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60C9F6C0-C13E-45AA-BC1F-C7E8BEA2E022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60C9F6C0-C13E-45AA-BC1F-C7E8BEA2E022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60C9F6C0-C13E-45AA-BC1F-C7E8BEA2E022}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EC9A4865-6217-4E8D-98EC-12A0F2061F04} = {00A2C0BE-9179-44B3-B30E-7E64C319AE24}
{E8C9EC1F-E466-4100-B55C-569127918CC3} = {31D7A0E9-FAC1-4EC5-8F77-CA21B8A4F9F0}
{60C9F6C0-C13E-45AA-BC1F-C7E8BEA2E022} = {31D7A0E9-FAC1-4EC5-8F77-CA21B8A4F9F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6502AC14-8D11-4D72-88EF-154344F3B98D}
EndGlobalSection
EndGlobal