forked from ixjf/MSIRGB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMSIRGB.sln
58 lines (58 loc) · 3.25 KB
/
MSIRGB.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
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSIRGB.GUI", "MSIRGB.GUI\MSIRGB.GUI.csproj", "{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MSIRGB.DLL", "MSIRGB.DLL\MSIRGB.DLL.vcxproj", "{89829DBD-C74E-41EF-BC32-744FBD581CFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSIRGB.ScriptService", "MSIRGB.ScriptService\MSIRGB.ScriptService.csproj", "{14C20B20-84C3-4837-85AD-491BD840C806}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{26F6C912-B207-4BC5-B02E-0F4EEEF336D3}"
ProjectSection(SolutionItems) = preProject
Scripts\Heartbeat.lua = Scripts\Heartbeat.lua
Scripts\Hue Wheel.lua = Scripts\Hue Wheel.lua
Scripts\Police Lights.lua = Scripts\Police Lights.lua
Scripts\Pumpkin.lua = Scripts\Pumpkin.lua
Scripts\Strobe.lua = Scripts\Strobe.lua
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Debug|x64.ActiveCfg = Debug|Any CPU
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Debug|x64.Build.0 = Debug|Any CPU
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Release|Any CPU.Build.0 = Release|Any CPU
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Release|x64.ActiveCfg = Release|Any CPU
{E3A3E7A7-6095-47C7-BFFA-85ED119BBBAB}.Release|x64.Build.0 = Release|Any CPU
{89829DBD-C74E-41EF-BC32-744FBD581CFD}.Debug|Any CPU.ActiveCfg = Debug|x64
{89829DBD-C74E-41EF-BC32-744FBD581CFD}.Debug|x64.ActiveCfg = Debug|x64
{89829DBD-C74E-41EF-BC32-744FBD581CFD}.Debug|x64.Build.0 = Debug|x64
{89829DBD-C74E-41EF-BC32-744FBD581CFD}.Release|Any CPU.ActiveCfg = Release|x64
{89829DBD-C74E-41EF-BC32-744FBD581CFD}.Release|x64.ActiveCfg = Release|x64
{89829DBD-C74E-41EF-BC32-744FBD581CFD}.Release|x64.Build.0 = Release|x64
{14C20B20-84C3-4837-85AD-491BD840C806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14C20B20-84C3-4837-85AD-491BD840C806}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14C20B20-84C3-4837-85AD-491BD840C806}.Debug|x64.ActiveCfg = Debug|Any CPU
{14C20B20-84C3-4837-85AD-491BD840C806}.Debug|x64.Build.0 = Debug|Any CPU
{14C20B20-84C3-4837-85AD-491BD840C806}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14C20B20-84C3-4837-85AD-491BD840C806}.Release|Any CPU.Build.0 = Release|Any CPU
{14C20B20-84C3-4837-85AD-491BD840C806}.Release|x64.ActiveCfg = Release|Any CPU
{14C20B20-84C3-4837-85AD-491BD840C806}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C5B2CE4-8405-4A6C-9EF3-6D6A15EAB2DA}
EndGlobalSection
EndGlobal