-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathCPUSetSetter.sln
More file actions
36 lines (36 loc) · 1.82 KB
/
CPUSetSetter.sln
File metadata and controls
36 lines (36 loc) · 1.82 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPUSetSetter", "CPUSetSetter\CPUSetSetter.csproj", "{E849FA1E-CCD5-4D8B-BCC6-E72DE0E18711}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build_and_release.yml = .github\workflows\build_and_release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPUSetSetter.TrayIcon", "CPUSetSetter.TrayIcon\CPUSetSetter.TrayIcon.csproj", "{EF305E12-E18F-46CC-B485-39107869EF2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E849FA1E-CCD5-4D8B-BCC6-E72DE0E18711}.Debug|x64.ActiveCfg = Debug|Any CPU
{E849FA1E-CCD5-4D8B-BCC6-E72DE0E18711}.Debug|x64.Build.0 = Debug|Any CPU
{E849FA1E-CCD5-4D8B-BCC6-E72DE0E18711}.Release|x64.ActiveCfg = Release|Any CPU
{E849FA1E-CCD5-4D8B-BCC6-E72DE0E18711}.Release|x64.Build.0 = Release|Any CPU
{EF305E12-E18F-46CC-B485-39107869EF2D}.Debug|x64.ActiveCfg = Debug|Any CPU
{EF305E12-E18F-46CC-B485-39107869EF2D}.Debug|x64.Build.0 = Debug|Any CPU
{EF305E12-E18F-46CC-B485-39107869EF2D}.Release|x64.ActiveCfg = Release|Any CPU
{EF305E12-E18F-46CC-B485-39107869EF2D}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A86508B-44F9-4997-AE39-C63510B02189}
EndGlobalSection
EndGlobal