diff options
author | TingPing <tingping@tingping.se> | 2013-10-08 17:59:07 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-10-08 17:59:07 -0400 |
commit | e52905f50c7ff5d123a58ba016dcbb9de2b13f4f (patch) | |
tree | 928715d9ec5f6c140400d3053024f4457797f776 | |
parent | 075cc61c942998b7fdfeabfde10490ef233f88cd (diff) |
Add chanview files to project
-rw-r--r-- | src/fe-gtk/fe-gtk.vcxproj | 2 | ||||
-rw-r--r-- | src/fe-gtk/fe-gtk.vcxproj.filters | 8 |
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 |