diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 16:23:24 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 17:46:31 +0200 |
commit | 9b4e087882e167d6816c468743fef50a050a1ca4 (patch) | |
tree | eb3d236a755097638f70ea99a920bdc3085a2053 /src/Common/Zip.vcxproj.user | |
parent | 79aa488106f49ae2a6c7b6f6f4c1065b8f168691 (diff) | |
download | VeraCrypt-9b4e087882e167d6816c468743fef50a050a1ca4.tar.gz VeraCrypt-9b4e087882e167d6816c468743fef50a050a1ca4.zip |
Windows: create dedicated project for zip library and link other binaries against it instead of recompiling zlib and libzip for each project separately.
Diffstat (limited to 'src/Common/Zip.vcxproj.user')
-rw-r--r-- | src/Common/Zip.vcxproj.user | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Common/Zip.vcxproj.user b/src/Common/Zip.vcxproj.user new file mode 100644 index 00000000..ace9a86a --- /dev/null +++ b/src/Common/Zip.vcxproj.user @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +</Project>
\ No newline at end of file |