-
Notifications
You must be signed in to change notification settings - Fork 0
/
SmartHomeProject.sln
29 lines (29 loc) · 1.42 KB
/
SmartHomeProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartHomeProject", "SmartHomeProject\SmartHomeProject.csproj", "{CC3BF4F8-6072-483E-B487-B619EB2A4C6A}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "DeviceClient", "DeviceClient\DeviceClient.pyproj", "{EF70208A-900E-40C6-B2E5-7D7A5F2EB7AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC3BF4F8-6072-483E-B487-B619EB2A4C6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC3BF4F8-6072-483E-B487-B619EB2A4C6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC3BF4F8-6072-483E-B487-B619EB2A4C6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC3BF4F8-6072-483E-B487-B619EB2A4C6A}.Release|Any CPU.Build.0 = Release|Any CPU
{EF70208A-900E-40C6-B2E5-7D7A5F2EB7AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF70208A-900E-40C6-B2E5-7D7A5F2EB7AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3413131B-5914-46D6-B6F1-2EDF2A928F2B}
EndGlobalSection
EndGlobal