From a059088c90fafb9ef21840db338f6bd04023b096 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 7 Dec 2018 20:16:33 +0800 Subject: *init --- build/vs/lua51/lua51.vcxproj | 188 +++++++++++++++++++++++++++++++++++ build/vs/lua51/lua51.vcxproj.filters | 64 ++++++++++++ build/vs/lua51/lua51.vcxproj.user | 4 + 3 files changed, 256 insertions(+) create mode 100644 build/vs/lua51/lua51.vcxproj create mode 100644 build/vs/lua51/lua51.vcxproj.filters create mode 100644 build/vs/lua51/lua51.vcxproj.user (limited to 'build/vs/lua51') diff --git a/build/vs/lua51/lua51.vcxproj b/build/vs/lua51/lua51.vcxproj new file mode 100644 index 0000000..988b9c5 --- /dev/null +++ b/build/vs/lua51/lua51.vcxproj @@ -0,0 +1,188 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {A5D20E8F-8105-414F-8B84-1D389FC6628D} + lua51 + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\..\..\bin + + + $(SolutionDir)..\..\..\..\bin + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vs/lua51/lua51.vcxproj.filters b/build/vs/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..889613c --- /dev/null +++ b/build/vs/lua51/lua51.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vs/lua51/lua51.vcxproj.user b/build/vs/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vs/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0