summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj.user
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-27 00:50:05 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-27 00:50:05 -0500
commit1211f25de5b3d87050ac4cf790646aafbbfcabb6 (patch)
treeb31b0e636f86e992436cc57d281571efb6513ab5 /cryptest.vcxproj.user
parent568e608ea620abdc1f86a5dafd3ab42e70a6cd83 (diff)
downloadcryptopp-git-1211f25de5b3d87050ac4cf790646aafbbfcabb6.tar.gz
Fix cryptest.vcxproj.user
The file was unintentionally checked in with the SIMON-128 commit
Diffstat (limited to 'cryptest.vcxproj.user')
-rw-r--r--cryptest.vcxproj.user9
1 files changed, 3 insertions, 6 deletions
diff --git a/cryptest.vcxproj.user b/cryptest.vcxproj.user
index f283f355..ceb23602 100644
--- a/cryptest.vcxproj.user
+++ b/cryptest.vcxproj.user
@@ -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> \ No newline at end of file
+</Project>