-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSimulatorServices.sln
67 lines (67 loc) · 4.94 KB
/
SimulatorServices.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.Admin", "src\LagoVista.IoT.Simulator.Admin\LagoVista.IoT.Simulator.Admin.csproj", "{E9FA6740-A4B2-4B49-8805-DBA148828DD3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.Admin.Rest", "src\LagoVista.IoT.Simulator.Admin.Rest\LagoVista.IoT.Simulator.Admin.Rest.csproj", "{61F632BA-F2A6-4A59-A4BD-BF2C9A92AE00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.CloudRepos", "src\LagoVista.IoT.Simulator.CloudRepos\LagoVista.IoT.Simulator.CloudRepos.csproj", "{BE719524-95E8-46B9-9171-8BF22EB8E308}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.Models", "src\LagoVista.IoT.Simulator.Models\LagoVista.IoT.Simulator.Models.csproj", "{975D16DE-D6FB-4D76-BB3D-2265E64F10F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.Runtime", "LagoVista.IoT.Simulator.Runtime\LagoVista.IoT.Simulator.Runtime.csproj", "{A148E919-8597-4821-B810-F4328B6750E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.Runtime.Tests", "tests\LagoVista.IoT.Simulator.Runtime.Tests\LagoVista.IoT.Simulator.Runtime.Tests.csproj", "{725CB722-CAA3-42C6-AA74-3C0546220805}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.Runtime.Console", "src\LagoVista.IoT.Simulator.Runtime.Console\LagoVista.IoT.Simulator.Runtime.Console.csproj", "{364CB8C3-729E-402A-974A-B7FD6447EE29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LagoVista.IoT.Simulator.Runtime.Portal", "src\LagoVista.IoT.Simulator.Runtime.Portal\LagoVista.IoT.Simulator.Runtime.Portal.csproj", "{645551B3-0F45-4E0B-BBCA-94D70E163970}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9FA6740-A4B2-4B49-8805-DBA148828DD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9FA6740-A4B2-4B49-8805-DBA148828DD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9FA6740-A4B2-4B49-8805-DBA148828DD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9FA6740-A4B2-4B49-8805-DBA148828DD3}.Release|Any CPU.Build.0 = Release|Any CPU
{61F632BA-F2A6-4A59-A4BD-BF2C9A92AE00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F632BA-F2A6-4A59-A4BD-BF2C9A92AE00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F632BA-F2A6-4A59-A4BD-BF2C9A92AE00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F632BA-F2A6-4A59-A4BD-BF2C9A92AE00}.Release|Any CPU.Build.0 = Release|Any CPU
{BE719524-95E8-46B9-9171-8BF22EB8E308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE719524-95E8-46B9-9171-8BF22EB8E308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE719524-95E8-46B9-9171-8BF22EB8E308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE719524-95E8-46B9-9171-8BF22EB8E308}.Release|Any CPU.Build.0 = Release|Any CPU
{975D16DE-D6FB-4D76-BB3D-2265E64F10F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{975D16DE-D6FB-4D76-BB3D-2265E64F10F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{975D16DE-D6FB-4D76-BB3D-2265E64F10F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{975D16DE-D6FB-4D76-BB3D-2265E64F10F0}.Release|Any CPU.Build.0 = Release|Any CPU
{A148E919-8597-4821-B810-F4328B6750E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A148E919-8597-4821-B810-F4328B6750E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A148E919-8597-4821-B810-F4328B6750E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A148E919-8597-4821-B810-F4328B6750E2}.Release|Any CPU.Build.0 = Release|Any CPU
{725CB722-CAA3-42C6-AA74-3C0546220805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{725CB722-CAA3-42C6-AA74-3C0546220805}.Debug|Any CPU.Build.0 = Debug|Any CPU
{725CB722-CAA3-42C6-AA74-3C0546220805}.Release|Any CPU.ActiveCfg = Release|Any CPU
{725CB722-CAA3-42C6-AA74-3C0546220805}.Release|Any CPU.Build.0 = Release|Any CPU
{364CB8C3-729E-402A-974A-B7FD6447EE29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{364CB8C3-729E-402A-974A-B7FD6447EE29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{364CB8C3-729E-402A-974A-B7FD6447EE29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{364CB8C3-729E-402A-974A-B7FD6447EE29}.Release|Any CPU.Build.0 = Release|Any CPU
{645551B3-0F45-4E0B-BBCA-94D70E163970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{645551B3-0F45-4E0B-BBCA-94D70E163970}.Debug|Any CPU.Build.0 = Debug|Any CPU
{645551B3-0F45-4E0B-BBCA-94D70E163970}.Release|Any CPU.ActiveCfg = Release|Any CPU
{645551B3-0F45-4E0B-BBCA-94D70E163970}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1327A80-B50B-4200-A00A-02A78F0BD88E}
EndGlobalSection
EndGlobal