From 78f10d9efd76308fe1d02a84dafc7e43f5944816 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Tue, 24 May 2022 14:24:47 -0700 Subject: [PATCH] Clarify -all documentation Supersedes #265. Also fixes incompatible build flags for debug. --- src/vswhere.lib/vswhere.lib.rc | Bin 12044 -> 12266 bytes src/vswhere.lib/vswhere.lib.vcxproj | 1 + src/vswhere/vswhere.vcxproj | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/vswhere.lib/vswhere.lib.rc b/src/vswhere.lib/vswhere.lib.rc index 63aa4a2d437ab5085d0e33025bca9f5f43d7332a..9f8197915fa790dcdc501f091d572dbfe837cf2d 100644 GIT binary patch delta 224 zcmeB)dlkRopWx(0+9KhZ40#L+49N`n47m&i3^@#`3?)FU0~E_)NMtAl$|f^p09i?3 zIgofFP%H&VgLIQ7`SnS4=5d-5kyp~*sWI_VHQ60z6=R}ZvPfk79D^MEc< t0P>1}FdvAEfjkhc0K}<4SL6d>36xg|bYCV|9ONF|$=t$*n|p*BWB^h&Fc|;< delta 118 zcmaDA-xIgtpCD@@Lk>gEN=v0O>hE#?;1_g#phBP2q!jJ*vR{~jy3`IZ|NIZ`r ynIWGcm!SZtD;1~$B$@~mO##xmKo&@K9#BOIkj??}OTjuaCM(JaZ%z|#kpTdZR2o14 diff --git a/src/vswhere.lib/vswhere.lib.vcxproj b/src/vswhere.lib/vswhere.lib.vcxproj index 7261b1a..fc04826 100644 --- a/src/vswhere.lib/vswhere.lib.vcxproj +++ b/src/vswhere.lib/vswhere.lib.vcxproj @@ -60,6 +60,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true Guard + ProgramDatabase Windows diff --git a/src/vswhere/vswhere.vcxproj b/src/vswhere/vswhere.vcxproj index 4d92105..29780f4 100644 --- a/src/vswhere/vswhere.vcxproj +++ b/src/vswhere/vswhere.vcxproj @@ -64,6 +64,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true Guard + ProgramDatabase Console @@ -141,4 +142,4 @@ - + \ No newline at end of file