Skip to content

Commit 56db464

Browse files
committed
Fixed debug.full exe being called .profiling
1 parent 4a946c6 commit 56db464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RTEA.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</PropertyGroup>
9898
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Full|x64'" Label="Configuration">
9999
<LinkIncremental>true</LinkIncremental>
100-
<TargetName>Cortex Command.profiling</TargetName>
100+
<TargetName>Cortex Command.debug.full</TargetName>
101101
<LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
102102
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
103103
</PropertyGroup>

0 commit comments

Comments
 (0)