-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathVolumeControl.sln
More file actions
63 lines (63 loc) · 3.7 KB
/
VolumeControl.sln
File metadata and controls
63 lines (63 loc) · 3.7 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PcVolumeControl", "VolumeControl\PcVolumeControl.csproj", "{C4184892-C6A9-41DD-89FD-9677A806C900}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "Packaging", "Packaging\Packaging.wapproj", "{D81A54DF-B86E-41E3-9180-9794439B5ABE}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{8A2136B5-15EF-40BB-AC83-A7D728078A4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4184892-C6A9-41DD-89FD-9677A806C900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Debug|x64.ActiveCfg = Debug|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Debug|x64.Build.0 = Debug|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Debug|x86.ActiveCfg = Debug|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Debug|x86.Build.0 = Debug|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Release|Any CPU.Build.0 = Release|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Release|x64.ActiveCfg = Release|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Release|x64.Build.0 = Release|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Release|x86.ActiveCfg = Release|Any CPU
{C4184892-C6A9-41DD-89FD-9677A806C900}.Release|x86.Build.0 = Release|Any CPU
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|x64.ActiveCfg = Debug|x64
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|x64.Build.0 = Debug|x64
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|x64.Deploy.0 = Debug|x64
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|x86.ActiveCfg = Debug|x86
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|x86.Build.0 = Debug|x86
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Debug|x86.Deploy.0 = Debug|x86
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Release|x64.ActiveCfg = Release|x64
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Release|x64.Build.0 = Release|x64
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Release|x64.Deploy.0 = Release|x64
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Release|x86.ActiveCfg = Release|x86
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Release|x86.Build.0 = Release|x86
{D81A54DF-B86E-41E3-9180-9794439B5ABE}.Release|x86.Deploy.0 = Release|x86
{8A2136B5-15EF-40BB-AC83-A7D728078A4C}.Debug|Any CPU.ActiveCfg = Debug
{8A2136B5-15EF-40BB-AC83-A7D728078A4C}.Debug|x64.ActiveCfg = Debug
{8A2136B5-15EF-40BB-AC83-A7D728078A4C}.Debug|x86.ActiveCfg = Debug
{8A2136B5-15EF-40BB-AC83-A7D728078A4C}.Release|Any CPU.ActiveCfg = Release
{8A2136B5-15EF-40BB-AC83-A7D728078A4C}.Release|x64.ActiveCfg = Release
{8A2136B5-15EF-40BB-AC83-A7D728078A4C}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8906BCCC-647B-4968-B5D0-0AF42D6FDAE1}
EndGlobalSection
EndGlobal