diff --git a/builds/msvc/vs2010/libsodium/libsodium.vcxproj b/builds/msvc/vs2010/libsodium/libsodium.vcxproj
index 6abf1b96..bbcf96e4 100644
--- a/builds/msvc/vs2010/libsodium/libsodium.vcxproj
+++ b/builds/msvc/vs2010/libsodium/libsodium.vcxproj
@@ -72,6 +72,7 @@
+
@@ -94,7 +95,7 @@
-
+
@@ -274,4 +275,4 @@
-
\ No newline at end of file
+
diff --git a/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters b/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters
index 45b36364..44a9ef3a 100644
--- a/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters
+++ b/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters
@@ -289,9 +289,6 @@
src\crypto_stream\chacha20\ref
-
- src\crypto_generichash\blake2\ref
-
src\crypto_onetimeauth\poly1305
@@ -301,6 +298,9 @@
src\crypto_generichash\blake2\ref
+
+ src\crypto_generichash\blake2\ref
+
src\crypto_scalarmult\curve25519\donna_c64
@@ -799,6 +799,9 @@
src\crypto_generichash\blake2\ref
+
+ src\crypto_generichash\blake2\ref
+
src\crypto_generichash\blake2\ref
@@ -857,4 +860,4 @@
src\crypto_pwhash\argon2
-
\ No newline at end of file
+
diff --git a/builds/msvc/vs2012/libsodium/libsodium.vcxproj b/builds/msvc/vs2012/libsodium/libsodium.vcxproj
index 6e079358..62ac6160 100644
--- a/builds/msvc/vs2012/libsodium/libsodium.vcxproj
+++ b/builds/msvc/vs2012/libsodium/libsodium.vcxproj
@@ -72,6 +72,7 @@
+
@@ -94,7 +95,7 @@
-
+
@@ -274,4 +275,4 @@
-
\ No newline at end of file
+
diff --git a/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters b/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters
index 2d8d05cf..2690dc56 100644
--- a/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters
+++ b/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters
@@ -295,7 +295,7 @@
src\crypto_generichash\blake2\ref
-
+
src\crypto_generichash\blake2\ref
@@ -799,6 +799,9 @@
src\crypto_generichash\blake2\ref
+
+ src\crypto_generichash\blake2\ref
+
src\crypto_generichash\blake2\ref
@@ -857,4 +860,4 @@
src\crypto_core\hchacha20
-
\ No newline at end of file
+
diff --git a/builds/msvc/vs2013/libsodium/libsodium.vcxproj b/builds/msvc/vs2013/libsodium/libsodium.vcxproj
index 4407605d..8c023512 100644
--- a/builds/msvc/vs2013/libsodium/libsodium.vcxproj
+++ b/builds/msvc/vs2013/libsodium/libsodium.vcxproj
@@ -72,6 +72,7 @@
+
@@ -94,7 +95,7 @@
-
+
@@ -274,4 +275,4 @@
-
\ No newline at end of file
+
diff --git a/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters b/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters
index bfea72f4..9a4a339b 100644
--- a/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters
+++ b/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters
@@ -295,7 +295,7 @@
src\crypto_generichash\blake2\ref
-
+
src\crypto_generichash\blake2\ref
@@ -799,6 +799,9 @@
src\crypto_generichash\blake2\ref
+
+ src\crypto_generichash\blake2\ref
+
src\crypto_generichash\blake2\ref
@@ -857,4 +860,4 @@
src\crypto_core\hchacha20
-
\ No newline at end of file
+
diff --git a/builds/msvc/vs2015/libsodium/libsodium.vcxproj b/builds/msvc/vs2015/libsodium/libsodium.vcxproj
index 26fab683..b595a6d8 100644
--- a/builds/msvc/vs2015/libsodium/libsodium.vcxproj
+++ b/builds/msvc/vs2015/libsodium/libsodium.vcxproj
@@ -72,6 +72,7 @@
+
@@ -94,7 +95,7 @@
-
+
@@ -274,4 +275,4 @@
-
\ No newline at end of file
+
diff --git a/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters b/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters
index 647c40c0..557d5234 100644
--- a/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters
+++ b/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters
@@ -295,7 +295,7 @@
src\crypto_generichash\blake2\ref
-
+
src\crypto_generichash\blake2\ref
@@ -799,6 +799,9 @@
src\crypto_generichash\blake2\ref
+
+ src\crypto_generichash\blake2\ref
+
src\crypto_generichash\blake2\ref
@@ -857,4 +860,4 @@
src\crypto_core\hchacha20
-
\ No newline at end of file
+
diff --git a/src/libsodium/Makefile.am b/src/libsodium/Makefile.am
index 62f5711d..4e388e15 100644
--- a/src/libsodium/Makefile.am
+++ b/src/libsodium/Makefile.am
@@ -38,7 +38,6 @@ libsodium_la_SOURCES = \
crypto_generichash/blake2/ref/blake2b-load-sse41.h \
crypto_generichash/blake2/ref/blake2b-load-avx2.h \
crypto_generichash/blake2/ref/blake2b-ref.c \
- crypto_generichash/blake2/ref/blake2b-round.h \
crypto_generichash/blake2/ref/generichash_blake2b.c \
crypto_hash/crypto_hash.c \
crypto_hash/sha256/hash_sha256_api.c \