From b112341a643de675a25459b26484ebf61eedffe9 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Wed, 7 Oct 2015 21:46:35 +0300 Subject: VisualStudio 2015 solution added --- scripts/vs2015/libpugixml/ReadMe.txt | 29 ++++ scripts/vs2015/libpugixml/libpugixml.vcxproj | 146 +++++++++++++++++++++ .../vs2015/libpugixml/libpugixml.vcxproj.filters | 33 +++++ 3 files changed, 208 insertions(+) create mode 100644 scripts/vs2015/libpugixml/ReadMe.txt create mode 100644 scripts/vs2015/libpugixml/libpugixml.vcxproj create mode 100644 scripts/vs2015/libpugixml/libpugixml.vcxproj.filters (limited to 'scripts/vs2015/libpugixml') diff --git a/scripts/vs2015/libpugixml/ReadMe.txt b/scripts/vs2015/libpugixml/ReadMe.txt new file mode 100644 index 0000000..801fc78 --- /dev/null +++ b/scripts/vs2015/libpugixml/ReadMe.txt @@ -0,0 +1,29 @@ +======================================================================== + STATIC LIBRARY : libpugixml Project Overview +======================================================================== + +AppWizard has created this libpugixml library project for you. + +No source files were created as part of your project. + + +libpugixml.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +libpugixml.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/scripts/vs2015/libpugixml/libpugixml.vcxproj b/scripts/vs2015/libpugixml/libpugixml.vcxproj new file mode 100644 index 0000000..b92b1f7 --- /dev/null +++ b/scripts/vs2015/libpugixml/libpugixml.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {07CF01C0-B887-499D-AD9C-799CB6A9FE64} + Win32Proj + libpugixml + 8.1 + + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters b/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters new file mode 100644 index 0000000..8e4201e --- /dev/null +++ b/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + {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