From 1380e6d3c57bf82344f7d10bc6a59b643163051f Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Mon, 6 Jun 2016 05:27:07 -0700 Subject: [PATCH] Added libyaml MSVC 2010 project --- libyaml/win32/yaml2010.vcxproj | 98 ++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 libyaml/win32/yaml2010.vcxproj diff --git a/libyaml/win32/yaml2010.vcxproj b/libyaml/win32/yaml2010.vcxproj new file mode 100644 index 00000000..ba677389 --- /dev/null +++ b/libyaml/win32/yaml2010.vcxproj @@ -0,0 +1,98 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + yaml + {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F} + yaml + Win32Proj + + + + StaticLibrary + NotSet + + + StaticLibrary + NotSet + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + Output\Debug\lib\ + Build\Debug\lib\ + Output\Release\lib\ + Build\Release\lib\ + + + + Disabled + .;../include;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;YAML_DECLARE_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + $(OutDir)yaml.lib + + + + + $(ProjectDir)..\include;$(ProjectDir)..\src;$(ProjectDir);%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;YAML_DECLARE_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + + + Level3 + ProgramDatabase + + + $(OutDir)yaml.lib + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file