From 37f1d11f9e1f7b9f336b509f3afb6dd61bb5ffee Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Dec 2018 20:04:05 +0800 Subject: *misc --- build/vc++/3rdparty/luax/luax.vcxproj | 123 ++++++++++++++++++++++++++ build/vc++/3rdparty/luax/luax.vcxproj.filters | 6 ++ build/vc++/3rdparty/luax/luax.vcxproj.user | 4 + 3 files changed, 133 insertions(+) create mode 100644 build/vc++/3rdparty/luax/luax.vcxproj create mode 100644 build/vc++/3rdparty/luax/luax.vcxproj.filters create mode 100644 build/vc++/3rdparty/luax/luax.vcxproj.user (limited to 'build/vc++/3rdparty/luax') diff --git a/build/vc++/3rdparty/luax/luax.vcxproj b/build/vc++/3rdparty/luax/luax.vcxproj new file mode 100644 index 0000000..354e437 --- /dev/null +++ b/build/vc++/3rdparty/luax/luax.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C6B16179-5640-4D41-8756-0525D25EB569} + 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/vc++/3rdparty/luax/luax.vcxproj.filters b/build/vc++/3rdparty/luax/luax.vcxproj.filters new file mode 100644 index 0000000..0fb5905 --- /dev/null +++ b/build/vc++/3rdparty/luax/luax.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/luax/luax.vcxproj.user b/build/vc++/3rdparty/luax/luax.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/luax/luax.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0