Skip to content

Commit

Permalink
add version resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi Senda committed Nov 20, 2020
1 parent 87333ca commit c3959bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions wcc/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 wcc.rc

// 新しいオブジェクトの次の既定値
//
#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 added wcc/wcc.rc
Binary file not shown.
6 changes: 6 additions & 0 deletions wcc/wcc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@
<ItemGroup>
<ClCompile Include="wcc.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="wcc.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down

0 comments on commit c3959bc

Please sign in to comment.