From 2fb6b09dcf2ceb09cf021adb4a89f4c1255d5558 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 13 Jan 2019 09:36:13 +0800 Subject: +luax --- Build/Lua51/Lua51.vcxproj | 182 ++++++++++++++++++++++++++++++++++++++ Build/Lua51/Lua51.vcxproj.filters | 65 ++++++++++++++ Build/Lua51/Lua51.vcxproj.user | 4 + 3 files changed, 251 insertions(+) create mode 100644 Build/Lua51/Lua51.vcxproj create mode 100644 Build/Lua51/Lua51.vcxproj.filters create mode 100644 Build/Lua51/Lua51.vcxproj.user (limited to 'Build/Lua51') diff --git a/Build/Lua51/Lua51.vcxproj b/Build/Lua51/Lua51.vcxproj new file mode 100644 index 0000000..28d30f3 --- /dev/null +++ b/Build/Lua51/Lua51.vcxproj @@ -0,0 +1,182 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {DFE6C528-0F03-4512-85D3-B4A632518F12} + Lua51 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/Lua51/Lua51.vcxproj.filters b/Build/Lua51/Lua51.vcxproj.filters new file mode 100644 index 0000000..f8d1d7b --- /dev/null +++ b/Build/Lua51/Lua51.vcxproj.filters @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/Lua51/Lua51.vcxproj.user b/Build/Lua51/Lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/Lua51/Lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0