summary refs log tree commit diff stats
path: root/win32/deps/expat/xmlwf/xmlwf.vcxproj.filters
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-28 18:53:53 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-28 18:53:53 +0200
commit50bf1b59593bf4d55c1d2964987c46b4aafc1868 (patch)
tree19a14c2e7da434f599fe8bf7f45ddc9d78e0390c /win32/deps/expat/xmlwf/xmlwf.vcxproj.filters
parentf816bd4d715727f9b0617a46265fec26b41f0448 (diff)
Add Expat solution and release scripts
Diffstat (limited to 'win32/deps/expat/xmlwf/xmlwf.vcxproj.filters')
-rw-r--r--win32/deps/expat/xmlwf/xmlwf.vcxproj.filters48
1 files changed, 48 insertions, 0 deletions
diff --git a/win32/deps/expat/xmlwf/xmlwf.vcxproj.filters b/win32/deps/expat/xmlwf/xmlwf.vcxproj.filters
new file mode 100644
index 00000000..4803a816
--- /dev/null
+++ b/win32/deps/expat/xmlwf/xmlwf.vcxproj.filters
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{952d8719-ed6e-4bba-8bf7-da1960470f88}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{6d2ec46b-bcd6-41df-b1f5-f715ba93ef1e}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions>

+    </Filter>

+    <Filter Include="Resource Files">

+      <UniqueIdentifier>{5cef6b84-4f8f-4a55-82bf-9fa03d1a1617}</UniqueIdentifier>

+      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="codepage.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="readfilemap.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="unixfilemap.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="win32filemap.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlfile.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlwf.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="codepage.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmlfile.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltchar.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+  </ItemGroup>

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