forked from michielpost/HueLightDJ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
HueLightDJ.sln
31 lines (31 loc) · 1.59 KB
/
HueLightDJ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HueLightDJ.Web", "HueLightDJ.Web\HueLightDJ.Web.csproj", "{29C86DC9-6C75-4468-9A22-A2C8E7DA419B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HueLightDJ.Effects", "HueLightDJ.Effects\HueLightDJ.Effects.csproj", "{7F07C78A-1FCF-4451-9312-2A70DD0328E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29C86DC9-6C75-4468-9A22-A2C8E7DA419B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29C86DC9-6C75-4468-9A22-A2C8E7DA419B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29C86DC9-6C75-4468-9A22-A2C8E7DA419B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29C86DC9-6C75-4468-9A22-A2C8E7DA419B}.Release|Any CPU.Build.0 = Release|Any CPU
{7F07C78A-1FCF-4451-9312-2A70DD0328E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F07C78A-1FCF-4451-9312-2A70DD0328E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F07C78A-1FCF-4451-9312-2A70DD0328E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F07C78A-1FCF-4451-9312-2A70DD0328E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7061EF6-6F93-4EA7-959A-4F7F263C65A3}
EndGlobalSection
EndGlobal