forked from nanoframework/nanoFramework.IoT.Device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pcd8544.sln
41 lines (41 loc) · 2.35 KB
/
Pcd8544.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Pcd8544", "Pcd8544.nfproj", "{E0D0E0E2-D8A4-4C8A-8B58-174699D07CC7}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Pcd8544.samples", "samples\Pcd8544.samples\Pcd8544.samples.nfproj", "{7C771008-0435-4ADF-A412-8F5E79A9EEF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Img2Pcd8544", "Img2Pcd8544\Img2Pcd8544.csproj", "{4AFF5244-A028-4601-AB8F-F9FD6EC216B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0D0E0E2-D8A4-4C8A-8B58-174699D07CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0D0E0E2-D8A4-4C8A-8B58-174699D07CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0D0E0E2-D8A4-4C8A-8B58-174699D07CC7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E0D0E0E2-D8A4-4C8A-8B58-174699D07CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0D0E0E2-D8A4-4C8A-8B58-174699D07CC7}.Release|Any CPU.Build.0 = Release|Any CPU
{E0D0E0E2-D8A4-4C8A-8B58-174699D07CC7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{7C771008-0435-4ADF-A412-8F5E79A9EEF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C771008-0435-4ADF-A412-8F5E79A9EEF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C771008-0435-4ADF-A412-8F5E79A9EEF2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7C771008-0435-4ADF-A412-8F5E79A9EEF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C771008-0435-4ADF-A412-8F5E79A9EEF2}.Release|Any CPU.Build.0 = Release|Any CPU
{7C771008-0435-4ADF-A412-8F5E79A9EEF2}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4AFF5244-A028-4601-AB8F-F9FD6EC216B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AFF5244-A028-4601-AB8F-F9FD6EC216B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AFF5244-A028-4601-AB8F-F9FD6EC216B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AFF5244-A028-4601-AB8F-F9FD6EC216B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {736FA3DA-2CB1-4595-873F-13C8111E03FE}
EndGlobalSection
EndGlobal