Skip to content

Commit

Permalink
SporeModManager: introduce SporeModManager.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 18, 2023
1 parent 1f6dc80 commit ff64e2f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Binary file added SporeModManager/SporeModManager.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions SporeModManager/SporeModManager.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,13 @@
<ItemGroup>
<ClInclude Include="..\3rdParty\tinyxml2\tinyxml2.h" />
<ClInclude Include="..\3rdParty\zlib\contrib\minizip\unzip.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="SporeModManager.hpp" />
<ClInclude Include="SporeModManagerHelpers.hpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="SporeModManager.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
8 changes: 8 additions & 0 deletions SporeModManager/SporeModManager.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,13 @@
<ClInclude Include="..\3rdParty\zlib\contrib\minizip\unzip.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="SporeModManager.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
14 changes: 14 additions & 0 deletions SporeModManager/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 SporeModManager.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 ff64e2f

Please sign in to comment.