From 3147190f3d652419a7f33e8110b480f36603b1ed Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 10 Oct 2015 11:42:25 -0700 Subject: scripts: Cleanup NuGet packaging Move pugixml project file for VS2015 to scripts/ and unify the output file structure similar to old VS201x projects. Remove test projects and solution since they are not required for building. Provide more accurate information in the package script and handle build errors during package construction properly. --- .../vs2015/libpugixml/libpugixml.vcxproj.filters | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 scripts/vs2015/libpugixml/libpugixml.vcxproj.filters (limited to 'scripts/vs2015/libpugixml/libpugixml.vcxproj.filters') diff --git a/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters b/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters deleted file mode 100644 index 8e4201e..0000000 --- a/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters +++ /dev/null @@ -1,33 +0,0 @@ - - - - - {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 - - - - - - - - Header Files - - - Header Files - - - - - Source Files - - - \ No newline at end of file -- cgit v1.2.3