-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrightnessSwitch.sln
91 lines (91 loc) · 5.44 KB
/
BrightnessSwitch.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrightnessSwitch", "BrightnessSwitch\BrightnessSwitch.csproj", "{4DBF6252-3072-49D8-8433-1E631F8B7FD9}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "BrightnessSwitch.Package", "BrightnessSwitch.Package\BrightnessSwitch.Package.wapproj", "{239B06A5-17E2-410A-83B4-2229F970DA26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
Store|Any CPU = Store|Any CPU
Store|ARM = Store|ARM
Store|ARM64 = Store|ARM64
Store|x64 = Store|x64
Store|x86 = Store|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|ARM.ActiveCfg = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|ARM.Build.0 = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|ARM64.Build.0 = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|x64.ActiveCfg = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|x64.Build.0 = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|x86.ActiveCfg = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Debug|x86.Build.0 = Debug|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|Any CPU.Build.0 = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|ARM.ActiveCfg = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|ARM.Build.0 = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|ARM64.ActiveCfg = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|ARM64.Build.0 = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|x64.ActiveCfg = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|x64.Build.0 = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|x86.ActiveCfg = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Release|x86.Build.0 = Release|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|Any CPU.ActiveCfg = Store|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|Any CPU.Build.0 = Store|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|ARM.ActiveCfg = Store|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|ARM.Build.0 = Store|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|ARM64.ActiveCfg = Store|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|ARM64.Build.0 = Store|Any CPU
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|x64.ActiveCfg = Store|x64
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|x64.Build.0 = Store|x64
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|x86.ActiveCfg = Store|x86
{4DBF6252-3072-49D8-8433-1E631F8B7FD9}.Store|x86.Build.0 = Store|x86
{239B06A5-17E2-410A-83B4-2229F970DA26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{239B06A5-17E2-410A-83B4-2229F970DA26}.Debug|ARM.ActiveCfg = Debug|ARM
{239B06A5-17E2-410A-83B4-2229F970DA26}.Debug|ARM64.ActiveCfg = Debug|ARM64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Debug|x64.ActiveCfg = Debug|x64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Debug|x86.ActiveCfg = Debug|x86
{239B06A5-17E2-410A-83B4-2229F970DA26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{239B06A5-17E2-410A-83B4-2229F970DA26}.Release|ARM.ActiveCfg = Release|ARM
{239B06A5-17E2-410A-83B4-2229F970DA26}.Release|ARM64.ActiveCfg = Release|ARM64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Release|x64.ActiveCfg = Release|x64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Release|x86.ActiveCfg = Release|x86
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|Any CPU.ActiveCfg = Store|Any CPU
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|Any CPU.Build.0 = Store|Any CPU
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|Any CPU.Deploy.0 = Store|Any CPU
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|ARM.ActiveCfg = Store|ARM
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|ARM.Build.0 = Store|ARM
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|ARM.Deploy.0 = Store|ARM
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|ARM64.ActiveCfg = Store|ARM64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|ARM64.Build.0 = Store|ARM64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|ARM64.Deploy.0 = Store|ARM64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|x64.ActiveCfg = Store|x64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|x64.Build.0 = Store|x64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|x64.Deploy.0 = Store|x64
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|x86.ActiveCfg = Store|x86
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|x86.Build.0 = Store|x86
{239B06A5-17E2-410A-83B4-2229F970DA26}.Store|x86.Deploy.0 = Store|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDB2B2F4-CEF6-451D-B466-523CEDA702C7}
EndGlobalSection
EndGlobal