This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTurnOffMonitorAlexSmartHomeSkill.sln
34 lines (34 loc) · 1.97 KB
/
TurnOffMonitorAlexSmartHomeSkill.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonitorOffAuthLambda", "MonitorOffAuthLambda\MonitorOffAuthLambda.csproj", "{5088874F-F8CC-4DB6-BA6E-065AA3C47CD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonitorOffHandlerLambda", "MonitorOffHandlerLambda\MonitorOffHandlerLambda.csproj", "{38BEA8F3-9D46-461F-A479-C468C7EEA7CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TurnOffMonitor", "TurnOffMonitor\TurnOffMonitor.csproj", "{54D84912-4F73-4636-A415-CCDC467A2530}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5088874F-F8CC-4DB6-BA6E-065AA3C47CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5088874F-F8CC-4DB6-BA6E-065AA3C47CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5088874F-F8CC-4DB6-BA6E-065AA3C47CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5088874F-F8CC-4DB6-BA6E-065AA3C47CD2}.Release|Any CPU.Build.0 = Release|Any CPU
{38BEA8F3-9D46-461F-A479-C468C7EEA7CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38BEA8F3-9D46-461F-A479-C468C7EEA7CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38BEA8F3-9D46-461F-A479-C468C7EEA7CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38BEA8F3-9D46-461F-A479-C468C7EEA7CC}.Release|Any CPU.Build.0 = Release|Any CPU
{54D84912-4F73-4636-A415-CCDC467A2530}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54D84912-4F73-4636-A415-CCDC467A2530}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54D84912-4F73-4636-A415-CCDC467A2530}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54D84912-4F73-4636-A415-CCDC467A2530}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal