From 5f796e919bedb1ec89448c5f1a04f05c9417605f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 17 May 2014 16:47:41 -0400 Subject: [PATCH] Move bn.h and ec.h into the correct filter section --- Source/Core/Common/Common.vcxproj.filters | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Source/Core/Common/Common.vcxproj.filters b/Source/Core/Common/Common.vcxproj.filters index b571231c46..5f9b211828 100644 --- a/Source/Core/Common/Common.vcxproj.filters +++ b/Source/Core/Common/Common.vcxproj.filters @@ -63,8 +63,12 @@ Logging - - + + Crypto + + + Crypto + @@ -113,4 +117,4 @@ - + \ No newline at end of file