forked from Hyrules/WinHue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WinHue3_1.sln
49 lines (49 loc) · 2.54 KB
/
WinHue3_1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinHue3", "WinHue3\WinHue3.csproj", "{E08F8332-0232-47BC-A7D7-212F49296577}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "whc", "whc\whc.csproj", "{5DBA0713-9C41-447E-B064-F41BAB888891}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestUnit", "TestUnit", "{383AF157-5558-4EE8-8B8D-9A904C4F5FB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HueLib2Test", "HueLib2Test\HueLib2Test.csproj", "{5FC27AAC-E748-41BE-81F0-D2842D9925B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20692C04-4AA2-44E3-8E3E-78F30C5F58E8}"
ProjectSection(SolutionItems) = preProject
scratchpad.md = scratchpad.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E08F8332-0232-47BC-A7D7-212F49296577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E08F8332-0232-47BC-A7D7-212F49296577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E08F8332-0232-47BC-A7D7-212F49296577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E08F8332-0232-47BC-A7D7-212F49296577}.Release|Any CPU.Build.0 = Release|Any CPU
{5DBA0713-9C41-447E-B064-F41BAB888891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DBA0713-9C41-447E-B064-F41BAB888891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DBA0713-9C41-447E-B064-F41BAB888891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DBA0713-9C41-447E-B064-F41BAB888891}.Release|Any CPU.Build.0 = Release|Any CPU
{5FC27AAC-E748-41BE-81F0-D2842D9925B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FC27AAC-E748-41BE-81F0-D2842D9925B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FC27AAC-E748-41BE-81F0-D2842D9925B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FC27AAC-E748-41BE-81F0-D2842D9925B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5FC27AAC-E748-41BE-81F0-D2842D9925B4} = {383AF157-5558-4EE8-8B8D-9A904C4F5FB0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
BuildVersion_StartDate = 2000/1/1
SolutionGuid = {F7AF3748-36F5-46A1-AFE9-F9272BC23765}
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal