added resources file with Version resource

- redis-server.exe and redis-cli.exe will now have a proper version shown in Properties->Details
This commit is contained in:
Tomasz Poradowski
2018-03-26 12:36:49 +02:00
parent e1a9982ade
commit 81af7b10ef
4 changed files with 22 additions and 0 deletions
+4
View File
@@ -189,6 +189,10 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\deps\linenoise\linenoise.h" />
<ClInclude Include="..\resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\RedisForWindows.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Binary file not shown.
+4
View File
@@ -311,6 +311,7 @@ copy /Y $(OutputPath)redis-server.pdb $(OutputPath)redis-check-aof.pdb</Command>
<ClInclude Include="..\src\ziplist.h" />
<ClInclude Include="..\src\zipmap.h" />
<ClInclude Include="..\src\zmalloc.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\deps\jemalloc-win\projects\jemalloc\proj.win32\vc2013\jemalloc.vcxproj">
@@ -332,6 +333,9 @@ copy /Y $(OutputPath)redis-server.pdb $(OutputPath)redis-check-aof.pdb</Command>
<ItemGroup>
<Resource Include="..\src\Win32_Interop\resources\EventLog.res" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="RedisForWindows.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
+14
View File
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by RedisForWindows.rc
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif