summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj.user
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-10 06:26:29 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-10 06:26:29 -0400
commit76bb4ead40ded06b55b506a85106eae38519b7ee (patch)
treee14e80de27736932d400a24039e5290f2dfa80c6 /cryptest.vcxproj.user
parent9b383e8a07ca323d95f1bd378698d1f2e2c37db9 (diff)
downloadcryptopp-git-76bb4ead40ded06b55b506a85106eae38519b7ee.tar.gz
XOR block in specialized ProcessBlock
Use Put and Get blocks consistently
Diffstat (limited to 'cryptest.vcxproj.user')
-rw-r--r--cryptest.vcxproj.user9
1 files changed, 6 insertions, 3 deletions
diff --git a/cryptest.vcxproj.user b/cryptest.vcxproj.user
index ceb23602..08271a53 100644
--- a/cryptest.vcxproj.user
+++ b/cryptest.vcxproj.user
@@ -1,6 +1,9 @@
-<?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>v</LocalDebuggerCommandArguments>
+ <LocalDebuggerCommandArguments>tv kalyna</LocalDebuggerCommandArguments>
</PropertyGroup>
-</Project>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project> \ No newline at end of file