forked from vinnie1234/HomeAutomation-NetDaemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HomeAutomation.sln
22 lines (22 loc) · 1.25 KB
/
HomeAutomation.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automation", "automation\Automation.csproj", "{A309A76C-B23C-4E1A-87F9-B8E459E86244}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAutomation", "TestAutomation\TestAutomation.csproj", "{1F114D5C-0C7A-4254-A589-687B45C2B402}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A309A76C-B23C-4E1A-87F9-B8E459E86244}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A309A76C-B23C-4E1A-87F9-B8E459E86244}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A309A76C-B23C-4E1A-87F9-B8E459E86244}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A309A76C-B23C-4E1A-87F9-B8E459E86244}.Release|Any CPU.Build.0 = Release|Any CPU
{1F114D5C-0C7A-4254-A589-687B45C2B402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F114D5C-0C7A-4254-A589-687B45C2B402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F114D5C-0C7A-4254-A589-687B45C2B402}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F114D5C-0C7A-4254-A589-687B45C2B402}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal