-
Notifications
You must be signed in to change notification settings - Fork 2
/
RaspiFanController.sln
45 lines (45 loc) · 2.13 KB
/
RaspiFanController.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaspiFanController", "RaspiFanController\RaspiFanController.csproj", "{2695BB9A-81A2-48B6-9D08-B325D492E194}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{04CFD6CC-5A58-43B2-8751-23ADB6CA1DF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{409DE09D-9201-4BCC-A8B5-6F9D9E12E197}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE.md = LICENSE.md
README.md = README.md
renovate.json = renovate.json
stryker-config.json = stryker-config.json
.github\workflows\CI_CD.yml = .github\workflows\CI_CD.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2695BB9A-81A2-48B6-9D08-B325D492E194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2695BB9A-81A2-48B6-9D08-B325D492E194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2695BB9A-81A2-48B6-9D08-B325D492E194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2695BB9A-81A2-48B6-9D08-B325D492E194}.Release|Any CPU.Build.0 = Release|Any CPU
{04CFD6CC-5A58-43B2-8751-23ADB6CA1DF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04CFD6CC-5A58-43B2-8751-23ADB6CA1DF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04CFD6CC-5A58-43B2-8751-23ADB6CA1DF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04CFD6CC-5A58-43B2-8751-23ADB6CA1DF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE7D9687-A96B-4DBD-BA32-006E28A36EEF}
EndGlobalSection
EndGlobal