summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/cleanup/cleanup.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2025-10-08Fix linker errors related to mullvad-nsisDavid Lönnhager1-10/+0
mullvad-nsis is built in an empty project before 'log' and 'cleanup' This fixes an issue where the lib could be rebuilt in one project while the linker was running for the other project
2025-05-28Enable CFG for nsis-pluginsDavid Lönnhager1-0/+1
2025-01-30Append --locked to cargo build invocations in nsis-plugin projectsLinus Färnstrand1-1/+1
2024-12-02Add workaround for cargo linker issues in MSVC when targeting i686David Lönnhager1-2/+4
When running cargo from MSVC, as of Rust 1.83, it uses build tools for the target MSVC architecture rather than host, when building build scripts. Unsetting 'VSTEL_MSBuildProjectFullPath' works around this issue. This workaround can be removed once the upstream issue has been fixed: https://github.com/rust-lang/cc-rs/issues/1308
2023-08-08Link against psapi.lib, which contains EnumProcessesDavid Lönnhager1-2/+2
2023-05-31Set explicit C++ standard to C++20David Lönnhager1-2/+2
2023-02-27Retrieve system app dir path from mullvad-paths in cleanup pluginDavid Lönnhager1-6/+14
using mullvad-nsis
2022-09-09Upgrade Visual Studio toolset and Visual Studio versionDavid Lönnhager1-2/+2
2019-11-18Migrate nsis-plugins to VS 2019David Lönnhager1-5/+5
2019-07-17Update binary paths in Windows projectsJanito Vaqueiro Ferreira Filho1-4/+4
2018-08-29Add uninstaller plugin for extended system cleaningOdd Stranne1-0/+124