VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Setup.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with ↵Mounir IDRASSI1-0/+64
custom SecureBoot key instead
2018-04-23Windows: simplify installer logic by copying only binaries for the current ↵Mounir IDRASSI1-2/+2
architecture.
2017-07-09Windows: generate pdb files for binaries in order to help investigate ↵Mounir IDRASSI1-3/+2
crashes in the future.
2017-06-10Windows Security: built binaries with support for Address Space Layout ↵Mounir IDRASSI1-1/+1
Randomization (ASLR).
2017-06-05Windows: create dedicated project for zip library and link other binaries ↵Mounir IDRASSI1-150/+2
against it instead of recompiling zlib and libzip for each project separately.
2017-06-02Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio ↵Mounir IDRASSI1-2/+0
projects
2016-10-17Windows: exclude unused libzip source files from build.Mounir IDRASSI1-6/+24
2016-10-17Windows: Replace XZip/XUnzip library with zlib and libzip and include the ↵Mounir IDRASSI1-9/+136
sources of these library into VeraCrypt source tree.
2016-08-15Windows: Add XZip library files ↵Mounir IDRASSI1-0/+4
(http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
2016-06-17Windows: Use Visual C++ 2010 instead of Visual C++ 2008.Mounir IDRASSI1-0/+221