This repository has been archived by the owner on Aug 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServices.HomeAutomation.sln
52 lines (52 loc) · 3.28 KB
/
Services.HomeAutomation.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5CAE06F1-6A8D-4625-84DF-101B31FD1793}"
ProjectSection(SolutionItems) = preProject
options.xml = options.xml
version.txt = version.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroServicesStarter", "MicroServicesStarter\MicroServicesStarter.csproj", "{BF459D30-1EF7-4130-9349-ED02750D7BA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZWaveTests", "ZWaveTests\ZWaveTests.csproj", "{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services.ZWaveHost", "Services.ZWaveHost\Services.ZWaveHost.csproj", "{1B21B596-F200-45AC-9226-9AE5DD582231}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Deploy|Any CPU = Deploy|Any CPU
Integration Test|Any CPU = Integration Test|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Integration Test|Any CPU.ActiveCfg = Integration Test|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Integration Test|Any CPU.Build.0 = Integration Test|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Release|Any CPU.Build.0 = Release|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Integration Test|Any CPU.ActiveCfg = Integration Test|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Integration Test|Any CPU.Build.0 = Integration Test|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED6E223C-608A-4D4D-ACDB-E51A9F3A160A}.Release|Any CPU.Build.0 = Release|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Integration Test|Any CPU.ActiveCfg = Integration Test|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Integration Test|Any CPU.Build.0 = Integration Test|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B21B596-F200-45AC-9226-9AE5DD582231}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal