diff --git a/bdsx/bdsx.vcxproj b/bdsx/bdsx.vcxproj index f42eaff..a17dae4 100644 --- a/bdsx/bdsx.vcxproj +++ b/bdsx/bdsx.vcxproj @@ -197,7 +197,7 @@ echo #define BUILD_TIME "%25date%-%time2:.=%">"gen/buildtime.h" Document gen\version.h;$(SolutionDir)..\bdsx\bdsx\version-bdsx.json gen\version.h;$(SolutionDir)..\bdsx\bdsx\version.json - gen\version.h;$(SolutionDir)..\bdsx\bdsx\version.json + gen\version.h;$(SolutionDir)..\bdsx\bdsx\version-bdsx.json @call "%(Identity)" @set resver=%25BDSX_CORE_VERSION:.=,% @@ -217,7 +217,7 @@ echo #define BUILD_TIME "%25date%-%time2:.=%">"gen/buildtime.h" @set resver=%25BDSX_CORE_VERSION:.=,% @echo #define BDSX_CORE_VERSION "%25BDSX_CORE_VERSION%">gen\version.h @echo #define BDSX_CORE_VERSION_RES %resver%>>gen\version.h -@echo {"coreVersion":"%25BDSX_CORE_VERSION%"}>"$(SolutionDir)..\bdsx\bdsx\version.json" +@echo "%25BDSX_CORE_VERSION%">"$(SolutionDir)..\bdsx\bdsx\version-bdsx.json" %(identity) %(identity)