-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRGBLightPlugin.sln
54 lines (54 loc) · 2.87 KB
/
RGBLightPlugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MysticLightPlugin", "MysticLightPlugin\MysticLightPlugin.vcxproj", "{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "Common\Common.vcxitems", "{86A4B606-80FC-4D9F-BD44-7AF927AB2DE9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenRGBPlugin", "OpenRGBPlugin\OpenRGBPlugin.vcxproj", "{4959ADC4-C80B-4750-9927-C349B569D7AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9BFDEA2-2003-4300-8E50-2FA50BA41C2A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Common\Common.vcxitems*{4959adc4-c80b-4750-9927-c349b569d7ac}*SharedItemsImports = 4
Common\Common.vcxitems*{86a4b606-80fc-4d9f-bd44-7af927ab2de9}*SharedItemsImports = 9
Common\Common.vcxitems*{a5b7f71e-0d88-4f5f-851c-ff5d98fc100e}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Debug|Win32.ActiveCfg = Debug|Win32
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Debug|Win32.Build.0 = Debug|Win32
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Debug|x64.ActiveCfg = Debug|x64
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Debug|x64.Build.0 = Debug|x64
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Release|Win32.ActiveCfg = Release|x64
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Release|Win32.Build.0 = Release|x64
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Release|x64.ActiveCfg = Release|x64
{A5B7F71E-0D88-4F5F-851C-FF5D98FC100E}.Release|x64.Build.0 = Release|x64
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Debug|Win32.ActiveCfg = Debug|Win32
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Debug|Win32.Build.0 = Debug|Win32
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Debug|x64.ActiveCfg = Debug|x64
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Debug|x64.Build.0 = Debug|x64
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Release|Win32.ActiveCfg = Release|Win32
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Release|Win32.Build.0 = Release|Win32
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Release|x64.ActiveCfg = Release|x64
{4959ADC4-C80B-4750-9927-C349B569D7AC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {115B3B1F-7938-49D4-B5D7-62FB9CEBC028}
EndGlobalSection
EndGlobal