summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-05 12:41:13 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-05 12:41:13 -0400
commitebceec1a880a9cda401378cdbdc8d31e91833f9b (patch)
tree760d453867a7bce4b5fc9b932fc000e73b0a534e /cryptdll.vcxproj
parent601da2611c76674ae199739d921fc76c0a445e9f (diff)
downloadcryptopp-git-ebceec1a880a9cda401378cdbdc8d31e91833f9b.tar.gz
Fix missing '>'
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 73b2d712..799f2072 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -57,7 +57,7 @@
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
- <ErrorReporting>NoErrorReport</ErrorReporting
+ <ErrorReporting>NoErrorReport</ErrorReporting>
<AdditionalDependencies>cryptlib.lib;Ws2_32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>$(Platform)\DLL_Output\$(Configuration)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>