summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.vcxproj.filters
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-09-27 21:56:13 -0400
committerTingPing <tingping@tingping.se>2013-09-29 02:24:06 -0400
commit1f84c507a058f5baa01a632ce2478fa31854907d (patch)
tree4cbd6188a2e92839be97ac2dc996420a5c3aba00 /src/fe-gtk/fe-gtk.vcxproj.filters
parent0d2feba69cd3fda426fd3b786afb8b7c563a62da (diff)
Reorganize files and migrate images to gresource
Diffstat (limited to 'src/fe-gtk/fe-gtk.vcxproj.filters')
-rw-r--r--src/fe-gtk/fe-gtk.vcxproj.filters10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/fe-gtk/fe-gtk.vcxproj.filters b/src/fe-gtk/fe-gtk.vcxproj.filters
index e1de7844..765e8cba 100644
--- a/src/fe-gtk/fe-gtk.vcxproj.filters
+++ b/src/fe-gtk/fe-gtk.vcxproj.filters
@@ -185,6 +185,9 @@
     <ClCompile Include="xtext.c">

       <Filter>Source Files</Filter>

     </ClCompile>

+    <ClCompile Include="resources.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

   </ItemGroup>

   <ItemGroup>

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

@@ -197,8 +200,11 @@
     </ResourceCompile>

   </ItemGroup>

   <ItemGroup>

-    <None Include="..\..\share\icons\hexchat.ico">

+    <None Include="..\..\data\icons\hexchat.ico">

       <Filter>Resource Files</Filter>

     </None>

   </ItemGroup>

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

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

+  </ItemGroup>

+</Project>