-
Notifications
You must be signed in to change notification settings - Fork 0
/
TrackingService.sln
49 lines (49 loc) · 2.91 KB
/
TrackingService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrackingService.API", "TrackingService.API\TrackingService.API.csproj", "{44C628D8-A42E-4A69-80E8-57E478744AB0}"
ProjectSection(ProjectDependencies) = postProject
{855896F8-20BA-4610-94CB-AA850B443810} = {855896F8-20BA-4610-94CB-AA850B443810}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrackingService.Model", "TrackingService.Model\TrackingService.Model.csproj", "{855896F8-20BA-4610-94CB-AA850B443810}"
ProjectSection(ProjectDependencies) = postProject
{72944B82-6A60-4F2F-A3C1-B776B448FB57} = {72944B82-6A60-4F2F-A3C1-B776B448FB57}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrackingService.Packages", "TrackingService.Packages\TrackingService.Packages.csproj", "{72944B82-6A60-4F2F-A3C1-B776B448FB57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrackingService.Tests", "TrackingService.Tests\TrackingService.Tests.csproj", "{B9BA40FF-81AE-4ECF-9DAD-A4EC4F401CD8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44C628D8-A42E-4A69-80E8-57E478744AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44C628D8-A42E-4A69-80E8-57E478744AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44C628D8-A42E-4A69-80E8-57E478744AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44C628D8-A42E-4A69-80E8-57E478744AB0}.Release|Any CPU.Build.0 = Release|Any CPU
{855896F8-20BA-4610-94CB-AA850B443810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{855896F8-20BA-4610-94CB-AA850B443810}.Debug|Any CPU.Build.0 = Debug|Any CPU
{855896F8-20BA-4610-94CB-AA850B443810}.Release|Any CPU.ActiveCfg = Release|Any CPU
{855896F8-20BA-4610-94CB-AA850B443810}.Release|Any CPU.Build.0 = Release|Any CPU
{72944B82-6A60-4F2F-A3C1-B776B448FB57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72944B82-6A60-4F2F-A3C1-B776B448FB57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72944B82-6A60-4F2F-A3C1-B776B448FB57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72944B82-6A60-4F2F-A3C1-B776B448FB57}.Release|Any CPU.Build.0 = Release|Any CPU
{B9BA40FF-81AE-4ECF-9DAD-A4EC4F401CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9BA40FF-81AE-4ECF-9DAD-A4EC4F401CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9BA40FF-81AE-4ECF-9DAD-A4EC4F401CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9BA40FF-81AE-4ECF-9DAD-A4EC4F401CD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EEBCA092-2D93-4077-8904-8E8C41FC8EAA}
EndGlobalSection
EndGlobal