-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathopenocd.sln
25 lines (24 loc) · 1.1 KB
/
openocd.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.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{803FD0C6-D64E-4E16-9DC3-1DAEC859A3D2}") = "OpenOCD", "OpenOCD.vgdbcmake", "{282DF7A5-CC88-4FB2-9904-FACB153CA898}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mainstream = Debug|Mainstream
Release|Mainstream = Release|Mainstream
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{282DF7A5-CC88-4FB2-9904-FACB153CA898}.Debug|Mainstream.ActiveCfg = Debug|Mainstream
{282DF7A5-CC88-4FB2-9904-FACB153CA898}.Debug|Mainstream.Build.0 = Debug|Mainstream
{282DF7A5-CC88-4FB2-9904-FACB153CA898}.Release|Mainstream.ActiveCfg = Release|Mainstream
{282DF7A5-CC88-4FB2-9904-FACB153CA898}.Release|Mainstream.Build.0 = Release|Mainstream
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {821F4996-7501-4949-AFF5-70F23A3A0032}
EndGlobalSection
EndGlobal