This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
/
device-simulation.sln
173 lines (173 loc) · 9.8 KB
/
device-simulation.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebService.Test", "WebService.Test\WebService.Test.csproj", "{9DFE22E7-03DD-4F30-BCC1-33F69BA15192}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{FBAB42CE-0D43-476A-B231-4C0105A7C67C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services.Test", "Services.Test\Services.Test.csproj", "{A135F921-CC62-40CD-A3C6-72DD95BB7E72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimulationAgent", "SimulationAgent\SimulationAgent.csproj", "{93EBB353-A0B6-440F-BD34-17240C4F421B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebService", "WebService\WebService.csproj", "{21FEAC28-BB2D-4827-B62A-0476BF44D602}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimulationAgent.Test", "SimulationAgent.Test\SimulationAgent.Test.csproj", "{DFE737E7-9FAA-4B08-A2B5-37F2E858FFAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{71787873-D1A0-4D9E-BC84-942E0FB3841E}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
device-simulation.sln.DotSettings = device-simulation.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{2B58D756-04D5-427F-9161-E1B45D35682A}"
ProjectSection(SolutionItems) = preProject
scripts\.functions.sh = scripts\.functions.sh
scripts\build = scripts\build
scripts\build.cmd = scripts\build.cmd
scripts\clean-up = scripts\clean-up
scripts\clean-up.cmd = scripts\clean-up.cmd
scripts\compile = scripts\compile
scripts\compile.cmd = scripts\compile.cmd
scripts\env-vars-check = scripts\env-vars-check
scripts\env-vars-check.cmd = scripts\env-vars-check.cmd
scripts\env-vars-setup = scripts\env-vars-setup
scripts\env-vars-setup.cmd = scripts\env-vars-setup.cmd
scripts\run = scripts\run
scripts\run.cmd = scripts\run.cmd
scripts\travis = scripts\travis
scripts\travis.cmd = scripts\travis.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{DEF8CFF7-B332-4BA3-AB0B-8F7AC3275054}"
ProjectSection(SolutionItems) = preProject
scripts\docker\.dockerignore = scripts\docker\.dockerignore
scripts\docker\build = scripts\docker\build
scripts\docker\build.cmd = scripts\docker\build.cmd
scripts\docker\docker-compose.yml = scripts\docker\docker-compose.yml
scripts\docker\Dockerfile = scripts\docker\Dockerfile
scripts\docker\publish = scripts\docker\publish
scripts\docker\publish.cmd = scripts\docker\publish.cmd
scripts\docker\run = scripts\docker\run
scripts\docker\run.cmd = scripts\docker\run.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{4C88469C-C551-435D-AE2C-36C58EE686A5}"
ProjectSection(SolutionItems) = preProject
scripts\git\.functions.sh = scripts\git\.functions.sh
scripts\git\fix-perms.sh = scripts\git\fix-perms.sh
scripts\git\pre-commit-runner-no-sandbox.sh = scripts\git\pre-commit-runner-no-sandbox.sh
scripts\git\pre-commit-runner-with-sandbox.sh = scripts\git\pre-commit-runner-with-sandbox.sh
scripts\git\pre-commit.sh = scripts\git\pre-commit.sh
scripts\git\setup = scripts\git\setup
scripts\git\setup.cmd = scripts\git\setup.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{39EA50D7-B4CD-41C4-85EA-E53E89E9BC98}"
ProjectSection(SolutionItems) = preProject
scripts\docker\content\run.sh = scripts\docker\content\run.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0680130C-7156-4118-BE65-4734BA92638B}"
ProjectSection(SolutionItems) = preProject
docs\API_SPECS_DEVICE_MODELS.md = docs\API_SPECS_DEVICE_MODELS.md
docs\API_SPECS_DEVICE_MODEL_PROPERTIES.md = docs\API_SPECS_DEVICE_MODEL_PROPERTIES.md
docs\API_SPECS_SERVICE.md = docs\API_SPECS_SERVICE.md
docs\API_SPECS_SIMULATIONS.md = docs\API_SPECS_SIMULATIONS.md
docs\API_SPECS_DEVICE_MODEL_SCRIPTS.md = docs\API_SPECS_DEVICE_MODEL_SCRIPTS.md
docs\BREAKING_CHANGES.md = docs\BREAKING_CHANGES.md
docs\CODE_OF_CONDUCT.md = docs\CODE_OF_CONDUCT.md
docs\CODEOWNERS = docs\CODEOWNERS
docs\CONTRIBUTING.md = docs\CONTRIBUTING.md
docs\DEVICE_MODELS.md = docs\DEVICE_MODELS.md
docs\ENVIRONMENT_VARIABLES.md = docs\ENVIRONMENT_VARIABLES.md
docs\INDEX.md = docs\INDEX.md
docs\ISSUE_TEMPLATE.md = docs\ISSUE_TEMPLATE.md
docs\PULL_REQUEST_TEMPLATE.md = docs\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartitioningAgent", "PartitioningAgent\PartitioningAgent.csproj", "{6B0C3A0F-DA54-45B5-93E0-88DFD00C7913}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartitioningAgent.Test", "PartitioningAgent.Test\PartitioningAgent.Test.csproj", "{E1351585-2B99-44EA-8474-09C091652FE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "development", "development", "{D97D0D98-A424-4FBA-9E18-FE4EEC538893}"
ProjectSection(SolutionItems) = preProject
scripts\development\postman_collection.json = scripts\development\postman_collection.json
scripts\development\create-simulation.sh = scripts\development\create-simulation.sh
scripts\development\delete-simulation.sh = scripts\development\delete-simulation.sh
scripts\development\start-storage-adapter.sh = scripts\development\start-storage-adapter.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DFE22E7-03DD-4F30-BCC1-33F69BA15192}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DFE22E7-03DD-4F30-BCC1-33F69BA15192}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DFE22E7-03DD-4F30-BCC1-33F69BA15192}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DFE22E7-03DD-4F30-BCC1-33F69BA15192}.Release|Any CPU.Build.0 = Release|Any CPU
{FBAB42CE-0D43-476A-B231-4C0105A7C67C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBAB42CE-0D43-476A-B231-4C0105A7C67C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBAB42CE-0D43-476A-B231-4C0105A7C67C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBAB42CE-0D43-476A-B231-4C0105A7C67C}.Release|Any CPU.Build.0 = Release|Any CPU
{FBAB42CE-0D43-476A-B231-4C0105A7C67C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A135F921-CC62-40CD-A3C6-72DD95BB7E72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A135F921-CC62-40CD-A3C6-72DD95BB7E72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A135F921-CC62-40CD-A3C6-72DD95BB7E72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A135F921-CC62-40CD-A3C6-72DD95BB7E72}.Release|Any CPU.Build.0 = Release|Any CPU
{93EBB353-A0B6-440F-BD34-17240C4F421B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93EBB353-A0B6-440F-BD34-17240C4F421B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93EBB353-A0B6-440F-BD34-17240C4F421B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{93EBB353-A0B6-440F-BD34-17240C4F421B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93EBB353-A0B6-440F-BD34-17240C4F421B}.Release|Any CPU.Build.0 = Release|Any CPU
{21FEAC28-BB2D-4827-B62A-0476BF44D602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21FEAC28-BB2D-4827-B62A-0476BF44D602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21FEAC28-BB2D-4827-B62A-0476BF44D602}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{21FEAC28-BB2D-4827-B62A-0476BF44D602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21FEAC28-BB2D-4827-B62A-0476BF44D602}.Release|Any CPU.Build.0 = Release|Any CPU
{DFE737E7-9FAA-4B08-A2B5-37F2E858FFAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFE737E7-9FAA-4B08-A2B5-37F2E858FFAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFE737E7-9FAA-4B08-A2B5-37F2E858FFAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFE737E7-9FAA-4B08-A2B5-37F2E858FFAF}.Release|Any CPU.Build.0 = Release|Any CPU
{6B0C3A0F-DA54-45B5-93E0-88DFD00C7913}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B0C3A0F-DA54-45B5-93E0-88DFD00C7913}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B0C3A0F-DA54-45B5-93E0-88DFD00C7913}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B0C3A0F-DA54-45B5-93E0-88DFD00C7913}.Release|Any CPU.Build.0 = Release|Any CPU
{6B0C3A0F-DA54-45B5-93E0-88DFD00C7913}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E1351585-2B99-44EA-8474-09C091652FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1351585-2B99-44EA-8474-09C091652FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1351585-2B99-44EA-8474-09C091652FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1351585-2B99-44EA-8474-09C091652FE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B58D756-04D5-427F-9161-E1B45D35682A} = {71787873-D1A0-4D9E-BC84-942E0FB3841E}
{DEF8CFF7-B332-4BA3-AB0B-8F7AC3275054} = {2B58D756-04D5-427F-9161-E1B45D35682A}
{4C88469C-C551-435D-AE2C-36C58EE686A5} = {2B58D756-04D5-427F-9161-E1B45D35682A}
{39EA50D7-B4CD-41C4-85EA-E53E89E9BC98} = {DEF8CFF7-B332-4BA3-AB0B-8F7AC3275054}
{0680130C-7156-4118-BE65-4734BA92638B} = {71787873-D1A0-4D9E-BC84-942E0FB3841E}
{D97D0D98-A424-4FBA-9E18-FE4EEC538893} = {71787873-D1A0-4D9E-BC84-942E0FB3841E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25EBA0C1-8A8C-4116-948B-626F1638B7DA}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.VersionControlPolicy = $4
EndGlobalSection
EndGlobal