From 8644e03586ac9c39741f62cbcbce87b18805538c Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 14 Mar 2019 23:12:54 +0800 Subject: =?UTF-8?q?*=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/3rdParty/Box2D/box2d.vcxproj | 221 +++++++++++ Build/3rdParty/Box2D/box2d.vcxproj.filters | 307 +++++++++++++++ Build/3rdParty/Box2D/box2d.vcxproj.user | 4 + Build/3rdParty/Luax/Luax.vcxproj | 8 +- Build/3rdParty/Luax/Luax.vcxproj.filters | 8 +- Build/Asura.Engine/Asura.Engine.vcxproj | 225 ++++++----- Build/Asura.Engine/Asura.Engine.vcxproj.filters | 483 ++++++++++++------------ Build/Asura.Runner/Asura.Runner.vcxproj | 12 +- Build/Asura.Runner/Asura.Runner.vcxproj.filters | 4 +- 9 files changed, 904 insertions(+), 368 deletions(-) create mode 100644 Build/3rdParty/Box2D/box2d.vcxproj create mode 100644 Build/3rdParty/Box2D/box2d.vcxproj.filters create mode 100644 Build/3rdParty/Box2D/box2d.vcxproj.user (limited to 'Build') diff --git a/Build/3rdParty/Box2D/box2d.vcxproj b/Build/3rdParty/Box2D/box2d.vcxproj new file mode 100644 index 0000000..2eef062 --- /dev/null +++ b/Build/3rdParty/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/3rdParty/Box2D/box2d.vcxproj.filters b/Build/3rdParty/Box2D/box2d.vcxproj.filters new file mode 100644 index 0000000..bad924b --- /dev/null +++ b/Build/3rdParty/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/3rdParty/Box2D/box2d.vcxproj.user b/Build/3rdParty/Box2D/box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/Box2D/box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Build/3rdParty/Luax/Luax.vcxproj b/Build/3rdParty/Luax/Luax.vcxproj index 3373149..993d1f4 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj +++ b/Build/3rdParty/Luax/Luax.vcxproj @@ -125,25 +125,29 @@ + + + - + + + - diff --git a/Build/3rdParty/Luax/Luax.vcxproj.filters b/Build/3rdParty/Luax/Luax.vcxproj.filters index 6476684..6181533 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj.filters +++ b/Build/3rdParty/Luax/Luax.vcxproj.filters @@ -3,26 +3,30 @@ + - + + + - + + diff --git a/Build/Asura.Engine/Asura.Engine.vcxproj b/Build/Asura.Engine/Asura.Engine.vcxproj index 8ca3444..93f627d 100644 --- a/Build/Asura.Engine/Asura.Engine.vcxproj +++ b/Build/Asura.Engine/Asura.Engine.vcxproj @@ -132,117 +132,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -253,10 +248,14 @@ - - - - + + + + + + + + diff --git a/Build/Asura.Engine/Asura.Engine.vcxproj.filters b/Build/Asura.Engine/Asura.Engine.vcxproj.filters index a1c6ac8..8ca292f 100644 --- a/Build/Asura.Engine/Asura.Engine.vcxproj.filters +++ b/Build/Asura.Engine/Asura.Engine.vcxproj.filters @@ -1,368 +1,365 @@  - - {24b46492-8790-45c7-8d5c-7aa7a8d90082} - - + {4040c770-8a92-4175-8c3d-269592ca2001} - + {097be40c-71fb-4a4e-85a7-7a4939a42d78} - + {75252759-f76f-44dc-85d4-28028a7d60eb} - - {d65172dc-f855-4dd0-9d70-f90034a01144} - - - {86daaea6-10e5-4288-bab8-ac05fdfc3499} + + {24b46492-8790-45c7-8d5c-7aa7a8d90082} - - {aa1d8502-8fee-4b39-bbc9-be198224bb73} + + {426b5d06-f2e9-4879-b0a0-0cde9130d0bc} - - {9dcab30a-6b0b-4f4c-9fc1-330f333da238} + + {d65172dc-f855-4dd0-9d70-f90034a01144} - + {f94a816c-f744-4d8b-aa3b-0d1c32e388ba} - - {2054bf79-a609-44fc-aa13-cef6e16a117f} + + {86daaea6-10e5-4288-bab8-ac05fdfc3499} - - {426b5d06-f2e9-4879-b0a0-0cde9130d0bc} + + {9dcab30a-6b0b-4f4c-9fc1-330f333da238} - + {16e89584-708f-4a2f-9dc4-8e01ba938e88} + + {aa1d8502-8fee-4b39-bbc9-be198224bb73} + + + {2054bf79-a609-44fc-aa13-cef6e16a117f} + - - Audio + + audio - - Exceptions + + audio - - Graphics + + exceptions - - Input + + filesystem - - Math + + filesystem - - Math + + filesystem - - Math + + filesystem - - Profiler + + graphics - - Time + + graphics - - - Graphics + + graphics - - Graphics + + graphics - - Scripting + + graphics - - Graphics + + graphics - - Physics + + graphics - - Math + + graphics - - Math + + graphics - - Graphics + + graphics - - Graphics + + graphics - - - Graphics + + graphics - - Graphics + + graphics - - - Graphics + + graphics - - Graphics + + graphics - - Graphics + + graphics - - FileSystem + + graphics - - FileSystem + + graphics - - FileSystem + + graphics - - Math + + input - - Math + + input - - Math + + input - - Math + + input - - Graphics + + input - - Graphics + + math - - Graphics + + math - - Audio + + math - - Scripting + + math - - Graphics + + math - - Graphics + + math - - Graphics + + math - - - FileSystem + + math - - - Graphics + + math - - Input + + physics - - Input + + profiler - - Input + + scripting - - - Input + + scripting - - Text + + scripting - - Text + + text - - Text + + text - - Text + + text - - Graphics + + text - - Scripting - - - - Scripting + + time + + + + + + + - - Audio - - - Exceptions - - - Graphics + + audio - - Input + + exceptions - - Math + + filesystem - - Math + + filesystem - - Profiler + + filesystem - - Time + + graphics - - Graphics + + graphics - - Graphics + + graphics - - Graphics + + graphics - - Math + + graphics - - Math + + graphics - - Graphics + + graphics - - Graphics + + graphics - - Graphics + + graphics - - Graphics + + graphics - - - Graphics + + graphics - - Graphics\Port + + graphics - - Graphics\Port + + graphics - - Graphics\Port + + graphics - - Graphics + + graphics - - Graphics + + graphics - - Graphics\Port + + graphics\binding - - Graphics\Port + + graphics\binding - - FileSystem + + graphics\binding - - FileSystem + + graphics\binding - - FileSystem + + graphics\binding - - Math + + graphics\binding - - Math + + graphics\binding - - Math + + graphics\binding - - Math + + graphics\binding - - Math + + input - - Graphics + + input - - Graphics + + input - - - Graphics + + input - - Scripting + + math - - Graphics\Port + + math - - Graphics\Port + + math - - Graphics\Port + + math - - Graphics + + math - - Graphics\Port + + profiler - - Input + + scripting - - Input + + text - - Input + + text - - Text + + text - - Text - - - Text - - - Graphics + + time + + - - Input + + input + + + input + + + math + + + math + + + math - - Input + + math - - Text + + text - - Text + + text \ No newline at end of file diff --git a/Build/Asura.Runner/Asura.Runner.vcxproj b/Build/Asura.Runner/Asura.Runner.vcxproj index 9dadfe8..9fe9019 100644 --- a/Build/Asura.Runner/Asura.Runner.vcxproj +++ b/Build/Asura.Runner/Asura.Runner.vcxproj @@ -18,6 +18,12 @@ x64 + + + + + + {1350125B-4AA5-458F-86FA-D6FEFB14A051} Asura.Runner @@ -116,12 +122,6 @@ true - - - - - - diff --git a/Build/Asura.Runner/Asura.Runner.vcxproj.filters b/Build/Asura.Runner/Asura.Runner.vcxproj.filters index 7bd5566..753e363 100644 --- a/Build/Asura.Runner/Asura.Runner.vcxproj.filters +++ b/Build/Asura.Runner/Asura.Runner.vcxproj.filters @@ -1,9 +1,9 @@  - + - + \ No newline at end of file -- cgit v1.1-26-g67d0