files and version

This commit is contained in:
cdozdil
2024-06-30 22:32:20 +03:00
parent ffdeeef272
commit f61bd9358c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
<IncludePath>$(SolutionDir)external\vulkan\include;$(SolutionDir)external\nvngx_dlss_sdk;$(SolutionDir)external\xess\inc\xess;$(SolutionDir)external\simpleini;$(SolutionDir)external\unordered_dense\include;$(SolutionDir)external\spdlog\include;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)fsr2\lib;$(ProjectDir)fsr2_212\lib;$(ProjectDir)vulkan;$(ProjectDir)d3dx;$(ProjectDir)detours;$(SolutionDir)external\xess\lib;$(LibraryPath)</LibraryPath>
<TargetName>version</TargetName>
<OutDir>D:\Folders\Games\No Man%27s Sky\Binaries\</OutDir>
<OutDir>D:\Folders\Games\Deep Rock Galactic\FSD\Binaries\Win64\</OutDir>
<IntDir>.\x64\Debug</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+2 -2
View File
@@ -21,7 +21,7 @@
#define VER_MAJOR_VERSION 0
#define VER_MINOR_VERSION 6
#define VER_HOTFIX_VERSION 2
#define VER_BUILD_NUMBER 1
#define VER_BUILD_NUMBER 3
#define VER_PRE_RELEASE
#define VER_FILE_VERSION VER_MAJOR_VERSION, VER_MINOR_VERSION, VER_HOTFIX_VERSION, VER_BUILD_NUMBER
@@ -35,5 +35,5 @@
#define VER_PRODUCT_VERSION_STR STRINGIZE(VER_MAJOR_VERSION) "." STRINGIZE(VER_MINOR_VERSION) "." STRINGIZE(VER_HOTFIX_VERSION) "-final"
#endif // VER_PRE_RELEASE
#define VER_PRODUCT_NAME "OptiScaler v" VER_PRODUCT_VERSION_STR
#define VER_PRODUCT_NAME "OptiScaler v" VER_PRODUCT_VERSION_STR