-
Notifications
You must be signed in to change notification settings - Fork 0
/
VesselPositionTracker.sln
64 lines (64 loc) · 4.29 KB
/
VesselPositionTracker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{938AD344-EB7A-4D63-BA2E-A4BA5214095C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{3564BC7D-2E4F-49BD-B682-45FCF32CBE2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VesselPositionTracker.Application", "VesselPositionTracker.Application\VesselPositionTracker.Application.csproj", "{6DAD7CE2-8FA6-4E12-9185-9F99E4C99194}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VesselPositionTracker.Domain", "VesselPositionTracker.Domain\VesselPositionTracker.Domain.csproj", "{F7A93D4A-37D4-43AD-9845-BBDB1E9C3791}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VesselPositionTracker.Persistance", "VesselPositionTracker.Persistance\VesselPositionTracker.Persistance.csproj", "{6AF2233D-1DAF-49AC-8D96-A76ADD6AB1D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VesselPositionCollectorService", "VesselPositionCollectorService\VesselPositionCollectorService.csproj", "{361378B0-362D-401B-A23E-9F206F94C4E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VesselPositionTracker.Api", "VesselPositionTracker.Api\VesselPositionTracker.Api.csproj", "{D41F3CE3-13E2-435A-A463-BB7621E69BB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneOffManipulations", "OneOffManipulations\OneOffManipulations.csproj", "{D179CD28-EF42-44D3-9CDB-3AF8EFE8169C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DAD7CE2-8FA6-4E12-9185-9F99E4C99194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DAD7CE2-8FA6-4E12-9185-9F99E4C99194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DAD7CE2-8FA6-4E12-9185-9F99E4C99194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DAD7CE2-8FA6-4E12-9185-9F99E4C99194}.Release|Any CPU.Build.0 = Release|Any CPU
{F7A93D4A-37D4-43AD-9845-BBDB1E9C3791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7A93D4A-37D4-43AD-9845-BBDB1E9C3791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7A93D4A-37D4-43AD-9845-BBDB1E9C3791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7A93D4A-37D4-43AD-9845-BBDB1E9C3791}.Release|Any CPU.Build.0 = Release|Any CPU
{6AF2233D-1DAF-49AC-8D96-A76ADD6AB1D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AF2233D-1DAF-49AC-8D96-A76ADD6AB1D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AF2233D-1DAF-49AC-8D96-A76ADD6AB1D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AF2233D-1DAF-49AC-8D96-A76ADD6AB1D2}.Release|Any CPU.Build.0 = Release|Any CPU
{361378B0-362D-401B-A23E-9F206F94C4E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{361378B0-362D-401B-A23E-9F206F94C4E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{361378B0-362D-401B-A23E-9F206F94C4E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{361378B0-362D-401B-A23E-9F206F94C4E9}.Release|Any CPU.Build.0 = Release|Any CPU
{D41F3CE3-13E2-435A-A463-BB7621E69BB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D41F3CE3-13E2-435A-A463-BB7621E69BB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D41F3CE3-13E2-435A-A463-BB7621E69BB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D41F3CE3-13E2-435A-A463-BB7621E69BB7}.Release|Any CPU.Build.0 = Release|Any CPU
{D179CD28-EF42-44D3-9CDB-3AF8EFE8169C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D179CD28-EF42-44D3-9CDB-3AF8EFE8169C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D179CD28-EF42-44D3-9CDB-3AF8EFE8169C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D179CD28-EF42-44D3-9CDB-3AF8EFE8169C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DAD7CE2-8FA6-4E12-9185-9F99E4C99194} = {938AD344-EB7A-4D63-BA2E-A4BA5214095C}
{F7A93D4A-37D4-43AD-9845-BBDB1E9C3791} = {938AD344-EB7A-4D63-BA2E-A4BA5214095C}
{6AF2233D-1DAF-49AC-8D96-A76ADD6AB1D2} = {3564BC7D-2E4F-49BD-B682-45FCF32CBE2A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA3DCF5E-335C-415F-B73E-67FB410DD4CB}
EndGlobalSection
EndGlobal