-
Notifications
You must be signed in to change notification settings - Fork 3
/
SSD1306-Sharp.sln
24 lines (23 loc) · 1.03 KB
/
SSD1306-Sharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SSD1306-Sharp", "SSD1306\SSD1306-Sharp.csproj", "{08E0FC2B-ABF5-4C46-AF18-D14B0A35949D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4DA129A-9ABF-4813-B724-CF201AFB7BE0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
example.png = example.png
LICENSE = LICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08E0FC2B-ABF5-4C46-AF18-D14B0A35949D}.Debug|x86.ActiveCfg = Debug|x86
{08E0FC2B-ABF5-4C46-AF18-D14B0A35949D}.Debug|x86.Build.0 = Debug|x86
{08E0FC2B-ABF5-4C46-AF18-D14B0A35949D}.Release|x86.ActiveCfg = Release|x86
{08E0FC2B-ABF5-4C46-AF18-D14B0A35949D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
EndGlobal