-
Notifications
You must be signed in to change notification settings - Fork 0
/
W4k.Extensions.Configuration.Aws.SecretsManager.sln
44 lines (44 loc) · 2.92 KB
/
W4k.Extensions.Configuration.Aws.SecretsManager.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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W4k.Extensions.Configuration.Aws.SecretsManager", "src\W4k.Extensions.Configuration.Aws.SecretsManager\W4k.Extensions.Configuration.Aws.SecretsManager.csproj", "{9CB18F9D-A028-45FD-8F07-084ECB02C0DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W4k.Extensions.Configuration.Aws.SecretsManager.Tests", "tests\W4k.Extensions.Configuration.Aws.SecretsManager.Tests\W4k.Extensions.Configuration.Aws.SecretsManager.Tests.csproj", "{C54F45CB-CEA0-40A8-8A1C-1A24DA0DBE7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W4k.Extensions.Configuration.Aws.SecretsManager.IntegrationTests", "tests\W4k.Extensions.Configuration.Aws.SecretsManager.IntegrationTests\W4k.Extensions.Configuration.Aws.SecretsManager.IntegrationTests.csproj", "{DBC85EDF-3FA2-436F-BBC4-C63F0081A373}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B0197811-771A-4E94-A7C2-2644096B768C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{56EFFD8F-A115-42CE-8F4C-C63F5A1E6BE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1B35BE65-9A4D-4C04-AD1E-1A034323F04D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CB18F9D-A028-45FD-8F07-084ECB02C0DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CB18F9D-A028-45FD-8F07-084ECB02C0DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CB18F9D-A028-45FD-8F07-084ECB02C0DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CB18F9D-A028-45FD-8F07-084ECB02C0DF}.Release|Any CPU.Build.0 = Release|Any CPU
{C54F45CB-CEA0-40A8-8A1C-1A24DA0DBE7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C54F45CB-CEA0-40A8-8A1C-1A24DA0DBE7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C54F45CB-CEA0-40A8-8A1C-1A24DA0DBE7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C54F45CB-CEA0-40A8-8A1C-1A24DA0DBE7F}.Release|Any CPU.Build.0 = Release|Any CPU
{DBC85EDF-3FA2-436F-BBC4-C63F0081A373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBC85EDF-3FA2-436F-BBC4-C63F0081A373}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBC85EDF-3FA2-436F-BBC4-C63F0081A373}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBC85EDF-3FA2-436F-BBC4-C63F0081A373}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9CB18F9D-A028-45FD-8F07-084ECB02C0DF} = {56EFFD8F-A115-42CE-8F4C-C63F5A1E6BE5}
{DBC85EDF-3FA2-436F-BBC4-C63F0081A373} = {1B35BE65-9A4D-4C04-AD1E-1A034323F04D}
{C54F45CB-CEA0-40A8-8A1C-1A24DA0DBE7F} = {1B35BE65-9A4D-4C04-AD1E-1A034323F04D}
EndGlobalSection
EndGlobal