-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBatterySimulator.sln
51 lines (51 loc) · 2.98 KB
/
BatterySimulator.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 Version 17
VisualStudioVersion = 17.4.34302.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BatteryQuery", "BatteryQuery\BatteryQuery.vcxproj", "{1802DAB1-0769-4E39-BF84-E4F05C5EA917}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simbatt", "simbatt\simbatt.vcxproj", "{49F35704-9A04-4CCF-A290-BBE79906C901}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PowerMonitor", "PowerMonitor\PowerMonitor.vcxproj", "{C4C362F7-890A-4957-9CAC-084FCFA9BDC6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DevicePowerQuery", "DevicePowerQuery\DevicePowerQuery.vcxproj", "{69FC5E7A-2743-4FBF-9621-763E43CE9E0F}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "BatterySimulatorMSI", "BatterySimulatorMSI\BatterySimulatorMSI.wixproj", "{F33F1B5E-A173-4E5E-BDB7-9CE85898A712}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1802DAB1-0769-4E39-BF84-E4F05C5EA917}.Debug|x64.ActiveCfg = Debug|x64
{1802DAB1-0769-4E39-BF84-E4F05C5EA917}.Debug|x64.Build.0 = Debug|x64
{1802DAB1-0769-4E39-BF84-E4F05C5EA917}.Release|x64.ActiveCfg = Release|x64
{1802DAB1-0769-4E39-BF84-E4F05C5EA917}.Release|x64.Build.0 = Release|x64
{49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|x64.ActiveCfg = Debug|x64
{49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|x64.Build.0 = Debug|x64
{49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|x64.Deploy.0 = Debug|x64
{49F35704-9A04-4CCF-A290-BBE79906C901}.Release|x64.ActiveCfg = Release|x64
{49F35704-9A04-4CCF-A290-BBE79906C901}.Release|x64.Build.0 = Release|x64
{49F35704-9A04-4CCF-A290-BBE79906C901}.Release|x64.Deploy.0 = Release|x64
{C4C362F7-890A-4957-9CAC-084FCFA9BDC6}.Debug|x64.ActiveCfg = Debug|x64
{C4C362F7-890A-4957-9CAC-084FCFA9BDC6}.Debug|x64.Build.0 = Debug|x64
{C4C362F7-890A-4957-9CAC-084FCFA9BDC6}.Release|x64.ActiveCfg = Release|x64
{C4C362F7-890A-4957-9CAC-084FCFA9BDC6}.Release|x64.Build.0 = Release|x64
{69FC5E7A-2743-4FBF-9621-763E43CE9E0F}.Debug|x64.ActiveCfg = Debug|x64
{69FC5E7A-2743-4FBF-9621-763E43CE9E0F}.Debug|x64.Build.0 = Debug|x64
{69FC5E7A-2743-4FBF-9621-763E43CE9E0F}.Release|x64.ActiveCfg = Release|x64
{69FC5E7A-2743-4FBF-9621-763E43CE9E0F}.Release|x64.Build.0 = Release|x64
{F33F1B5E-A173-4E5E-BDB7-9CE85898A712}.Debug|x64.ActiveCfg = Debug|x64
{F33F1B5E-A173-4E5E-BDB7-9CE85898A712}.Debug|x64.Build.0 = Debug|x64
{F33F1B5E-A173-4E5E-BDB7-9CE85898A712}.Release|x64.ActiveCfg = Release|x64
{F33F1B5E-A173-4E5E-BDB7-9CE85898A712}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B5884C7-8D1A-4680-B7DA-F34098BB2A12}
EndGlobalSection
EndGlobal