summaryrefslogtreecommitdiff
path: root/plugins/MirLua/MirLua.vcxproj
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-06-09 20:42:18 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-06-09 20:42:18 +0000
commitdf8bc2304a8afe0319f8909f397bdf1a0670b710 (patch)
tree912af3e7cc49884c4f00fbcefd24b18f5deaccc1 /plugins/MirLua/MirLua.vcxproj
parente80b0c7dd5b03b9e289740037171dea69691e7df (diff)
MirLua:
- renamed m_clist module to m_menus - added m_icons module - added examples with comments git-svn-id: http://svn.miranda-ng.org/main/trunk@14091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/MirLua.vcxproj')
-rw-r--r--plugins/MirLua/MirLua.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/MirLua/MirLua.vcxproj b/plugins/MirLua/MirLua.vcxproj
index 479c78f425..66db483dd4 100644
--- a/plugins/MirLua/MirLua.vcxproj
+++ b/plugins/MirLua/MirLua.vcxproj
@@ -31,4 +31,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <None Include="res\icon.ico" />
+ </ItemGroup>
</Project>