-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMobileTracking.sln
More file actions
105 lines (105 loc) · 7.36 KB
/
MobileTracking.sln
File metadata and controls
105 lines (105 loc) · 7.36 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A0BCEB6-260F-4BBE-964A-FBB7636A10A4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
StyleCop.ruleset = StyleCop.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MobileTracking", "MobileTracking\MobileTracking\MobileTracking.csproj", "{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileTracking.Android", "MobileTracking\MobileTracking.Android\MobileTracking.Android.csproj", "{3787075B-9C2D-4D8D-8971-CAD79E01A951}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MobileTracking.Core", "MobileTracking.Core\MobileTracking.Core.csproj", "{90772DBA-F47F-48B0-BB27-D619C84F45B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MobileTracking.Tests", "MobileTracking.Tests\MobileTracking.Tests.csproj", "{5901B371-D8B3-4B7C-84C3-458F5129E9C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication", "WebApplication\WebApplication.csproj", "{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Debug|iPhone.Build.0 = Debug|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Release|Any CPU.Build.0 = Release|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Release|iPhone.ActiveCfg = Release|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Release|iPhone.Build.0 = Release|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3F5B72A9-CE82-44D3-B820-3E4DE50C854A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|iPhone.Build.0 = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|Any CPU.Build.0 = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|iPhone.ActiveCfg = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|iPhone.Build.0 = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|iPhone.Deploy.0 = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{3787075B-9C2D-4D8D-8971-CAD79E01A951}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Debug|iPhone.Build.0 = Debug|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Release|Any CPU.Build.0 = Release|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Release|iPhone.ActiveCfg = Release|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Release|iPhone.Build.0 = Release|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{90772DBA-F47F-48B0-BB27-D619C84F45B3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Debug|iPhone.Build.0 = Debug|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Release|Any CPU.Build.0 = Release|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Release|iPhone.ActiveCfg = Release|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Release|iPhone.Build.0 = Release|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5901B371-D8B3-4B7C-84C3-458F5129E9C6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Debug|iPhone.Build.0 = Debug|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Release|Any CPU.Build.0 = Release|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Release|iPhone.ActiveCfg = Release|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Release|iPhone.Build.0 = Release|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6B4BD8DF-ABB7-49E5-A100-A02F1A44253A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3D0F66E-E3A9-4EB2-8836-D982056FD90E}
EndGlobalSection
EndGlobal