From e66109c1e3ce97d39114b67b30b8d2da2c793f11 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 19 Mar 2016 17:57:43 +0000 Subject: build: Added missing Visual Studio filter files for VC10 onwards As these files don't need to contain references to the source files, although typically do, added basic files which only include three filters and don't require the project file generator to be modified. These files allow the source code to be viewed in the Solution Explorer in versions of Visual Studio from 2010 onwards in the same manner as previous versions did rather than one large view of files. --- projects/Windows/VC10/src/curl.vcxproj.filters | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/Windows/VC10/src/curl.vcxproj.filters (limited to 'projects/Windows/VC10/src/curl.vcxproj.filters') diff --git a/projects/Windows/VC10/src/curl.vcxproj.filters b/projects/Windows/VC10/src/curl.vcxproj.filters new file mode 100644 index 000000000..4d6341d74 --- /dev/null +++ b/projects/Windows/VC10/src/curl.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;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;mfcribbon-ms + + + \ No newline at end of file -- cgit v1.2.3