-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathPowerPlanSwitcher.sln
35 lines (35 loc) · 1.81 KB
/
PowerPlanSwitcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerPlanSwitcher", "PowerPlanSwitcher\PowerPlanSwitcher.csproj", "{E7FB44A5-1F4E-49F7-A497-EFCF67AA7B61}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup", "Setup\Setup.wixproj", "{B3CDE6DA-C803-4E89-B851-207F64567533}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerPlanSwitcherTests", "PowerPlanSwitcherTests\PowerPlanSwitcherTests.csproj", "{93689C9A-1C54-4A0C-86E9-62EB81C76021}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7FB44A5-1F4E-49F7-A497-EFCF67AA7B61}.Debug|x64.ActiveCfg = Debug|x64
{E7FB44A5-1F4E-49F7-A497-EFCF67AA7B61}.Debug|x64.Build.0 = Debug|x64
{E7FB44A5-1F4E-49F7-A497-EFCF67AA7B61}.Release|x64.ActiveCfg = Release|x64
{E7FB44A5-1F4E-49F7-A497-EFCF67AA7B61}.Release|x64.Build.0 = Release|x64
{B3CDE6DA-C803-4E89-B851-207F64567533}.Debug|x64.ActiveCfg = Debug|x64
{B3CDE6DA-C803-4E89-B851-207F64567533}.Release|x64.ActiveCfg = Release|x64
{93689C9A-1C54-4A0C-86E9-62EB81C76021}.Debug|x64.ActiveCfg = Debug|x64
{93689C9A-1C54-4A0C-86E9-62EB81C76021}.Debug|x64.Build.0 = Debug|x64
{93689C9A-1C54-4A0C-86E9-62EB81C76021}.Release|x64.ActiveCfg = Release|x64
{93689C9A-1C54-4A0C-86E9-62EB81C76021}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C32E5ED5-F32C-4A4F-A5AD-4A8CEC3C31DC}
EndGlobalSection
EndGlobal