-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRaspberry1.sln
25 lines (25 loc) · 1.1 KB
/
Raspberry1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Raspberry1", "Raspberry1.vcxproj", "{8CFF7346-188D-4340-AC10-435F17E1837C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|VisualGDB = Debug|VisualGDB
Release|VisualGDB = Release|VisualGDB
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CFF7346-188D-4340-AC10-435F17E1837C}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB
{8CFF7346-188D-4340-AC10-435F17E1837C}.Debug|VisualGDB.Build.0 = Debug|VisualGDB
{8CFF7346-188D-4340-AC10-435F17E1837C}.Release|VisualGDB.ActiveCfg = Release|VisualGDB
{8CFF7346-188D-4340-AC10-435F17E1837C}.Release|VisualGDB.Build.0 = Release|VisualGDB
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B989C83A-1FC8-42C8-BF76-9E4517BD51DF}
EndGlobalSection
EndGlobal