forked from unosquare/raspberryio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unosquare.RaspberryIO.sln
80 lines (80 loc) · 4.74 KB
/
Unosquare.RaspberryIO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AD40570E-5084-4507-AFB7-647230B007E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{144147AA-41C9-4639-AF1E-F08534CA8D49}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
StyleCop.Analyzers.ruleset = StyleCop.Analyzers.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C8A487A8-8399-4A13-8402-3629998E2A4D}"
ProjectSection(SolutionItems) = preProject
docs\APA102C.pdf = docs\APA102C.pdf
docs\Core Functions _ Wiring Pi.pdf = docs\Core Functions _ Wiring Pi.pdf
docs\I2C Library _ Wiring Pi.pdf = docs\I2C Library _ Wiring Pi.pdf
docs\Pins _ Wiring Pi - Printable.pdf = docs\Pins _ Wiring Pi - Printable.pdf
docs\Pins _ Wiring Pi.pdf = docs\Pins _ Wiring Pi.pdf
docs\Raspberry Pi - Pins.txt = docs\Raspberry Pi - Pins.txt
docs\Raspberry Pi _ WiringPi _ Functions _ Wiring Pi.pdf = docs\Raspberry Pi _ WiringPi _ Functions _ Wiring Pi.pdf
docs\Raspberry Pi Specifics _ Wiring Pi.pdf = docs\Raspberry Pi Specifics _ Wiring Pi.pdf
docs\Serial Library _ Wiring Pi.pdf = docs\Serial Library _ Wiring Pi.pdf
docs\Setup _ Wiring Pi.pdf = docs\Setup _ Wiring Pi.pdf
docs\Shift Library _ Wiring Pi.pdf = docs\Shift Library _ Wiring Pi.pdf
docs\Software PWM Library _ Wiring Pi.pdf = docs\Software PWM Library _ Wiring Pi.pdf
docs\Software Tone Library _ Wiring Pi.pdf = docs\Software Tone Library _ Wiring Pi.pdf
docs\Special Pin Functions _ Wiring Pi.pdf = docs\Special Pin Functions _ Wiring Pi.pdf
docs\SPI Library _ Wiring Pi.pdf = docs\SPI Library _ Wiring Pi.pdf
docs\Timing _ Wiring Pi.pdf = docs\Timing _ Wiring Pi.pdf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "logos", "logos", "{589B0F6C-14BD-4DB7-9108-A016EA3F476F}"
ProjectSection(SolutionItems) = preProject
logos\raspberry-io.fw.png = logos\raspberry-io.fw.png
logos\raspberry-io.ico = logos\raspberry-io.ico
logos\raspberry-io.png = logos\raspberry-io.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO", "src\Unosquare.RaspberryIO\Unosquare.RaspberryIO.csproj", "{71BF0E4E-9BCF-40C2-AE1C-7F17FE6C82CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO.Playground", "src\Unosquare.RaspberryIO.Playground\Unosquare.RaspberryIO.Playground.csproj", "{87BDC267-91D2-4CD1-B088-0F0791948C0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO.Peripherals", "src\Unosquare.RaspberryIO.Peripherals\Unosquare.RaspberryIO.Peripherals.csproj", "{2E1822A8-C08F-4379-B29A-F476B1CD2EE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71BF0E4E-9BCF-40C2-AE1C-7F17FE6C82CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71BF0E4E-9BCF-40C2-AE1C-7F17FE6C82CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71BF0E4E-9BCF-40C2-AE1C-7F17FE6C82CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71BF0E4E-9BCF-40C2-AE1C-7F17FE6C82CB}.Release|Any CPU.Build.0 = Release|Any CPU
{87BDC267-91D2-4CD1-B088-0F0791948C0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87BDC267-91D2-4CD1-B088-0F0791948C0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87BDC267-91D2-4CD1-B088-0F0791948C0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87BDC267-91D2-4CD1-B088-0F0791948C0E}.Release|Any CPU.Build.0 = Release|Any CPU
{2E1822A8-C08F-4379-B29A-F476B1CD2EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E1822A8-C08F-4379-B29A-F476B1CD2EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E1822A8-C08F-4379-B29A-F476B1CD2EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E1822A8-C08F-4379-B29A-F476B1CD2EE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C8A487A8-8399-4A13-8402-3629998E2A4D} = {144147AA-41C9-4639-AF1E-F08534CA8D49}
{589B0F6C-14BD-4DB7-9108-A016EA3F476F} = {144147AA-41C9-4639-AF1E-F08534CA8D49}
{71BF0E4E-9BCF-40C2-AE1C-7F17FE6C82CB} = {AD40570E-5084-4507-AFB7-647230B007E0}
{87BDC267-91D2-4CD1-B088-0F0791948C0E} = {AD40570E-5084-4507-AFB7-647230B007E0}
{2E1822A8-C08F-4379-B29A-F476B1CD2EE0} = {AD40570E-5084-4507-AFB7-647230B007E0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {284182C7-6434-490D-BFC0-4DB344A38C2A}
EndGlobalSection
EndGlobal