This repository was archived by the owner on Feb 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathUnosquare.PiGpio.sln
45 lines (45 loc) · 2.19 KB
/
Unosquare.PiGpio.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.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Support", "Support", "{98778E74-B179-472B-B74D-AB306274437F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Support\libpigpio.so = Support\libpigpio.so
LICENSE = LICENSE
Support\pigpio-dotnet-256.png = Support\pigpio-dotnet-256.png
Support\pigpio-dotnet.png = Support\pigpio-dotnet.png
Support\pigpio.c = Support\pigpio.c
Support\pigpio.h = Support\pigpio.h
README.md = README.md
StyleCop.Analyzers.ruleset = StyleCop.Analyzers.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.PiGpio", "Unosquare.PiGpio\Unosquare.PiGpio.csproj", "{73E89A82-F351-4CAE-8AA4-A038DCD2D733}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.PiGpio.Workbench", "Unosquare.PiGpio.Workbench\Unosquare.PiGpio.Workbench.csproj", "{58482F68-38E4-41FE-B234-257E548CDC66}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73E89A82-F351-4CAE-8AA4-A038DCD2D733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73E89A82-F351-4CAE-8AA4-A038DCD2D733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73E89A82-F351-4CAE-8AA4-A038DCD2D733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73E89A82-F351-4CAE-8AA4-A038DCD2D733}.Release|Any CPU.Build.0 = Release|Any CPU
{58482F68-38E4-41FE-B234-257E548CDC66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58482F68-38E4-41FE-B234-257E548CDC66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58482F68-38E4-41FE-B234-257E548CDC66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58482F68-38E4-41FE-B234-257E548CDC66}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {458E4143-9DD7-4F40-BC2A-9AA4AA144E86}
EndGlobalSection
EndGlobal