Skip to content

Commit

Permalink
Add version resource
Browse files Browse the repository at this point in the history
  • Loading branch information
poizan42 committed Feb 14, 2016
1 parent ad2ea14 commit 4664d9f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions soswow64/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 soswow64.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 added soswow64/soswow64.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions soswow64/soswow64.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="soswow64.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
Expand All @@ -100,6 +101,9 @@
<ItemGroup>
<None Include="exports.def" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="soswow64.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
8 changes: 8 additions & 0 deletions soswow64/soswow64.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<ClInclude Include="soswow64.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="soswow64.c">
Expand All @@ -30,4 +33,9 @@
<ItemGroup>
<None Include="exports.def" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="soswow64.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

0 comments on commit 4664d9f

Please sign in to comment.