From 88b882ed0b432c6aff2063213e2f793a36dd25f7 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Jun 2019 00:11:18 +0800 Subject: *misc --- build/3rd-party/Box2D/box2d.vcxproj | 221 --------------- build/3rd-party/Box2D/box2d.vcxproj.filters | 307 -------------------- build/3rd-party/Box2D/box2d.vcxproj.user | 4 - build/3rd-party/LodePNG/LodePNG.vcxproj | 126 --------- build/3rd-party/LodePNG/LodePNG.vcxproj.filters | 9 - build/3rd-party/LodePNG/LodePNG.vcxproj.user | 4 - build/3rd-party/LuaJIT/LuaJIT.vcxproj | 122 -------- build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters | 2 - build/3rd-party/LuaJIT/LuaJIT.vcxproj.user | 4 - build/3rd-party/LuaSocket/LuaSocket.vcxproj | 122 -------- .../3rd-party/LuaSocket/LuaSocket.vcxproj.filters | 2 - build/3rd-party/LuaSocket/LuaSocket.vcxproj.user | 4 - build/3rd-party/Luax/Luax.vcxproj | 162 ----------- build/3rd-party/Luax/Luax.vcxproj.filters | 33 --- build/3rd-party/Luax/Luax.vcxproj.user | 6 - build/3rd-party/OpenAL/OpenAL.vcxproj | 122 -------- build/3rd-party/OpenAL/OpenAL.vcxproj.filters | 17 -- build/3rd-party/OpenAL/OpenAL.vcxproj.user | 4 - build/3rd-party/Plotscript/Plotscript.vcxproj | 124 --------- .../Plotscript/Plotscript.vcxproj.filters | 6 - build/3rd-party/Plotscript/Plotscript.vcxproj.user | 6 - build/3rd-party/SDL2/SDL2.vcxproj | 309 --------------------- build/3rd-party/SDL2/SDL2.vcxproj.filters | 162 ----------- build/3rd-party/SDL2/SDL2.vcxproj.user | 4 - build/3rd-party/SDL2main/SDL2main.vcxproj | 134 --------- build/3rd-party/SDL2main/SDL2main.vcxproj.filters | 6 - build/3rd-party/SDL2main/SDL2main.vcxproj.user | 4 - build/3rd-party/Wuff/Wuff.vcxproj | 132 --------- build/3rd-party/Wuff/Wuff.vcxproj.filters | 15 - build/3rd-party/Wuff/Wuff.vcxproj.user | 4 - build/3rd-party/cembed/cembed.vcxproj | 122 -------- build/3rd-party/cembed/cembed.vcxproj.filters | 17 -- build/3rd-party/cembed/cembed.vcxproj.user | 4 - build/3rd-party/freetype/freetype.vcxproj | 193 ------------- build/3rd-party/freetype/freetype.vcxproj.filters | 222 --------------- build/3rd-party/freetype/freetype.vcxproj.user | 4 - build/3rd-party/glad/glad.vcxproj | 132 --------- build/3rd-party/glad/glad.vcxproj.filters | 10 - build/3rd-party/glad/glad.vcxproj.user | 4 - build/3rd-party/lua51/lua51.vcxproj | 187 ------------- build/3rd-party/lua51/lua51.vcxproj.filters | 63 ----- build/3rd-party/lua51/lua51.vcxproj.user | 4 - build/3rd-party/lua51c/lua51c.vcxproj | 181 ------------ build/3rd-party/lua51c/lua51c.vcxproj.filters | 64 ----- build/3rd-party/lua51c/lua51c.vcxproj.user | 4 - build/3rd-party/mpg123/mpg123.vcxproj | 122 -------- build/3rd-party/mpg123/mpg123.vcxproj.filters | 17 -- build/3rd-party/mpg123/mpg123.vcxproj.user | 4 - build/3rd-party/physfs/physfs.vcxproj | 157 ----------- build/3rd-party/physfs/physfs.vcxproj.filters | 99 ------- build/3rd-party/physfs/physfs.vcxproj.user | 4 - build/3rd-party/sqlite/sqlite.vcxproj | 122 -------- build/3rd-party/sqlite/sqlite.vcxproj.filters | 2 - build/3rd-party/sqlite/sqlite.vcxproj.user | 4 - build/3rd-party/stb/stb.vcxproj | 123 -------- build/3rd-party/stb/stb.vcxproj.filters | 6 - build/3rd-party/stb/stb.vcxproj.user | 4 - build/3rd-party/tinyxml/tinyxml.vcxproj | 122 -------- build/3rd-party/tinyxml/tinyxml.vcxproj.filters | 17 -- build/3rd-party/tinyxml/tinyxml.vcxproj.user | 4 - build/3rd-party/tinyxml2/tinyxml2.vcxproj | 126 --------- build/3rd-party/tinyxml2/tinyxml2.vcxproj.filters | 9 - build/3rd-party/tinyxml2/tinyxml2.vcxproj.user | 4 - build/3rd-party/uuid4/uuid4.vcxproj | 126 --------- build/3rd-party/uuid4/uuid4.vcxproj.filters | 9 - build/3rd-party/uuid4/uuid4.vcxproj.user | 4 - build/3rd-party/vorbis/vorbis.vcxproj | 122 -------- build/3rd-party/vorbis/vorbis.vcxproj.filters | 2 - build/3rd-party/vorbis/vorbis.vcxproj.user | 4 - build/3rd-party/zlib/zlib.vcxproj | 122 -------- build/3rd-party/zlib/zlib.vcxproj.filters | 2 - build/3rd-party/zlib/zlib.vcxproj.user | 4 - build/Asura.Editor/Asura.Editor.vcxproj | 4 +- build/Asura.sln | 59 ++-- build/external/Box2D/box2d.vcxproj | 221 +++++++++++++++ build/external/Box2D/box2d.vcxproj.filters | 307 ++++++++++++++++++++ build/external/Box2D/box2d.vcxproj.user | 4 + build/external/LodePNG/LodePNG.vcxproj | 126 +++++++++ build/external/LodePNG/LodePNG.vcxproj.filters | 9 + build/external/LodePNG/LodePNG.vcxproj.user | 4 + build/external/LuaJIT/LuaJIT.vcxproj | 122 ++++++++ build/external/LuaJIT/LuaJIT.vcxproj.filters | 2 + build/external/LuaJIT/LuaJIT.vcxproj.user | 4 + build/external/LuaSocket/LuaSocket.vcxproj | 122 ++++++++ build/external/LuaSocket/LuaSocket.vcxproj.filters | 2 + build/external/LuaSocket/LuaSocket.vcxproj.user | 4 + build/external/Luax/Luax.vcxproj | 162 +++++++++++ build/external/Luax/Luax.vcxproj.filters | 33 +++ build/external/Luax/Luax.vcxproj.user | 6 + build/external/OpenAL/OpenAL.vcxproj | 122 ++++++++ build/external/OpenAL/OpenAL.vcxproj.filters | 17 ++ build/external/OpenAL/OpenAL.vcxproj.user | 4 + build/external/Plotscript/Plotscript.vcxproj | 124 +++++++++ .../external/Plotscript/Plotscript.vcxproj.filters | 6 + build/external/Plotscript/Plotscript.vcxproj.user | 6 + build/external/SDL2/SDL2.vcxproj | 309 +++++++++++++++++++++ build/external/SDL2/SDL2.vcxproj.filters | 162 +++++++++++ build/external/SDL2/SDL2.vcxproj.user | 4 + build/external/SDL2main/SDL2main.vcxproj | 134 +++++++++ build/external/SDL2main/SDL2main.vcxproj.filters | 6 + build/external/SDL2main/SDL2main.vcxproj.user | 4 + build/external/Wuff/Wuff.vcxproj | 132 +++++++++ build/external/Wuff/Wuff.vcxproj.filters | 15 + build/external/Wuff/Wuff.vcxproj.user | 4 + build/external/cembed/cembed.vcxproj | 122 ++++++++ build/external/cembed/cembed.vcxproj.filters | 17 ++ build/external/cembed/cembed.vcxproj.user | 4 + build/external/freetype/freetype.vcxproj | 193 +++++++++++++ build/external/freetype/freetype.vcxproj.filters | 222 +++++++++++++++ build/external/freetype/freetype.vcxproj.user | 4 + build/external/glad/glad.vcxproj | 132 +++++++++ build/external/glad/glad.vcxproj.filters | 10 + build/external/glad/glad.vcxproj.user | 4 + build/external/lua51/lua51.vcxproj | 187 +++++++++++++ build/external/lua51/lua51.vcxproj.filters | 63 +++++ build/external/lua51/lua51.vcxproj.user | 4 + build/external/lua51c/lua51c.vcxproj | 181 ++++++++++++ build/external/lua51c/lua51c.vcxproj.filters | 64 +++++ build/external/lua51c/lua51c.vcxproj.user | 4 + build/external/mpg123/mpg123.vcxproj | 122 ++++++++ build/external/mpg123/mpg123.vcxproj.filters | 17 ++ build/external/mpg123/mpg123.vcxproj.user | 4 + build/external/physfs/physfs.vcxproj | 157 +++++++++++ build/external/physfs/physfs.vcxproj.filters | 99 +++++++ build/external/physfs/physfs.vcxproj.user | 4 + build/external/sqlite/sqlite.vcxproj | 122 ++++++++ build/external/sqlite/sqlite.vcxproj.filters | 2 + build/external/sqlite/sqlite.vcxproj.user | 4 + build/external/stb/stb.vcxproj | 123 ++++++++ build/external/stb/stb.vcxproj.filters | 6 + build/external/stb/stb.vcxproj.user | 4 + build/external/tinyxml/tinyxml.vcxproj | 122 ++++++++ build/external/tinyxml/tinyxml.vcxproj.filters | 17 ++ build/external/tinyxml/tinyxml.vcxproj.user | 4 + build/external/tinyxml2/tinyxml2.vcxproj | 126 +++++++++ build/external/tinyxml2/tinyxml2.vcxproj.filters | 9 + build/external/tinyxml2/tinyxml2.vcxproj.user | 4 + build/external/uuid4/uuid4.vcxproj | 126 +++++++++ build/external/uuid4/uuid4.vcxproj.filters | 9 + build/external/uuid4/uuid4.vcxproj.user | 4 + build/external/vorbis/vorbis.vcxproj | 122 ++++++++ build/external/vorbis/vorbis.vcxproj.filters | 2 + build/external/vorbis/vorbis.vcxproj.user | 4 + build/external/zlib/zlib.vcxproj | 122 ++++++++ build/external/zlib/zlib.vcxproj.filters | 2 + build/external/zlib/zlib.vcxproj.user | 4 + build/modules/asura-base/asura-base.vcxproj | 123 ++++++++ .../modules/asura-base/asura-base.vcxproj.filters | 6 + build/modules/asura-base/asura-base.vcxproj.user | 4 + build/modules/asura-box2d/asura-box2d.vcxproj | 4 +- build/modules/asura-core/asura-core.vcxproj | 16 +- .../modules/asura-core/asura-core.vcxproj.filters | 18 +- build/modules/asura-json/asura-json.vcxproj | 4 +- build/modules/asura-network/asura-network.vcxproj | 4 +- build/modules/asura-openal/asura-openal.vcxproj | 4 +- build/modules/asura-utils/asura-utils.vcxproj | 10 +- build/tests/02-luax/02-luax.vcxproj | 8 +- build/tests/05-physfs/05-physfs.vcxproj | 4 +- build/tests/win32/01-window/01-window.vcxproj | 4 +- 159 files changed, 4938 insertions(+), 4792 deletions(-) delete mode 100644 build/3rd-party/Box2D/box2d.vcxproj delete mode 100644 build/3rd-party/Box2D/box2d.vcxproj.filters delete mode 100644 build/3rd-party/Box2D/box2d.vcxproj.user delete mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj delete mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj.filters delete mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj.user delete mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj delete mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters delete mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj.user delete mode 100644 build/3rd-party/LuaSocket/LuaSocket.vcxproj delete mode 100644 build/3rd-party/LuaSocket/LuaSocket.vcxproj.filters delete mode 100644 build/3rd-party/LuaSocket/LuaSocket.vcxproj.user delete mode 100644 build/3rd-party/Luax/Luax.vcxproj delete mode 100644 build/3rd-party/Luax/Luax.vcxproj.filters delete mode 100644 build/3rd-party/Luax/Luax.vcxproj.user delete mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj delete mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj.filters delete mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj.user delete mode 100644 build/3rd-party/Plotscript/Plotscript.vcxproj delete mode 100644 build/3rd-party/Plotscript/Plotscript.vcxproj.filters delete mode 100644 build/3rd-party/Plotscript/Plotscript.vcxproj.user delete mode 100644 build/3rd-party/SDL2/SDL2.vcxproj delete mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.filters delete mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.user delete mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj delete mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.filters delete mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.user delete mode 100644 build/3rd-party/Wuff/Wuff.vcxproj delete mode 100644 build/3rd-party/Wuff/Wuff.vcxproj.filters delete mode 100644 build/3rd-party/Wuff/Wuff.vcxproj.user delete mode 100644 build/3rd-party/cembed/cembed.vcxproj delete mode 100644 build/3rd-party/cembed/cembed.vcxproj.filters delete mode 100644 build/3rd-party/cembed/cembed.vcxproj.user delete mode 100644 build/3rd-party/freetype/freetype.vcxproj delete mode 100644 build/3rd-party/freetype/freetype.vcxproj.filters delete mode 100644 build/3rd-party/freetype/freetype.vcxproj.user delete mode 100644 build/3rd-party/glad/glad.vcxproj delete mode 100644 build/3rd-party/glad/glad.vcxproj.filters delete mode 100644 build/3rd-party/glad/glad.vcxproj.user delete mode 100644 build/3rd-party/lua51/lua51.vcxproj delete mode 100644 build/3rd-party/lua51/lua51.vcxproj.filters delete mode 100644 build/3rd-party/lua51/lua51.vcxproj.user delete mode 100644 build/3rd-party/lua51c/lua51c.vcxproj delete mode 100644 build/3rd-party/lua51c/lua51c.vcxproj.filters delete mode 100644 build/3rd-party/lua51c/lua51c.vcxproj.user delete mode 100644 build/3rd-party/mpg123/mpg123.vcxproj delete mode 100644 build/3rd-party/mpg123/mpg123.vcxproj.filters delete mode 100644 build/3rd-party/mpg123/mpg123.vcxproj.user delete mode 100644 build/3rd-party/physfs/physfs.vcxproj delete mode 100644 build/3rd-party/physfs/physfs.vcxproj.filters delete mode 100644 build/3rd-party/physfs/physfs.vcxproj.user delete mode 100644 build/3rd-party/sqlite/sqlite.vcxproj delete mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.filters delete mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.user delete mode 100644 build/3rd-party/stb/stb.vcxproj delete mode 100644 build/3rd-party/stb/stb.vcxproj.filters delete mode 100644 build/3rd-party/stb/stb.vcxproj.user delete mode 100644 build/3rd-party/tinyxml/tinyxml.vcxproj delete mode 100644 build/3rd-party/tinyxml/tinyxml.vcxproj.filters delete mode 100644 build/3rd-party/tinyxml/tinyxml.vcxproj.user delete mode 100644 build/3rd-party/tinyxml2/tinyxml2.vcxproj delete mode 100644 build/3rd-party/tinyxml2/tinyxml2.vcxproj.filters delete mode 100644 build/3rd-party/tinyxml2/tinyxml2.vcxproj.user delete mode 100644 build/3rd-party/uuid4/uuid4.vcxproj delete mode 100644 build/3rd-party/uuid4/uuid4.vcxproj.filters delete mode 100644 build/3rd-party/uuid4/uuid4.vcxproj.user delete mode 100644 build/3rd-party/vorbis/vorbis.vcxproj delete mode 100644 build/3rd-party/vorbis/vorbis.vcxproj.filters delete mode 100644 build/3rd-party/vorbis/vorbis.vcxproj.user delete mode 100644 build/3rd-party/zlib/zlib.vcxproj delete mode 100644 build/3rd-party/zlib/zlib.vcxproj.filters delete mode 100644 build/3rd-party/zlib/zlib.vcxproj.user create mode 100644 build/external/Box2D/box2d.vcxproj create mode 100644 build/external/Box2D/box2d.vcxproj.filters create mode 100644 build/external/Box2D/box2d.vcxproj.user create mode 100644 build/external/LodePNG/LodePNG.vcxproj create mode 100644 build/external/LodePNG/LodePNG.vcxproj.filters create mode 100644 build/external/LodePNG/LodePNG.vcxproj.user create mode 100644 build/external/LuaJIT/LuaJIT.vcxproj create mode 100644 build/external/LuaJIT/LuaJIT.vcxproj.filters create mode 100644 build/external/LuaJIT/LuaJIT.vcxproj.user create mode 100644 build/external/LuaSocket/LuaSocket.vcxproj create mode 100644 build/external/LuaSocket/LuaSocket.vcxproj.filters create mode 100644 build/external/LuaSocket/LuaSocket.vcxproj.user create mode 100644 build/external/Luax/Luax.vcxproj create mode 100644 build/external/Luax/Luax.vcxproj.filters create mode 100644 build/external/Luax/Luax.vcxproj.user create mode 100644 build/external/OpenAL/OpenAL.vcxproj create mode 100644 build/external/OpenAL/OpenAL.vcxproj.filters create mode 100644 build/external/OpenAL/OpenAL.vcxproj.user create mode 100644 build/external/Plotscript/Plotscript.vcxproj create mode 100644 build/external/Plotscript/Plotscript.vcxproj.filters create mode 100644 build/external/Plotscript/Plotscript.vcxproj.user create mode 100644 build/external/SDL2/SDL2.vcxproj create mode 100644 build/external/SDL2/SDL2.vcxproj.filters create mode 100644 build/external/SDL2/SDL2.vcxproj.user create mode 100644 build/external/SDL2main/SDL2main.vcxproj create mode 100644 build/external/SDL2main/SDL2main.vcxproj.filters create mode 100644 build/external/SDL2main/SDL2main.vcxproj.user create mode 100644 build/external/Wuff/Wuff.vcxproj create mode 100644 build/external/Wuff/Wuff.vcxproj.filters create mode 100644 build/external/Wuff/Wuff.vcxproj.user create mode 100644 build/external/cembed/cembed.vcxproj create mode 100644 build/external/cembed/cembed.vcxproj.filters create mode 100644 build/external/cembed/cembed.vcxproj.user create mode 100644 build/external/freetype/freetype.vcxproj create mode 100644 build/external/freetype/freetype.vcxproj.filters create mode 100644 build/external/freetype/freetype.vcxproj.user create mode 100644 build/external/glad/glad.vcxproj create mode 100644 build/external/glad/glad.vcxproj.filters create mode 100644 build/external/glad/glad.vcxproj.user create mode 100644 build/external/lua51/lua51.vcxproj create mode 100644 build/external/lua51/lua51.vcxproj.filters create mode 100644 build/external/lua51/lua51.vcxproj.user create mode 100644 build/external/lua51c/lua51c.vcxproj create mode 100644 build/external/lua51c/lua51c.vcxproj.filters create mode 100644 build/external/lua51c/lua51c.vcxproj.user create mode 100644 build/external/mpg123/mpg123.vcxproj create mode 100644 build/external/mpg123/mpg123.vcxproj.filters create mode 100644 build/external/mpg123/mpg123.vcxproj.user create mode 100644 build/external/physfs/physfs.vcxproj create mode 100644 build/external/physfs/physfs.vcxproj.filters create mode 100644 build/external/physfs/physfs.vcxproj.user create mode 100644 build/external/sqlite/sqlite.vcxproj create mode 100644 build/external/sqlite/sqlite.vcxproj.filters create mode 100644 build/external/sqlite/sqlite.vcxproj.user create mode 100644 build/external/stb/stb.vcxproj create mode 100644 build/external/stb/stb.vcxproj.filters create mode 100644 build/external/stb/stb.vcxproj.user create mode 100644 build/external/tinyxml/tinyxml.vcxproj create mode 100644 build/external/tinyxml/tinyxml.vcxproj.filters create mode 100644 build/external/tinyxml/tinyxml.vcxproj.user create mode 100644 build/external/tinyxml2/tinyxml2.vcxproj create mode 100644 build/external/tinyxml2/tinyxml2.vcxproj.filters create mode 100644 build/external/tinyxml2/tinyxml2.vcxproj.user create mode 100644 build/external/uuid4/uuid4.vcxproj create mode 100644 build/external/uuid4/uuid4.vcxproj.filters create mode 100644 build/external/uuid4/uuid4.vcxproj.user create mode 100644 build/external/vorbis/vorbis.vcxproj create mode 100644 build/external/vorbis/vorbis.vcxproj.filters create mode 100644 build/external/vorbis/vorbis.vcxproj.user create mode 100644 build/external/zlib/zlib.vcxproj create mode 100644 build/external/zlib/zlib.vcxproj.filters create mode 100644 build/external/zlib/zlib.vcxproj.user create mode 100644 build/modules/asura-base/asura-base.vcxproj create mode 100644 build/modules/asura-base/asura-base.vcxproj.filters create mode 100644 build/modules/asura-base/asura-base.vcxproj.user (limited to 'build') diff --git a/build/3rd-party/Box2D/box2d.vcxproj b/build/3rd-party/Box2D/box2d.vcxproj deleted file mode 100644 index 8e8653b..0000000 --- a/build/3rd-party/Box2D/box2d.vcxproj +++ /dev/null @@ -1,221 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {4122CC44-1E4C-4A08-B16F-1A650585EBD4} - Box2D - 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 - $(SolutionDir)..\Source\3rd-party\;%(AdditionalIncludeDirectories) - - - - - Level3 - Disabled - true - true - $(SolutionDir)..\Source\3rd-party\;%(AdditionalIncludeDirectories) - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\Source\3rd-party\;%(AdditionalIncludeDirectories) - - - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\Source\3rd-party\;%(AdditionalIncludeDirectories) - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/Box2D/box2d.vcxproj.filters b/build/3rd-party/Box2D/box2d.vcxproj.filters deleted file mode 100644 index 811233c..0000000 --- a/build/3rd-party/Box2D/box2d.vcxproj.filters +++ /dev/null @@ -1,307 +0,0 @@ - - - - - {54962725-7c7b-450f-83e8-9e47db0acd9d} - - - {0e29a4d3-8d20-4856-80fa-e76df88b4b7c} - - - {15794cf3-b31e-4a81-8e15-d4dfd1d17e4d} - - - {cf0b3c53-c1c7-4fcf-8796-ff872c83d53e} - - - {ea9586f4-ee8c-4416-b1a4-184ba3dfafc4} - - - {ffd86797-9317-40cf-92d2-e1dab63ad857} - - - {aee7169a-a4bd-4889-8d5b-7292f7a5ecbe} - - - - - - Collision - - - Collision - - - Collision - - - Collision - - - Collision - - - Collision\Shapes - - - Collision\Shapes - - - Collision\Shapes - - - Collision\Shapes - - - Collision\Shapes - - - Common - - - Common - - - Common - - - Common - - - Common - - - Common - - - Common - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Rope - - - - - Collision - - - Collision - - - Collision - - - Collision - - - Collision - - - Collision - - - Collision - - - Collision - - - Collision\Shapes - - - Collision\Shapes - - - Collision\Shapes - - - Collision\Shapes - - - Common - - - Common - - - Common - - - Common - - - Common - - - Common - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Joints - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Dynamics\Contacts - - - Rope - - - \ No newline at end of file diff --git a/build/3rd-party/Box2D/box2d.vcxproj.user b/build/3rd-party/Box2D/box2d.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/Box2D/box2d.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/LodePNG/LodePNG.vcxproj b/build/3rd-party/LodePNG/LodePNG.vcxproj deleted file mode 100644 index 3334853..0000000 --- a/build/3rd-party/LodePNG/LodePNG.vcxproj +++ /dev/null @@ -1,126 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {5AE9F39B-1885-4F81-96B1-121BB64F9939} - LodePNG - 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/3rd-party/LodePNG/LodePNG.vcxproj.filters b/build/3rd-party/LodePNG/LodePNG.vcxproj.filters deleted file mode 100644 index 968193b..0000000 --- a/build/3rd-party/LodePNG/LodePNG.vcxproj.filters +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/LodePNG/LodePNG.vcxproj.user b/build/3rd-party/LodePNG/LodePNG.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/LodePNG/LodePNG.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/LuaJIT/LuaJIT.vcxproj b/build/3rd-party/LuaJIT/LuaJIT.vcxproj deleted file mode 100644 index 88e8845..0000000 --- a/build/3rd-party/LuaJIT/LuaJIT.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4} - LuaJIT - 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/3rd-party/LuaJIT/LuaJIT.vcxproj.filters b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/LuaSocket/LuaSocket.vcxproj b/build/3rd-party/LuaSocket/LuaSocket.vcxproj deleted file mode 100644 index aaf933a..0000000 --- a/build/3rd-party/LuaSocket/LuaSocket.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {E15D111A-9E02-4E0D-86FE-62BFCD3C211E} - LuaSocket - 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/3rd-party/LuaSocket/LuaSocket.vcxproj.filters b/build/3rd-party/LuaSocket/LuaSocket.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/3rd-party/LuaSocket/LuaSocket.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/3rd-party/LuaSocket/LuaSocket.vcxproj.user b/build/3rd-party/LuaSocket/LuaSocket.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/LuaSocket/LuaSocket.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj b/build/3rd-party/Luax/Luax.vcxproj deleted file mode 100644 index 8b611c6..0000000 --- a/build/3rd-party/Luax/Luax.vcxproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - 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 - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - Level3 - Disabled - true - true - - - - - Level3 - Disabled - true - true - $(SolutionDir)..\Source\3rd-party;%(AdditionalIncludeDirectories) - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\Source\3rd-party;%(AdditionalIncludeDirectories) - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {8b8fca14-fc8a-45b4-bf3c-9340cb586076} - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj.filters b/build/3rd-party/Luax/Luax.vcxproj.filters deleted file mode 100644 index 7327933..0000000 --- a/build/3rd-party/Luax/Luax.vcxproj.filters +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj.user b/build/3rd-party/Luax/Luax.vcxproj.user deleted file mode 100644 index baf2417..0000000 --- a/build/3rd-party/Luax/Luax.vcxproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - false - - \ No newline at end of file diff --git a/build/3rd-party/OpenAL/OpenAL.vcxproj b/build/3rd-party/OpenAL/OpenAL.vcxproj deleted file mode 100644 index 1bd8299..0000000 --- a/build/3rd-party/OpenAL/OpenAL.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {38019689-27C2-488F-9C50-36CA6930CEB7} - OpenAL - 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/3rd-party/OpenAL/OpenAL.vcxproj.filters b/build/3rd-party/OpenAL/OpenAL.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/3rd-party/OpenAL/OpenAL.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - \ No newline at end of file diff --git a/build/3rd-party/OpenAL/OpenAL.vcxproj.user b/build/3rd-party/OpenAL/OpenAL.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/OpenAL/OpenAL.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/Plotscript/Plotscript.vcxproj b/build/3rd-party/Plotscript/Plotscript.vcxproj deleted file mode 100644 index d3e1e8a..0000000 --- a/build/3rd-party/Plotscript/Plotscript.vcxproj +++ /dev/null @@ -1,124 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {2822F737-EEFA-4C74-872C-1EE0793E2221} - Plotscript - 10.0.17134.0 - plotscript - - - - 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/3rd-party/Plotscript/Plotscript.vcxproj.filters b/build/3rd-party/Plotscript/Plotscript.vcxproj.filters deleted file mode 100644 index edc3d49..0000000 --- a/build/3rd-party/Plotscript/Plotscript.vcxproj.filters +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build/3rd-party/Plotscript/Plotscript.vcxproj.user b/build/3rd-party/Plotscript/Plotscript.vcxproj.user deleted file mode 100644 index baf2417..0000000 --- a/build/3rd-party/Plotscript/Plotscript.vcxproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - false - - \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj b/build/3rd-party/SDL2/SDL2.vcxproj deleted file mode 100644 index 6c85ba5..0000000 --- a/build/3rd-party/SDL2/SDL2.vcxproj +++ /dev/null @@ -1,309 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {208B9CB8-2101-42A9-9502-0CF54912BC57} - SDL2 - 10.0.17134.0 - - - - DynamicLibrary - true - v141 - MultiByte - - - DynamicLibrary - false - v141 - true - MultiByte - - - DynamicLibrary - true - v141 - NotSet - - - DynamicLibrary - false - v141 - true - NotSet - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - Level3 - Disabled - false - false - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - false - MultiThreadedDLL - StreamingSIMDExtensions - true - OnlyExplicitInline - Default - - - setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) - true - Windows - - - - - Level3 - Disabled - true - true - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - - - true - true - - - - - Level3 - MaxSpeed - true - true - false - false - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - false - MultiThreadedDLL - StreamingSIMDExtensions - true - OnlyExplicitInline - - - true - true - setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) - true - Windows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.filters b/build/3rd-party/SDL2/SDL2.vcxproj.filters deleted file mode 100644 index c4be66e..0000000 --- a/build/3rd-party/SDL2/SDL2.vcxproj.filters +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.user b/build/3rd-party/SDL2/SDL2.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/SDL2/SDL2.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj b/build/3rd-party/SDL2main/SDL2main.vcxproj deleted file mode 100644 index 5da2151..0000000 --- a/build/3rd-party/SDL2main/SDL2main.vcxproj +++ /dev/null @@ -1,134 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA} - SDL2main - 10.0.17134.0 - - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - Level3 - Disabled - true - true - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - - - - - Level3 - Disabled - true - true - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - - - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - - - true - true - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj.filters b/build/3rd-party/SDL2main/SDL2main.vcxproj.filters deleted file mode 100644 index 536fbfc..0000000 --- a/build/3rd-party/SDL2main/SDL2main.vcxproj.filters +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj.user b/build/3rd-party/SDL2main/SDL2main.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/SDL2main/SDL2main.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/Wuff/Wuff.vcxproj b/build/3rd-party/Wuff/Wuff.vcxproj deleted file mode 100644 index 3a3c91e..0000000 --- a/build/3rd-party/Wuff/Wuff.vcxproj +++ /dev/null @@ -1,132 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {294889EA-93DE-4580-BF9D-87F605B229AA} - Wuff - 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/3rd-party/Wuff/Wuff.vcxproj.filters b/build/3rd-party/Wuff/Wuff.vcxproj.filters deleted file mode 100644 index b00a1c1..0000000 --- a/build/3rd-party/Wuff/Wuff.vcxproj.filters +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/Wuff/Wuff.vcxproj.user b/build/3rd-party/Wuff/Wuff.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/Wuff/Wuff.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/cembed/cembed.vcxproj b/build/3rd-party/cembed/cembed.vcxproj deleted file mode 100644 index 73d77e8..0000000 --- a/build/3rd-party/cembed/cembed.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {53A48355-B4B3-4775-B1A0-FBB3E02C6A06} - cembed - 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/3rd-party/cembed/cembed.vcxproj.filters b/build/3rd-party/cembed/cembed.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/3rd-party/cembed/cembed.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - \ No newline at end of file diff --git a/build/3rd-party/cembed/cembed.vcxproj.user b/build/3rd-party/cembed/cembed.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/cembed/cembed.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/freetype/freetype.vcxproj b/build/3rd-party/freetype/freetype.vcxproj deleted file mode 100644 index eec74c7..0000000 --- a/build/3rd-party/freetype/freetype.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {4B970273-A352-433B-98B2-B4BF6DF72F71} - freetype - 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/3rd-party/freetype/freetype.vcxproj.filters b/build/3rd-party/freetype/freetype.vcxproj.filters deleted file mode 100644 index b3e8475..0000000 --- a/build/3rd-party/freetype/freetype.vcxproj.filters +++ /dev/null @@ -1,222 +0,0 @@ - - - - - {d03885a0-3936-4b36-be6f-79cf2dcc65f1} - - - {1696baf0-bf31-4e38-abea-614704403127} - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/build/3rd-party/freetype/freetype.vcxproj.user b/build/3rd-party/freetype/freetype.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/freetype/freetype.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj b/build/3rd-party/glad/glad.vcxproj deleted file mode 100644 index a1579f4..0000000 --- a/build/3rd-party/glad/glad.vcxproj +++ /dev/null @@ -1,132 +0,0 @@ - - - - - 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 - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - 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/3rd-party/glad/glad.vcxproj.filters b/build/3rd-party/glad/glad.vcxproj.filters deleted file mode 100644 index 2583f31..0000000 --- a/build/3rd-party/glad/glad.vcxproj.filters +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj.user b/build/3rd-party/glad/glad.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/glad/glad.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj b/build/3rd-party/lua51/lua51.vcxproj deleted file mode 100644 index ccb9e0e..0000000 --- a/build/3rd-party/lua51/lua51.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - 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 - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - Level3 - Disabled - true - true - - - - - Level3 - Disabled - true - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj.filters b/build/3rd-party/lua51/lua51.vcxproj.filters deleted file mode 100644 index d274633..0000000 --- a/build/3rd-party/lua51/lua51.vcxproj.filters +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj.user b/build/3rd-party/lua51/lua51.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/lua51/lua51.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/lua51c/lua51c.vcxproj b/build/3rd-party/lua51c/lua51c.vcxproj deleted file mode 100644 index a7fadcf..0000000 --- a/build/3rd-party/lua51c/lua51c.vcxproj +++ /dev/null @@ -1,181 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {B8F9616D-5393-4B34-B191-D200D1985439} - lua51c - 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/3rd-party/lua51c/lua51c.vcxproj.filters b/build/3rd-party/lua51c/lua51c.vcxproj.filters deleted file mode 100644 index 5cfe265..0000000 --- a/build/3rd-party/lua51c/lua51c.vcxproj.filters +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/lua51c/lua51c.vcxproj.user b/build/3rd-party/lua51c/lua51c.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/lua51c/lua51c.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/mpg123/mpg123.vcxproj b/build/3rd-party/mpg123/mpg123.vcxproj deleted file mode 100644 index fce6d25..0000000 --- a/build/3rd-party/mpg123/mpg123.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {83E0897A-E2F4-4057-8077-59C4A0C38E56} - mpg123 - 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/3rd-party/mpg123/mpg123.vcxproj.filters b/build/3rd-party/mpg123/mpg123.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/3rd-party/mpg123/mpg123.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - \ No newline at end of file diff --git a/build/3rd-party/mpg123/mpg123.vcxproj.user b/build/3rd-party/mpg123/mpg123.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/mpg123/mpg123.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/physfs/physfs.vcxproj b/build/3rd-party/physfs/physfs.vcxproj deleted file mode 100644 index d5551b8..0000000 --- a/build/3rd-party/physfs/physfs.vcxproj +++ /dev/null @@ -1,157 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {AEE37589-DE0D-4139-8BDB-8179FDEFB835} - physfs - 10.0.17134.0 - - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - 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/3rd-party/physfs/physfs.vcxproj.filters b/build/3rd-party/physfs/physfs.vcxproj.filters deleted file mode 100644 index 25d5970..0000000 --- a/build/3rd-party/physfs/physfs.vcxproj.filters +++ /dev/null @@ -1,99 +0,0 @@ - - - - - {98724fe6-6848-4710-bccb-74ae36e0b7a3} - - - {71f7299b-c686-411d-897b-a0099d36f03c} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - source - - - \ No newline at end of file diff --git a/build/3rd-party/physfs/physfs.vcxproj.user b/build/3rd-party/physfs/physfs.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/physfs/physfs.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/sqlite/sqlite.vcxproj b/build/3rd-party/sqlite/sqlite.vcxproj deleted file mode 100644 index 49da028..0000000 --- a/build/3rd-party/sqlite/sqlite.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {61BF82F8-2802-4852-BF70-21D6F9F44EBB} - sqlite - 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/3rd-party/sqlite/sqlite.vcxproj.filters b/build/3rd-party/sqlite/sqlite.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/3rd-party/sqlite/sqlite.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/3rd-party/sqlite/sqlite.vcxproj.user b/build/3rd-party/sqlite/sqlite.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/sqlite/sqlite.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/stb/stb.vcxproj b/build/3rd-party/stb/stb.vcxproj deleted file mode 100644 index 50a2f03..0000000 --- a/build/3rd-party/stb/stb.vcxproj +++ /dev/null @@ -1,123 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498} - stb - 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/3rd-party/stb/stb.vcxproj.filters b/build/3rd-party/stb/stb.vcxproj.filters deleted file mode 100644 index d170bc6..0000000 --- a/build/3rd-party/stb/stb.vcxproj.filters +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build/3rd-party/stb/stb.vcxproj.user b/build/3rd-party/stb/stb.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/stb/stb.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/tinyxml/tinyxml.vcxproj b/build/3rd-party/tinyxml/tinyxml.vcxproj deleted file mode 100644 index ae84c61..0000000 --- a/build/3rd-party/tinyxml/tinyxml.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {9891C064-C897-424E-8EB6-CAD09812E032} - tinyxml - 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/3rd-party/tinyxml/tinyxml.vcxproj.filters b/build/3rd-party/tinyxml/tinyxml.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/3rd-party/tinyxml/tinyxml.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - \ No newline at end of file diff --git a/build/3rd-party/tinyxml/tinyxml.vcxproj.user b/build/3rd-party/tinyxml/tinyxml.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/tinyxml/tinyxml.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/tinyxml2/tinyxml2.vcxproj b/build/3rd-party/tinyxml2/tinyxml2.vcxproj deleted file mode 100644 index a7325e7..0000000 --- a/build/3rd-party/tinyxml2/tinyxml2.vcxproj +++ /dev/null @@ -1,126 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {883BC26A-4C9E-44B3-B5C0-7F3E4EDC0226} - tinyxml2 - 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/3rd-party/tinyxml2/tinyxml2.vcxproj.filters b/build/3rd-party/tinyxml2/tinyxml2.vcxproj.filters deleted file mode 100644 index 589da61..0000000 --- a/build/3rd-party/tinyxml2/tinyxml2.vcxproj.filters +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/tinyxml2/tinyxml2.vcxproj.user b/build/3rd-party/tinyxml2/tinyxml2.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/tinyxml2/tinyxml2.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/uuid4/uuid4.vcxproj b/build/3rd-party/uuid4/uuid4.vcxproj deleted file mode 100644 index e552199..0000000 --- a/build/3rd-party/uuid4/uuid4.vcxproj +++ /dev/null @@ -1,126 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {49F7847E-219E-4A7B-8484-2A33DAC29DD0} - uuid4 - 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/3rd-party/uuid4/uuid4.vcxproj.filters b/build/3rd-party/uuid4/uuid4.vcxproj.filters deleted file mode 100644 index 6f984b1..0000000 --- a/build/3rd-party/uuid4/uuid4.vcxproj.filters +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/build/3rd-party/uuid4/uuid4.vcxproj.user b/build/3rd-party/uuid4/uuid4.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/uuid4/uuid4.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/vorbis/vorbis.vcxproj b/build/3rd-party/vorbis/vorbis.vcxproj deleted file mode 100644 index 441e923..0000000 --- a/build/3rd-party/vorbis/vorbis.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {3CD80326-A2FE-4073-8B1A-73E166C9A2AE} - vorbis - 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/3rd-party/vorbis/vorbis.vcxproj.filters b/build/3rd-party/vorbis/vorbis.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/3rd-party/vorbis/vorbis.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/3rd-party/vorbis/vorbis.vcxproj.user b/build/3rd-party/vorbis/vorbis.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/vorbis/vorbis.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/3rd-party/zlib/zlib.vcxproj b/build/3rd-party/zlib/zlib.vcxproj deleted file mode 100644 index 58ea777..0000000 --- a/build/3rd-party/zlib/zlib.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {AF237AA3-67F7-4C93-8249-920DB2878192} - zlib - 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/3rd-party/zlib/zlib.vcxproj.filters b/build/3rd-party/zlib/zlib.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/3rd-party/zlib/zlib.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/3rd-party/zlib/zlib.vcxproj.user b/build/3rd-party/zlib/zlib.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/3rd-party/zlib/zlib.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/Asura.Editor/Asura.Editor.vcxproj b/build/Asura.Editor/Asura.Editor.vcxproj index 404c63a..124c4df 100644 --- a/build/Asura.Editor/Asura.Editor.vcxproj +++ b/build/Asura.Editor/Asura.Editor.vcxproj @@ -76,7 +76,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -109,7 +109,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true diff --git a/build/Asura.sln b/build/Asura.sln index 59c1004..cafd6ab 100644 --- a/build/Asura.sln +++ b/build/Asura.sln @@ -3,43 +3,43 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.168 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rd-party", "3rd-party", "{64D4E4B2-4A60-46F4-A500-370EFED4524F}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{64D4E4B2-4A60-46F4-A500-370EFED4524F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Luax", "3rd-party\Luax\Luax.vcxproj", "{1350CEE9-B2C2-426A-AF4E-F651D51DD592}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Luax", "external\Luax\Luax.vcxproj", "{1350CEE9-B2C2-426A-AF4E-F651D51DD592}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "3rd-party\glad\glad.vcxproj", "{C0ED7D78-570B-454A-B3B6-576FDCB43D69}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "external\glad\glad.vcxproj", "{C0ED7D78-570B-454A-B3B6-576FDCB43D69}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "3rd-party\lua51\lua51.vcxproj", "{8B8FCA14-FC8A-45B4-BF3C-9340CB586076}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "external\lua51\lua51.vcxproj", "{8B8FCA14-FC8A-45B4-BF3C-9340CB586076}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaJIT", "3rd-party\LuaJIT\LuaJIT.vcxproj", "{6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaJIT", "external\LuaJIT\LuaJIT.vcxproj", "{6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51c", "3rd-party\lua51c\lua51c.vcxproj", "{B8F9616D-5393-4B34-B191-D200D1985439}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51c", "external\lua51c\lua51c.vcxproj", "{B8F9616D-5393-4B34-B191-D200D1985439}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E068D138-C824-4365-B5A3-27C65E8FD0B5}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "3rd-party\SDL2\SDL2.vcxproj", "{208B9CB8-2101-42A9-9502-0CF54912BC57}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "external\SDL2\SDL2.vcxproj", "{208B9CB8-2101-42A9-9502-0CF54912BC57}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "3rd-party\SDL2main\SDL2main.vcxproj", "{E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "external\SDL2main\SDL2main.vcxproj", "{E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "3rd-party\zlib\zlib.vcxproj", "{AF237AA3-67F7-4C93-8249-920DB2878192}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "external\zlib\zlib.vcxproj", "{AF237AA3-67F7-4C93-8249-920DB2878192}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenAL", "3rd-party\OpenAL\OpenAL.vcxproj", "{38019689-27C2-488F-9C50-36CA6930CEB7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenAL", "external\OpenAL\OpenAL.vcxproj", "{38019689-27C2-488F-9C50-36CA6930CEB7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpg123", "3rd-party\mpg123\mpg123.vcxproj", "{83E0897A-E2F4-4057-8077-59C4A0C38E56}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpg123", "external\mpg123\mpg123.vcxproj", "{83E0897A-E2F4-4057-8077-59C4A0C38E56}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Box2D", "3rd-party\Box2D\Box2D.vcxproj", "{4122CC44-1E4C-4A08-B16F-1A650585EBD4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Box2D", "external\Box2D\Box2D.vcxproj", "{4122CC44-1E4C-4A08-B16F-1A650585EBD4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vorbis", "3rd-party\vorbis\vorbis.vcxproj", "{3CD80326-A2FE-4073-8B1A-73E166C9A2AE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vorbis", "external\vorbis\vorbis.vcxproj", "{3CD80326-A2FE-4073-8B1A-73E166C9A2AE}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "3rd-party\freetype\freetype.vcxproj", "{4B970273-A352-433B-98B2-B4BF6DF72F71}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "external\freetype\freetype.vcxproj", "{4B970273-A352-433B-98B2-B4BF6DF72F71}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LodePNG", "3rd-party\LodePNG\LodePNG.vcxproj", "{5AE9F39B-1885-4F81-96B1-121BB64F9939}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LodePNG", "external\LodePNG\LodePNG.vcxproj", "{5AE9F39B-1885-4F81-96B1-121BB64F9939}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "3rd-party\stb\stb.vcxproj", "{6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "external\stb\stb.vcxproj", "{6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wuff", "3rd-party\Wuff\Wuff.vcxproj", "{294889EA-93DE-4580-BF9D-87F605B229AA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wuff", "external\Wuff\Wuff.vcxproj", "{294889EA-93DE-4580-BF9D-87F605B229AA}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "physfs", "3rd-party\physfs\physfs.vcxproj", "{AEE37589-DE0D-4139-8BDB-8179FDEFB835}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "physfs", "external\physfs\physfs.vcxproj", "{AEE37589-DE0D-4139-8BDB-8179FDEFB835}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "modules", "modules", "{CD115016-E377-4AC1-8595-DB2836CEFE7E}" EndProject @@ -87,17 +87,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bindingGen", "tools\binding EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cembed", "tools\cembed\cembed.vcxproj", "{68FB36CB-C478-4158-A0BC-905B65340AE9}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "3rd-party\tinyxml2\tinyxml2.vcxproj", "{883BC26A-4C9E-44B3-B5C0-7F3E4EDC0226}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "external\tinyxml2\tinyxml2.vcxproj", "{883BC26A-4C9E-44B3-B5C0-7F3E4EDC0226}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "06-coroutine", "tests\06-coroutine\06-coroutine.vcxproj", "{C3CD1252-3C8D-45E2-B784-D0016E7F0BD3}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-network", "modules\asura-network\asura-network.vcxproj", "{6361701E-BD43-4AE9-8AE2-5C8F87D436BA}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaSocket", "3rd-party\LuaSocket\LuaSocket.vcxproj", "{E15D111A-9E02-4E0D-86FE-62BFCD3C211E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaSocket", "external\LuaSocket\LuaSocket.vcxproj", "{E15D111A-9E02-4E0D-86FE-62BFCD3C211E}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plotscript", "3rd-party\Plotscript\Plotscript.vcxproj", "{2822F737-EEFA-4C74-872C-1EE0793E2221}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plotscript", "external\Plotscript\Plotscript.vcxproj", "{2822F737-EEFA-4C74-872C-1EE0793E2221}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uuid4", "3rd-party\uuid4\uuid4.vcxproj", "{49F7847E-219E-4A7B-8484-2A33DAC29DD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uuid4", "external\uuid4\uuid4.vcxproj", "{49F7847E-219E-4A7B-8484-2A33DAC29DD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-plot", "modules\asura-plot\asura-plot.vcxproj", "{F248C936-2169-45DF-8FC4-60E56EA23ECC}" EndProject @@ -109,10 +109,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "01-window", "tests\win32\01 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-log", "modules\asura-log\asura-log.vcxproj", "{11619483-427E-490F-9E82-4FED3591E93F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "3rd-party\sqlite\sqlite.vcxproj", "{61BF82F8-2802-4852-BF70-21D6F9F44EBB}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "external\sqlite\sqlite.vcxproj", "{61BF82F8-2802-4852-BF70-21D6F9F44EBB}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-fmod", "modules\asura-fmod\asura-fmod.vcxproj", "{CC451230-39E1-403A-8E1F-C3E7982049E5}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-base", "modules\asura-base\asura-base.vcxproj", "{4C2E4AA5-9AE7-461A-9C09-27D1ED516444}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -625,6 +627,16 @@ Global {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|x64.Build.0 = Release|x64 {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|x86.ActiveCfg = Release|Win32 {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|x86.Build.0 = Release|Win32 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Debug|x64.ActiveCfg = Debug|x64 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Debug|x64.Build.0 = Debug|x64 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Debug|x86.ActiveCfg = Debug|Win32 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Debug|x86.Build.0 = Debug|Win32 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Release|Any CPU.ActiveCfg = Release|Win32 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Release|x64.ActiveCfg = Release|x64 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Release|x64.Build.0 = Release|x64 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Release|x86.ActiveCfg = Release|Win32 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -675,6 +687,7 @@ Global {11619483-427E-490F-9E82-4FED3591E93F} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} {61BF82F8-2802-4852-BF70-21D6F9F44EBB} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} {CC451230-39E1-403A-8E1F-C3E7982049E5} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {331032D8-F7CC-43E3-A03B-67108767F96B} diff --git a/build/external/Box2D/box2d.vcxproj b/build/external/Box2D/box2d.vcxproj new file mode 100644 index 0000000..a599c01 --- /dev/null +++ b/build/external/Box2D/box2d.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4} + Box2D + 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 + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/Box2D/box2d.vcxproj.filters b/build/external/Box2D/box2d.vcxproj.filters new file mode 100644 index 0000000..f6a184d --- /dev/null +++ b/build/external/Box2D/box2d.vcxproj.filters @@ -0,0 +1,307 @@ + + + + + {54962725-7c7b-450f-83e8-9e47db0acd9d} + + + {0e29a4d3-8d20-4856-80fa-e76df88b4b7c} + + + {15794cf3-b31e-4a81-8e15-d4dfd1d17e4d} + + + {cf0b3c53-c1c7-4fcf-8796-ff872c83d53e} + + + {ea9586f4-ee8c-4416-b1a4-184ba3dfafc4} + + + {ffd86797-9317-40cf-92d2-e1dab63ad857} + + + {aee7169a-a4bd-4889-8d5b-7292f7a5ecbe} + + + + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Rope + + + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Rope + + + \ No newline at end of file diff --git a/build/external/Box2D/box2d.vcxproj.user b/build/external/Box2D/box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/Box2D/box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/LodePNG/LodePNG.vcxproj b/build/external/LodePNG/LodePNG.vcxproj new file mode 100644 index 0000000..82a2749 --- /dev/null +++ b/build/external/LodePNG/LodePNG.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {5AE9F39B-1885-4F81-96B1-121BB64F9939} + LodePNG + 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/external/LodePNG/LodePNG.vcxproj.filters b/build/external/LodePNG/LodePNG.vcxproj.filters new file mode 100644 index 0000000..34d5a30 --- /dev/null +++ b/build/external/LodePNG/LodePNG.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/external/LodePNG/LodePNG.vcxproj.user b/build/external/LodePNG/LodePNG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/LodePNG/LodePNG.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/LuaJIT/LuaJIT.vcxproj b/build/external/LuaJIT/LuaJIT.vcxproj new file mode 100644 index 0000000..88e8845 --- /dev/null +++ b/build/external/LuaJIT/LuaJIT.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4} + LuaJIT + 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/external/LuaJIT/LuaJIT.vcxproj.filters b/build/external/LuaJIT/LuaJIT.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/external/LuaJIT/LuaJIT.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/external/LuaJIT/LuaJIT.vcxproj.user b/build/external/LuaJIT/LuaJIT.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/LuaJIT/LuaJIT.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/LuaSocket/LuaSocket.vcxproj b/build/external/LuaSocket/LuaSocket.vcxproj new file mode 100644 index 0000000..aaf933a --- /dev/null +++ b/build/external/LuaSocket/LuaSocket.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E15D111A-9E02-4E0D-86FE-62BFCD3C211E} + LuaSocket + 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/external/LuaSocket/LuaSocket.vcxproj.filters b/build/external/LuaSocket/LuaSocket.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/external/LuaSocket/LuaSocket.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/external/LuaSocket/LuaSocket.vcxproj.user b/build/external/LuaSocket/LuaSocket.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/LuaSocket/LuaSocket.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/Luax/Luax.vcxproj b/build/external/Luax/Luax.vcxproj new file mode 100644 index 0000000..638a1a4 --- /dev/null +++ b/build/external/Luax/Luax.vcxproj @@ -0,0 +1,162 @@ + + + + + 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 + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {8b8fca14-fc8a-45b4-bf3c-9340cb586076} + + + + + + + + + + \ No newline at end of file diff --git a/build/external/Luax/Luax.vcxproj.filters b/build/external/Luax/Luax.vcxproj.filters new file mode 100644 index 0000000..9d690cf --- /dev/null +++ b/build/external/Luax/Luax.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/Luax/Luax.vcxproj.user b/build/external/Luax/Luax.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/build/external/Luax/Luax.vcxproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file diff --git a/build/external/OpenAL/OpenAL.vcxproj b/build/external/OpenAL/OpenAL.vcxproj new file mode 100644 index 0000000..1bd8299 --- /dev/null +++ b/build/external/OpenAL/OpenAL.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {38019689-27C2-488F-9C50-36CA6930CEB7} + OpenAL + 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/external/OpenAL/OpenAL.vcxproj.filters b/build/external/OpenAL/OpenAL.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/external/OpenAL/OpenAL.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/external/OpenAL/OpenAL.vcxproj.user b/build/external/OpenAL/OpenAL.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/OpenAL/OpenAL.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/Plotscript/Plotscript.vcxproj b/build/external/Plotscript/Plotscript.vcxproj new file mode 100644 index 0000000..d37cc0e --- /dev/null +++ b/build/external/Plotscript/Plotscript.vcxproj @@ -0,0 +1,124 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {2822F737-EEFA-4C74-872C-1EE0793E2221} + Plotscript + 10.0.17134.0 + plotscript + + + + 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/external/Plotscript/Plotscript.vcxproj.filters b/build/external/Plotscript/Plotscript.vcxproj.filters new file mode 100644 index 0000000..6467eeb --- /dev/null +++ b/build/external/Plotscript/Plotscript.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/external/Plotscript/Plotscript.vcxproj.user b/build/external/Plotscript/Plotscript.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/build/external/Plotscript/Plotscript.vcxproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file diff --git a/build/external/SDL2/SDL2.vcxproj b/build/external/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..fe49590 --- /dev/null +++ b/build/external/SDL2/SDL2.vcxproj @@ -0,0 +1,309 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {208B9CB8-2101-42A9-9502-0CF54912BC57} + SDL2 + 10.0.17134.0 + + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + DynamicLibrary + true + v141 + NotSet + + + DynamicLibrary + false + v141 + true + NotSet + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + false + false + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + Default + + + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + + + true + true + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/SDL2/SDL2.vcxproj.filters b/build/external/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..b8e4d98 --- /dev/null +++ b/build/external/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/SDL2/SDL2.vcxproj.user b/build/external/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/SDL2main/SDL2main.vcxproj b/build/external/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..5945257 --- /dev/null +++ b/build/external/SDL2main/SDL2main.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA} + SDL2main + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/external/SDL2main/SDL2main.vcxproj.filters b/build/external/SDL2main/SDL2main.vcxproj.filters new file mode 100644 index 0000000..9097fa1 --- /dev/null +++ b/build/external/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/external/SDL2main/SDL2main.vcxproj.user b/build/external/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/Wuff/Wuff.vcxproj b/build/external/Wuff/Wuff.vcxproj new file mode 100644 index 0000000..484c3b1 --- /dev/null +++ b/build/external/Wuff/Wuff.vcxproj @@ -0,0 +1,132 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {294889EA-93DE-4580-BF9D-87F605B229AA} + Wuff + 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/external/Wuff/Wuff.vcxproj.filters b/build/external/Wuff/Wuff.vcxproj.filters new file mode 100644 index 0000000..becd024 --- /dev/null +++ b/build/external/Wuff/Wuff.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/Wuff/Wuff.vcxproj.user b/build/external/Wuff/Wuff.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/Wuff/Wuff.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/cembed/cembed.vcxproj b/build/external/cembed/cembed.vcxproj new file mode 100644 index 0000000..73d77e8 --- /dev/null +++ b/build/external/cembed/cembed.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06} + cembed + 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/external/cembed/cembed.vcxproj.filters b/build/external/cembed/cembed.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/external/cembed/cembed.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/external/cembed/cembed.vcxproj.user b/build/external/cembed/cembed.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/cembed/cembed.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/freetype/freetype.vcxproj b/build/external/freetype/freetype.vcxproj new file mode 100644 index 0000000..efc9efb --- /dev/null +++ b/build/external/freetype/freetype.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4B970273-A352-433B-98B2-B4BF6DF72F71} + freetype + 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/external/freetype/freetype.vcxproj.filters b/build/external/freetype/freetype.vcxproj.filters new file mode 100644 index 0000000..9578f46 --- /dev/null +++ b/build/external/freetype/freetype.vcxproj.filters @@ -0,0 +1,222 @@ + + + + + {d03885a0-3936-4b36-be6f-79cf2dcc65f1} + + + {1696baf0-bf31-4e38-abea-614704403127} + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/build/external/freetype/freetype.vcxproj.user b/build/external/freetype/freetype.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/freetype/freetype.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/glad/glad.vcxproj b/build/external/glad/glad.vcxproj new file mode 100644 index 0000000..2913202 --- /dev/null +++ b/build/external/glad/glad.vcxproj @@ -0,0 +1,132 @@ + + + + + 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 + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + 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/external/glad/glad.vcxproj.filters b/build/external/glad/glad.vcxproj.filters new file mode 100644 index 0000000..a81e22d --- /dev/null +++ b/build/external/glad/glad.vcxproj.filters @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/build/external/glad/glad.vcxproj.user b/build/external/glad/glad.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/glad/glad.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/lua51/lua51.vcxproj b/build/external/lua51/lua51.vcxproj new file mode 100644 index 0000000..dcf28af --- /dev/null +++ b/build/external/lua51/lua51.vcxproj @@ -0,0 +1,187 @@ + + + + + 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 + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/lua51/lua51.vcxproj.filters b/build/external/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..705a2df --- /dev/null +++ b/build/external/lua51/lua51.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/lua51/lua51.vcxproj.user b/build/external/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/lua51c/lua51c.vcxproj b/build/external/lua51c/lua51c.vcxproj new file mode 100644 index 0000000..78f2810 --- /dev/null +++ b/build/external/lua51c/lua51c.vcxproj @@ -0,0 +1,181 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B8F9616D-5393-4B34-B191-D200D1985439} + lua51c + 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/external/lua51c/lua51c.vcxproj.filters b/build/external/lua51c/lua51c.vcxproj.filters new file mode 100644 index 0000000..70ab8e1 --- /dev/null +++ b/build/external/lua51c/lua51c.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/external/lua51c/lua51c.vcxproj.user b/build/external/lua51c/lua51c.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/lua51c/lua51c.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/mpg123/mpg123.vcxproj b/build/external/mpg123/mpg123.vcxproj new file mode 100644 index 0000000..fce6d25 --- /dev/null +++ b/build/external/mpg123/mpg123.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {83E0897A-E2F4-4057-8077-59C4A0C38E56} + mpg123 + 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/external/mpg123/mpg123.vcxproj.filters b/build/external/mpg123/mpg123.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/external/mpg123/mpg123.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/external/mpg123/mpg123.vcxproj.user b/build/external/mpg123/mpg123.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/mpg123/mpg123.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/physfs/physfs.vcxproj b/build/external/physfs/physfs.vcxproj new file mode 100644 index 0000000..e10e4fc --- /dev/null +++ b/build/external/physfs/physfs.vcxproj @@ -0,0 +1,157 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835} + physfs + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + 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/external/physfs/physfs.vcxproj.filters b/build/external/physfs/physfs.vcxproj.filters new file mode 100644 index 0000000..6bdbb0e --- /dev/null +++ b/build/external/physfs/physfs.vcxproj.filters @@ -0,0 +1,99 @@ + + + + + {98724fe6-6848-4710-bccb-74ae36e0b7a3} + + + {71f7299b-c686-411d-897b-a0099d36f03c} + + + + + include + + + include + + + include + + + include + + + include + + + include + + + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + \ No newline at end of file diff --git a/build/external/physfs/physfs.vcxproj.user b/build/external/physfs/physfs.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/physfs/physfs.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/sqlite/sqlite.vcxproj b/build/external/sqlite/sqlite.vcxproj new file mode 100644 index 0000000..49da028 --- /dev/null +++ b/build/external/sqlite/sqlite.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB} + sqlite + 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/external/sqlite/sqlite.vcxproj.filters b/build/external/sqlite/sqlite.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/external/sqlite/sqlite.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/external/sqlite/sqlite.vcxproj.user b/build/external/sqlite/sqlite.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/sqlite/sqlite.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/stb/stb.vcxproj b/build/external/stb/stb.vcxproj new file mode 100644 index 0000000..7dce1de --- /dev/null +++ b/build/external/stb/stb.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498} + stb + 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/external/stb/stb.vcxproj.filters b/build/external/stb/stb.vcxproj.filters new file mode 100644 index 0000000..11d15d5 --- /dev/null +++ b/build/external/stb/stb.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/external/stb/stb.vcxproj.user b/build/external/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/tinyxml/tinyxml.vcxproj b/build/external/tinyxml/tinyxml.vcxproj new file mode 100644 index 0000000..ae84c61 --- /dev/null +++ b/build/external/tinyxml/tinyxml.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {9891C064-C897-424E-8EB6-CAD09812E032} + tinyxml + 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/external/tinyxml/tinyxml.vcxproj.filters b/build/external/tinyxml/tinyxml.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/external/tinyxml/tinyxml.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/external/tinyxml/tinyxml.vcxproj.user b/build/external/tinyxml/tinyxml.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/tinyxml/tinyxml.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/tinyxml2/tinyxml2.vcxproj b/build/external/tinyxml2/tinyxml2.vcxproj new file mode 100644 index 0000000..475795e --- /dev/null +++ b/build/external/tinyxml2/tinyxml2.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {883BC26A-4C9E-44B3-B5C0-7F3E4EDC0226} + tinyxml2 + 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/external/tinyxml2/tinyxml2.vcxproj.filters b/build/external/tinyxml2/tinyxml2.vcxproj.filters new file mode 100644 index 0000000..3eaf3da --- /dev/null +++ b/build/external/tinyxml2/tinyxml2.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/external/tinyxml2/tinyxml2.vcxproj.user b/build/external/tinyxml2/tinyxml2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/tinyxml2/tinyxml2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/uuid4/uuid4.vcxproj b/build/external/uuid4/uuid4.vcxproj new file mode 100644 index 0000000..8bcea3c --- /dev/null +++ b/build/external/uuid4/uuid4.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {49F7847E-219E-4A7B-8484-2A33DAC29DD0} + uuid4 + 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/external/uuid4/uuid4.vcxproj.filters b/build/external/uuid4/uuid4.vcxproj.filters new file mode 100644 index 0000000..39065cd --- /dev/null +++ b/build/external/uuid4/uuid4.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/external/uuid4/uuid4.vcxproj.user b/build/external/uuid4/uuid4.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/uuid4/uuid4.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/vorbis/vorbis.vcxproj b/build/external/vorbis/vorbis.vcxproj new file mode 100644 index 0000000..441e923 --- /dev/null +++ b/build/external/vorbis/vorbis.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE} + vorbis + 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/external/vorbis/vorbis.vcxproj.filters b/build/external/vorbis/vorbis.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/external/vorbis/vorbis.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/external/vorbis/vorbis.vcxproj.user b/build/external/vorbis/vorbis.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/vorbis/vorbis.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/external/zlib/zlib.vcxproj b/build/external/zlib/zlib.vcxproj new file mode 100644 index 0000000..58ea777 --- /dev/null +++ b/build/external/zlib/zlib.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AF237AA3-67F7-4C93-8249-920DB2878192} + zlib + 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/external/zlib/zlib.vcxproj.filters b/build/external/zlib/zlib.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/external/zlib/zlib.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/external/zlib/zlib.vcxproj.user b/build/external/zlib/zlib.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/external/zlib/zlib.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/modules/asura-base/asura-base.vcxproj b/build/modules/asura-base/asura-base.vcxproj new file mode 100644 index 0000000..62a757e --- /dev/null +++ b/build/modules/asura-base/asura-base.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4C2E4AA5-9AE7-461A-9C09-27D1ED516444} + asurabase + 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/modules/asura-base/asura-base.vcxproj.filters b/build/modules/asura-base/asura-base.vcxproj.filters new file mode 100644 index 0000000..bd24c8d --- /dev/null +++ b/build/modules/asura-base/asura-base.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/modules/asura-base/asura-base.vcxproj.user b/build/modules/asura-base/asura-base.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/modules/asura-base/asura-base.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/modules/asura-box2d/asura-box2d.vcxproj b/build/modules/asura-box2d/asura-box2d.vcxproj index 61c03c5..485460a 100644 --- a/build/modules/asura-box2d/asura-box2d.vcxproj +++ b/build/modules/asura-box2d/asura-box2d.vcxproj @@ -76,7 +76,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -109,7 +109,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true diff --git a/build/modules/asura-core/asura-core.vcxproj b/build/modules/asura-core/asura-core.vcxproj index 7cd9962..672e007 100644 --- a/build/modules/asura-core/asura-core.vcxproj +++ b/build/modules/asura-core/asura-core.vcxproj @@ -81,7 +81,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -114,7 +114,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true @@ -130,7 +130,7 @@ - + @@ -142,8 +142,8 @@ + - @@ -195,8 +195,8 @@ + - @@ -247,13 +247,13 @@ - + {c0ed7d78-570b-454a-b3b6-576fdcb43d69} - + {208b9cb8-2101-42a9-9502-0cf54912bc57} - + {6ba52bbb-8da5-4f51-be3f-1e49f5089498} diff --git a/build/modules/asura-core/asura-core.vcxproj.filters b/build/modules/asura-core/asura-core.vcxproj.filters index 9a2f40e..51106c7 100644 --- a/build/modules/asura-core/asura-core.vcxproj.filters +++ b/build/modules/asura-core/asura-core.vcxproj.filters @@ -52,9 +52,6 @@ graphics - - graphics - graphics @@ -185,9 +182,6 @@ graphics - - graphics\binding - graphics @@ -215,6 +209,12 @@ graphics\binding + + graphics + + + graphics\binding + @@ -233,9 +233,6 @@ graphics - - graphics - graphics @@ -380,6 +377,9 @@ graphics + + graphics + diff --git a/build/modules/asura-json/asura-json.vcxproj b/build/modules/asura-json/asura-json.vcxproj index d4a2521..56a807b 100644 --- a/build/modules/asura-json/asura-json.vcxproj +++ b/build/modules/asura-json/asura-json.vcxproj @@ -76,7 +76,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -109,7 +109,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true diff --git a/build/modules/asura-network/asura-network.vcxproj b/build/modules/asura-network/asura-network.vcxproj index 0ed3418..198777e 100644 --- a/build/modules/asura-network/asura-network.vcxproj +++ b/build/modules/asura-network/asura-network.vcxproj @@ -79,7 +79,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -112,7 +112,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true diff --git a/build/modules/asura-openal/asura-openal.vcxproj b/build/modules/asura-openal/asura-openal.vcxproj index 3649648..b96d3c4 100644 --- a/build/modules/asura-openal/asura-openal.vcxproj +++ b/build/modules/asura-openal/asura-openal.vcxproj @@ -76,7 +76,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -109,7 +109,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true diff --git a/build/modules/asura-utils/asura-utils.vcxproj b/build/modules/asura-utils/asura-utils.vcxproj index 04dd95d..d4dd1b9 100644 --- a/build/modules/asura-utils/asura-utils.vcxproj +++ b/build/modules/asura-utils/asura-utils.vcxproj @@ -81,7 +81,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -114,7 +114,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true @@ -208,13 +208,13 @@ - + {8b8fca14-fc8a-45b4-bf3c-9340cb586076} - + {1350cee9-b2c2-426a-af4e-f651d51dd592} - + {aee37589-de0d-4139-8bdb-8179fdefb835} diff --git a/build/tests/02-luax/02-luax.vcxproj b/build/tests/02-luax/02-luax.vcxproj index 91f3669..7789452 100644 --- a/build/tests/02-luax/02-luax.vcxproj +++ b/build/tests/02-luax/02-luax.vcxproj @@ -81,7 +81,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -114,7 +114,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true @@ -131,10 +131,10 @@ - + {8b8fca14-fc8a-45b4-bf3c-9340cb586076} - + {1350cee9-b2c2-426a-af4e-f651d51dd592} diff --git a/build/tests/05-physfs/05-physfs.vcxproj b/build/tests/05-physfs/05-physfs.vcxproj index db04cf2..7141a57 100644 --- a/build/tests/05-physfs/05-physfs.vcxproj +++ b/build/tests/05-physfs/05-physfs.vcxproj @@ -81,7 +81,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -114,7 +114,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true diff --git a/build/tests/win32/01-window/01-window.vcxproj b/build/tests/win32/01-window/01-window.vcxproj index 183d9c7..8206184 100644 --- a/build/tests/win32/01-window/01-window.vcxproj +++ b/build/tests/win32/01-window/01-window.vcxproj @@ -94,7 +94,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) opengl32.lib;%(AdditionalDependencies) @@ -137,7 +137,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true -- cgit v1.1-26-g67d0