Add Swan.Tiny
This commit is contained in:
parent
c41f2043e2
commit
b4ae02a85f
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@
|
||||
/Unosquare.RaspberryIO.Abstractions/obj
|
||||
/Unosquare.WiringPi/bin
|
||||
/Unosquare.WiringPi/obj
|
||||
/Swan.Tiny/obj
|
||||
/Swan.Tiny/bin
|
||||
|
@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29215.179
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO", "Unosquare.RaspberryIO\Unosquare.RaspberryIO.csproj", "{71BF0E4E-9BCF-40C2-AE1C-7F17FE6C82CB}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO.Abstractions", "Unosquare.RaspberryIO.Abstractions\Unosquare.RaspberryIO.Abstractions.csproj", "{01319087-49C3-4BC6-BA85-80A52005A9E8}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swan", "Swan\Swan.csproj", "{7C0BBEFC-0789-4AE4-A2D1-8382435B67A0}"
|
||||
@ -18,16 +16,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO", "Unosquare.RaspberryIO\Unosquare.RaspberryIO.csproj", "{575B2845-82A7-4B46-8268-86692462C978}"
|
||||
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
|
||||
{01319087-49C3-4BC6-BA85-80A52005A9E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{01319087-49C3-4BC6-BA85-80A52005A9E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{01319087-49C3-4BC6-BA85-80A52005A9E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
@ -44,6 +40,10 @@ Global
|
||||
{7575A3B0-7ABB-4BFF-8B6C-E34F58A7F28F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7575A3B0-7ABB-4BFF-8B6C-E34F58A7F28F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7575A3B0-7ABB-4BFF-8B6C-E34F58A7F28F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{575B2845-82A7-4B46-8268-86692462C978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{575B2845-82A7-4B46-8268-86692462C978}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{575B2845-82A7-4B46-8268-86692462C978}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{575B2845-82A7-4B46-8268-86692462C978}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
48
Unosquare.RaspberryIO_Tiny.sln
Normal file
48
Unosquare.RaspberryIO_Tiny.sln
Normal file
@ -0,0 +1,48 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29215.179
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO.Abstractions", "Unosquare.RaspberryIO.Abstractions\Unosquare.RaspberryIO.Abstractions.csproj", "{01319087-49C3-4BC6-BA85-80A52005A9E8}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9340B27B-98AB-4E61-B685-AB7311C718BF}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.WiringPi.Tiny", "Unosquare.WiringPi\Unosquare.WiringPi.Tiny.csproj", "{C764AA7A-C472-48D6-8BE6-33A433C48DFF}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Swan.Tiny", "Swan.Tiny\Swan.Tiny.csproj", "{043BC897-2268-42C9-BABB-D64E79764D04}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.RaspberryIO.Tiny", "Unosquare.RaspberryIO\Unosquare.RaspberryIO.Tiny.csproj", "{A90FC45F-C397-4627-98EC-B81AA2400CA2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{01319087-49C3-4BC6-BA85-80A52005A9E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{01319087-49C3-4BC6-BA85-80A52005A9E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{01319087-49C3-4BC6-BA85-80A52005A9E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{01319087-49C3-4BC6-BA85-80A52005A9E8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C764AA7A-C472-48D6-8BE6-33A433C48DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C764AA7A-C472-48D6-8BE6-33A433C48DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C764AA7A-C472-48D6-8BE6-33A433C48DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C764AA7A-C472-48D6-8BE6-33A433C48DFF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{043BC897-2268-42C9-BABB-D64E79764D04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{043BC897-2268-42C9-BABB-D64E79764D04}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{043BC897-2268-42C9-BABB-D64E79764D04}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{043BC897-2268-42C9-BABB-D64E79764D04}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A90FC45F-C397-4627-98EC-B81AA2400CA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A90FC45F-C397-4627-98EC-B81AA2400CA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A90FC45F-C397-4627-98EC-B81AA2400CA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A90FC45F-C397-4627-98EC-B81AA2400CA2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {284182C7-6434-490D-BFC0-4DB344A38C2A}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Loading…
Reference in New Issue
Block a user