From 3c1971de878bb3658c38b0504f314d38b6b765d2 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 24 Mar 2012 09:58:36 +0200 Subject: build: msvc: upgrade to Visual Studio 2010 + fixups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alon Bar-Lev Acked-by: Samuli Seppänen Signed-off-by: David Sommerseth --- src/compat/compat.vcxproj.filters | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/compat/compat.vcxproj.filters (limited to 'src/compat/compat.vcxproj.filters') diff --git a/src/compat/compat.vcxproj.filters b/src/compat/compat.vcxproj.filters new file mode 100644 index 0000000..00bb0ff --- /dev/null +++ b/src/compat/compat.vcxproj.filters @@ -0,0 +1,42 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file -- cgit