diff --git a/builds/Makefile.am b/builds/Makefile.am
index 4d0cc469..23dfe9d2 100644
--- a/builds/Makefile.am
+++ b/builds/Makefile.am
@@ -62,4 +62,11 @@ EXTRA_DIST = \
msvc/vs2017/libsodium/libsodium.xml \
msvc/vs2017/libsodium.import.props \
msvc/vs2017/libsodium.import.xml \
- msvc/vs2017/libsodium.sln
+ msvc/vs2017/libsodium.sln \
+ msvc/vs2019/libsodium/libsodium.props \
+ msvc/vs2019/libsodium/libsodium.vcxproj \
+ msvc/vs2019/libsodium/libsodium.vcxproj.filters \
+ msvc/vs2019/libsodium/libsodium.xml \
+ msvc/vs2019/libsodium.import.props \
+ msvc/vs2019/libsodium.import.xml \
+ msvc/vs2019/libsodium.sln
diff --git a/builds/msvc/vs2019/libsodium.import.props b/builds/msvc/vs2019/libsodium.import.props
new file mode 100644
index 00000000..b3d7e4fd
--- /dev/null
+++ b/builds/msvc/vs2019/libsodium.import.props
@@ -0,0 +1,52 @@
+
+
+
+
+ <_PropertySheetDisplayName>Libsodium Import Settings
+
+
+
+
+
+
+
+
+
+
+
+
+ $(ProjectDir)..\..\..\..\..\libsodium\src\libsodium\include;$(ProjectDir)..\..\..\..\..\libsodium\src\libsodium\include\sodium\;%(AdditionalIncludeDirectories)
+ SODIUM_STATIC;%(PreprocessorDefinitions)
+
+
+ advapi32.lib;libsodium.lib;%(AdditionalDependencies)
+ $(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libsodium)\;%(AdditionalLibraryDirectories)
+ $(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libsodium)\;%(AdditionalLibraryDirectories)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/builds/msvc/vs2019/libsodium.import.xml b/builds/msvc/vs2019/libsodium.import.xml
new file mode 100644
index 00000000..dbcf4e5a
--- /dev/null
+++ b/builds/msvc/vs2019/libsodium.import.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/builds/msvc/vs2019/libsodium.sln b/builds/msvc/vs2019/libsodium.sln
new file mode 100644
index 00000000..0f3f7306
--- /dev/null
+++ b/builds/msvc/vs2019/libsodium.sln
@@ -0,0 +1,52 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26228.4
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsodium", "libsodium\libsodium.vcxproj", "{A185B162-6CB6-4502-B03F-B56F7699A8D9}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ DynDebug|Win32 = DynDebug|Win32
+ DynDebug|x64 = DynDebug|x64
+ DynRelease|Win32 = DynRelease|Win32
+ DynRelease|x64 = DynRelease|x64
+ LtcgDebug|Win32 = LtcgDebug|Win32
+ LtcgDebug|x64 = LtcgDebug|x64
+ LtcgRelease|Win32 = LtcgRelease|Win32
+ LtcgRelease|x64 = LtcgRelease|x64
+ StaticDebug|Win32 = StaticDebug|Win32
+ StaticDebug|x64 = StaticDebug|x64
+ StaticRelease|Win32 = StaticRelease|Win32
+ StaticRelease|x64 = StaticRelease|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynDebug|Win32.ActiveCfg = DebugDLL|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynDebug|Win32.Build.0 = DebugDLL|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynDebug|x64.ActiveCfg = DebugDLL|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynDebug|x64.Build.0 = DebugDLL|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynRelease|Win32.ActiveCfg = ReleaseDLL|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynRelease|Win32.Build.0 = ReleaseDLL|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynRelease|x64.ActiveCfg = ReleaseDLL|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DynRelease|x64.Build.0 = ReleaseDLL|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgDebug|Win32.ActiveCfg = DebugLTCG|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgDebug|Win32.Build.0 = DebugLTCG|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgDebug|x64.ActiveCfg = DebugLTCG|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgDebug|x64.Build.0 = DebugLTCG|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgRelease|Win32.ActiveCfg = ReleaseLTCG|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgRelease|Win32.Build.0 = ReleaseLTCG|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgRelease|x64.ActiveCfg = ReleaseLTCG|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.LtcgRelease|x64.Build.0 = ReleaseLTCG|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticDebug|Win32.ActiveCfg = DebugLIB|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticDebug|Win32.Build.0 = DebugLIB|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticDebug|x64.ActiveCfg = DebugLIB|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticDebug|x64.Build.0 = DebugLIB|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticRelease|Win32.ActiveCfg = ReleaseLIB|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticRelease|Win32.Build.0 = ReleaseLIB|Win32
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticRelease|x64.ActiveCfg = ReleaseLIB|x64
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}.StaticRelease|x64.Build.0 = ReleaseLIB|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/builds/msvc/vs2019/libsodium/libsodium.props b/builds/msvc/vs2019/libsodium/libsodium.props
new file mode 100644
index 00000000..5a23903c
--- /dev/null
+++ b/builds/msvc/vs2019/libsodium/libsodium.props
@@ -0,0 +1,48 @@
+
+
+
+
+ <_PropertySheetDisplayName>Libsodium Common Settings
+ AllRules.ruleset
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ copy "$(BuildRoot)version.h" "$(RepoRoot)src\libsodium\include\sodium\"
+
+
+ $(RepoRoot)src\libsodium\include;$(RepoRoot)src\libsodium\include\sodium\;%(AdditionalIncludeDirectories)
+ 4146;4244;%(DisableSpecificWarnings)
+ false
+ inline=__inline;NATIVE_LITTLE_ENDIAN;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
+ SODIUM_STATIC;%(PreprocessorDefinitions)
+ SODIUM_DLL_EXPORT;%(PreprocessorDefinitions)
+ HAVE_AMD64_ASM;%(PreprocessorDefinitions)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ advapi32.lib
+
+
+
diff --git a/builds/msvc/vs2019/libsodium/libsodium.vcxproj b/builds/msvc/vs2019/libsodium/libsodium.vcxproj
new file mode 100644
index 00000000..ce824a9c
--- /dev/null
+++ b/builds/msvc/vs2019/libsodium/libsodium.vcxproj
@@ -0,0 +1,327 @@
+
+
+
+ {A185B162-6CB6-4502-B03F-B56F7699A8D9}
+ libsodium
+ v142
+
+
+
+ DebugDLL
+ Win32
+
+
+ ReleaseDLL
+ Win32
+
+
+ DebugDLL
+ x64
+
+
+ ReleaseDLL
+ x64
+
+
+ DebugLTCG
+ Win32
+
+
+ ReleaseLTCG
+ Win32
+
+
+ DebugLTCG
+ x64
+
+
+ ReleaseLTCG
+ x64
+
+
+ DebugLIB
+ Win32
+
+
+ ReleaseLIB
+ Win32
+
+
+ DebugLIB
+ x64
+
+
+ ReleaseLIB
+ x64
+
+
+
+ StaticLibrary
+ DynamicLibrary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/builds/msvc/vs2019/libsodium/libsodium.vcxproj.filters b/builds/msvc/vs2019/libsodium/libsodium.vcxproj.filters
new file mode 100644
index 00000000..055b7476
--- /dev/null
+++ b/builds/msvc/vs2019/libsodium/libsodium.vcxproj.filters
@@ -0,0 +1,998 @@
+
+
+
+
+ packaging
+
+
+ packaging
+
+
+ packaging
+
+
+ packaging
+
+
+ packaging
+
+
+ packaging
+
+
+
+
+
+
+
+ crypto_generichash
+
+
+ crypto_generichash\blake2b
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_kx
+
+
+ crypto_sign
+
+
+ crypto_sign\ed25519
+
+
+ crypto_sign\ed25519\ref10
+
+
+ crypto_sign\ed25519\ref10
+
+
+ crypto_sign\ed25519\ref10
+
+
+ crypto_sign\ed25519\ref10
+
+
+ crypto_secretbox
+
+
+ crypto_secretbox
+
+
+ crypto_secretbox\xsalsa20poly1305
+
+
+ crypto_secretbox\xchacha20poly1305
+
+
+ crypto_pwhash
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\scryptsalsa208sha256
+
+
+ crypto_pwhash\scryptsalsa208sha256
+
+
+ crypto_pwhash\scryptsalsa208sha256
+
+
+ crypto_pwhash\scryptsalsa208sha256
+
+
+ crypto_pwhash\scryptsalsa208sha256\nosse
+
+
+ crypto_pwhash\scryptsalsa208sha256\sse
+
+
+ crypto_verify\sodium
+
+
+ crypto_auth
+
+
+ crypto_auth\hmacsha512
+
+
+ crypto_auth\hmacsha512256
+
+
+ crypto_auth\hmacsha256
+
+
+ crypto_kdf
+
+
+ crypto_kdf\blake2b
+
+
+ crypto_shorthash
+
+
+ crypto_shorthash\siphash24
+
+
+ crypto_shorthash\siphash24
+
+
+ crypto_shorthash\siphash24\ref
+
+
+ crypto_shorthash\siphash24\ref
+
+
+ crypto_scalarmult
+
+
+ crypto_scalarmult\ristretto255\ref10
+
+
+ crypto_scalarmult\ed25519\ref10
+
+
+ crypto_scalarmult\curve25519
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\ref10
+
+
+ crypto_onetimeauth
+
+
+ crypto_onetimeauth\poly1305
+
+
+ crypto_onetimeauth\poly1305\donna
+
+
+ crypto_onetimeauth\poly1305\sse2
+
+
+ randombytes
+
+
+ randombytes\sysrandom
+
+
+ randombytes\internal
+
+
+ crypto_box
+
+
+ crypto_box
+
+
+ crypto_box
+
+
+ crypto_box\curve25519xsalsa20poly1305
+
+
+ crypto_box\curve25519xchacha20poly1305
+
+
+ crypto_box\curve25519xchacha20poly1305
+
+
+ sodium
+
+
+ sodium
+
+
+ sodium
+
+
+ sodium
+
+
+ sodium
+
+
+ crypto_stream
+
+
+ crypto_stream\xchacha20
+
+
+ crypto_stream\chacha20
+
+
+ crypto_stream\chacha20\ref
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\salsa20
+
+
+ crypto_stream\salsa20\ref
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6
+
+
+ crypto_stream\salsa2012
+
+
+ crypto_stream\salsa2012\ref
+
+
+ crypto_stream\salsa208
+
+
+ crypto_stream\salsa208\ref
+
+
+ crypto_stream\xsalsa20
+
+
+ crypto_hash
+
+
+ crypto_hash\sha512
+
+
+ crypto_hash\sha512\cp
+
+
+ crypto_hash\sha256
+
+
+ crypto_hash\sha256\cp
+
+
+ crypto_aead\xchacha20poly1305\sodium
+
+
+ crypto_aead\aes256gcm\aesni
+
+
+ crypto_aead\chacha20poly1305\sodium
+
+
+ crypto_secretstream\xchacha20poly1305
+
+
+ crypto_core\salsa\ref
+
+
+ crypto_core\hchacha20
+
+
+ crypto_core\hsalsa20
+
+
+ crypto_core\hsalsa20\ref2
+
+
+ crypto_core\ed25519
+
+
+ crypto_core\ed25519
+
+
+ crypto_core\ed25519\ref10
+
+
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_generichash\blake2b\ref
+
+
+ crypto_sign\ed25519\ref10
+
+
+ include
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium
+
+
+ include\sodium\private
+
+
+ include\sodium\private
+
+
+ include\sodium\private
+
+
+ include\sodium\private
+
+
+ include\sodium\private
+
+
+ include\sodium\private
+
+
+ include\sodium\private
+
+
+ include\sodium\private
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\argon2
+
+
+ crypto_pwhash\scryptsalsa208sha256
+
+
+ crypto_pwhash\scryptsalsa208sha256
+
+
+ crypto_shorthash\siphash24\ref
+
+
+ crypto_scalarmult\curve25519
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\sandy2x
+
+
+ crypto_scalarmult\curve25519\ref10
+
+
+ crypto_onetimeauth\poly1305
+
+
+ crypto_onetimeauth\poly1305\donna
+
+
+ crypto_onetimeauth\poly1305\donna
+
+
+ crypto_onetimeauth\poly1305\donna
+
+
+ crypto_onetimeauth\poly1305\sse2
+
+
+ crypto_stream\chacha20
+
+
+ crypto_stream\chacha20\ref
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\chacha20\dolbeau
+
+
+ crypto_stream\salsa20
+
+
+ crypto_stream\salsa20\ref
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6int
+
+
+ crypto_stream\salsa20\xmm6
+
+
+ crypto_core\ed25519\ref10\fe_25_5
+
+
+ crypto_core\ed25519\ref10\fe_25_5
+
+
+ crypto_core\ed25519\ref10\fe_25_5
+
+
+ crypto_core\ed25519\ref10\fe_25_5
+
+
+ crypto_core\ed25519\ref10\fe_51
+
+
+ crypto_core\ed25519\ref10\fe_51
+
+
+ crypto_core\ed25519\ref10\fe_51
+
+
+ crypto_core\ed25519\ref10\fe_51
+
+
+
+
+ {a6837e41-3751-38c9-bb90-dd59d5f4af7b}
+
+
+ {3e53394c-b59c-30cc-ae69-a4f46f9edfa3}
+
+
+ {7eb51140-a50f-3f50-b379-83677a82496c}
+
+
+ {1f4d6dd1-517f-3eeb-b974-2304ada5e67a}
+
+
+ {b145288f-68ad-3e79-93cb-e36537b20e26}
+
+
+ {3122f223-e6c2-3ab1-ad85-ca289b47419e}
+
+
+ {2720c2c8-c517-356e-83ed-c2997ab782c3}
+
+
+ {0a3af0f3-56f7-3551-a64e-6284feccc423}
+
+
+ {64e89b4f-eec9-38c9-90f2-4881bf5e84c0}
+
+
+ {0c0b4001-ae11-3d0f-8e73-75ac9b6e1ae8}
+
+
+ {f5065d74-beda-3e1e-819a-f606279c7fe9}
+
+
+ {f7aedb93-94a6-3ede-9374-ff41daca4841}
+
+
+ {0e7473c9-9c69-36b3-ab6c-d953647a15a6}
+
+
+ {d75db64c-eb08-3f10-9b99-1b6e6827f348}
+
+
+ {73194d5d-588a-342f-bee6-f28b4486f20b}
+
+
+ {7c5e6f81-e4ce-3018-a776-a1f125072d73}
+
+
+ {76990c08-d692-367f-b286-c728a8cad6bf}
+
+
+ {bf04f786-7862-3bde-aeba-ed82ee59ca22}
+
+
+ {98b6126a-3725-3707-a4cc-ff3af657cba0}
+
+
+ {8b704d11-af1f-30c0-9981-479da6d88dc3}
+
+
+ {342e684b-4e18-311c-953c-8391a544a04f}
+
+
+ {c6b8e28c-7c54-3af7-bee3-2948ba7b2082}
+
+
+ {4e9a1d6b-ee07-3bbc-ad78-6d0ba0e6d9d3}
+
+
+ {eb259fd9-56f0-32db-a903-6bc1549a7326}
+
+
+ {e53b6258-fcdd-34c8-96c5-44510a34a390}
+
+
+ {8bd3b558-2d08-3c3a-81ca-22677dde943b}
+
+
+ {16a8dd41-b0ab-39a7-80c8-3052d8b63811}
+
+
+ {d7ec3690-bae7-3653-8c53-66a3142cfcfa}
+
+
+ {722ef422-8c03-3008-ba2a-3a7e91c6647c}
+
+
+ {8c7d8b62-7b4f-3eb9-85b7-18e8d925be14}
+
+
+ {8fb6a906-dbd6-3746-9b0f-f49e7028daec}
+
+
+ {f2d6a22b-dd67-3561-90a4-88696169cb7b}
+
+
+ {aaf59186-1c0d-33cf-a34d-93e14bb87226}
+
+
+ {3d42d2a2-b192-33dd-9162-508916414707}
+
+
+ {898b6bd5-1360-3a34-adcd-0fade7561685}
+
+
+ {323c0a15-3c1d-39b2-9ec1-299deb299497}
+
+
+ {52c2080d-37c0-34c2-864a-c201c728e5d8}
+
+
+ {ff618a41-caeb-3a18-ad36-d34b049a8f50}
+
+
+ {ffc3712d-dfe0-3b51-8257-f5ffc9c9cea3}
+
+
+ {f54b65b6-71cf-3ab3-9c8c-f89c81846836}
+
+
+ {1bd97a78-befa-3805-8e9c-80d7c1aff37b}
+
+
+ {e785f104-1212-37bf-8511-cc518b9ace66}
+
+
+ {447b993f-59fb-3efd-8c59-a1712c97dfe8}
+
+
+ {cdb8d233-06b0-3872-a62b-c1ccf4cb4314}
+
+
+ {402a1c5a-d499-333a-a2fa-acd0e6a3c2b2}
+
+
+ {77f5a2e9-2ef1-3a72-b63c-88e8e4b92678}
+
+
+ {6c9c7c30-0808-3fad-8a88-944d7645e5d5}
+
+
+ {5d2fb1a2-f063-32db-a81a-41f79e36fd23}
+
+
+ {7bec6074-fbc7-330b-9e18-7dc3e868569a}
+
+
+ {834d4827-81e4-3de3-baa1-a216763f11d6}
+
+
+ {52bf28eb-7ffd-399a-be35-0df3e8e99c15}
+
+
+ {39cc576f-4b54-3d71-b14c-27445bc4b138}
+
+
+ {b9b02bee-5c1f-36d2-b97d-983f865a4cc6}
+
+
+ {41f1f35b-4639-3424-be85-7dfba02f3c5e}
+
+
+ {8bf11d29-2f5a-3f10-8ae6-82229d19c5b0}
+
+
+ {62f7ae38-4ce6-3976-acc3-47c462db4fbe}
+
+
+ {e07a28cd-775a-3798-bfdb-97842d3614d6}
+
+
+ {bb073c16-adc8-3cff-80b9-99cf5a28de6c}
+
+
+ {63de0ec8-ecde-35e3-8b97-6e9e4da342ee}
+
+
+ {29925210-53eb-342c-8527-7ebc173e668f}
+
+
+ {b2f989b6-87a6-3388-a35c-2d0d59cb4236}
+
+
+ {bc6466a1-57b0-3a35-9973-ad488a4bef8c}
+
+
+ {5599d9ab-b5b2-3310-b541-ae0fb70eecf1}
+
+
+ {eaedd08a-46f8-3d12-9e8d-bb3ee3ead5f6}
+
+
+ {806b6ff3-578b-308a-a359-0f5ed8472ecc}
+
+
+ {5a1d852e-67bb-3dc1-9ec5-99ef74b7faca}
+
+
+ {33e45d9c-e12a-3e76-9ef2-4f5510244a5b}
+
+
+ {048ba2a8-b22b-346c-9886-668b63c88c68}
+
+
+ {f08a312f-f8a3-350b-87ab-1f79d33e513f}
+
+
+ {c403f690-cd22-3ed4-9cc7-3f46e73081fd}
+
+
+ {c34d03f5-cf47-39fe-a5ad-5eb917006203}
+
+
+ {4da0c5ca-33d1-34e0-9689-12e69ae2dbd6}
+
+
+ {dd6b294c-5871-386c-92ec-aa46fcc411d4}
+
+
+ {07aca978-0547-329a-b70b-29aa579cacc5}
+
+
+ {f171fa05-35c4-32a0-b035-b5d6680ab714}
+
+
+ {ede2279c-1ba7-3d62-8345-733c6c1965e7}
+
+
+ {9c15151b-10dc-3dfe-b97b-a7d8c6b58920}
+
+
+ {49fb9272-ffe2-3993-b562-b19d5f2c9b40}
+
+
+ {80669cf5-3c9c-3c60-b409-9d8fb305bc77}
+
+
+ {96da72eb-3aa0-3850-83eb-32788f91e5bd}
+
+
+ {56bb40fc-d381-3a9e-925b-681774c48dde}
+
+
+ {fde88485-0fe6-3b22-9480-1d2b49fade53}
+
+
+ {ef090484-4db4-3dc2-aca7-c59bab1db23b}
+
+
+ {14c126fd-bb91-37ea-b807-b60c386be601}
+
+
+ {ac56c38f-7e17-3b79-bf47-58e9476b3b89}
+
+
+ {5dfc520b-f690-3d5f-a86a-8b667f2e7490}
+
+
+
diff --git a/builds/msvc/vs2019/libsodium/libsodium.xml b/builds/msvc/vs2019/libsodium/libsodium.xml
new file mode 100644
index 00000000..808ccb9f
--- /dev/null
+++ b/builds/msvc/vs2019/libsodium/libsodium.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libsodium.vcxproj b/libsodium.vcxproj
index ff6795bb..67e1c407 100644
--- a/libsodium.vcxproj
+++ b/libsodium.vcxproj
@@ -38,7 +38,6 @@
{A185B162-6CB6-4502-B03F-B56F7699A8D9}
Win32Proj
libsodium
- 8.1
@@ -53,49 +52,49 @@
true
MultiByte
false
- v140
+ v142
StaticLibrary
true
MultiByte
false
- v140
+ v142
DynamicLibrary
true
MultiByte
false
- v140
+ v142
StaticLibrary
false
true
MultiByte
- v140
+ v142
DynamicLibrary
false
true
MultiByte
- v140
+ v142
StaticLibrary
false
true
MultiByte
- v140
+ v142
DynamicLibrary
false
true
MultiByte
- v140
+ v142
@@ -561,4 +560,4 @@
-
\ No newline at end of file
+
diff --git a/regen-msvc/regen-msvc.py b/regen-msvc/regen-msvc.py
index d32fbe04..8e0d394c 100755
--- a/regen-msvc/regen-msvc.py
+++ b/regen-msvc/regen-msvc.py
@@ -99,10 +99,12 @@ sd = os.path.dirname(os.path.realpath(__file__))
apply_template(sd + "/tl_libsodium.vcxproj.filters.tpl",
"libsodium.vcxproj.filters", sbox)
-sbox.update({"platform": "v140"})
+sbox.update({"platform": "v142"})
apply_template(sd + "/tl_libsodium.vcxproj.tpl",
"libsodium.vcxproj", sbox)
+apply_template(sd + "/libsodium.vcxproj.filters.tpl",
+ "builds/msvc/vs2019/libsodium/libsodium.vcxproj.filters", sbox)
apply_template(sd + "/libsodium.vcxproj.filters.tpl",
"builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters", sbox)
apply_template(sd + "/libsodium.vcxproj.filters.tpl",
@@ -114,6 +116,10 @@ apply_template(sd + "/libsodium.vcxproj.filters.tpl",
apply_template(sd + "/libsodium.vcxproj.filters.tpl",
"builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters", sbox)
+sbox.update({"platform": "v142"})
+apply_template(sd + "/libsodium.vcxproj.tpl",
+ "builds/msvc/vs2019/libsodium/libsodium.vcxproj", sbox)
+
sbox.update({"platform": "v141"})
apply_template(sd + "/libsodium.vcxproj.tpl",
"builds/msvc/vs2017/libsodium/libsodium.vcxproj", sbox)