summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-10-08 17:59:07 -0400
committerTingPing <tingping@tingping.se>2013-10-08 17:59:07 -0400
commite52905f50c7ff5d123a58ba016dcbb9de2b13f4f (patch)
tree928715d9ec5f6c140400d3053024f4457797f776
parent075cc61c942998b7fdfeabfde10490ef233f88cd (diff)
Add chanview files to project
-rw-r--r--src/fe-gtk/fe-gtk.vcxproj2
-rw-r--r--src/fe-gtk/fe-gtk.vcxproj.filters8
2 files changed, 9 insertions, 1 deletions
diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj
index 73526766..1143dac7 100644
--- a/src/fe-gtk/fe-gtk.vcxproj
+++ b/src/fe-gtk/fe-gtk.vcxproj
@@ -134,6 +134,8 @@
     <ClCompile Include="ascii.c" />

     <ClCompile Include="banlist.c" />

     <ClCompile Include="chanlist.c" />

+    <ClCompile Include="chanview-tabs.c" />

+    <ClCompile Include="chanview-tree.c" />

     <ClCompile Include="chanview.c" />

     <ClCompile Include="custom-list.c" />

     <ClCompile Include="dccgui.c" />

diff --git a/src/fe-gtk/fe-gtk.vcxproj.filters b/src/fe-gtk/fe-gtk.vcxproj.filters
index 765e8cba..e70cde9f 100644
--- a/src/fe-gtk/fe-gtk.vcxproj.filters
+++ b/src/fe-gtk/fe-gtk.vcxproj.filters
@@ -188,6 +188,12 @@
     <ClCompile Include="resources.c">

       <Filter>Source Files</Filter>

     </ClCompile>

+    <ClCompile Include="chanview-tabs.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="chanview-tree.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

   </ItemGroup>

   <ItemGroup>

     <Manifest Include="hexchat.exe.manifest">

@@ -207,4 +213,4 @@
   <ItemGroup>

     <Xml Include="..\..\data\hexchat.gresource.xml" />

   </ItemGroup>

-</Project>

+</Project>
\ No newline at end of file