forked from hotchkj/AspNetCore.DataProtection.Aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetCore.DataProtection.Aws.sln
62 lines (62 loc) · 3.85 KB
/
AspNetCore.DataProtection.Aws.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{851F9F19-EAF9-4C8C-81CD-0C89D4083928}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{582AE13A-3A41-4FDE-9A8D-614A3D0F108E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "integrate", "integrate", "{344B8A2F-C439-4D64-904E-A8E6363D9FA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A790615F-8CB3-4A46-AB22-C20A6A26E797}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.DataProtection.Aws.S3", "src\AspNetCore.DataProtection.Aws.S3\AspNetCore.DataProtection.Aws.S3.csproj", "{A36A5D31-F6F5-4594-8326-1B5FF5877E8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.DataProtection.Aws.IntegrationTests", "integrate\AspNetCore.DataProtection.Aws.IntegrationTests\AspNetCore.DataProtection.Aws.IntegrationTests.csproj", "{D19EBBF5-FA0E-4EC5-A11F-9B5AC1165B39}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.DataProtection.Aws.Tests", "test\AspNetCore.DataProtection.Aws.Tests\AspNetCore.DataProtection.Aws.Tests.csproj", "{37914C81-00E7-4FE5-887C-795E9DE81463}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.DataProtection.Aws.Kms", "src\AspNetCore.DataProtection.Aws.Kms\AspNetCore.DataProtection.Aws.Kms.csproj", "{405C524A-E843-43EB-8164-60976E3A4DF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A36A5D31-F6F5-4594-8326-1B5FF5877E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A36A5D31-F6F5-4594-8326-1B5FF5877E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A36A5D31-F6F5-4594-8326-1B5FF5877E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A36A5D31-F6F5-4594-8326-1B5FF5877E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{D19EBBF5-FA0E-4EC5-A11F-9B5AC1165B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D19EBBF5-FA0E-4EC5-A11F-9B5AC1165B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D19EBBF5-FA0E-4EC5-A11F-9B5AC1165B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D19EBBF5-FA0E-4EC5-A11F-9B5AC1165B39}.Release|Any CPU.Build.0 = Release|Any CPU
{37914C81-00E7-4FE5-887C-795E9DE81463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37914C81-00E7-4FE5-887C-795E9DE81463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37914C81-00E7-4FE5-887C-795E9DE81463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37914C81-00E7-4FE5-887C-795E9DE81463}.Release|Any CPU.Build.0 = Release|Any CPU
{405C524A-E843-43EB-8164-60976E3A4DF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{405C524A-E843-43EB-8164-60976E3A4DF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{405C524A-E843-43EB-8164-60976E3A4DF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{405C524A-E843-43EB-8164-60976E3A4DF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A36A5D31-F6F5-4594-8326-1B5FF5877E8A} = {851F9F19-EAF9-4C8C-81CD-0C89D4083928}
{D19EBBF5-FA0E-4EC5-A11F-9B5AC1165B39} = {344B8A2F-C439-4D64-904E-A8E6363D9FA9}
{37914C81-00E7-4FE5-887C-795E9DE81463} = {A790615F-8CB3-4A46-AB22-C20A6A26E797}
{405C524A-E843-43EB-8164-60976E3A4DF1} = {851F9F19-EAF9-4C8C-81CD-0C89D4083928}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B037DA9-2C1B-420D-B017-F43BA6586DEB}
EndGlobalSection
EndGlobal