-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSander0542.CMLedController.sln
92 lines (92 loc) · 6.77 KB
/
Sander0542.CMLedController.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{63F75859-4698-4EDE-8B70-4ACBB8BC425A}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
root.props = root.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FF7A7245-5961-4C06-A2D8-339978F36A41}"
ProjectSection(SolutionItems) = preProject
src\src.props = src\src.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController", "src\Sander0542.CMLedController\Sander0542.CMLedController.csproj", "{1FA23FA6-8D0A-4DC4-A5DC-BCFBE8601B31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.Abstractions", "src\Sander0542.CMLedController.Abstractions\Sander0542.CMLedController.Abstractions.csproj", "{BBDE828A-4B77-457C-AD37-3C9A19593816}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.HidLibrary", "src\Sander0542.CMLedController.HidLibrary\Sander0542.CMLedController.HidLibrary.csproj", "{2283A9EE-CCD8-4624-AF77-D7CBA19A1F96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.Extensions", "src\Sander0542.CMLedController.Extensions\Sander0542.CMLedController.Extensions.csproj", "{7D585EBC-763F-4C29-B54C-1E32DEB97868}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2E69E693-5378-469D-B104-84203E1CE0BE}"
ProjectSection(SolutionItems) = preProject
tests\tests.props = tests\tests.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.Tests", "tests\Sander0542.CMLedController.Tests\Sander0542.CMLedController.Tests.csproj", "{16B5DA52-FAEE-4680-90C7-630DE13711D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.Extensions.Tests", "tests\Sander0542.CMLedController.Extensions.Tests\Sander0542.CMLedController.Extensions.Tests.csproj", "{3A0968BA-B9B8-407D-8C21-FD389EA8880C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.Tests.Shared", "tests\Sander0542.CMLedController.Tests.Shared\Sander0542.CMLedController.Tests.Shared.csproj", "{61554D47-F7D7-4438-958C-92C80276AA42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.Abstractions.Tests", "tests\Sander0542.CMLedController.Abstractions.Tests\Sander0542.CMLedController.Abstractions.Tests.csproj", "{D4AFD886-6AD9-4D33-91FA-85674F47C265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander0542.CMLedController.RealDevice.Tests", "tests\Sander0542.CMLedController.RealDevice.Tests\Sander0542.CMLedController.RealDevice.Tests.csproj", "{63854E6D-DE37-4E3E-B42C-2E1224B09D43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FA23FA6-8D0A-4DC4-A5DC-BCFBE8601B31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FA23FA6-8D0A-4DC4-A5DC-BCFBE8601B31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FA23FA6-8D0A-4DC4-A5DC-BCFBE8601B31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FA23FA6-8D0A-4DC4-A5DC-BCFBE8601B31}.Release|Any CPU.Build.0 = Release|Any CPU
{BBDE828A-4B77-457C-AD37-3C9A19593816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBDE828A-4B77-457C-AD37-3C9A19593816}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBDE828A-4B77-457C-AD37-3C9A19593816}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBDE828A-4B77-457C-AD37-3C9A19593816}.Release|Any CPU.Build.0 = Release|Any CPU
{2283A9EE-CCD8-4624-AF77-D7CBA19A1F96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2283A9EE-CCD8-4624-AF77-D7CBA19A1F96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2283A9EE-CCD8-4624-AF77-D7CBA19A1F96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2283A9EE-CCD8-4624-AF77-D7CBA19A1F96}.Release|Any CPU.Build.0 = Release|Any CPU
{7D585EBC-763F-4C29-B54C-1E32DEB97868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D585EBC-763F-4C29-B54C-1E32DEB97868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D585EBC-763F-4C29-B54C-1E32DEB97868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D585EBC-763F-4C29-B54C-1E32DEB97868}.Release|Any CPU.Build.0 = Release|Any CPU
{16B5DA52-FAEE-4680-90C7-630DE13711D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16B5DA52-FAEE-4680-90C7-630DE13711D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16B5DA52-FAEE-4680-90C7-630DE13711D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16B5DA52-FAEE-4680-90C7-630DE13711D4}.Release|Any CPU.Build.0 = Release|Any CPU
{3A0968BA-B9B8-407D-8C21-FD389EA8880C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A0968BA-B9B8-407D-8C21-FD389EA8880C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A0968BA-B9B8-407D-8C21-FD389EA8880C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A0968BA-B9B8-407D-8C21-FD389EA8880C}.Release|Any CPU.Build.0 = Release|Any CPU
{61554D47-F7D7-4438-958C-92C80276AA42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61554D47-F7D7-4438-958C-92C80276AA42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61554D47-F7D7-4438-958C-92C80276AA42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61554D47-F7D7-4438-958C-92C80276AA42}.Release|Any CPU.Build.0 = Release|Any CPU
{D4AFD886-6AD9-4D33-91FA-85674F47C265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4AFD886-6AD9-4D33-91FA-85674F47C265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4AFD886-6AD9-4D33-91FA-85674F47C265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4AFD886-6AD9-4D33-91FA-85674F47C265}.Release|Any CPU.Build.0 = Release|Any CPU
{63854E6D-DE37-4E3E-B42C-2E1224B09D43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63854E6D-DE37-4E3E-B42C-2E1224B09D43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63854E6D-DE37-4E3E-B42C-2E1224B09D43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63854E6D-DE37-4E3E-B42C-2E1224B09D43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{16B5DA52-FAEE-4680-90C7-630DE13711D4} = {2E69E693-5378-469D-B104-84203E1CE0BE}
{3A0968BA-B9B8-407D-8C21-FD389EA8880C} = {2E69E693-5378-469D-B104-84203E1CE0BE}
{61554D47-F7D7-4438-958C-92C80276AA42} = {2E69E693-5378-469D-B104-84203E1CE0BE}
{D4AFD886-6AD9-4D33-91FA-85674F47C265} = {2E69E693-5378-469D-B104-84203E1CE0BE}
{63854E6D-DE37-4E3E-B42C-2E1224B09D43} = {2E69E693-5378-469D-B104-84203E1CE0BE}
{1FA23FA6-8D0A-4DC4-A5DC-BCFBE8601B31} = {FF7A7245-5961-4C06-A2D8-339978F36A41}
{BBDE828A-4B77-457C-AD37-3C9A19593816} = {FF7A7245-5961-4C06-A2D8-339978F36A41}
{7D585EBC-763F-4C29-B54C-1E32DEB97868} = {FF7A7245-5961-4C06-A2D8-339978F36A41}
{2283A9EE-CCD8-4624-AF77-D7CBA19A1F96} = {FF7A7245-5961-4C06-A2D8-339978F36A41}
EndGlobalSection
EndGlobal