-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmicroservice.sln
59 lines (59 loc) · 3.48 KB
/
microservice.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{44FEDB3C-7C7E-4D87-9536-3E4B6A516073}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.travis.yml = .travis.yml
docker-compose.override.yml = docker-compose.override.yml
docker-compose.yml = docker-compose.yml
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebService", "WebService\WebService.csproj", "{F3A9E675-71BD-4193-B12B-3049EBCEF6A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebService.UnitTests", "WebService.UnitTests\WebService.UnitTests.csproj", "{09AE9B21-0694-42C8-A391-967CA74F5830}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkerService", "WorkerService\WorkerService.csproj", "{49D4CF7C-2AA6-46DE-9A2E-D073F6770F54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkerService.UnitTests", "WorkerService.UnitTests\WorkerService.UnitTests.csproj", "{DF1D9DC2-C641-4D89-959B-7364F039EC1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KinesisNet", "KinesisNet\KinesisNet.csproj", "{D3ADBFD7-656F-4B99-9CDB-C4DEB11E6FB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3A9E675-71BD-4193-B12B-3049EBCEF6A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3A9E675-71BD-4193-B12B-3049EBCEF6A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3A9E675-71BD-4193-B12B-3049EBCEF6A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3A9E675-71BD-4193-B12B-3049EBCEF6A9}.Release|Any CPU.Build.0 = Release|Any CPU
{09AE9B21-0694-42C8-A391-967CA74F5830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09AE9B21-0694-42C8-A391-967CA74F5830}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09AE9B21-0694-42C8-A391-967CA74F5830}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09AE9B21-0694-42C8-A391-967CA74F5830}.Release|Any CPU.Build.0 = Release|Any CPU
{49D4CF7C-2AA6-46DE-9A2E-D073F6770F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D4CF7C-2AA6-46DE-9A2E-D073F6770F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D4CF7C-2AA6-46DE-9A2E-D073F6770F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D4CF7C-2AA6-46DE-9A2E-D073F6770F54}.Release|Any CPU.Build.0 = Release|Any CPU
{DF1D9DC2-C641-4D89-959B-7364F039EC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF1D9DC2-C641-4D89-959B-7364F039EC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF1D9DC2-C641-4D89-959B-7364F039EC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF1D9DC2-C641-4D89-959B-7364F039EC1A}.Release|Any CPU.Build.0 = Release|Any CPU
{D3ADBFD7-656F-4B99-9CDB-C4DEB11E6FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3ADBFD7-656F-4B99-9CDB-C4DEB11E6FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3ADBFD7-656F-4B99-9CDB-C4DEB11E6FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3ADBFD7-656F-4B99-9CDB-C4DEB11E6FB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C1F5BBB-0BC9-43D8-B71A-B12144040E2E}
EndGlobalSection
EndGlobal