-
Notifications
You must be signed in to change notification settings - Fork 0
/
IoT.TrafficLights.sln
43 lines (43 loc) · 2.63 KB
/
IoT.TrafficLights.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.TrafficLights.Domain", "IoT.TrafficLights.Domain\IoT.TrafficLights.Domain.csproj", "{A29B78A1-07EB-4C62-8433-98C3DD2300A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.TrafficLights.Api", "IoT.TrafficLights.Api\IoT.TrafficLights.Api.csproj", "{D3973C8A-D20B-435C-8F5D-C260AC8717F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.TrafficLights.Console", "IoT.TrafficLights.Console\IoT.TrafficLights.Console.csproj", "{B62C4AEA-8B01-4160-8355-91FBBA20390C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.TrafficLights.Web", "IoT.TrafficLights.Web\IoT.TrafficLights.Web.csproj", "{43EA359F-C178-4B6B-BB3F-A1F43D89AD66}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A29B78A1-07EB-4C62-8433-98C3DD2300A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A29B78A1-07EB-4C62-8433-98C3DD2300A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A29B78A1-07EB-4C62-8433-98C3DD2300A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A29B78A1-07EB-4C62-8433-98C3DD2300A3}.Release|Any CPU.Build.0 = Release|Any CPU
{D3973C8A-D20B-435C-8F5D-C260AC8717F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3973C8A-D20B-435C-8F5D-C260AC8717F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3973C8A-D20B-435C-8F5D-C260AC8717F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3973C8A-D20B-435C-8F5D-C260AC8717F7}.Release|Any CPU.Build.0 = Release|Any CPU
{B62C4AEA-8B01-4160-8355-91FBBA20390C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B62C4AEA-8B01-4160-8355-91FBBA20390C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B62C4AEA-8B01-4160-8355-91FBBA20390C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B62C4AEA-8B01-4160-8355-91FBBA20390C}.Release|Any CPU.Build.0 = Release|Any CPU
{43EA359F-C178-4B6B-BB3F-A1F43D89AD66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43EA359F-C178-4B6B-BB3F-A1F43D89AD66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43EA359F-C178-4B6B-BB3F-A1F43D89AD66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43EA359F-C178-4B6B-BB3F-A1F43D89AD66}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F724BDD2-0A0B-4A8E-A775-E9E6D45690EE}
EndGlobalSection
EndGlobal