diff options
-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 |