Skip to content

Commit 09b5a94

Browse files
committed
Add option to debug command.
1 parent 7af50cf commit 09b5a94

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

vcnet/ipptransform.vcxproj.user

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup />
3+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4+
<LocalDebuggerCommandArguments>--help</LocalDebuggerCommandArguments>
5+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
6+
</PropertyGroup>
47
</Project>

0 commit comments

Comments
 (0)