-
Notifications
You must be signed in to change notification settings - Fork 0
/
Training.Docker.sln
55 lines (55 loc) · 3.78 KB
/
Training.Docker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Training.Docker.API", "Training.Docker.API\Training.Docker.API.csproj", "{4DD4D376-3094-4327-B9C2-365125B4419E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Training.Docker.CommonLibs", "Training.Docker.CommonLibs\Training.Docker.CommonLibs.csproj", "{89082EB5-BB07-4206-8D00-F4EF66A8737E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Training.Docker.Models", "Training.Docker.Models\Training.Docker.Models.csproj", "{AB6D876B-AE35-4ACE-863B-439BC51FBA6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Training.Docker.FromCommandToQueryPartNotificationService", "Training.Docker.FromCommandToQueryPartNotificationService\Training.Docker.FromCommandToQueryPartNotificationService.csproj", "{6228B3B4-0A47-4E96-9CD8-8446E5BB1CB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Training.Docker.RaportAPI", "Training.Docker.RaportAPI\Training.Docker.RaportAPI.csproj", "{C343638B-ECBC-49F4-A239-0F3A3FDAEFE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Training.Docker.DataCollectorService", "Training.Docker.DataCollectorService\Training.Docker.DataCollectorService.csproj", "{12E17C70-A5A6-456F-B480-4FD093330F85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DD4D376-3094-4327-B9C2-365125B4419E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DD4D376-3094-4327-B9C2-365125B4419E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DD4D376-3094-4327-B9C2-365125B4419E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DD4D376-3094-4327-B9C2-365125B4419E}.Release|Any CPU.Build.0 = Release|Any CPU
{89082EB5-BB07-4206-8D00-F4EF66A8737E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89082EB5-BB07-4206-8D00-F4EF66A8737E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89082EB5-BB07-4206-8D00-F4EF66A8737E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89082EB5-BB07-4206-8D00-F4EF66A8737E}.Release|Any CPU.Build.0 = Release|Any CPU
{AB6D876B-AE35-4ACE-863B-439BC51FBA6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB6D876B-AE35-4ACE-863B-439BC51FBA6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB6D876B-AE35-4ACE-863B-439BC51FBA6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB6D876B-AE35-4ACE-863B-439BC51FBA6A}.Release|Any CPU.Build.0 = Release|Any CPU
{6228B3B4-0A47-4E96-9CD8-8446E5BB1CB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6228B3B4-0A47-4E96-9CD8-8446E5BB1CB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6228B3B4-0A47-4E96-9CD8-8446E5BB1CB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6228B3B4-0A47-4E96-9CD8-8446E5BB1CB7}.Release|Any CPU.Build.0 = Release|Any CPU
{C343638B-ECBC-49F4-A239-0F3A3FDAEFE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C343638B-ECBC-49F4-A239-0F3A3FDAEFE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C343638B-ECBC-49F4-A239-0F3A3FDAEFE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C343638B-ECBC-49F4-A239-0F3A3FDAEFE4}.Release|Any CPU.Build.0 = Release|Any CPU
{12E17C70-A5A6-456F-B480-4FD093330F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12E17C70-A5A6-456F-B480-4FD093330F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12E17C70-A5A6-456F-B480-4FD093330F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12E17C70-A5A6-456F-B480-4FD093330F85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {328CC200-47F3-4018-85D5-46A9C6B3D0F9}
EndGlobalSection
EndGlobal