-
Notifications
You must be signed in to change notification settings - Fork 2
/
IOTLinkAddons.sln
31 lines (31 loc) · 1.59 KB
/
IOTLinkAddons.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemperatureMonitor", "src\TemperatureMonitor\TemperatureMonitor.csproj", "{16429997-E957-42F3-B1AD-B35AC35124BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioCommands", "src\AudioCommands\AudioCommands.csproj", "{F9A080E6-96C6-4633-A7D4-EC03945D0470}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16429997-E957-42F3-B1AD-B35AC35124BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16429997-E957-42F3-B1AD-B35AC35124BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16429997-E957-42F3-B1AD-B35AC35124BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16429997-E957-42F3-B1AD-B35AC35124BF}.Release|Any CPU.Build.0 = Release|Any CPU
{F9A080E6-96C6-4633-A7D4-EC03945D0470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9A080E6-96C6-4633-A7D4-EC03945D0470}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9A080E6-96C6-4633-A7D4-EC03945D0470}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9A080E6-96C6-4633-A7D4-EC03945D0470}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C38A0A8-8534-44A5-81D3-CC2EAC8564F0}
EndGlobalSection
EndGlobal