Provide builtin defauls for treeview icons

This commit is contained in:
Berke Viktor
2012-10-13 15:31:25 +02:00
parent f7013f70a5
commit c01ee90ef6
16 changed files with 55 additions and 8 deletions

View File

@@ -93,6 +93,8 @@
<ItemGroup>
<None Include="..\..\hexchat.png" />
<None Include="book.png" />
<None Include="channel.png" />
<None Include="dialog.png" />
<None Include="fileoffer.png" />
<None Include="highlight.png" />
<None Include="hop.png" />
@@ -100,6 +102,8 @@
<None Include="op.png" />
<None Include="purple.png" />
<None Include="red.png" />
<None Include="server.png" />
<None Include="util.png" />
<None Include="voice.png" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />