-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAlienCoreESPGateway.sln
More file actions
44 lines (44 loc) · 2.4 KB
/
AlienCoreESPGateway.sln
File metadata and controls
44 lines (44 loc) · 2.4 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlienCoreESPGateway", "AlienCoreESPGateway\AlienCoreESPGateway.csproj", "{1CB11A85-7F4E-4970-83A0-DFF9CB7EE8AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdgeGateway", "EdgeGateway\EdgeGateway.csproj", "{5AE407E8-8E4F-4196-A089-4B9ABAF1C957}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
telegraf.conf = telegraf.conf
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XenoBridge", "XenoBridge\XenoBridge.csproj", "{B0CB123A-6A36-3404-E303-0782706583EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CB11A85-7F4E-4970-83A0-DFF9CB7EE8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CB11A85-7F4E-4970-83A0-DFF9CB7EE8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CB11A85-7F4E-4970-83A0-DFF9CB7EE8AE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{1CB11A85-7F4E-4970-83A0-DFF9CB7EE8AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CB11A85-7F4E-4970-83A0-DFF9CB7EE8AE}.Release|Any CPU.Build.0 = Release|Any CPU
{5AE407E8-8E4F-4196-A089-4B9ABAF1C957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AE407E8-8E4F-4196-A089-4B9ABAF1C957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AE407E8-8E4F-4196-A089-4B9ABAF1C957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AE407E8-8E4F-4196-A089-4B9ABAF1C957}.Release|Any CPU.Build.0 = Release|Any CPU
{B0CB123A-6A36-3404-E303-0782706583EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0CB123A-6A36-3404-E303-0782706583EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0CB123A-6A36-3404-E303-0782706583EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0CB123A-6A36-3404-E303-0782706583EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11E42A49-8720-450C-805C-AA2C582A8CE4}
EndGlobalSection
EndGlobal