-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFanControl Plugins.sln
More file actions
42 lines (42 loc) · 2.37 KB
/
FanControl Plugins.sln
File metadata and controls
42 lines (42 loc) · 2.37 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
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FanControl.CommanderPro", "FanControl.CommanderPro\FanControl.CommanderPro.csproj", "{B366E3EC-7DE5-46F6-8088-506943B19002}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3DB716F-C90E-4A60-B7DE-85B5A90453CC}"
ProjectSection(SolutionItems) = preProject
FanControl.Plugins.dll = FanControl.Plugins.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FanControl.CommanderPro.UnitTests", "FanControl.CommanderPro.UnitTests\FanControl.CommanderPro.UnitTests.csproj", "{0D87632E-5D19-4F90-A581-6773E236A8E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{A279486C-2487-43A1-97B9-6664E7662EE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B366E3EC-7DE5-46F6-8088-506943B19002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B366E3EC-7DE5-46F6-8088-506943B19002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B366E3EC-7DE5-46F6-8088-506943B19002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B366E3EC-7DE5-46F6-8088-506943B19002}.Release|Any CPU.Build.0 = Release|Any CPU
{0D87632E-5D19-4F90-A581-6773E236A8E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D87632E-5D19-4F90-A581-6773E236A8E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D87632E-5D19-4F90-A581-6773E236A8E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D87632E-5D19-4F90-A581-6773E236A8E6}.Release|Any CPU.Build.0 = Release|Any CPU
{A279486C-2487-43A1-97B9-6664E7662EE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A279486C-2487-43A1-97B9-6664E7662EE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A279486C-2487-43A1-97B9-6664E7662EE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A279486C-2487-43A1-97B9-6664E7662EE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9823631D-A66F-4BA0-AC63-CDCC47DA667E}
EndGlobalSection
EndGlobal