Skip to content

Commit

Permalink
Update resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Jul 15, 2018
1 parent b6b30e9 commit fd1fa9e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 24 deletions.
Binary file modified src/MagickMeter.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions src/MagickMeter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="MagickMeter.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="MagickMeter.rc" />
<ResourceCompile Include="Magickmeter.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
22 changes: 0 additions & 22 deletions src/resource.h

This file was deleted.

9 changes: 9 additions & 0 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#define PLUGIN_VERSION "0.4.0.0"
#define PLUGIN_AUTHOR "khanhas"
#define PLUGIN_YEAR 2018
// Has to be the same as the project name!
#define PLUGIN_NAME "MagickMeter"
// This is the path relative to root directory (where build.bat is placed)
// #define EXAMPLE_SKIN_PATH "ExampleSkin"
// #define EXAMPLE_SKIN_NAME "Example Skin"
#define RAINMETER_VERSION "4.0.0.0"

0 comments on commit fd1fa9e

Please sign in to comment.