From 26aad338736fcb27eeeaf503bf8fde996316b8d0 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Sat, 29 Nov 2025 14:34:41 -0600 Subject: [PATCH] correctly add .manifest file --- xp_activate32.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xp_activate32.vcxproj b/xp_activate32.vcxproj index 174afb6..c0546c3 100644 --- a/xp_activate32.vcxproj +++ b/xp_activate32.vcxproj @@ -86,6 +86,9 @@ true comctl32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + src/xp_activate32.manifest %(AdditionalManifestFiles) + @@ -176,4 +179,4 @@ false - + \ No newline at end of file