From b3b6d64ae9ebf07268b5b931ce9cca5ed5860cfd Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 14 Jan 2019 08:34:29 +0800 Subject: =?UTF-8?q?*=E6=9D=90=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/3rdParty/glad/glad.vcxproj | 122 +++++++++++++++++++ Build/3rdParty/glad/glad.vcxproj.filters | 2 + Build/3rdParty/glad/glad.vcxproj.user | 4 + Build/3rdParty/lua51/lua51.vcxproj | 182 +++++++++++++++++++++++++++++ Build/3rdParty/lua51/lua51.vcxproj.filters | 65 +++++++++++ Build/3rdParty/lua51/lua51.vcxproj.user | 4 + 6 files changed, 379 insertions(+) create mode 100644 Build/3rdParty/glad/glad.vcxproj create mode 100644 Build/3rdParty/glad/glad.vcxproj.filters create mode 100644 Build/3rdParty/glad/glad.vcxproj.user create mode 100644 Build/3rdParty/lua51/lua51.vcxproj create mode 100644 Build/3rdParty/lua51/lua51.vcxproj.filters create mode 100644 Build/3rdParty/lua51/lua51.vcxproj.user (limited to 'Build/3rdParty') diff --git a/Build/3rdParty/glad/glad.vcxproj b/Build/3rdParty/glad/glad.vcxproj new file mode 100644 index 0000000..70e2869 --- /dev/null +++ b/Build/3rdParty/glad/glad.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69} + glad + 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/glad/glad.vcxproj.filters b/Build/3rdParty/glad/glad.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/3rdParty/glad/glad.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/3rdParty/glad/glad.vcxproj.user b/Build/3rdParty/glad/glad.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/glad/glad.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/3rdParty/lua51/lua51.vcxproj b/Build/3rdParty/lua51/lua51.vcxproj new file mode 100644 index 0000000..0b1df9c --- /dev/null +++ b/Build/3rdParty/lua51/lua51.vcxproj @@ -0,0 +1,182 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076} + 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/3rdParty/lua51/lua51.vcxproj.filters b/Build/3rdParty/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..416c92e --- /dev/null +++ b/Build/3rdParty/lua51/lua51.vcxproj.filters @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/3rdParty/lua51/lua51.vcxproj.user b/Build/3rdParty/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0