This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdamantworks.Amazon.sln
36 lines (36 loc) · 2.01 KB
/
Adamantworks.Amazon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamoDB.Tests", "DynamoDB.Tests\DynamoDB.Tests.csproj", "{8EF42215-80F6-4CBD-B87E-D6574EA38034}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamoDB", "DynamoDB\DynamoDB.csproj", "{822C102B-6B44-42D9-B2AB-0350CA34484C}"
ProjectSection(ProjectDependencies) = postProject
{6561DC02-ACFD-44AE-BAED-585436EACEAF} = {6561DC02-ACFD-44AE-BAED-585436EACEAF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamoDB.CodeGen", "DynamoDB.CodeGen\DynamoDB.CodeGen.csproj", "{6561DC02-ACFD-44AE-BAED-585436EACEAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EF42215-80F6-4CBD-B87E-D6574EA38034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EF42215-80F6-4CBD-B87E-D6574EA38034}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EF42215-80F6-4CBD-B87E-D6574EA38034}.Release|Any CPU.ActiveCfg = Release|Any CPU
{822C102B-6B44-42D9-B2AB-0350CA34484C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{822C102B-6B44-42D9-B2AB-0350CA34484C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{822C102B-6B44-42D9-B2AB-0350CA34484C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{822C102B-6B44-42D9-B2AB-0350CA34484C}.Release|Any CPU.Build.0 = Release|Any CPU
{6561DC02-ACFD-44AE-BAED-585436EACEAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6561DC02-ACFD-44AE-BAED-585436EACEAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6561DC02-ACFD-44AE-BAED-585436EACEAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6561DC02-ACFD-44AE-BAED-585436EACEAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal