From 0c391fdbce5a079cf03e483eb6174dd47806163d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 7 Aug 2019 21:08:47 +0800 Subject: *misc --- Build/external/Box2D/box2d.vcxproj | 221 +++++++++++++++ Build/external/Box2D/box2d.vcxproj.filters | 307 ++++++++++++++++++++ Build/external/Box2D/box2d.vcxproj.user | 4 + Build/external/LodePNG/LodePNG.vcxproj | 126 +++++++++ Build/external/LodePNG/LodePNG.vcxproj.filters | 9 + Build/external/LodePNG/LodePNG.vcxproj.user | 4 + Build/external/LuaJIT/LuaJIT.vcxproj | 122 ++++++++ Build/external/LuaJIT/LuaJIT.vcxproj.filters | 2 + Build/external/LuaJIT/LuaJIT.vcxproj.user | 4 + Build/external/LuaSocket/LuaSocket.vcxproj | 122 ++++++++ Build/external/LuaSocket/LuaSocket.vcxproj.filters | 2 + Build/external/LuaSocket/LuaSocket.vcxproj.user | 4 + Build/external/Luax/Luax.vcxproj | 163 +++++++++++ Build/external/Luax/Luax.vcxproj.filters | 34 +++ Build/external/Luax/Luax.vcxproj.user | 6 + Build/external/OpenAL/OpenAL.vcxproj | 122 ++++++++ Build/external/OpenAL/OpenAL.vcxproj.filters | 17 ++ Build/external/OpenAL/OpenAL.vcxproj.user | 4 + Build/external/Plotscript/Plotscript.vcxproj | 124 +++++++++ .../external/Plotscript/Plotscript.vcxproj.filters | 6 + Build/external/Plotscript/Plotscript.vcxproj.user | 6 + Build/external/SDL2/SDL2.vcxproj | 309 +++++++++++++++++++++ Build/external/SDL2/SDL2.vcxproj.filters | 162 +++++++++++ Build/external/SDL2/SDL2.vcxproj.user | 4 + Build/external/SDL2main/SDL2main.vcxproj | 134 +++++++++ Build/external/SDL2main/SDL2main.vcxproj.filters | 6 + Build/external/SDL2main/SDL2main.vcxproj.user | 4 + Build/external/Wuff/Wuff.vcxproj | 132 +++++++++ Build/external/Wuff/Wuff.vcxproj.filters | 15 + Build/external/Wuff/Wuff.vcxproj.user | 4 + Build/external/cembed/cembed.vcxproj | 122 ++++++++ Build/external/cembed/cembed.vcxproj.filters | 17 ++ Build/external/cembed/cembed.vcxproj.user | 4 + Build/external/freetype/freetype.vcxproj | 193 +++++++++++++ Build/external/freetype/freetype.vcxproj.filters | 222 +++++++++++++++ Build/external/freetype/freetype.vcxproj.user | 4 + Build/external/glad/glad.vcxproj | 132 +++++++++ Build/external/glad/glad.vcxproj.filters | 10 + Build/external/glad/glad.vcxproj.user | 4 + Build/external/lua51/lua51.vcxproj | 187 +++++++++++++ Build/external/lua51/lua51.vcxproj.filters | 63 +++++ Build/external/lua51/lua51.vcxproj.user | 4 + Build/external/lua51c/lua51c.vcxproj | 181 ++++++++++++ Build/external/lua51c/lua51c.vcxproj.filters | 64 +++++ Build/external/lua51c/lua51c.vcxproj.user | 4 + Build/external/mpg123/mpg123.vcxproj | 122 ++++++++ Build/external/mpg123/mpg123.vcxproj.filters | 17 ++ Build/external/mpg123/mpg123.vcxproj.user | 4 + Build/external/physfs/physfs.vcxproj | 157 +++++++++++ Build/external/physfs/physfs.vcxproj.filters | 99 +++++++ Build/external/physfs/physfs.vcxproj.user | 4 + Build/external/sqlite/sqlite.vcxproj | 122 ++++++++ Build/external/sqlite/sqlite.vcxproj.filters | 2 + Build/external/sqlite/sqlite.vcxproj.user | 4 + Build/external/stb/stb.vcxproj | 123 ++++++++ Build/external/stb/stb.vcxproj.filters | 6 + Build/external/stb/stb.vcxproj.user | 4 + Build/external/tinyxml/tinyxml.vcxproj | 122 ++++++++ Build/external/tinyxml/tinyxml.vcxproj.filters | 17 ++ Build/external/tinyxml/tinyxml.vcxproj.user | 4 + Build/external/tinyxml2/tinyxml2.vcxproj | 126 +++++++++ Build/external/tinyxml2/tinyxml2.vcxproj.filters | 9 + Build/external/tinyxml2/tinyxml2.vcxproj.user | 4 + Build/external/uuid4/uuid4.vcxproj | 126 +++++++++ Build/external/uuid4/uuid4.vcxproj.filters | 9 + Build/external/uuid4/uuid4.vcxproj.user | 4 + Build/external/vorbis/vorbis.vcxproj | 122 ++++++++ Build/external/vorbis/vorbis.vcxproj.filters | 2 + Build/external/vorbis/vorbis.vcxproj.user | 4 + Build/external/zlib/zlib.vcxproj | 122 ++++++++ Build/external/zlib/zlib.vcxproj.filters | 2 + Build/external/zlib/zlib.vcxproj.user | 4 + 72 files changed, 4731 insertions(+) create mode 100644 Build/external/Box2D/box2d.vcxproj create mode 100644 Build/external/Box2D/box2d.vcxproj.filters create mode 100644 Build/external/Box2D/box2d.vcxproj.user create mode 100644 Build/external/LodePNG/LodePNG.vcxproj create mode 100644 Build/external/LodePNG/LodePNG.vcxproj.filters create mode 100644 Build/external/LodePNG/LodePNG.vcxproj.user create mode 100644 Build/external/LuaJIT/LuaJIT.vcxproj create mode 100644 Build/external/LuaJIT/LuaJIT.vcxproj.filters create mode 100644 Build/external/LuaJIT/LuaJIT.vcxproj.user create mode 100644 Build/external/LuaSocket/LuaSocket.vcxproj create mode 100644 Build/external/LuaSocket/LuaSocket.vcxproj.filters create mode 100644 Build/external/LuaSocket/LuaSocket.vcxproj.user create mode 100644 Build/external/Luax/Luax.vcxproj create mode 100644 Build/external/Luax/Luax.vcxproj.filters create mode 100644 Build/external/Luax/Luax.vcxproj.user create mode 100644 Build/external/OpenAL/OpenAL.vcxproj create mode 100644 Build/external/OpenAL/OpenAL.vcxproj.filters create mode 100644 Build/external/OpenAL/OpenAL.vcxproj.user create mode 100644 Build/external/Plotscript/Plotscript.vcxproj create mode 100644 Build/external/Plotscript/Plotscript.vcxproj.filters create mode 100644 Build/external/Plotscript/Plotscript.vcxproj.user create mode 100644 Build/external/SDL2/SDL2.vcxproj create mode 100644 Build/external/SDL2/SDL2.vcxproj.filters create mode 100644 Build/external/SDL2/SDL2.vcxproj.user create mode 100644 Build/external/SDL2main/SDL2main.vcxproj create mode 100644 Build/external/SDL2main/SDL2main.vcxproj.filters create mode 100644 Build/external/SDL2main/SDL2main.vcxproj.user create mode 100644 Build/external/Wuff/Wuff.vcxproj create mode 100644 Build/external/Wuff/Wuff.vcxproj.filters create mode 100644 Build/external/Wuff/Wuff.vcxproj.user create mode 100644 Build/external/cembed/cembed.vcxproj create mode 100644 Build/external/cembed/cembed.vcxproj.filters create mode 100644 Build/external/cembed/cembed.vcxproj.user create mode 100644 Build/external/freetype/freetype.vcxproj create mode 100644 Build/external/freetype/freetype.vcxproj.filters create mode 100644 Build/external/freetype/freetype.vcxproj.user create mode 100644 Build/external/glad/glad.vcxproj create mode 100644 Build/external/glad/glad.vcxproj.filters create mode 100644 Build/external/glad/glad.vcxproj.user create mode 100644 Build/external/lua51/lua51.vcxproj create mode 100644 Build/external/lua51/lua51.vcxproj.filters create mode 100644 Build/external/lua51/lua51.vcxproj.user create mode 100644 Build/external/lua51c/lua51c.vcxproj create mode 100644 Build/external/lua51c/lua51c.vcxproj.filters create mode 100644 Build/external/lua51c/lua51c.vcxproj.user create mode 100644 Build/external/mpg123/mpg123.vcxproj create mode 100644 Build/external/mpg123/mpg123.vcxproj.filters create mode 100644 Build/external/mpg123/mpg123.vcxproj.user create mode 100644 Build/external/physfs/physfs.vcxproj create mode 100644 Build/external/physfs/physfs.vcxproj.filters create mode 100644 Build/external/physfs/physfs.vcxproj.user create mode 100644 Build/external/sqlite/sqlite.vcxproj create mode 100644 Build/external/sqlite/sqlite.vcxproj.filters create mode 100644 Build/external/sqlite/sqlite.vcxproj.user create mode 100644 Build/external/stb/stb.vcxproj create mode 100644 Build/external/stb/stb.vcxproj.filters create mode 100644 Build/external/stb/stb.vcxproj.user create mode 100644 Build/external/tinyxml/tinyxml.vcxproj create mode 100644 Build/external/tinyxml/tinyxml.vcxproj.filters create mode 100644 Build/external/tinyxml/tinyxml.vcxproj.user create mode 100644 Build/external/tinyxml2/tinyxml2.vcxproj create mode 100644 Build/external/tinyxml2/tinyxml2.vcxproj.filters create mode 100644 Build/external/tinyxml2/tinyxml2.vcxproj.user create mode 100644 Build/external/uuid4/uuid4.vcxproj create mode 100644 Build/external/uuid4/uuid4.vcxproj.filters create mode 100644 Build/external/uuid4/uuid4.vcxproj.user create mode 100644 Build/external/vorbis/vorbis.vcxproj create mode 100644 Build/external/vorbis/vorbis.vcxproj.filters create mode 100644 Build/external/vorbis/vorbis.vcxproj.user create mode 100644 Build/external/zlib/zlib.vcxproj create mode 100644 Build/external/zlib/zlib.vcxproj.filters create mode 100644 Build/external/zlib/zlib.vcxproj.user (limited to 'Build/external') diff --git a/Build/external/Box2D/box2d.vcxproj b/Build/external/Box2D/box2d.vcxproj new file mode 100644 index 0000000..a599c01 --- /dev/null +++ b/Build/external/Box2D/box2d.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4} + Box2D + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/Box2D/box2d.vcxproj.filters b/Build/external/Box2D/box2d.vcxproj.filters new file mode 100644 index 0000000..f6a184d --- /dev/null +++ b/Build/external/Box2D/box2d.vcxproj.filters @@ -0,0 +1,307 @@ + + + + + {54962725-7c7b-450f-83e8-9e47db0acd9d} + + + {0e29a4d3-8d20-4856-80fa-e76df88b4b7c} + + + {15794cf3-b31e-4a81-8e15-d4dfd1d17e4d} + + + {cf0b3c53-c1c7-4fcf-8796-ff872c83d53e} + + + {ea9586f4-ee8c-4416-b1a4-184ba3dfafc4} + + + {ffd86797-9317-40cf-92d2-e1dab63ad857} + + + {aee7169a-a4bd-4889-8d5b-7292f7a5ecbe} + + + + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Rope + + + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Rope + + + \ No newline at end of file diff --git a/Build/external/Box2D/box2d.vcxproj.user b/Build/external/Box2D/box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/Box2D/box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/LodePNG/LodePNG.vcxproj b/Build/external/LodePNG/LodePNG.vcxproj new file mode 100644 index 0000000..82a2749 --- /dev/null +++ b/Build/external/LodePNG/LodePNG.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {5AE9F39B-1885-4F81-96B1-121BB64F9939} + LodePNG + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/LodePNG/LodePNG.vcxproj.filters b/Build/external/LodePNG/LodePNG.vcxproj.filters new file mode 100644 index 0000000..34d5a30 --- /dev/null +++ b/Build/external/LodePNG/LodePNG.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Build/external/LodePNG/LodePNG.vcxproj.user b/Build/external/LodePNG/LodePNG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/LodePNG/LodePNG.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/LuaJIT/LuaJIT.vcxproj b/Build/external/LuaJIT/LuaJIT.vcxproj new file mode 100644 index 0000000..88e8845 --- /dev/null +++ b/Build/external/LuaJIT/LuaJIT.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4} + LuaJIT + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/LuaJIT/LuaJIT.vcxproj.filters b/Build/external/LuaJIT/LuaJIT.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/LuaJIT/LuaJIT.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/external/LuaJIT/LuaJIT.vcxproj.user b/Build/external/LuaJIT/LuaJIT.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/LuaJIT/LuaJIT.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/LuaSocket/LuaSocket.vcxproj b/Build/external/LuaSocket/LuaSocket.vcxproj new file mode 100644 index 0000000..aaf933a --- /dev/null +++ b/Build/external/LuaSocket/LuaSocket.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E15D111A-9E02-4E0D-86FE-62BFCD3C211E} + LuaSocket + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/LuaSocket/LuaSocket.vcxproj.filters b/Build/external/LuaSocket/LuaSocket.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/LuaSocket/LuaSocket.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/external/LuaSocket/LuaSocket.vcxproj.user b/Build/external/LuaSocket/LuaSocket.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/LuaSocket/LuaSocket.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/Luax/Luax.vcxproj b/Build/external/Luax/Luax.vcxproj new file mode 100644 index 0000000..4ea48a3 --- /dev/null +++ b/Build/external/Luax/Luax.vcxproj @@ -0,0 +1,163 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592} + Luax + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {8b8fca14-fc8a-45b4-bf3c-9340cb586076} + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/Luax/Luax.vcxproj.filters b/Build/external/Luax/Luax.vcxproj.filters new file mode 100644 index 0000000..9029fa7 --- /dev/null +++ b/Build/external/Luax/Luax.vcxproj.filters @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/Luax/Luax.vcxproj.user b/Build/external/Luax/Luax.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/Build/external/Luax/Luax.vcxproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file diff --git a/Build/external/OpenAL/OpenAL.vcxproj b/Build/external/OpenAL/OpenAL.vcxproj new file mode 100644 index 0000000..1bd8299 --- /dev/null +++ b/Build/external/OpenAL/OpenAL.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {38019689-27C2-488F-9C50-36CA6930CEB7} + OpenAL + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/OpenAL/OpenAL.vcxproj.filters b/Build/external/OpenAL/OpenAL.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/OpenAL/OpenAL.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/Build/external/OpenAL/OpenAL.vcxproj.user b/Build/external/OpenAL/OpenAL.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/OpenAL/OpenAL.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/Plotscript/Plotscript.vcxproj b/Build/external/Plotscript/Plotscript.vcxproj new file mode 100644 index 0000000..d37cc0e --- /dev/null +++ b/Build/external/Plotscript/Plotscript.vcxproj @@ -0,0 +1,124 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {2822F737-EEFA-4C74-872C-1EE0793E2221} + Plotscript + 10.0.17134.0 + plotscript + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/Build/external/Plotscript/Plotscript.vcxproj.filters b/Build/external/Plotscript/Plotscript.vcxproj.filters new file mode 100644 index 0000000..6467eeb --- /dev/null +++ b/Build/external/Plotscript/Plotscript.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Build/external/Plotscript/Plotscript.vcxproj.user b/Build/external/Plotscript/Plotscript.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/Build/external/Plotscript/Plotscript.vcxproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file diff --git a/Build/external/SDL2/SDL2.vcxproj b/Build/external/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..fe49590 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj @@ -0,0 +1,309 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {208B9CB8-2101-42A9-9502-0CF54912BC57} + SDL2 + 10.0.17134.0 + + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + DynamicLibrary + true + v141 + NotSet + + + DynamicLibrary + false + v141 + true + NotSet + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + false + false + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + Default + + + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + + + true + true + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/SDL2/SDL2.vcxproj.filters b/Build/external/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..b8e4d98 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/SDL2/SDL2.vcxproj.user b/Build/external/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/SDL2main/SDL2main.vcxproj b/Build/external/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..5945257 --- /dev/null +++ b/Build/external/SDL2main/SDL2main.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA} + SDL2main + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/Build/external/SDL2main/SDL2main.vcxproj.filters b/Build/external/SDL2main/SDL2main.vcxproj.filters new file mode 100644 index 0000000..9097fa1 --- /dev/null +++ b/Build/external/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Build/external/SDL2main/SDL2main.vcxproj.user b/Build/external/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/Wuff/Wuff.vcxproj b/Build/external/Wuff/Wuff.vcxproj new file mode 100644 index 0000000..484c3b1 --- /dev/null +++ b/Build/external/Wuff/Wuff.vcxproj @@ -0,0 +1,132 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {294889EA-93DE-4580-BF9D-87F605B229AA} + Wuff + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/Wuff/Wuff.vcxproj.filters b/Build/external/Wuff/Wuff.vcxproj.filters new file mode 100644 index 0000000..becd024 --- /dev/null +++ b/Build/external/Wuff/Wuff.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/Wuff/Wuff.vcxproj.user b/Build/external/Wuff/Wuff.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/Wuff/Wuff.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/cembed/cembed.vcxproj b/Build/external/cembed/cembed.vcxproj new file mode 100644 index 0000000..73d77e8 --- /dev/null +++ b/Build/external/cembed/cembed.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06} + cembed + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/cembed/cembed.vcxproj.filters b/Build/external/cembed/cembed.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/cembed/cembed.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/Build/external/cembed/cembed.vcxproj.user b/Build/external/cembed/cembed.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/cembed/cembed.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/freetype/freetype.vcxproj b/Build/external/freetype/freetype.vcxproj new file mode 100644 index 0000000..efc9efb --- /dev/null +++ b/Build/external/freetype/freetype.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4B970273-A352-433B-98B2-B4BF6DF72F71} + freetype + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/freetype/freetype.vcxproj.filters b/Build/external/freetype/freetype.vcxproj.filters new file mode 100644 index 0000000..9578f46 --- /dev/null +++ b/Build/external/freetype/freetype.vcxproj.filters @@ -0,0 +1,222 @@ + + + + + {d03885a0-3936-4b36-be6f-79cf2dcc65f1} + + + {1696baf0-bf31-4e38-abea-614704403127} + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/Build/external/freetype/freetype.vcxproj.user b/Build/external/freetype/freetype.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/freetype/freetype.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/glad/glad.vcxproj b/Build/external/glad/glad.vcxproj new file mode 100644 index 0000000..2913202 --- /dev/null +++ b/Build/external/glad/glad.vcxproj @@ -0,0 +1,132 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69} + glad + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/glad/glad.vcxproj.filters b/Build/external/glad/glad.vcxproj.filters new file mode 100644 index 0000000..a81e22d --- /dev/null +++ b/Build/external/glad/glad.vcxproj.filters @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/glad/glad.vcxproj.user b/Build/external/glad/glad.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/glad/glad.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/lua51/lua51.vcxproj b/Build/external/lua51/lua51.vcxproj new file mode 100644 index 0000000..dcf28af --- /dev/null +++ b/Build/external/lua51/lua51.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076} + lua51 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/lua51/lua51.vcxproj.filters b/Build/external/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..705a2df --- /dev/null +++ b/Build/external/lua51/lua51.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/lua51/lua51.vcxproj.user b/Build/external/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/lua51c/lua51c.vcxproj b/Build/external/lua51c/lua51c.vcxproj new file mode 100644 index 0000000..78f2810 --- /dev/null +++ b/Build/external/lua51c/lua51c.vcxproj @@ -0,0 +1,181 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B8F9616D-5393-4B34-B191-D200D1985439} + lua51c + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/lua51c/lua51c.vcxproj.filters b/Build/external/lua51c/lua51c.vcxproj.filters new file mode 100644 index 0000000..70ab8e1 --- /dev/null +++ b/Build/external/lua51c/lua51c.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/lua51c/lua51c.vcxproj.user b/Build/external/lua51c/lua51c.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/lua51c/lua51c.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/mpg123/mpg123.vcxproj b/Build/external/mpg123/mpg123.vcxproj new file mode 100644 index 0000000..fce6d25 --- /dev/null +++ b/Build/external/mpg123/mpg123.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {83E0897A-E2F4-4057-8077-59C4A0C38E56} + mpg123 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/mpg123/mpg123.vcxproj.filters b/Build/external/mpg123/mpg123.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/mpg123/mpg123.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/Build/external/mpg123/mpg123.vcxproj.user b/Build/external/mpg123/mpg123.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/mpg123/mpg123.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/physfs/physfs.vcxproj b/Build/external/physfs/physfs.vcxproj new file mode 100644 index 0000000..e10e4fc --- /dev/null +++ b/Build/external/physfs/physfs.vcxproj @@ -0,0 +1,157 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835} + physfs + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/physfs/physfs.vcxproj.filters b/Build/external/physfs/physfs.vcxproj.filters new file mode 100644 index 0000000..6bdbb0e --- /dev/null +++ b/Build/external/physfs/physfs.vcxproj.filters @@ -0,0 +1,99 @@ + + + + + {98724fe6-6848-4710-bccb-74ae36e0b7a3} + + + {71f7299b-c686-411d-897b-a0099d36f03c} + + + + + include + + + include + + + include + + + include + + + include + + + include + + + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + \ No newline at end of file diff --git a/Build/external/physfs/physfs.vcxproj.user b/Build/external/physfs/physfs.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/physfs/physfs.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/sqlite/sqlite.vcxproj b/Build/external/sqlite/sqlite.vcxproj new file mode 100644 index 0000000..49da028 --- /dev/null +++ b/Build/external/sqlite/sqlite.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB} + sqlite + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/sqlite/sqlite.vcxproj.filters b/Build/external/sqlite/sqlite.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/sqlite/sqlite.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/external/sqlite/sqlite.vcxproj.user b/Build/external/sqlite/sqlite.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/sqlite/sqlite.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/stb/stb.vcxproj b/Build/external/stb/stb.vcxproj new file mode 100644 index 0000000..7dce1de --- /dev/null +++ b/Build/external/stb/stb.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498} + stb + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/Build/external/stb/stb.vcxproj.filters b/Build/external/stb/stb.vcxproj.filters new file mode 100644 index 0000000..11d15d5 --- /dev/null +++ b/Build/external/stb/stb.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Build/external/stb/stb.vcxproj.user b/Build/external/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/tinyxml/tinyxml.vcxproj b/Build/external/tinyxml/tinyxml.vcxproj new file mode 100644 index 0000000..ae84c61 --- /dev/null +++ b/Build/external/tinyxml/tinyxml.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {9891C064-C897-424E-8EB6-CAD09812E032} + tinyxml + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/tinyxml/tinyxml.vcxproj.filters b/Build/external/tinyxml/tinyxml.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/tinyxml/tinyxml.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/Build/external/tinyxml/tinyxml.vcxproj.user b/Build/external/tinyxml/tinyxml.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/tinyxml/tinyxml.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/tinyxml2/tinyxml2.vcxproj b/Build/external/tinyxml2/tinyxml2.vcxproj new file mode 100644 index 0000000..475795e --- /dev/null +++ b/Build/external/tinyxml2/tinyxml2.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {883BC26A-4C9E-44B3-B5C0-7F3E4EDC0226} + tinyxml2 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/tinyxml2/tinyxml2.vcxproj.filters b/Build/external/tinyxml2/tinyxml2.vcxproj.filters new file mode 100644 index 0000000..3eaf3da --- /dev/null +++ b/Build/external/tinyxml2/tinyxml2.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Build/external/tinyxml2/tinyxml2.vcxproj.user b/Build/external/tinyxml2/tinyxml2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/tinyxml2/tinyxml2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/uuid4/uuid4.vcxproj b/Build/external/uuid4/uuid4.vcxproj new file mode 100644 index 0000000..8bcea3c --- /dev/null +++ b/Build/external/uuid4/uuid4.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {49F7847E-219E-4A7B-8484-2A33DAC29DD0} + uuid4 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/uuid4/uuid4.vcxproj.filters b/Build/external/uuid4/uuid4.vcxproj.filters new file mode 100644 index 0000000..39065cd --- /dev/null +++ b/Build/external/uuid4/uuid4.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Build/external/uuid4/uuid4.vcxproj.user b/Build/external/uuid4/uuid4.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/uuid4/uuid4.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/vorbis/vorbis.vcxproj b/Build/external/vorbis/vorbis.vcxproj new file mode 100644 index 0000000..441e923 --- /dev/null +++ b/Build/external/vorbis/vorbis.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE} + vorbis + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/vorbis/vorbis.vcxproj.filters b/Build/external/vorbis/vorbis.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/vorbis/vorbis.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/external/vorbis/vorbis.vcxproj.user b/Build/external/vorbis/vorbis.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/vorbis/vorbis.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/external/zlib/zlib.vcxproj b/Build/external/zlib/zlib.vcxproj new file mode 100644 index 0000000..58ea777 --- /dev/null +++ b/Build/external/zlib/zlib.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AF237AA3-67F7-4C93-8249-920DB2878192} + zlib + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/external/zlib/zlib.vcxproj.filters b/Build/external/zlib/zlib.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/zlib/zlib.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/external/zlib/zlib.vcxproj.user b/Build/external/zlib/zlib.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/zlib/zlib.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0