-
Notifications
You must be signed in to change notification settings - Fork 60
/
AWS_KCL_DotNet.sln
80 lines (80 loc) · 5.28 KB
/
AWS_KCL_DotNet.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
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Amazon.Kinesis.ClientLibrary", "Amazon.Kinesis.ClientLibrary", "{6A5832F9-5282-4942-AB13-0F1D4D391BB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap", "Bootstrap\Bootstrap.csproj", "{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientLibrary", "ClientLibrary\ClientLibrary.csproj", "{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleProducer", "SampleProducer\SampleProducer.csproj", "{72E5E459-5045-4785-BD53-FE93EF10ECF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleConsumer", "SampleConsumer\SampleConsumer.csproj", "{83F76D79-CA64-45D6-978B-AB6528F1D4F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientLibrary.Test", "ClientLibrary.Test\ClientLibrary.Test.csproj", "{40800B0A-FAF7-4DE2-92C6-2057A5901E71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Debug|x86.ActiveCfg = Debug|Any CPU
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Debug|x86.Build.0 = Debug|Any CPU
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Release|Any CPU.Build.0 = Release|Any CPU
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Release|x86.ActiveCfg = Release|Any CPU
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90}.Release|x86.Build.0 = Release|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Debug|x86.Build.0 = Debug|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Release|Any CPU.Build.0 = Release|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Release|x86.ActiveCfg = Release|Any CPU
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F}.Release|x86.Build.0 = Release|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Debug|x86.ActiveCfg = Debug|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Debug|x86.Build.0 = Debug|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Release|Any CPU.Build.0 = Release|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Release|x86.ActiveCfg = Release|Any CPU
{72E5E459-5045-4785-BD53-FE93EF10ECF7}.Release|x86.Build.0 = Release|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Debug|x86.ActiveCfg = Debug|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Debug|x86.Build.0 = Debug|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Release|Any CPU.Build.0 = Release|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Release|x86.ActiveCfg = Release|Any CPU
{83F76D79-CA64-45D6-978B-AB6528F1D4F1}.Release|x86.Build.0 = Release|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Debug|x86.ActiveCfg = Debug|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Debug|x86.Build.0 = Debug|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Release|Any CPU.Build.0 = Release|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Release|x86.ActiveCfg = Release|Any CPU
{40800B0A-FAF7-4DE2-92C6-2057A5901E71}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F631BD8-5530-4E0E-B5BB-3CFC9710BB90} = {6A5832F9-5282-4942-AB13-0F1D4D391BB2}
{6B616B6F-D58D-498D-9AE6-8625AA5A2F4F} = {6A5832F9-5282-4942-AB13-0F1D4D391BB2}
{72E5E459-5045-4785-BD53-FE93EF10ECF7} = {6A5832F9-5282-4942-AB13-0F1D4D391BB2}
{83F76D79-CA64-45D6-978B-AB6528F1D4F1} = {6A5832F9-5282-4942-AB13-0F1D4D391BB2}
{40800B0A-FAF7-4DE2-92C6-2057A5901E71} = {6A5832F9-5282-4942-AB13-0F1D4D391BB2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BEA84E0-80AB-46A9-BBA5-0542ABAE7140}
EndGlobalSection
EndGlobal