From 639b34294ffc20721c66db46e59e07d9100ac4b8 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Sep 2020 20:30:31 +0800 Subject: *init --- Projects/VisualStudio/lua51/lua51.vcxproj | 188 ++++++++++++++++++++++ Projects/VisualStudio/lua51/lua51.vcxproj.filters | 63 ++++++++ Projects/VisualStudio/lua51/lua51.vcxproj.user | 4 + 3 files changed, 255 insertions(+) create mode 100644 Projects/VisualStudio/lua51/lua51.vcxproj create mode 100644 Projects/VisualStudio/lua51/lua51.vcxproj.filters create mode 100644 Projects/VisualStudio/lua51/lua51.vcxproj.user (limited to 'Projects/VisualStudio/lua51') diff --git a/Projects/VisualStudio/lua51/lua51.vcxproj b/Projects/VisualStudio/lua51/lua51.vcxproj new file mode 100644 index 0000000..99605c6 --- /dev/null +++ b/Projects/VisualStudio/lua51/lua51.vcxproj @@ -0,0 +1,188 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AD09415F-4BF9-4FCE-901F-7AB22D429CFC} + lua51 + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/lua51/lua51.vcxproj.filters b/Projects/VisualStudio/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..0e09431 --- /dev/null +++ b/Projects/VisualStudio/lua51/lua51.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/lua51/lua51.vcxproj.user b/Projects/VisualStudio/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Projects/VisualStudio/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0