From 975c4198a2b0683e48f89c963e5e5fb6b1c3ff84 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Wed, 18 Sep 2024 15:46:04 -0500 Subject: [PATCH] Ah, pack the version into the binary in the old way --- src/common/version/version.vcxproj | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/common/version/version.vcxproj b/src/common/version/version.vcxproj index f6ad515137e..e31a5bd3351 100644 --- a/src/common/version/version.vcxproj +++ b/src/common/version/version.vcxproj @@ -1,12 +1,21 @@ + + + $(VersionProductMajor) + $(VersionProductMinor) + $(VersionProductBuildRevision) + 0 + 0 + 0 + - - - + + +