diff options
Diffstat (limited to 'src/burn/engine/engine.vcxproj')
-rw-r--r-- | src/burn/engine/engine.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/engine.vcxproj b/src/burn/engine/engine.vcxproj index ba26f68e..768f20ba 100644 --- a/src/burn/engine/engine.vcxproj +++ b/src/burn/engine/engine.vcxproj | |||
@@ -162,6 +162,7 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command> | |||
162 | <rup>$(GitBaseVersionPatch)</rup> | 162 | <rup>$(GitBaseVersionPatch)</rup> |
163 | <rpr>$(GitCommits)</rpr> | 163 | <rpr>$(GitCommits)</rpr> |
164 | <szVerMajorMinorBuild>$(rmj).$(rmm).$(rup).$(rpr)</szVerMajorMinorBuild> | 164 | <szVerMajorMinorBuild>$(rmj).$(rmm).$(rup).$(rpr)</szVerMajorMinorBuild> |
165 | <szInformationalVersion>$(InformationalVersion)</szInformationalVersion> | ||
165 | </PropertyGroup> | 166 | </PropertyGroup> |
166 | 167 | ||
167 | <ItemGroup> | 168 | <ItemGroup> |
@@ -176,6 +177,8 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command> | |||
176 | #define rmm $(rmm) | 177 | #define rmm $(rmm) |
177 | #define rup $(rup) | 178 | #define rup $(rup) |
178 | #define rpr $(rpr) | 179 | #define rpr $(rpr) |
180 | #define szInformationalVersion "$(szInformationalVersion)" | ||
181 | #define wzInformationalVersion L"$(szInformationalVersion)" | ||
179 | 182 | ||
180 | #endif | 183 | #endif |
181 | "/> | 184 | "/> |