Skip to content

Commit

Permalink
add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
dariowouters committed Nov 12, 2024
1 parent b12dca7 commit 37e7fc6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Binary file not shown.
6 changes: 5 additions & 1 deletion ScsRenderSteeringHookups/ScsRenderSteeringHookups.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,14 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="memory.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="ScsRenderSteeringHookups.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>
</Project>
14 changes: 14 additions & 0 deletions ScsRenderSteeringHookups/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 ScsRenderSteeringHookups.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
Binary file modified dist/ScsRenderSteeringHookups.dll
Binary file not shown.

0 comments on commit 37e7fc6

Please sign in to comment.