mirror of
https://github.com/ADElectronics/RTL00_WEB_VS.git
synced 2024-11-01 06:24:15 +00:00
12 lines
No EOL
668 B
XML
12 lines
No EOL
668 B
XML
<?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> |