Fix cryptest.vcxproj.user

pull/806/head
Jeffrey Walton 2019-02-12 19:23:24 -05:00
parent 6b96dfbe3d
commit 2f99a93dbd
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 5 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>tv keccak</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>v</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
</Project>