-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmartRoom.sln
More file actions
69 lines (69 loc) · 3.63 KB
/
SmartRoom.sln
File metadata and controls
69 lines (69 loc) · 3.63 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartRoom", "SmartRoom\SmartRoom.csproj", "{249B5F7C-A9FF-429C-A157-204A132BD163}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartRoom.Tests", "SmartRoom.Tests\SmartRoom.Tests.csproj", "{8C5A4A8F-888A-446F-A4D8-C7D7112CD448}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartRoom.Emulator", "SmartRoom.Emulator\SmartRoom.Emulator.csproj", "{09990648-74E3-455E-A399-2784DD6FF086}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{848C6F57-138B-4572-AD0D-776EE5AC05C7}"
ProjectSection(SolutionItems) = preProject
docs\Communication.md = docs\Communication.md
docs\Schematic.md = docs\Schematic.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9205F90-68A1-497E-A80E-F1955957A8E7}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{A90A9E48-70A4-49B0-A877-D863DF17A06E}"
ProjectSection(SolutionItems) = preProject
docs\img\macros.gif = docs\img\macros.gif
docs\img\macros_new.gif = docs\img\macros_new.gif
docs\img\preview_macros.png = docs\img\preview_macros.png
docs\img\preview_macros_new.png = docs\img\preview_macros_new.png
docs\img\preview_sensors.png = docs\img\preview_sensors.png
docs\img\preview_switch_new.png = docs\img\preview_switch_new.png
docs\img\preview_switches.png = docs\img\preview_switches.png
docs\img\schem.png = docs\img\schem.png
docs\img\sensors.gif = docs\img\sensors.gif
docs\img\switch_new.gif = docs\img\switch_new.gif
docs\img\switches.gif = docs\img\switches.gif
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{249B5F7C-A9FF-429C-A157-204A132BD163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{249B5F7C-A9FF-429C-A157-204A132BD163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{249B5F7C-A9FF-429C-A157-204A132BD163}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{249B5F7C-A9FF-429C-A157-204A132BD163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{249B5F7C-A9FF-429C-A157-204A132BD163}.Release|Any CPU.Build.0 = Release|Any CPU
{249B5F7C-A9FF-429C-A157-204A132BD163}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8C5A4A8F-888A-446F-A4D8-C7D7112CD448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C5A4A8F-888A-446F-A4D8-C7D7112CD448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C5A4A8F-888A-446F-A4D8-C7D7112CD448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C5A4A8F-888A-446F-A4D8-C7D7112CD448}.Release|Any CPU.Build.0 = Release|Any CPU
{09990648-74E3-455E-A399-2784DD6FF086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09990648-74E3-455E-A399-2784DD6FF086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09990648-74E3-455E-A399-2784DD6FF086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09990648-74E3-455E-A399-2784DD6FF086}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A90A9E48-70A4-49B0-A877-D863DF17A06E} = {848C6F57-138B-4572-AD0D-776EE5AC05C7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1A7DF1B-30E7-4A22-B740-7F1FD03F41DA}
EndGlobalSection
EndGlobal