From 0bf664ea0b430a36c132210c9c43ca831f858e5a Mon Sep 17 00:00:00 2001 From: Diga Widyaprana Date: Mon, 22 Sep 2014 17:34:22 +0800 Subject: [PATCH] Add vcxproj scripts for vs2013 --- scripts/pugixml_vs2013.vcxproj | 76 +++++++++++++++++++++++++++ scripts/pugixml_vs2013_static.vcxproj | 76 +++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 scripts/pugixml_vs2013.vcxproj create mode 100644 scripts/pugixml_vs2013_static.vcxproj diff --git a/scripts/pugixml_vs2013.vcxproj b/scripts/pugixml_vs2013.vcxproj new file mode 100644 index 0000000..128c78b --- /dev/null +++ b/scripts/pugixml_vs2013.vcxproj @@ -0,0 +1,76 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + {A0150C5D-EA87-4024-9D67-834BD25C2947} + pugixml_vs2013 + + + + DynamicLibrary + true + v120 + MultiByte + + + Application + false + v120 + true + MultiByte + + + + + + + + + + + + + + + Level3 + Disabled + true + + + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + + + + + \ No newline at end of file diff --git a/scripts/pugixml_vs2013_static.vcxproj b/scripts/pugixml_vs2013_static.vcxproj new file mode 100644 index 0000000..eb0167d --- /dev/null +++ b/scripts/pugixml_vs2013_static.vcxproj @@ -0,0 +1,76 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + {A0150C5D-EA87-4024-9D67-834BD25C2947} + pugixml_vs2013 + + + + StaticLibrary + true + v120 + MultiByte + + + Application + false + v120 + true + MultiByte + + + + + + + + + + + + + + + Level3 + Disabled + true + + + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + + + + + \ No newline at end of file