-
Notifications
You must be signed in to change notification settings - Fork 1
/
HSPI_HomeKitControllerLite.sln
35 lines (35 loc) · 1.72 KB
/
HSPI_HomeKitControllerLite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HSPI_HomeKitControllerLite", "plugin\HSPI_HomeKitControllerLite.csproj", "{6AFED710-7BB6-40E3-B4CD-4642DA950411}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HSPI_HomeKitControllerLiteTest", "tests\HSPI_HomeKitControllerLiteTest.csproj", "{3189DB00-014C-48F2-BD3E-81615E268641}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{06CED1A2-CA0B-4322-B627-D86E2A6AE0CE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AFED710-7BB6-40E3-B4CD-4642DA950411}.Debug|x86.ActiveCfg = Debug|x86
{6AFED710-7BB6-40E3-B4CD-4642DA950411}.Debug|x86.Build.0 = Debug|x86
{6AFED710-7BB6-40E3-B4CD-4642DA950411}.Release|x86.ActiveCfg = Release|x86
{6AFED710-7BB6-40E3-B4CD-4642DA950411}.Release|x86.Build.0 = Release|x86
{3189DB00-014C-48F2-BD3E-81615E268641}.Debug|x86.ActiveCfg = Debug|x86
{3189DB00-014C-48F2-BD3E-81615E268641}.Debug|x86.Build.0 = Debug|x86
{3189DB00-014C-48F2-BD3E-81615E268641}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE998417-A98E-4086-B3ED-ED96577CC200}
EndGlobalSection
EndGlobal