Fix cryptest.vcxproj.user

Debug changes cross-pollinated into the commit
pull/769/head
Jeffrey Walton 2018-12-25 23:48:59 -05:00
parent bf10aae97d
commit 5f5250296d
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LocalDebuggerCommandArguments>v 9991</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>v</LocalDebuggerCommandArguments>
</PropertyGroup>
</Project>