-
Notifications
You must be signed in to change notification settings - Fork 49
/
PowerSwitcher.sln
65 lines (65 loc) · 3.96 KB
/
PowerSwitcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerSwitcher", "PowerSwitcher\PowerSwitcher.csproj", "{1D107D93-2902-4782-9C06-825925C3B39F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerSwitcher.TrayApp", "PowerSwitcher.TrayApp\PowerSwitcher.TrayApp.csproj", "{72D5D98C-D8E8-4164-889E-645142A10EDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B372EF5-7A61-4E56-B86E-D4CC811A053A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Appx", "Appx", "{8E0616E9-3407-4127-AFEB-EDD34F9D66B5}"
ProjectSection(SolutionItems) = preProject
PowerSwitcher.Appx\AppxManifest.xml = PowerSwitcher.Appx\AppxManifest.xml
PowerSwitcher.Appx\CreateSelfSignCert.bat = PowerSwitcher.Appx\CreateSelfSignCert.bat
PowerSwitcher.Appx\MappingFile.txt = PowerSwitcher.Appx\MappingFile.txt
PowerSwitcher.Appx\PackageScript.bat = PowerSwitcher.Appx\PackageScript.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{E432A9F1-7F67-472E-B75D-BBBAAE8980E3}"
ProjectSection(SolutionItems) = preProject
PowerSwitcher.Assets\Square150x150Logo.png = PowerSwitcher.Assets\Square150x150Logo.png
PowerSwitcher.Assets\Square44x44Logo.png = PowerSwitcher.Assets\Square44x44Logo.png
PowerSwitcher.Assets\StoreLogo50x50.png = PowerSwitcher.Assets\StoreLogo50x50.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Petrroll.Helpers", "Petrroll.Helpers\Petrroll.Helpers.csproj", "{C59CB1ED-956D-48F4-A78F-AED6BF3DD8AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseAndPackage|Any CPU = ReleaseAndPackage|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D107D93-2902-4782-9C06-825925C3B39F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D107D93-2902-4782-9C06-825925C3B39F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D107D93-2902-4782-9C06-825925C3B39F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D107D93-2902-4782-9C06-825925C3B39F}.Release|Any CPU.Build.0 = Release|Any CPU
{1D107D93-2902-4782-9C06-825925C3B39F}.ReleaseAndPackage|Any CPU.ActiveCfg = ReleaseAndPackage|Any CPU
{1D107D93-2902-4782-9C06-825925C3B39F}.ReleaseAndPackage|Any CPU.Build.0 = ReleaseAndPackage|Any CPU
{72D5D98C-D8E8-4164-889E-645142A10EDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72D5D98C-D8E8-4164-889E-645142A10EDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72D5D98C-D8E8-4164-889E-645142A10EDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72D5D98C-D8E8-4164-889E-645142A10EDD}.Release|Any CPU.Build.0 = Release|Any CPU
{72D5D98C-D8E8-4164-889E-645142A10EDD}.ReleaseAndPackage|Any CPU.ActiveCfg = ReleaseAndPackage|Any CPU
{72D5D98C-D8E8-4164-889E-645142A10EDD}.ReleaseAndPackage|Any CPU.Build.0 = ReleaseAndPackage|Any CPU
{C59CB1ED-956D-48F4-A78F-AED6BF3DD8AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C59CB1ED-956D-48F4-A78F-AED6BF3DD8AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C59CB1ED-956D-48F4-A78F-AED6BF3DD8AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C59CB1ED-956D-48F4-A78F-AED6BF3DD8AA}.Release|Any CPU.Build.0 = Release|Any CPU
{C59CB1ED-956D-48F4-A78F-AED6BF3DD8AA}.ReleaseAndPackage|Any CPU.ActiveCfg = Release|Any CPU
{C59CB1ED-956D-48F4-A78F-AED6BF3DD8AA}.ReleaseAndPackage|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8E0616E9-3407-4127-AFEB-EDD34F9D66B5} = {5B372EF5-7A61-4E56-B86E-D4CC811A053A}
{E432A9F1-7F67-472E-B75D-BBBAAE8980E3} = {5B372EF5-7A61-4E56-B86E-D4CC811A053A}
EndGlobalSection
EndGlobal