-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPowerMateTray.sln
42 lines (42 loc) · 1.94 KB
/
PowerMateTray.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PowerMateTray", "PowerMateTray.vcxproj", "{78E67146-D146-4815-AD92-46922B327547}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0A3F32A-84BD-4397-B118-0AB7A42F8BE1}"
ProjectSection(SolutionItems) = preProject
build_wx.bat = build_wx.bat
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{65FCC988-DEAB-44B2-921D-0DFBF2D5D262}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Profile|x64 = Profile|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78E67146-D146-4815-AD92-46922B327547}.Debug|x64.ActiveCfg = Debug|x64
{78E67146-D146-4815-AD92-46922B327547}.Debug|x64.Build.0 = Debug|x64
{78E67146-D146-4815-AD92-46922B327547}.Profile|x64.ActiveCfg = Profile|x64
{78E67146-D146-4815-AD92-46922B327547}.Profile|x64.Build.0 = Profile|x64
{78E67146-D146-4815-AD92-46922B327547}.Release|x64.ActiveCfg = Release|x64
{78E67146-D146-4815-AD92-46922B327547}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{65FCC988-DEAB-44B2-921D-0DFBF2D5D262} = {A0A3F32A-84BD-4397-B118-0AB7A42F8BE1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAA47766-398E-48AE-869A-D9905DEAE7FF}
EndGlobalSection
EndGlobal