Fix cryptest.vcxproj.user after 916c4484a2 check-in

pull/730/head
Jeffrey Walton 2018-10-23 08:05:24 -04:00
parent 916c4484a2
commit 4ad8fa9efe
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"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<LocalDebuggerCommandArguments>tv chacha</LocalDebuggerCommandArguments> <LocalDebuggerCommandArguments>v</LocalDebuggerCommandArguments>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Project>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>