mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
Add chanview files to project
This commit is contained in:
parent
075cc61c94
commit
e52905f50c
@ -134,6 +134,8 @@
|
|||||||
<ClCompile Include="ascii.c" />
|
<ClCompile Include="ascii.c" />
|
||||||
<ClCompile Include="banlist.c" />
|
<ClCompile Include="banlist.c" />
|
||||||
<ClCompile Include="chanlist.c" />
|
<ClCompile Include="chanlist.c" />
|
||||||
|
<ClCompile Include="chanview-tabs.c" />
|
||||||
|
<ClCompile Include="chanview-tree.c" />
|
||||||
<ClCompile Include="chanview.c" />
|
<ClCompile Include="chanview.c" />
|
||||||
<ClCompile Include="custom-list.c" />
|
<ClCompile Include="custom-list.c" />
|
||||||
<ClCompile Include="dccgui.c" />
|
<ClCompile Include="dccgui.c" />
|
||||||
|
@ -188,6 +188,12 @@
|
|||||||
<ClCompile Include="resources.c">
|
<ClCompile Include="resources.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="chanview-tabs.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="chanview-tree.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Manifest Include="hexchat.exe.manifest">
|
<Manifest Include="hexchat.exe.manifest">
|
||||||
@ -207,4 +213,4 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="..\..\data\hexchat.gresource.xml" />
|
<Xml Include="..\..\data\hexchat.gresource.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user