diff options
author | George Hazan <ghazan@miranda.im> | 2022-01-27 15:29:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-01-27 15:29:02 +0300 |
commit | ec64a796ada44e1a3ce53c10012dc3e2ad6694cd (patch) | |
tree | 3ee4a86bbab6655382f16dac306756f7ca6e8e06 /plugins/Ping/ping.vcxproj | |
parent | aa668d6ae29407bab7222929cc0145db5bab2129 (diff) |
Ping: fix for field order
Diffstat (limited to 'plugins/Ping/ping.vcxproj')
-rw-r--r-- | plugins/Ping/ping.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Ping/ping.vcxproj b/plugins/Ping/ping.vcxproj index 3d0c4138b4..993772f47c 100644 --- a/plugins/Ping/ping.vcxproj +++ b/plugins/Ping/ping.vcxproj @@ -57,4 +57,10 @@ <ResourceCompile Include="res\ping.rc" />
<ResourceCompile Include="res\Version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\green.ico" />
+ <Image Include="res\grey.ico" />
+ <Image Include="res\red.ico" />
+ <Image Include="res\yellow.ico" />
+ </ItemGroup>
</Project>
\ No newline at end of file |