From 2fb6b09dcf2ceb09cf021adb4a89f4c1255d5558 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 13 Jan 2019 09:36:13 +0800 Subject: +luax --- Build/3rdParty/Luax/Luax.vcxproj | 141 +++++++++++++++++++++++++++++++ Build/3rdParty/Luax/Luax.vcxproj.filters | 24 ++++++ Build/3rdParty/Luax/Luax.vcxproj.user | 4 + 3 files changed, 169 insertions(+) create mode 100644 Build/3rdParty/Luax/Luax.vcxproj create mode 100644 Build/3rdParty/Luax/Luax.vcxproj.filters create mode 100644 Build/3rdParty/Luax/Luax.vcxproj.user (limited to 'Build/3rdParty/Luax') diff --git a/Build/3rdParty/Luax/Luax.vcxproj b/Build/3rdParty/Luax/Luax.vcxproj new file mode 100644 index 0000000..9a875b2 --- /dev/null +++ b/Build/3rdParty/Luax/Luax.vcxproj @@ -0,0 +1,141 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592} + Luax + 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/3rdParty/Luax/Luax.vcxproj.filters b/Build/3rdParty/Luax/Luax.vcxproj.filters new file mode 100644 index 0000000..13acadc --- /dev/null +++ b/Build/3rdParty/Luax/Luax.vcxproj.filters @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/3rdParty/Luax/Luax.vcxproj.user b/Build/3rdParty/Luax/Luax.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/Luax/Luax.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0