first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
45
Software/CSharp/Samples/Example-LCD_Display/LCDDisplay.sln
Normal file
45
Software/CSharp/Samples/Example-LCD_Display/LCDDisplay.sln
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.24720.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LCDDisplay", "LCDDisplay.csproj", "{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC9CE5B0-5F88-4AFC-9F7A-CBCB69B6DFD7}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|x64.Build.0 = Debug|x64
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|x86.Build.0 = Debug|x86
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Debug|x86.Deploy.0 = Debug|x86
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|ARM.Build.0 = Release|ARM
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|x64.ActiveCfg = Release|x64
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|x64.Build.0 = Release|x64
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|x64.Deploy.0 = Release|x64
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|x86.ActiveCfg = Release|x86
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|x86.Build.0 = Release|x86
|
||||
{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}.Release|x86.Deploy.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Loading…
Add table
Add a link
Reference in a new issue