-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMisuzilla.Applications.AppleWirelessKeyboardHelper.sln
51 lines (51 loc) · 3.13 KB
/
Misuzilla.Applications.AppleWirelessKeyboardHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Misuzilla.Applications.AppleWirelessKeyboardHelper", "Misuzilla.Applications.AppleWirelessKeyboardHelper\Misuzilla.Applications.AppleWirelessKeyboardHelper.csproj", "{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}"
ProjectSection(ProjectDependencies) = postProject
{E7997027-6A1A-4C0E-95C7-143A3CC7FC92} = {E7997027-6A1A-4C0E-95C7-143A3CC7FC92}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterVolumeControlLibrary", "MasterVolumeControl\MasterVolumeControlLibrary.csproj", "{8CE671E0-E48E-4562-8C5F-253125D9489B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonitorBrightnessControlLibrary", "MonitorBrightnessControl\MonitorBrightnessControlLibrary.csproj", "{E7997027-6A1A-4C0E-95C7-143A3CC7FC92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Debug|Any CPU.ActiveCfg = Debug|x86
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Debug|Any CPU.Build.0 = Debug|x86
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Debug|x86.ActiveCfg = Debug|x86
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Debug|x86.Build.0 = Debug|x86
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Release|Any CPU.ActiveCfg = Release|x86
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Release|Any CPU.Build.0 = Release|x86
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Release|x86.ActiveCfg = Release|x86
{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}.Release|x86.Build.0 = Release|x86
{8CE671E0-E48E-4562-8C5F-253125D9489B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CE671E0-E48E-4562-8C5F-253125D9489B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE671E0-E48E-4562-8C5F-253125D9489B}.Debug|x86.ActiveCfg = Debug|Any CPU
{8CE671E0-E48E-4562-8C5F-253125D9489B}.Debug|x86.Build.0 = Debug|Any CPU
{8CE671E0-E48E-4562-8C5F-253125D9489B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE671E0-E48E-4562-8C5F-253125D9489B}.Release|Any CPU.Build.0 = Release|Any CPU
{8CE671E0-E48E-4562-8C5F-253125D9489B}.Release|x86.ActiveCfg = Release|Any CPU
{E7997027-6A1A-4C0E-95C7-143A3CC7FC92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7997027-6A1A-4C0E-95C7-143A3CC7FC92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7997027-6A1A-4C0E-95C7-143A3CC7FC92}.Debug|x86.ActiveCfg = Debug|Any CPU
{E7997027-6A1A-4C0E-95C7-143A3CC7FC92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7997027-6A1A-4C0E-95C7-143A3CC7FC92}.Release|Any CPU.Build.0 = Release|Any CPU
{E7997027-6A1A-4C0E-95C7-143A3CC7FC92}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F642F56-ABBD-40FE-9430-700A433A6073}
EndGlobalSection
EndGlobal