Skip to content

Commit

Permalink
bdsx/version.json to bdsx/version-bdsx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karikera committed Feb 23, 2021
1 parent e7e878d commit 5b890d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bdsx/bdsx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ echo #define BUILD_TIME "%25date%-%time2:.=%"&gt;"gen/buildtime.h"</Command>
<FileType>Document</FileType>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">gen\version.h;$(SolutionDir)..\bdsx\bdsx\version-bdsx.json</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='ReleaseTest|x64'">gen\version.h;$(SolutionDir)..\bdsx\bdsx\version.json</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">gen\version.h;$(SolutionDir)..\bdsx\bdsx\version.json</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">gen\version.h;$(SolutionDir)..\bdsx\bdsx\version-bdsx.json</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">@call "%(Identity)"

@set resver=%25BDSX_CORE_VERSION:.=,%
Expand All @@ -217,7 +217,7 @@ echo #define BUILD_TIME "%25date%-%time2:.=%"&gt;"gen/buildtime.h"</Command>
@set resver=%25BDSX_CORE_VERSION:.=,%
@echo #define BDSX_CORE_VERSION "%25BDSX_CORE_VERSION%"&gt;gen\version.h
@echo #define BDSX_CORE_VERSION_RES %resver%&gt;&gt;gen\version.h
@echo {"coreVersion":"%25BDSX_CORE_VERSION%"}&gt;"$(SolutionDir)..\bdsx\bdsx\version.json"
@echo "%25BDSX_CORE_VERSION%"&gt;"$(SolutionDir)..\bdsx\bdsx\version-bdsx.json"
</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(identity)</Message>
<Message Condition="'$(Configuration)|$(Platform)'=='ReleaseTest|x64'">%(identity)</Message>
Expand Down

0 comments on commit 5b890d5

Please sign in to comment.