From 5dfce5568e0b14c1a39f26b7fb22978aa9500711 Mon Sep 17 00:00:00 2001 From: mborland Date: Sun, 10 Nov 2013 02:33:34 -0500 Subject: VC2013 3rd times a charm? --- VC2013/ToLua.vcxproj | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 VC2013/ToLua.vcxproj (limited to 'VC2013/ToLua.vcxproj') diff --git a/VC2013/ToLua.vcxproj b/VC2013/ToLua.vcxproj new file mode 100644 index 000000000..cd032d3b3 --- /dev/null +++ b/VC2013/ToLua.vcxproj @@ -0,0 +1,150 @@ + + + + + Debug profiled + Win32 + + + Debug + Win32 + + + Release profiled + Win32 + + + Release + Win32 + + + + {EEAB54AD-114C-4AB8-8482-0A52D502BD35} + ToLua + Win32Proj + + + + StaticLibrary + v120 + Unicode + + + StaticLibrary + v120 + Unicode + true + + + StaticLibrary + v120 + Unicode + true + + + StaticLibrary + v120 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.21005.1 + + + $(SolutionDir)$(Configuration)\ToLua\ + $(Configuration)\ToLua\ + + + $(SolutionDir)$(Configuration)\ToLua\ + $(Configuration)\ToLua\ + + + $(SolutionDir)$(Configuration)\tolua\ + $(Configuration)\tolua\ + + + $(SolutionDir)$(Configuration)\ToLua\ + $(Configuration)\ToLua\ + + + + Disabled + ../tolua++-1.0.93/include;../lua-5.1.4/src;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + + + MaxSpeed + true + ../tolua++-1.0.93/include;../lua-5.1.4/src;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + + + + + MaxSpeed + true + ../tolua++-1.0.93/include;../lua-5.1.4/src;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + + + + + Disabled + ../tolua++-1.0.93/include;../lua-5.1.4/src;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3