Skip to content

Commit

Permalink
Added resource version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Hana committed Nov 11, 2022
1 parent 8b00628 commit 52815d7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
7 changes: 4 additions & 3 deletions RBRTestPlugin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<ItemGroup>
<ClInclude Include="Countdown.h" />
<ClInclude Include="Globals.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="Utils\LogUtil.h" />
<ClInclude Include="Utils\StringUtil.h" />
<ClInclude Include="Lib\Detourxs\detourxs.h" />
Expand All @@ -132,13 +133,13 @@
<ClInclude Include="stdafx.h" />
<ClInclude Include="Plugin.h" />
</ItemGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<Library Include="Lib\Detourxs\LDE64.lib" />
<Library Include="Lib\Detourxs\LDE64x64.lib" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Resource.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
11 changes: 8 additions & 3 deletions RBRTestPlugin.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,17 @@
<ClInclude Include="Globals.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Library Include="Lib\Detourxs\LDE64.lib" />
<Library Include="Lib\Detourxs\LDE64x64.lib" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
Binary file added Resource.rc
Binary file not shown.
14 changes: 14 additions & 0 deletions resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Resource.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

0 comments on commit 52815d7

Please sign in to comment.