-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeapingGorilla.SecretStore.sln
73 lines (73 loc) · 5.61 KB
/
LeapingGorilla.SecretStore.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeapingGorilla.SecretStore", "src\LeapingGorilla.SecretStore\LeapingGorilla.SecretStore.csproj", "{037E40C3-9FC4-4B74-87C9-470A201EFCF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeapingGorilla.SecretStore.Aws", "src\LeapingGorilla.SecretStore.Aws\LeapingGorilla.SecretStore.Aws.csproj", "{C518145B-4C1A-48BA-BD8E-688BCB1D3199}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeapingGorilla.SecretStore.CommandLine", "src\LeapingGorilla.SecretStore.CommandLine\LeapingGorilla.SecretStore.CommandLine.csproj", "{36021286-4E36-4EBC-BCF2-61D506D4CBAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeapingGorilla.SecretStore.IntegrationTests", "src\LeapingGorilla.SecretStore.IntegrationTests\LeapingGorilla.SecretStore.IntegrationTests.csproj", "{B1DEE812-55B8-446B-924D-D1CBD43A4750}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeapingGorilla.SecretStore.Tests", "src\LeapingGorilla.SecretStore.Tests\LeapingGorilla.SecretStore.Tests.csproj", "{58A1101C-FBE7-43B6-A53A-44E4231D8214}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeapingGorilla.SecretStore.Caching", "src\LeapingGorilla.SecretStore.Caching\LeapingGorilla.SecretStore.Caching.csproj", "{01B4ABEB-2668-41A6-8D79-1463A77D1B68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeapingGorilla.SecretStore.Caching.Redis", "src\LeapingGorilla.SecretStore.Caching.Redis\LeapingGorilla.SecretStore.Caching.Redis.csproj", "{984D2915-9658-4A01-8F29-B5FE7572A8B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeapingGorilla.SecretStore.Database", "src\LeapingGorilla.SecretStore.Database\LeapingGorilla.SecretStore.Database.csproj", "{74F9C8DD-C956-499F-BC5E-31C44BA4594E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeapingGorilla.SecretStore.Database.PostgreSQL", "src\LeapingGorilla.SecretStore.Database.PostgreSQL\LeapingGorilla.SecretStore.Database.PostgreSQL.csproj", "{852C7BC0-614E-4429-8948-3AD0E61A4677}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{037E40C3-9FC4-4B74-87C9-470A201EFCF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{037E40C3-9FC4-4B74-87C9-470A201EFCF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{037E40C3-9FC4-4B74-87C9-470A201EFCF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{037E40C3-9FC4-4B74-87C9-470A201EFCF2}.Release|Any CPU.Build.0 = Release|Any CPU
{C518145B-4C1A-48BA-BD8E-688BCB1D3199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C518145B-4C1A-48BA-BD8E-688BCB1D3199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C518145B-4C1A-48BA-BD8E-688BCB1D3199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C518145B-4C1A-48BA-BD8E-688BCB1D3199}.Release|Any CPU.Build.0 = Release|Any CPU
{36021286-4E36-4EBC-BCF2-61D506D4CBAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36021286-4E36-4EBC-BCF2-61D506D4CBAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36021286-4E36-4EBC-BCF2-61D506D4CBAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36021286-4E36-4EBC-BCF2-61D506D4CBAF}.Release|Any CPU.Build.0 = Release|Any CPU
{B1DEE812-55B8-446B-924D-D1CBD43A4750}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1DEE812-55B8-446B-924D-D1CBD43A4750}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1DEE812-55B8-446B-924D-D1CBD43A4750}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1DEE812-55B8-446B-924D-D1CBD43A4750}.Release|Any CPU.Build.0 = Release|Any CPU
{58A1101C-FBE7-43B6-A53A-44E4231D8214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58A1101C-FBE7-43B6-A53A-44E4231D8214}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58A1101C-FBE7-43B6-A53A-44E4231D8214}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58A1101C-FBE7-43B6-A53A-44E4231D8214}.Release|Any CPU.Build.0 = Release|Any CPU
{01B4ABEB-2668-41A6-8D79-1463A77D1B68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01B4ABEB-2668-41A6-8D79-1463A77D1B68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01B4ABEB-2668-41A6-8D79-1463A77D1B68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01B4ABEB-2668-41A6-8D79-1463A77D1B68}.Release|Any CPU.Build.0 = Release|Any CPU
{984D2915-9658-4A01-8F29-B5FE7572A8B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{984D2915-9658-4A01-8F29-B5FE7572A8B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{984D2915-9658-4A01-8F29-B5FE7572A8B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{984D2915-9658-4A01-8F29-B5FE7572A8B6}.Release|Any CPU.Build.0 = Release|Any CPU
{74F9C8DD-C956-499F-BC5E-31C44BA4594E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74F9C8DD-C956-499F-BC5E-31C44BA4594E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74F9C8DD-C956-499F-BC5E-31C44BA4594E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74F9C8DD-C956-499F-BC5E-31C44BA4594E}.Release|Any CPU.Build.0 = Release|Any CPU
{852C7BC0-614E-4429-8948-3AD0E61A4677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{852C7BC0-614E-4429-8948-3AD0E61A4677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{852C7BC0-614E-4429-8948-3AD0E61A4677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{852C7BC0-614E-4429-8948-3AD0E61A4677}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BDD1A68-A577-44E0-BAF7-0EF37DB85A99}
EndGlobalSection
EndGlobal