-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSTM32-OneWire-Slave.sln
25 lines (25 loc) · 1.14 KB
/
STM32-OneWire-Slave.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.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "STM32-OneWire-Slave", "STM32-OneWire-Slave\STM32-OneWire-Slave.vcxproj", "{A0B381BE-875D-435F-A3B0-175B55E95424}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|VisualGDB = Debug|VisualGDB
Release|VisualGDB = Release|VisualGDB
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0B381BE-875D-435F-A3B0-175B55E95424}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB
{A0B381BE-875D-435F-A3B0-175B55E95424}.Debug|VisualGDB.Build.0 = Debug|VisualGDB
{A0B381BE-875D-435F-A3B0-175B55E95424}.Release|VisualGDB.ActiveCfg = Release|VisualGDB
{A0B381BE-875D-435F-A3B0-175B55E95424}.Release|VisualGDB.Build.0 = Release|VisualGDB
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A64A10C-95BA-4FBA-8948-E9E549A14422}
EndGlobalSection
EndGlobal