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/Lua.vcxproj | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 VC2013/Lua.vcxproj (limited to 'VC2013/Lua.vcxproj') diff --git a/VC2013/Lua.vcxproj b/VC2013/Lua.vcxproj new file mode 100644 index 000000000..453ccb984 --- /dev/null +++ b/VC2013/Lua.vcxproj @@ -0,0 +1,194 @@ + + + + + Debug profiled + Win32 + + + Debug + Win32 + + + Release profiled + Win32 + + + Release + Win32 + + + + {082E8185-7B3A-4945-8C82-9132341A329D} + Lua + Win32Proj + + + + StaticLibrary + v120 + Unicode + + + StaticLibrary + v120 + Unicode + true + + + StaticLibrary + v120 + Unicode + true + + + StaticLibrary + v120 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.21005.1 + + + $(SolutionDir)$(Configuration)\Lua\ + $(Configuration)\Lua\ + + + $(SolutionDir)$(Configuration)\Lua\ + $(Configuration)\Lua\ + + + $(SolutionDir)$(Configuration)\Lua\ + $(Configuration)\Lua\ + + + $(SolutionDir)$(Configuration)\Lua\ + $(Configuration)\Lua\ + + + + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + + + MaxSpeed + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + + + + + MaxSpeed + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + + + + + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3