From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- 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/Luax/Luax.vcxproj | 160 +++++++++ build/3rd-party/Luax/Luax.vcxproj.filters | 31 ++ 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/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 | 127 +++++++ 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 | 152 ++++++++ build/3rd-party/physfs/physfs.vcxproj.filters | 99 ++++++ build/3rd-party/physfs/physfs.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/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 | 122 +++++++ build/Asura.Editor/Asura.Editor.vcxproj.filters | 17 + build/Asura.Editor/Asura.Editor.vcxproj.user | 4 + build/Asura.Packer/Asura.Packer.vcxproj | 122 +++++++ build/Asura.Packer/Asura.Packer.vcxproj.filters | 17 + build/Asura.Packer/Asura.Packer.vcxproj.user | 4 + build/Asura.Runner/Asura.Runner.vcxproj | 122 +++++++ build/Asura.Runner/Asura.Runner.vcxproj.filters | 17 + build/Asura.Runner/Asura.Runner.vcxproj.user | 4 + build/Asura.UnPacker/Asura.UnPacker.vcxproj | 122 +++++++ .../Asura.UnPacker/Asura.UnPacker.vcxproj.filters | 17 + build/Asura.UnPacker/Asura.UnPacker.vcxproj.user | 4 + build/Asura.sln | 387 +++++++++++++++++++++ build/Asura/Asura.vcxproj | 122 +++++++ build/Asura/Asura.vcxproj.filters | 2 + build/Asura/Asura.vcxproj.user | 4 + build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj | 122 +++++++ .../asura-lib-box2d.vcxproj.filters | 2 + .../asura-lib-box2d/asura-lib-box2d.vcxproj.user | 4 + build/libs/asura-lib-core/asura-lib-core.vcxproj | 219 ++++++++++++ .../asura-lib-core/asura-lib-core.vcxproj.filters | 289 +++++++++++++++ .../asura-lib-core/asura-lib-core.vcxproj.user | 4 + .../asura-lib-framework.vcxproj | 122 +++++++ .../asura-lib-framework.vcxproj.filters | 17 + .../asura-lib-framework.vcxproj.user | 4 + build/libs/asura-lib-json/asura-lib-json.vcxproj | 128 +++++++ .../asura-lib-json/asura-lib-json.vcxproj.filters | 11 + .../asura-lib-json/asura-lib-json.vcxproj.user | 4 + .../libs/asura-lib-openal/asura-lib-openal.vcxproj | 122 +++++++ .../asura-lib-openal.vcxproj.filters | 2 + .../asura-lib-openal/asura-lib-openal.vcxproj.user | 4 + build/libs/asura-lib-utils/asura-lib-utils.vcxproj | 163 +++++++++ .../asura-lib-utils.vcxproj.filters | 121 +++++++ .../asura-lib-utils/asura-lib-utils.vcxproj.user | 4 + build/tests/01-cursor/01-cursor.vcxproj | 122 +++++++ build/tests/01-cursor/01-cursor.vcxproj.filters | 17 + build/tests/01-cursor/01-cursor.vcxproj.user | 4 + build/tests/02-luax/02-luax.vcxproj | 122 +++++++ build/tests/02-luax/02-luax.vcxproj.filters | 17 + build/tests/02-luax/02-luax.vcxproj.user | 4 + build/tests/03-openal/03-openal.vcxproj | 122 +++++++ build/tests/03-openal/03-openal.vcxproj.filters | 17 + build/tests/03-openal/03-openal.vcxproj.user | 4 + build/tests/04-box2d/04-box2d.vcxproj | 122 +++++++ build/tests/04-box2d/04-box2d.vcxproj.filters | 17 + build/tests/04-box2d/04-box2d.vcxproj.user | 4 + ...14\205\345\220\253\347\233\256\345\275\225.txt" | 4 + 101 files changed, 6907 insertions(+) create mode 100644 build/3rd-party/Box2D/box2d.vcxproj create mode 100644 build/3rd-party/Box2D/box2d.vcxproj.filters create mode 100644 build/3rd-party/Box2D/box2d.vcxproj.user create mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj create mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj.filters create mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj.user create mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj create mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters create mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj.user create mode 100644 build/3rd-party/Luax/Luax.vcxproj create mode 100644 build/3rd-party/Luax/Luax.vcxproj.filters create mode 100644 build/3rd-party/Luax/Luax.vcxproj.user create mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj create mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj.filters create mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj.user create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.filters create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.user create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.filters create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.user create mode 100644 build/3rd-party/Wuff/Wuff.vcxproj create mode 100644 build/3rd-party/Wuff/Wuff.vcxproj.filters create mode 100644 build/3rd-party/Wuff/Wuff.vcxproj.user create mode 100644 build/3rd-party/cembed/cembed.vcxproj create mode 100644 build/3rd-party/cembed/cembed.vcxproj.filters create mode 100644 build/3rd-party/cembed/cembed.vcxproj.user create mode 100644 build/3rd-party/freetype/freetype.vcxproj create mode 100644 build/3rd-party/freetype/freetype.vcxproj.filters create mode 100644 build/3rd-party/freetype/freetype.vcxproj.user create mode 100644 build/3rd-party/glad/glad.vcxproj create mode 100644 build/3rd-party/glad/glad.vcxproj.filters create mode 100644 build/3rd-party/glad/glad.vcxproj.user create mode 100644 build/3rd-party/lua51/lua51.vcxproj create mode 100644 build/3rd-party/lua51/lua51.vcxproj.filters create mode 100644 build/3rd-party/lua51/lua51.vcxproj.user create mode 100644 build/3rd-party/lua51c/lua51c.vcxproj create mode 100644 build/3rd-party/lua51c/lua51c.vcxproj.filters create mode 100644 build/3rd-party/lua51c/lua51c.vcxproj.user create mode 100644 build/3rd-party/mpg123/mpg123.vcxproj create mode 100644 build/3rd-party/mpg123/mpg123.vcxproj.filters create mode 100644 build/3rd-party/mpg123/mpg123.vcxproj.user create mode 100644 build/3rd-party/physfs/physfs.vcxproj create mode 100644 build/3rd-party/physfs/physfs.vcxproj.filters create mode 100644 build/3rd-party/physfs/physfs.vcxproj.user create mode 100644 build/3rd-party/stb/stb.vcxproj create mode 100644 build/3rd-party/stb/stb.vcxproj.filters create mode 100644 build/3rd-party/stb/stb.vcxproj.user create mode 100644 build/3rd-party/vorbis/vorbis.vcxproj create mode 100644 build/3rd-party/vorbis/vorbis.vcxproj.filters create mode 100644 build/3rd-party/vorbis/vorbis.vcxproj.user create mode 100644 build/3rd-party/zlib/zlib.vcxproj create mode 100644 build/3rd-party/zlib/zlib.vcxproj.filters create mode 100644 build/3rd-party/zlib/zlib.vcxproj.user create mode 100644 build/Asura.Editor/Asura.Editor.vcxproj create mode 100644 build/Asura.Editor/Asura.Editor.vcxproj.filters create mode 100644 build/Asura.Editor/Asura.Editor.vcxproj.user create mode 100644 build/Asura.Packer/Asura.Packer.vcxproj create mode 100644 build/Asura.Packer/Asura.Packer.vcxproj.filters create mode 100644 build/Asura.Packer/Asura.Packer.vcxproj.user create mode 100644 build/Asura.Runner/Asura.Runner.vcxproj create mode 100644 build/Asura.Runner/Asura.Runner.vcxproj.filters create mode 100644 build/Asura.Runner/Asura.Runner.vcxproj.user create mode 100644 build/Asura.UnPacker/Asura.UnPacker.vcxproj create mode 100644 build/Asura.UnPacker/Asura.UnPacker.vcxproj.filters create mode 100644 build/Asura.UnPacker/Asura.UnPacker.vcxproj.user create mode 100644 build/Asura.sln create mode 100644 build/Asura/Asura.vcxproj create mode 100644 build/Asura/Asura.vcxproj.filters create mode 100644 build/Asura/Asura.vcxproj.user create mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj create mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters create mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user create mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj create mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj.filters create mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj.user create mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj create mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters create mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user create mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj create mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj.filters create mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj.user create mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj create mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters create mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user create mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj create mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters create mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user create mode 100644 build/tests/01-cursor/01-cursor.vcxproj create mode 100644 build/tests/01-cursor/01-cursor.vcxproj.filters create mode 100644 build/tests/01-cursor/01-cursor.vcxproj.user create mode 100644 build/tests/02-luax/02-luax.vcxproj create mode 100644 build/tests/02-luax/02-luax.vcxproj.filters create mode 100644 build/tests/02-luax/02-luax.vcxproj.user create mode 100644 build/tests/03-openal/03-openal.vcxproj create mode 100644 build/tests/03-openal/03-openal.vcxproj.filters create mode 100644 build/tests/03-openal/03-openal.vcxproj.user create mode 100644 build/tests/04-box2d/04-box2d.vcxproj create mode 100644 build/tests/04-box2d/04-box2d.vcxproj.filters create mode 100644 build/tests/04-box2d/04-box2d.vcxproj.user create mode 100644 "build/\345\214\205\345\220\253\347\233\256\345\275\225.txt" (limited to 'build') diff --git a/build/3rd-party/Box2D/box2d.vcxproj b/build/3rd-party/Box2D/box2d.vcxproj new file mode 100644 index 0000000..854cd73 --- /dev/null +++ b/build/3rd-party/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\3rdparty\;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rdparty\;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\;%(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 new file mode 100644 index 0000000..811233c --- /dev/null +++ b/build/3rd-party/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/3rd-party/Box2D/box2d.vcxproj.user b/build/3rd-party/Box2D/box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/Box2D/box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/LodePNG/LodePNG.vcxproj b/build/3rd-party/LodePNG/LodePNG.vcxproj new file mode 100644 index 0000000..3334853 --- /dev/null +++ b/build/3rd-party/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/3rd-party/LodePNG/LodePNG.vcxproj.filters b/build/3rd-party/LodePNG/LodePNG.vcxproj.filters new file mode 100644 index 0000000..968193b --- /dev/null +++ b/build/3rd-party/LodePNG/LodePNG.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/LodePNG/LodePNG.vcxproj.user b/build/3rd-party/LodePNG/LodePNG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/LodePNG/LodePNG.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/LuaJIT/LuaJIT.vcxproj b/build/3rd-party/LuaJIT/LuaJIT.vcxproj new file mode 100644 index 0000000..88e8845 --- /dev/null +++ b/build/3rd-party/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/3rd-party/LuaJIT/LuaJIT.vcxproj.filters b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj b/build/3rd-party/Luax/Luax.vcxproj new file mode 100644 index 0000000..a24c972 --- /dev/null +++ b/build/3rd-party/Luax/Luax.vcxproj @@ -0,0 +1,160 @@ + + + + + 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 new file mode 100644 index 0000000..705dcd9 --- /dev/null +++ b/build/3rd-party/Luax/Luax.vcxproj.filters @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj.user b/build/3rd-party/Luax/Luax.vcxproj.user new file mode 100644 index 0000000..0b0f24d --- /dev/null +++ b/build/3rd-party/Luax/Luax.vcxproj.user @@ -0,0 +1,6 @@ + + + + true + + \ No newline at end of file diff --git a/build/3rd-party/OpenAL/OpenAL.vcxproj b/build/3rd-party/OpenAL/OpenAL.vcxproj new file mode 100644 index 0000000..1bd8299 --- /dev/null +++ b/build/3rd-party/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/3rd-party/OpenAL/OpenAL.vcxproj.filters b/build/3rd-party/OpenAL/OpenAL.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/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/3rd-party/OpenAL/OpenAL.vcxproj.user b/build/3rd-party/OpenAL/OpenAL.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/OpenAL/OpenAL.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj b/build/3rd-party/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..970966f --- /dev/null +++ b/build/3rd-party/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\3rdparty\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\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\3rdparty\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 new file mode 100644 index 0000000..07c0d77 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.user b/build/3rd-party/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj b/build/3rd-party/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..e3ac28f --- /dev/null +++ b/build/3rd-party/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\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\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 new file mode 100644 index 0000000..536fbfc --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj.user b/build/3rd-party/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/Wuff/Wuff.vcxproj b/build/3rd-party/Wuff/Wuff.vcxproj new file mode 100644 index 0000000..3a3c91e --- /dev/null +++ b/build/3rd-party/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/3rd-party/Wuff/Wuff.vcxproj.filters b/build/3rd-party/Wuff/Wuff.vcxproj.filters new file mode 100644 index 0000000..b00a1c1 --- /dev/null +++ b/build/3rd-party/Wuff/Wuff.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/Wuff/Wuff.vcxproj.user b/build/3rd-party/Wuff/Wuff.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/Wuff/Wuff.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/cembed/cembed.vcxproj b/build/3rd-party/cembed/cembed.vcxproj new file mode 100644 index 0000000..73d77e8 --- /dev/null +++ b/build/3rd-party/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/3rd-party/cembed/cembed.vcxproj.filters b/build/3rd-party/cembed/cembed.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/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/3rd-party/cembed/cembed.vcxproj.user b/build/3rd-party/cembed/cembed.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/cembed/cembed.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/freetype/freetype.vcxproj b/build/3rd-party/freetype/freetype.vcxproj new file mode 100644 index 0000000..eec74c7 --- /dev/null +++ b/build/3rd-party/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/3rd-party/freetype/freetype.vcxproj.filters b/build/3rd-party/freetype/freetype.vcxproj.filters new file mode 100644 index 0000000..b3e8475 --- /dev/null +++ b/build/3rd-party/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/3rd-party/freetype/freetype.vcxproj.user b/build/3rd-party/freetype/freetype.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/freetype/freetype.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj b/build/3rd-party/glad/glad.vcxproj new file mode 100644 index 0000000..71c6cc4 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj @@ -0,0 +1,127 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69} + glad + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj.filters b/build/3rd-party/glad/glad.vcxproj.filters new file mode 100644 index 0000000..2583f31 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj.filters @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj.user b/build/3rd-party/glad/glad.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj b/build/3rd-party/lua51/lua51.vcxproj new file mode 100644 index 0000000..ccb9e0e --- /dev/null +++ b/build/3rd-party/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/3rd-party/lua51/lua51.vcxproj.filters b/build/3rd-party/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..d274633 --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj.user b/build/3rd-party/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/lua51c/lua51c.vcxproj b/build/3rd-party/lua51c/lua51c.vcxproj new file mode 100644 index 0000000..a7fadcf --- /dev/null +++ b/build/3rd-party/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/3rd-party/lua51c/lua51c.vcxproj.filters b/build/3rd-party/lua51c/lua51c.vcxproj.filters new file mode 100644 index 0000000..5cfe265 --- /dev/null +++ b/build/3rd-party/lua51c/lua51c.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/lua51c/lua51c.vcxproj.user b/build/3rd-party/lua51c/lua51c.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/lua51c/lua51c.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/mpg123/mpg123.vcxproj b/build/3rd-party/mpg123/mpg123.vcxproj new file mode 100644 index 0000000..fce6d25 --- /dev/null +++ b/build/3rd-party/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/3rd-party/mpg123/mpg123.vcxproj.filters b/build/3rd-party/mpg123/mpg123.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/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/3rd-party/mpg123/mpg123.vcxproj.user b/build/3rd-party/mpg123/mpg123.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/mpg123/mpg123.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/physfs/physfs.vcxproj b/build/3rd-party/physfs/physfs.vcxproj new file mode 100644 index 0000000..0d23b68 --- /dev/null +++ b/build/3rd-party/physfs/physfs.vcxproj @@ -0,0 +1,152 @@ + + + + + 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 + + + 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/physfs/physfs.vcxproj.filters b/build/3rd-party/physfs/physfs.vcxproj.filters new file mode 100644 index 0000000..25d5970 --- /dev/null +++ b/build/3rd-party/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/3rd-party/physfs/physfs.vcxproj.user b/build/3rd-party/physfs/physfs.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/physfs/physfs.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/stb/stb.vcxproj b/build/3rd-party/stb/stb.vcxproj new file mode 100644 index 0000000..50a2f03 --- /dev/null +++ b/build/3rd-party/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/3rd-party/stb/stb.vcxproj.filters b/build/3rd-party/stb/stb.vcxproj.filters new file mode 100644 index 0000000..d170bc6 --- /dev/null +++ b/build/3rd-party/stb/stb.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/3rd-party/stb/stb.vcxproj.user b/build/3rd-party/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/vorbis/vorbis.vcxproj b/build/3rd-party/vorbis/vorbis.vcxproj new file mode 100644 index 0000000..441e923 --- /dev/null +++ b/build/3rd-party/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/3rd-party/vorbis/vorbis.vcxproj.filters b/build/3rd-party/vorbis/vorbis.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/vorbis/vorbis.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/vorbis/vorbis.vcxproj.user b/build/3rd-party/vorbis/vorbis.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/vorbis/vorbis.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/zlib/zlib.vcxproj b/build/3rd-party/zlib/zlib.vcxproj new file mode 100644 index 0000000..58ea777 --- /dev/null +++ b/build/3rd-party/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/3rd-party/zlib/zlib.vcxproj.filters b/build/3rd-party/zlib/zlib.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/zlib/zlib.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/zlib/zlib.vcxproj.user b/build/3rd-party/zlib/zlib.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/zlib/zlib.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/Asura.Editor/Asura.Editor.vcxproj b/build/Asura.Editor/Asura.Editor.vcxproj new file mode 100644 index 0000000..c16be0a --- /dev/null +++ b/build/Asura.Editor/Asura.Editor.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {0AE416B4-648D-42F4-9E93-9DF4167F5614} + AsuraEditor + 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/Asura.Editor/Asura.Editor.vcxproj.filters b/build/Asura.Editor/Asura.Editor.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/Asura.Editor/Asura.Editor.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/Asura.Editor/Asura.Editor.vcxproj.user b/build/Asura.Editor/Asura.Editor.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/Asura.Editor/Asura.Editor.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/Asura.Packer/Asura.Packer.vcxproj b/build/Asura.Packer/Asura.Packer.vcxproj new file mode 100644 index 0000000..1a0ce1a --- /dev/null +++ b/build/Asura.Packer/Asura.Packer.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C} + AsuraPacker + 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/Asura.Packer/Asura.Packer.vcxproj.filters b/build/Asura.Packer/Asura.Packer.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/Asura.Packer/Asura.Packer.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/Asura.Packer/Asura.Packer.vcxproj.user b/build/Asura.Packer/Asura.Packer.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/Asura.Packer/Asura.Packer.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/Asura.Runner/Asura.Runner.vcxproj b/build/Asura.Runner/Asura.Runner.vcxproj new file mode 100644 index 0000000..0c18dc5 --- /dev/null +++ b/build/Asura.Runner/Asura.Runner.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD} + AsuraRunner + 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/Asura.Runner/Asura.Runner.vcxproj.filters b/build/Asura.Runner/Asura.Runner.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/Asura.Runner/Asura.Runner.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/Asura.Runner/Asura.Runner.vcxproj.user b/build/Asura.Runner/Asura.Runner.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/Asura.Runner/Asura.Runner.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/Asura.UnPacker/Asura.UnPacker.vcxproj b/build/Asura.UnPacker/Asura.UnPacker.vcxproj new file mode 100644 index 0000000..2ad3466 --- /dev/null +++ b/build/Asura.UnPacker/Asura.UnPacker.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {57A3232A-FD44-46EB-B860-7CAB3929810F} + AsuraUnPacker + 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/Asura.UnPacker/Asura.UnPacker.vcxproj.filters b/build/Asura.UnPacker/Asura.UnPacker.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/Asura.UnPacker/Asura.UnPacker.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/Asura.UnPacker/Asura.UnPacker.vcxproj.user b/build/Asura.UnPacker/Asura.UnPacker.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/Asura.UnPacker/Asura.UnPacker.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/Asura.sln b/build/Asura.sln new file mode 100644 index 0000000..f7ee2f4 --- /dev/null +++ b/build/Asura.sln @@ -0,0 +1,387 @@ + +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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Luax", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51c", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenAL", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Box2D", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "3rd-party\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}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "physfs", "3rd-party\physfs\physfs.vcxproj", "{AEE37589-DE0D-4139-8BDB-8179FDEFB835}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{CD115016-E377-4AC1-8595-DB2836CEFE7E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-core", "libs\asura-lib-core\asura-lib-core.vcxproj", "{29A6837A-67FA-403F-83FD-E7975649404F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-box2d", "libs\asura-lib-box2d\asura-lib-box2d.vcxproj", "{ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-framework", "libs\asura-lib-framework\asura-lib-framework.vcxproj", "{CB05752F-B785-4715-9AA3-818C15ABA5F0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-openal", "libs\asura-lib-openal\asura-lib-openal.vcxproj", "{088C6ABA-26A6-43D1-8492-096EDB65597C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-utils", "libs\asura-lib-utils\asura-lib-utils.vcxproj", "{7D41093F-E356-4C5B-A25F-41779BF86E54}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cembed", "3rd-party\cembed\cembed.vcxproj", "{53A48355-B4B3-4775-B1A0-FBB3E02C6A06}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "01-cursor", "tests\01-cursor\01-cursor.vcxproj", "{52D4B84B-0FEB-419F-AED4-2FC896AA93CF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "02-luax", "tests\02-luax\02-luax.vcxproj", "{CF6D513F-746A-4541-957A-C80492DF09C9}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "03-openal", "tests\03-openal\03-openal.vcxproj", "{41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "04-box2d", "tests\04-box2d\04-box2d.vcxproj", "{38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura.Editor", "Asura.Editor\Asura.Editor.vcxproj", "{0AE416B4-648D-42F4-9E93-9DF4167F5614}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura.Runner", "Asura.Runner\Asura.Runner.vcxproj", "{E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura.Packer", "Asura.Packer\Asura.Packer.vcxproj", "{0227A614-88E0-4482-8AE4-5C1A3F6EED2C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura.UnPacker", "Asura.UnPacker\Asura.UnPacker.vcxproj", "{57A3232A-FD44-46EB-B860-7CAB3929810F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura", "Asura\Asura.vcxproj", "{234E1397-269B-4A6A-9B4D-08EDBFFF210E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-json", "libs\asura-lib-json\asura-lib-json.vcxproj", "{1B83A353-9694-42E0-997E-79E150E1C2E5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Debug|x64.ActiveCfg = Debug|x64 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Debug|x64.Build.0 = Debug|x64 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Debug|x86.ActiveCfg = Debug|Win32 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Debug|x86.Build.0 = Debug|Win32 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Release|x64.ActiveCfg = Release|x64 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Release|x64.Build.0 = Release|x64 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Release|x86.ActiveCfg = Release|Win32 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592}.Release|x86.Build.0 = Release|Win32 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Debug|x64.ActiveCfg = Debug|x64 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Debug|x64.Build.0 = Debug|x64 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Debug|x86.ActiveCfg = Debug|Win32 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Debug|x86.Build.0 = Debug|Win32 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Release|x64.ActiveCfg = Release|x64 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Release|x64.Build.0 = Release|x64 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Release|x86.ActiveCfg = Release|Win32 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69}.Release|x86.Build.0 = Release|Win32 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Debug|x64.ActiveCfg = Debug|x64 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Debug|x64.Build.0 = Debug|x64 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Debug|x86.ActiveCfg = Debug|Win32 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Debug|x86.Build.0 = Debug|Win32 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Release|x64.ActiveCfg = Release|x64 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Release|x64.Build.0 = Release|x64 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Release|x86.ActiveCfg = Release|Win32 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076}.Release|x86.Build.0 = Release|Win32 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Debug|x64.ActiveCfg = Debug|x64 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Debug|x64.Build.0 = Debug|x64 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Debug|x86.ActiveCfg = Debug|Win32 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Debug|x86.Build.0 = Debug|Win32 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Release|x64.ActiveCfg = Release|x64 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Release|x64.Build.0 = Release|x64 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Release|x86.ActiveCfg = Release|Win32 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}.Release|x86.Build.0 = Release|Win32 + {B8F9616D-5393-4B34-B191-D200D1985439}.Debug|x64.ActiveCfg = Debug|x64 + {B8F9616D-5393-4B34-B191-D200D1985439}.Debug|x64.Build.0 = Debug|x64 + {B8F9616D-5393-4B34-B191-D200D1985439}.Debug|x86.ActiveCfg = Debug|Win32 + {B8F9616D-5393-4B34-B191-D200D1985439}.Debug|x86.Build.0 = Debug|Win32 + {B8F9616D-5393-4B34-B191-D200D1985439}.Release|x64.ActiveCfg = Release|x64 + {B8F9616D-5393-4B34-B191-D200D1985439}.Release|x64.Build.0 = Release|x64 + {B8F9616D-5393-4B34-B191-D200D1985439}.Release|x86.ActiveCfg = Release|Win32 + {B8F9616D-5393-4B34-B191-D200D1985439}.Release|x86.Build.0 = Release|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x64.ActiveCfg = Debug|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x64.Build.0 = Debug|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x86.ActiveCfg = Debug|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Debug|x86.Build.0 = Debug|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x64.ActiveCfg = Release|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x64.Build.0 = Release|x64 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x86.ActiveCfg = Release|Win32 + {208B9CB8-2101-42A9-9502-0CF54912BC57}.Release|x86.Build.0 = Release|Win32 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Debug|x64.ActiveCfg = Debug|x64 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Debug|x64.Build.0 = Debug|x64 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Debug|x86.ActiveCfg = Debug|Win32 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Debug|x86.Build.0 = Debug|Win32 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Release|x64.ActiveCfg = Release|x64 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Release|x64.Build.0 = Release|x64 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Release|x86.ActiveCfg = Release|Win32 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}.Release|x86.Build.0 = Release|Win32 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Debug|x64.ActiveCfg = Debug|x64 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Debug|x64.Build.0 = Debug|x64 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Debug|x86.ActiveCfg = Debug|Win32 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Debug|x86.Build.0 = Debug|Win32 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Release|x64.ActiveCfg = Release|x64 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Release|x64.Build.0 = Release|x64 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Release|x86.ActiveCfg = Release|Win32 + {AF237AA3-67F7-4C93-8249-920DB2878192}.Release|x86.Build.0 = Release|Win32 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Debug|x64.ActiveCfg = Debug|x64 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Debug|x64.Build.0 = Debug|x64 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Debug|x86.ActiveCfg = Debug|Win32 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Debug|x86.Build.0 = Debug|Win32 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Release|x64.ActiveCfg = Release|x64 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Release|x64.Build.0 = Release|x64 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Release|x86.ActiveCfg = Release|Win32 + {38019689-27C2-488F-9C50-36CA6930CEB7}.Release|x86.Build.0 = Release|Win32 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Debug|x64.ActiveCfg = Debug|x64 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Debug|x64.Build.0 = Debug|x64 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Debug|x86.ActiveCfg = Debug|Win32 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Debug|x86.Build.0 = Debug|Win32 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Release|x64.ActiveCfg = Release|x64 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Release|x64.Build.0 = Release|x64 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Release|x86.ActiveCfg = Release|Win32 + {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Release|x86.Build.0 = Release|Win32 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Debug|x64.ActiveCfg = Debug|x64 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Debug|x64.Build.0 = Debug|x64 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Debug|x86.ActiveCfg = Debug|Win32 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Debug|x86.Build.0 = Debug|Win32 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Release|x64.ActiveCfg = Release|x64 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Release|x64.Build.0 = Release|x64 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Release|x86.ActiveCfg = Release|Win32 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4}.Release|x86.Build.0 = Release|Win32 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Debug|x64.ActiveCfg = Debug|x64 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Debug|x64.Build.0 = Debug|x64 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Debug|x86.ActiveCfg = Debug|Win32 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Debug|x86.Build.0 = Debug|Win32 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Release|x64.ActiveCfg = Release|x64 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Release|x64.Build.0 = Release|x64 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Release|x86.ActiveCfg = Release|Win32 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE}.Release|x86.Build.0 = Release|Win32 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Debug|x64.ActiveCfg = Debug|x64 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Debug|x64.Build.0 = Debug|x64 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Debug|x86.ActiveCfg = Debug|Win32 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Debug|x86.Build.0 = Debug|Win32 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Release|x64.ActiveCfg = Release|x64 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Release|x64.Build.0 = Release|x64 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Release|x86.ActiveCfg = Release|Win32 + {4B970273-A352-433B-98B2-B4BF6DF72F71}.Release|x86.Build.0 = Release|Win32 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Debug|x64.ActiveCfg = Debug|x64 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Debug|x64.Build.0 = Debug|x64 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Debug|x86.ActiveCfg = Debug|Win32 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Debug|x86.Build.0 = Debug|Win32 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Release|x64.ActiveCfg = Release|x64 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Release|x64.Build.0 = Release|x64 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Release|x86.ActiveCfg = Release|Win32 + {5AE9F39B-1885-4F81-96B1-121BB64F9939}.Release|x86.Build.0 = Release|Win32 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Debug|x64.ActiveCfg = Debug|x64 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Debug|x64.Build.0 = Debug|x64 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Debug|x86.ActiveCfg = Debug|Win32 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Debug|x86.Build.0 = Debug|Win32 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Release|x64.ActiveCfg = Release|x64 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Release|x64.Build.0 = Release|x64 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Release|x86.ActiveCfg = Release|Win32 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}.Release|x86.Build.0 = Release|Win32 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Debug|x64.ActiveCfg = Debug|x64 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Debug|x64.Build.0 = Debug|x64 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Debug|x86.ActiveCfg = Debug|Win32 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Debug|x86.Build.0 = Debug|Win32 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Release|x64.ActiveCfg = Release|x64 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Release|x64.Build.0 = Release|x64 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Release|x86.ActiveCfg = Release|Win32 + {294889EA-93DE-4580-BF9D-87F605B229AA}.Release|x86.Build.0 = Release|Win32 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Debug|x64.ActiveCfg = Debug|x64 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Debug|x64.Build.0 = Debug|x64 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Debug|x86.ActiveCfg = Debug|Win32 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Debug|x86.Build.0 = Debug|Win32 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Release|x64.ActiveCfg = Release|x64 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Release|x64.Build.0 = Release|x64 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Release|x86.ActiveCfg = Release|Win32 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835}.Release|x86.Build.0 = Release|Win32 + {29A6837A-67FA-403F-83FD-E7975649404F}.Debug|x64.ActiveCfg = Debug|x64 + {29A6837A-67FA-403F-83FD-E7975649404F}.Debug|x64.Build.0 = Debug|x64 + {29A6837A-67FA-403F-83FD-E7975649404F}.Debug|x86.ActiveCfg = Debug|Win32 + {29A6837A-67FA-403F-83FD-E7975649404F}.Debug|x86.Build.0 = Debug|Win32 + {29A6837A-67FA-403F-83FD-E7975649404F}.Release|x64.ActiveCfg = Release|x64 + {29A6837A-67FA-403F-83FD-E7975649404F}.Release|x64.Build.0 = Release|x64 + {29A6837A-67FA-403F-83FD-E7975649404F}.Release|x86.ActiveCfg = Release|Win32 + {29A6837A-67FA-403F-83FD-E7975649404F}.Release|x86.Build.0 = Release|Win32 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Debug|x64.ActiveCfg = Debug|x64 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Debug|x64.Build.0 = Debug|x64 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Debug|x86.ActiveCfg = Debug|Win32 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Debug|x86.Build.0 = Debug|Win32 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Release|x64.ActiveCfg = Release|x64 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Release|x64.Build.0 = Release|x64 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Release|x86.ActiveCfg = Release|Win32 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}.Release|x86.Build.0 = Release|Win32 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Debug|x64.ActiveCfg = Debug|x64 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Debug|x64.Build.0 = Debug|x64 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Debug|x86.ActiveCfg = Debug|Win32 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Debug|x86.Build.0 = Debug|Win32 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Release|x64.ActiveCfg = Release|x64 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Release|x64.Build.0 = Release|x64 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Release|x86.ActiveCfg = Release|Win32 + {CB05752F-B785-4715-9AA3-818C15ABA5F0}.Release|x86.Build.0 = Release|Win32 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Debug|x64.ActiveCfg = Debug|x64 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Debug|x64.Build.0 = Debug|x64 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Debug|x86.ActiveCfg = Debug|Win32 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Debug|x86.Build.0 = Debug|Win32 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Release|x64.ActiveCfg = Release|x64 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Release|x64.Build.0 = Release|x64 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Release|x86.ActiveCfg = Release|Win32 + {088C6ABA-26A6-43D1-8492-096EDB65597C}.Release|x86.Build.0 = Release|Win32 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Debug|x64.ActiveCfg = Debug|x64 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Debug|x64.Build.0 = Debug|x64 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Debug|x86.ActiveCfg = Debug|Win32 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Debug|x86.Build.0 = Debug|Win32 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Release|x64.ActiveCfg = Release|x64 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Release|x64.Build.0 = Release|x64 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Release|x86.ActiveCfg = Release|Win32 + {7D41093F-E356-4C5B-A25F-41779BF86E54}.Release|x86.Build.0 = Release|Win32 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Debug|x64.ActiveCfg = Debug|x64 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Debug|x64.Build.0 = Debug|x64 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Debug|x86.ActiveCfg = Debug|Win32 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Debug|x86.Build.0 = Debug|Win32 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Release|x64.ActiveCfg = Release|x64 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Release|x64.Build.0 = Release|x64 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Release|x86.ActiveCfg = Release|Win32 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06}.Release|x86.Build.0 = Release|Win32 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Debug|x64.ActiveCfg = Debug|x64 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Debug|x64.Build.0 = Debug|x64 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Debug|x86.ActiveCfg = Debug|Win32 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Debug|x86.Build.0 = Debug|Win32 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Release|x64.ActiveCfg = Release|x64 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Release|x64.Build.0 = Release|x64 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Release|x86.ActiveCfg = Release|Win32 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF}.Release|x86.Build.0 = Release|Win32 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Debug|x64.ActiveCfg = Debug|x64 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Debug|x64.Build.0 = Debug|x64 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Debug|x86.ActiveCfg = Debug|Win32 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Debug|x86.Build.0 = Debug|Win32 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Release|x64.ActiveCfg = Release|x64 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Release|x64.Build.0 = Release|x64 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Release|x86.ActiveCfg = Release|Win32 + {CF6D513F-746A-4541-957A-C80492DF09C9}.Release|x86.Build.0 = Release|Win32 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Debug|x64.ActiveCfg = Debug|x64 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Debug|x64.Build.0 = Debug|x64 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Debug|x86.ActiveCfg = Debug|Win32 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Debug|x86.Build.0 = Debug|Win32 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Release|x64.ActiveCfg = Release|x64 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Release|x64.Build.0 = Release|x64 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Release|x86.ActiveCfg = Release|Win32 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5}.Release|x86.Build.0 = Release|Win32 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Debug|x64.ActiveCfg = Debug|x64 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Debug|x64.Build.0 = Debug|x64 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Debug|x86.ActiveCfg = Debug|Win32 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Debug|x86.Build.0 = Debug|Win32 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Release|x64.ActiveCfg = Release|x64 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Release|x64.Build.0 = Release|x64 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Release|x86.ActiveCfg = Release|Win32 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE}.Release|x86.Build.0 = Release|Win32 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Debug|x64.ActiveCfg = Debug|x64 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Debug|x64.Build.0 = Debug|x64 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Debug|x86.ActiveCfg = Debug|Win32 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Debug|x86.Build.0 = Debug|Win32 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Release|x64.ActiveCfg = Release|x64 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Release|x64.Build.0 = Release|x64 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Release|x86.ActiveCfg = Release|Win32 + {0AE416B4-648D-42F4-9E93-9DF4167F5614}.Release|x86.Build.0 = Release|Win32 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Debug|x64.ActiveCfg = Debug|x64 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Debug|x64.Build.0 = Debug|x64 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Debug|x86.ActiveCfg = Debug|Win32 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Debug|x86.Build.0 = Debug|Win32 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Release|x64.ActiveCfg = Release|x64 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Release|x64.Build.0 = Release|x64 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Release|x86.ActiveCfg = Release|Win32 + {E21A839A-C7C6-4B83-89FB-C921AEBEA9CD}.Release|x86.Build.0 = Release|Win32 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Debug|x64.ActiveCfg = Debug|x64 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Debug|x64.Build.0 = Debug|x64 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Debug|x86.ActiveCfg = Debug|Win32 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Debug|x86.Build.0 = Debug|Win32 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Release|x64.ActiveCfg = Release|x64 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Release|x64.Build.0 = Release|x64 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Release|x86.ActiveCfg = Release|Win32 + {0227A614-88E0-4482-8AE4-5C1A3F6EED2C}.Release|x86.Build.0 = Release|Win32 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Debug|x64.ActiveCfg = Debug|x64 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Debug|x64.Build.0 = Debug|x64 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Debug|x86.ActiveCfg = Debug|Win32 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Debug|x86.Build.0 = Debug|Win32 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Release|x64.ActiveCfg = Release|x64 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Release|x64.Build.0 = Release|x64 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Release|x86.ActiveCfg = Release|Win32 + {57A3232A-FD44-46EB-B860-7CAB3929810F}.Release|x86.Build.0 = Release|Win32 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Debug|x64.ActiveCfg = Debug|x64 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Debug|x64.Build.0 = Debug|x64 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Debug|x86.ActiveCfg = Debug|Win32 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Debug|x86.Build.0 = Debug|Win32 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Release|x64.ActiveCfg = Release|x64 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Release|x64.Build.0 = Release|x64 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Release|x86.ActiveCfg = Release|Win32 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E}.Release|x86.Build.0 = Release|Win32 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Debug|x64.ActiveCfg = Debug|x64 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Debug|x64.Build.0 = Debug|x64 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Debug|x86.ActiveCfg = Debug|Win32 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Debug|x86.Build.0 = Debug|Win32 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Release|x64.ActiveCfg = Release|x64 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Release|x64.Build.0 = Release|x64 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Release|x86.ActiveCfg = Release|Win32 + {1B83A353-9694-42E0-997E-79E150E1C2E5}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {1350CEE9-B2C2-426A-AF4E-F651D51DD592} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {C0ED7D78-570B-454A-B3B6-576FDCB43D69} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {B8F9616D-5393-4B34-B191-D200D1985439} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {208B9CB8-2101-42A9-9502-0CF54912BC57} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {AF237AA3-67F7-4C93-8249-920DB2878192} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {38019689-27C2-488F-9C50-36CA6930CEB7} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {83E0897A-E2F4-4057-8077-59C4A0C38E56} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {4122CC44-1E4C-4A08-B16F-1A650585EBD4} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {4B970273-A352-433B-98B2-B4BF6DF72F71} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {5AE9F39B-1885-4F81-96B1-121BB64F9939} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {294889EA-93DE-4580-BF9D-87F605B229AA} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {AEE37589-DE0D-4139-8BDB-8179FDEFB835} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {29A6837A-67FA-403F-83FD-E7975649404F} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + {CB05752F-B785-4715-9AA3-818C15ABA5F0} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + {088C6ABA-26A6-43D1-8492-096EDB65597C} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + {7D41093F-E356-4C5B-A25F-41779BF86E54} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF} = {E068D138-C824-4365-B5A3-27C65E8FD0B5} + {CF6D513F-746A-4541-957A-C80492DF09C9} = {E068D138-C824-4365-B5A3-27C65E8FD0B5} + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5} = {E068D138-C824-4365-B5A3-27C65E8FD0B5} + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE} = {E068D138-C824-4365-B5A3-27C65E8FD0B5} + {1B83A353-9694-42E0-997E-79E150E1C2E5} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {331032D8-F7CC-43E3-A03B-67108767F96B} + EndGlobalSection +EndGlobal diff --git a/build/Asura/Asura.vcxproj b/build/Asura/Asura.vcxproj new file mode 100644 index 0000000..66a63a2 --- /dev/null +++ b/build/Asura/Asura.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {234E1397-269B-4A6A-9B4D-08EDBFFF210E} + Asura + 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/Asura/Asura.vcxproj.filters b/build/Asura/Asura.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/Asura/Asura.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/Asura/Asura.vcxproj.user b/build/Asura/Asura.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/Asura/Asura.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj new file mode 100644 index 0000000..8ad3c71 --- /dev/null +++ b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485} + asurabox2d + 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/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-core/asura-lib-core.vcxproj b/build/libs/asura-lib-core/asura-lib-core.vcxproj new file mode 100644 index 0000000..62d3815 --- /dev/null +++ b/build/libs/asura-lib-core/asura-lib-core.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {29A6837A-67FA-403F-83FD-E7975649404F} + asuracore + 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;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-core/asura-lib-core.vcxproj.filters b/build/libs/asura-lib-core/asura-lib-core.vcxproj.filters new file mode 100644 index 0000000..2948753 --- /dev/null +++ b/build/libs/asura-lib-core/asura-lib-core.vcxproj.filters @@ -0,0 +1,289 @@ + + + + + {a338aae6-b932-4a59-9a2e-f07283aaea64} + + + {18c6a104-a8f9-4794-80a0-2fe9afdfca3e} + + + {1a6ed8b6-908c-458d-a036-1ff57db1248a} + + + {3a06866e-ed35-485f-94a5-548b522fd1f4} + + + {81dedac2-8d27-4c19-bf40-1503f0dbad1b} + + + {8457aa11-9956-49f4-9410-d54c3022dbe4} + + + {1d0e7b78-1daa-44e4-ae94-d205d66f48f8} + + + {4cf7bb4a-566e-4e71-a1e1-7e6e749f0b0e} + + + {c88e6733-13f6-4c25-9ffe-b162ad8b31cd} + + + + + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + input + + + input + + + input + + + input + + + font + + + font + + + font + + + time + + + profiler + + + client\sdl + + + client\sdl + + + client\sdl + + + + + + + + + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + input + + + input + + + input + + + input + + + input + + + font + + + font + + + font + + + font + + + time + + + profiler + + + client + + + client\sdl + + + client\sdl + + + client\sdl + + + + + + + + input + + + input + + + font + + + font + + + \ No newline at end of file diff --git a/build/libs/asura-lib-core/asura-lib-core.vcxproj.user b/build/libs/asura-lib-core/asura-lib-core.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-core/asura-lib-core.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-framework/asura-lib-framework.vcxproj b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj new file mode 100644 index 0000000..d2995e8 --- /dev/null +++ b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {CB05752F-B785-4715-9AA3-818C15ABA5F0} + asuraframework + 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/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/libs/asura-lib-framework/asura-lib-framework.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/libs/asura-lib-framework/asura-lib-framework.vcxproj.user b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-json/asura-lib-json.vcxproj b/build/libs/asura-lib-json/asura-lib-json.vcxproj new file mode 100644 index 0000000..7a2d92d --- /dev/null +++ b/build/libs/asura-lib-json/asura-lib-json.vcxproj @@ -0,0 +1,128 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1B83A353-9694-42E0-997E-79E150E1C2E5} + asuralibjson + 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/libs/asura-lib-json/asura-lib-json.vcxproj.filters b/build/libs/asura-lib-json/asura-lib-json.vcxproj.filters new file mode 100644 index 0000000..6e05266 --- /dev/null +++ b/build/libs/asura-lib-json/asura-lib-json.vcxproj.filters @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-json/asura-lib-json.vcxproj.user b/build/libs/asura-lib-json/asura-lib-json.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-json/asura-lib-json.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-openal/asura-lib-openal.vcxproj b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj new file mode 100644 index 0000000..dd05ef3 --- /dev/null +++ b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {088C6ABA-26A6-43D1-8492-096EDB65597C} + asuraopenal + 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/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj new file mode 100644 index 0000000..7e3d4a4 --- /dev/null +++ b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj @@ -0,0 +1,163 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {7D41093F-E356-4C5B-A25F-41779BF86E54} + asurautils + 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;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters new file mode 100644 index 0000000..94c9497 --- /dev/null +++ b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters @@ -0,0 +1,121 @@ + + + + + {30702383-d458-4486-8d86-bd98db74d3c8} + + + {6eb6ffb5-ecd9-408b-a2f4-c14837822850} + + + {d46782e8-fa86-46be-8e3e-728d313acfed} + + + {3a94ee03-c8db-4d2e-b0b6-5f6ba157580d} + + + {b4b078e1-bb8d-4cb3-84b9-963e851be123} + + + + + exceptions + + + filesystem + + + filesystem + + + filesystem + + + math + + + math + + + math + + + math + + + math + + + + filesystem\binding + + + + + exceptions + + + filesystem + + + filesystem + + + filesystem + + + filesystem + + + math + + + math + + + math + + + math + + + math + + + math + + + math + + + math + + + math + + + scripting + + + scripting + + + + + + + + + math + + + math + + + math + + + math + + + \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/tests/01-cursor/01-cursor.vcxproj b/build/tests/01-cursor/01-cursor.vcxproj new file mode 100644 index 0000000..9aba5a7 --- /dev/null +++ b/build/tests/01-cursor/01-cursor.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {52D4B84B-0FEB-419F-AED4-2FC896AA93CF} + My01cursor + 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/tests/01-cursor/01-cursor.vcxproj.filters b/build/tests/01-cursor/01-cursor.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/tests/01-cursor/01-cursor.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/tests/01-cursor/01-cursor.vcxproj.user b/build/tests/01-cursor/01-cursor.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/tests/01-cursor/01-cursor.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/tests/02-luax/02-luax.vcxproj b/build/tests/02-luax/02-luax.vcxproj new file mode 100644 index 0000000..aa14357 --- /dev/null +++ b/build/tests/02-luax/02-luax.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {CF6D513F-746A-4541-957A-C80492DF09C9} + My02luax + 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/tests/02-luax/02-luax.vcxproj.filters b/build/tests/02-luax/02-luax.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/tests/02-luax/02-luax.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/tests/02-luax/02-luax.vcxproj.user b/build/tests/02-luax/02-luax.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/tests/02-luax/02-luax.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/tests/03-openal/03-openal.vcxproj b/build/tests/03-openal/03-openal.vcxproj new file mode 100644 index 0000000..0795211 --- /dev/null +++ b/build/tests/03-openal/03-openal.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {41599A7C-B1F2-4D95-90CF-DB74AC4C7FA5} + My03openal + 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/tests/03-openal/03-openal.vcxproj.filters b/build/tests/03-openal/03-openal.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/tests/03-openal/03-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/tests/03-openal/03-openal.vcxproj.user b/build/tests/03-openal/03-openal.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/tests/03-openal/03-openal.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/tests/04-box2d/04-box2d.vcxproj b/build/tests/04-box2d/04-box2d.vcxproj new file mode 100644 index 0000000..ca4392e --- /dev/null +++ b/build/tests/04-box2d/04-box2d.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {38090AEB-3AA9-489B-BBEC-0CEDF9EAC0DE} + My04box2d + 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/tests/04-box2d/04-box2d.vcxproj.filters b/build/tests/04-box2d/04-box2d.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/tests/04-box2d/04-box2d.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/tests/04-box2d/04-box2d.vcxproj.user b/build/tests/04-box2d/04-box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/tests/04-box2d/04-box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git "a/build/\345\214\205\345\220\253\347\233\256\345\275\225.txt" "b/build/\345\214\205\345\220\253\347\233\256\345\275\225.txt" new file mode 100644 index 0000000..6b2716e --- /dev/null +++ "b/build/\345\214\205\345\220\253\347\233\256\345\275\225.txt" @@ -0,0 +1,4 @@ +$(SolutionDir)..\source\3rd-party + +$(SolutionDir)..\source\libs + -- cgit v1.1-26-g67d0