From 91e589d1678a8187c307e09b98b67ec4133092ff Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 19 Jan 2019 01:44:05 +0800 Subject: =?UTF-8?q?*=E6=B8=B8=E6=88=8F=E6=A1=86=E6=9E=B6=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/Asura.Engine/Asura.Engine.vcxproj | 217 +++++++++++++++++ Build/Asura.Engine/Asura.Engine.vcxproj.filters | 299 ++++++++++++++++++++++++ Build/Asura.Engine/Asura.Engine.vcxproj.user | 6 + 3 files changed, 522 insertions(+) create mode 100644 Build/Asura.Engine/Asura.Engine.vcxproj create mode 100644 Build/Asura.Engine/Asura.Engine.vcxproj.filters create mode 100644 Build/Asura.Engine/Asura.Engine.vcxproj.user (limited to 'Build/Asura.Engine') diff --git a/Build/Asura.Engine/Asura.Engine.vcxproj b/Build/Asura.Engine/Asura.Engine.vcxproj new file mode 100644 index 0000000..3a09244 --- /dev/null +++ b/Build/Asura.Engine/Asura.Engine.vcxproj @@ -0,0 +1,217 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C402199A-49C2-4568-AE79-B56CB3B510D3} + Asura.Editor + 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;$(SolutionDir)..\Source\Asura.Editor;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdParty;$(SolutionDir)..\Source\Asura.Editor;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/Asura.Engine/Asura.Engine.vcxproj.filters b/Build/Asura.Engine/Asura.Engine.vcxproj.filters new file mode 100644 index 0000000..4ce7c85 --- /dev/null +++ b/Build/Asura.Engine/Asura.Engine.vcxproj.filters @@ -0,0 +1,299 @@ + + + + + {11fe5669-e583-4a21-96d8-9d5dd5227152} + + + {24b46492-8790-45c7-8d5c-7aa7a8d90082} + + + {4040c770-8a92-4175-8c3d-269592ca2001} + + + {843d7fb4-300b-432c-b056-d436bdbc1580} + + + {097be40c-71fb-4a4e-85a7-7a4939a42d78} + + + {75252759-f76f-44dc-85d4-28028a7d60eb} + + + {16e89584-708f-4a2f-9dc4-8e01ba938e88} + + + {426b5d06-f2e9-4879-b0a0-0cde9130d0bc} + + + {d65172dc-f855-4dd0-9d70-f90034a01144} + + + {86daaea6-10e5-4288-bab8-ac05fdfc3499} + + + {aa1d8502-8fee-4b39-bbc9-be198224bb73} + + + {79d850d4-08da-483f-8771-fa4f7663d261} + + + {9dcab30a-6b0b-4f4c-9fc1-330f333da238} + + + {f94a816c-f744-4d8b-aa3b-0d1c32e388ba} + + + {e62bd4f3-5f4b-43fc-9d1e-bb3913e33e40} + + + + + AI + + + AI + + + Audio + + + Audio + + + Containers + + + Containers + + + Containers + + + Exceptions + + + FileSystem + + + Font + + + Graphics + + + Graphics + + + Graphics + + + Input + + + Math + + + Math + + + Math + + + Math + + + Math + + + Profiler + + + Time + + + + + + + + + Graphics + + + Containers + + + Graphics + + + Graphics + + + Containers + + + Containers + + + Scripting + + + Graphics\Animation + + + Graphics\Effects + + + Graphics + + + Physics + + + Math + + + Math + + + Graphics + + + Graphics + + + + Graphics + + + + FileSystem + + + FileSystem + + + FileSystem + + + FileSystem + + + FileSystem + + + + AI + + + + + AI + + + AI + + + Audio + + + Audio + + + Containers + + + Containers + + + Containers + + + Containers + + + Exceptions + + + FileSystem + + + Font + + + Graphics + + + Graphics + + + Graphics + + + Input + + + Math + + + Math + + + Math + + + Math + + + Math + + + Profiler + + + Time + + + + + + + Graphics + + + Graphics + + + Graphics + + + Graphics\Animation + + + Graphics\Effects + + + Graphics + + + Math + + + Math + + + Graphics + + + Graphics + + + Graphics + + + + AI + + + \ No newline at end of file diff --git a/Build/Asura.Engine/Asura.Engine.vcxproj.user b/Build/Asura.Engine/Asura.Engine.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/Build/Asura.Engine/Asura.Engine.vcxproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file -- cgit v1.1-26-g67d0