From 6d218e2b7fa7af0b715223c068ab3b878efc67c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 May 2014 12:57:47 -0700 Subject: Auto-generate solution files for examples Also change project file's VC version encoding --- .../cxx/tree/hello/hello-vc12.vcxproj.filters | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dist/examples/cxx/tree/hello/hello-vc12.vcxproj.filters (limited to 'dist/examples/cxx/tree/hello/hello-vc12.vcxproj.filters') diff --git a/dist/examples/cxx/tree/hello/hello-vc12.vcxproj.filters b/dist/examples/cxx/tree/hello/hello-vc12.vcxproj.filters new file mode 100644 index 0000000..732378a --- /dev/null +++ b/dist/examples/cxx/tree/hello/hello-vc12.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {D512D9C4-9DDD-4830-A487-1D87DB0643D5} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file -- cgit v1.1