-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPowerMonitor.sln
47 lines (47 loc) · 2.65 KB
/
PowerMonitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerMonitor", "PowerMonitor\PowerMonitor.csproj", "{AA28EF6A-5D6F-4771-9133-14286AA42953}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "PowerMonitor.Installer", "PowerMonitor.Installer\PowerMonitor.Installer.wixproj", "{13F49B93-46C5-4562-BED6-8A60088809EE}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "PowerMonitor.Bootstrapper", "PowerMonitor.Bootstrapper\PowerMonitor.Bootstrapper.wixproj", "{25AE8EA7-CB35-4A65-A847-C055D7B32B11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Debug|x64.ActiveCfg = Debug|x64
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Debug|x64.Build.0 = Debug|x64
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Debug|x86.ActiveCfg = Debug|Any CPU
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Debug|x86.Build.0 = Debug|Any CPU
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Release|x64.ActiveCfg = Release|Any CPU
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Release|x64.Build.0 = Release|Any CPU
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Release|x86.ActiveCfg = Release|Any CPU
{AA28EF6A-5D6F-4771-9133-14286AA42953}.Release|x86.Build.0 = Release|Any CPU
{13F49B93-46C5-4562-BED6-8A60088809EE}.Debug|x64.ActiveCfg = Debug|x86
{13F49B93-46C5-4562-BED6-8A60088809EE}.Debug|x86.ActiveCfg = Debug|x86
{13F49B93-46C5-4562-BED6-8A60088809EE}.Debug|x86.Build.0 = Debug|x86
{13F49B93-46C5-4562-BED6-8A60088809EE}.Release|x64.ActiveCfg = Release|x64
{13F49B93-46C5-4562-BED6-8A60088809EE}.Release|x86.ActiveCfg = Release|x86
{13F49B93-46C5-4562-BED6-8A60088809EE}.Release|x86.Build.0 = Release|x86
{25AE8EA7-CB35-4A65-A847-C055D7B32B11}.Debug|x64.ActiveCfg = Debug|x86
{25AE8EA7-CB35-4A65-A847-C055D7B32B11}.Debug|x86.ActiveCfg = Debug|x86
{25AE8EA7-CB35-4A65-A847-C055D7B32B11}.Debug|x86.Build.0 = Debug|x86
{25AE8EA7-CB35-4A65-A847-C055D7B32B11}.Release|x64.ActiveCfg = Release|x64
{25AE8EA7-CB35-4A65-A847-C055D7B32B11}.Release|x86.ActiveCfg = Release|x86
{25AE8EA7-CB35-4A65-A847-C055D7B32B11}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C00DEFB2-B03A-48BC-A89A-8CF507152BA7}
EndGlobalSection
EndGlobal