Skip to content

Commit

Permalink
Add versioninfo
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePLMonster committed Feb 5, 2017
1 parent 7ba7096 commit a59e5df
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
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 vbdec.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 vbdec.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions vbdec.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,13 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="mss\mss.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="vagdec.h" />
<ClInclude Include="vbcalls.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="vbdec.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
8 changes: 8 additions & 0 deletions vbdec.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
<ClInclude Include="vbcalls.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="vbdec.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

0 comments on commit a59e5df

Please sign in to comment.