-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIoTEmBASIC.sln
More file actions
57 lines (57 loc) · 3.95 KB
/
Copy pathIoTEmBASIC.sln
File metadata and controls
57 lines (57 loc) · 3.95 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.5.11716.220
MinimumVisualStudioVersion = 10.0.40219.1
Project("{803FD0C6-D64E-4E16-9DC3-1DAEC859A3D2}") = "STM32F103VETX", "projects\stm32\f1\stm32f103vetx\STM32F103VETX.vgdbcmake", "{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}"
EndProject
Project("{803FD0C6-D64E-4E16-9DC3-1DAEC859A3D2}") = "STM32L475VETX", "projects\stm32\l4\stm32l475vetx\STM32L475VETX.vgdbcmake", "{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|VisualGDB = Debug|VisualGDB
MinSizeRel|Any CPU = MinSizeRel|Any CPU
MinSizeRel|VisualGDB = MinSizeRel|VisualGDB
Release|Any CPU = Release|Any CPU
Release|VisualGDB = Release|VisualGDB
RelWithDebInfo|Any CPU = RelWithDebInfo|Any CPU
RelWithDebInfo|VisualGDB = RelWithDebInfo|VisualGDB
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Debug|Any CPU.ActiveCfg = Debug|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Debug|Any CPU.Build.0 = Debug|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Debug|VisualGDB.Build.0 = Debug|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.MinSizeRel|Any CPU.ActiveCfg = MinSizeRel|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.MinSizeRel|Any CPU.Build.0 = MinSizeRel|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.MinSizeRel|VisualGDB.ActiveCfg = MinSizeRel|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.MinSizeRel|VisualGDB.Build.0 = MinSizeRel|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Release|Any CPU.ActiveCfg = Release|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Release|Any CPU.Build.0 = Release|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Release|VisualGDB.ActiveCfg = Release|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.Release|VisualGDB.Build.0 = Release|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.RelWithDebInfo|Any CPU.Build.0 = RelWithDebInfo|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.RelWithDebInfo|VisualGDB.ActiveCfg = RelWithDebInfo|VisualGDB
{3433E1FA-5A9B-4C93-99FF-43A6571E33B7}.RelWithDebInfo|VisualGDB.Build.0 = RelWithDebInfo|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Debug|Any CPU.ActiveCfg = Debug|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Debug|Any CPU.Build.0 = Debug|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Debug|VisualGDB.Build.0 = Debug|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.MinSizeRel|Any CPU.ActiveCfg = MinSizeRel|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.MinSizeRel|Any CPU.Build.0 = MinSizeRel|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.MinSizeRel|VisualGDB.ActiveCfg = MinSizeRel|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.MinSizeRel|VisualGDB.Build.0 = MinSizeRel|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Release|Any CPU.ActiveCfg = Release|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Release|Any CPU.Build.0 = Release|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Release|VisualGDB.ActiveCfg = Release|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.Release|VisualGDB.Build.0 = Release|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.RelWithDebInfo|Any CPU.Build.0 = RelWithDebInfo|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.RelWithDebInfo|VisualGDB.ActiveCfg = RelWithDebInfo|VisualGDB
{FFEB1C24-1517-4AB7-AC72-826C6A2B01C2}.RelWithDebInfo|VisualGDB.Build.0 = RelWithDebInfo|VisualGDB
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal