Fix cryptest.vcxproj.user

The file was unintentionally checked in with the SIMON-128 commit
pull/548/head
Jeffrey Walton 2017-11-27 00:50:05 -05:00
parent 568e608ea6
commit 1211f25de5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 6 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">
<PropertyGroup>
<LocalDebuggerCommandArguments>tv simon</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>v</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
</Project>