mirror of
https://github.com/ADElectronics/RTL00_WEB_VS.git
synced 2024-11-24 12:44:18 +00:00
12 lines
668 B
Text
12 lines
668 B
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<OCDDebuggerExecutable>C:\RTL\6-2017-q2\bin\arm-none-eabi-gdb.exe</OCDDebuggerExecutable>
|
||
|
<OCDDebugBinary>$(ProjectDir)Debug\obj\Debug.axf</OCDDebugBinary>
|
||
|
<DebuggerFlavor>OCDDebugger</DebuggerFlavor>
|
||
|
<OCDDebuggerServerAddress>localhost:2331</OCDDebuggerServerAddress>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<DebuggerFlavor>OCDDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|