-
Notifications
You must be signed in to change notification settings - Fork 19
/
EfficientDynamoDb.sln
48 lines (48 loc) · 2.86 KB
/
EfficientDynamoDb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "src\Benchmarks\Benchmarks.csproj", "{E1984343-896A-44C2-BF7C-C26805EE74C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfficientDynamoDb", "src\EfficientDynamoDb\EfficientDynamoDb.csproj", "{381583B4-01A6-4E01-9514-D4F503705CD1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1355AE02-EEBA-486C-9753-A005C8E52B88}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfficientDynamoDb.Credentials.AWSSDK", "src\EfficientDynamoDb.Credentials.AWSSDK\EfficientDynamoDb.Credentials.AWSSDK.csproj", "{005AC5AD-81D6-4B67-8D60-CBA6FBD88E7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfficientDynamoDb.Tests", "EfficientDynamoDb.Tests\EfficientDynamoDb.Tests.csproj", "{BBE58E12-976F-4A29-BB36-3088A2CD8AB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1984343-896A-44C2-BF7C-C26805EE74C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1984343-896A-44C2-BF7C-C26805EE74C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1984343-896A-44C2-BF7C-C26805EE74C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1984343-896A-44C2-BF7C-C26805EE74C3}.Release|Any CPU.Build.0 = Release|Any CPU
{381583B4-01A6-4E01-9514-D4F503705CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381583B4-01A6-4E01-9514-D4F503705CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381583B4-01A6-4E01-9514-D4F503705CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381583B4-01A6-4E01-9514-D4F503705CD1}.Release|Any CPU.Build.0 = Release|Any CPU
{005AC5AD-81D6-4B67-8D60-CBA6FBD88E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{005AC5AD-81D6-4B67-8D60-CBA6FBD88E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{005AC5AD-81D6-4B67-8D60-CBA6FBD88E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{005AC5AD-81D6-4B67-8D60-CBA6FBD88E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{BBE58E12-976F-4A29-BB36-3088A2CD8AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBE58E12-976F-4A29-BB36-3088A2CD8AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBE58E12-976F-4A29-BB36-3088A2CD8AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBE58E12-976F-4A29-BB36-3088A2CD8AB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFD0314E-09ED-4364-959C-02F37A8506CC}
EndGlobalSection
EndGlobal