From c302f5ae5f9e30a28e487e8a764d9cc31546bbea Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:51:04 +0800 Subject: *rename --- build/modules/asura-core/asura-core.vcxproj | 222 +++++++++++++++ .../modules/asura-core/asura-core.vcxproj.filters | 302 +++++++++++++++++++++ build/modules/asura-core/asura-core.vcxproj.user | 4 + 3 files changed, 528 insertions(+) create mode 100644 build/modules/asura-core/asura-core.vcxproj create mode 100644 build/modules/asura-core/asura-core.vcxproj.filters create mode 100644 build/modules/asura-core/asura-core.vcxproj.user (limited to 'build/modules/asura-core') diff --git a/build/modules/asura-core/asura-core.vcxproj b/build/modules/asura-core/asura-core.vcxproj new file mode 100644 index 0000000..c01c3db --- /dev/null +++ b/build/modules/asura-core/asura-core.vcxproj @@ -0,0 +1,222 @@ + + + + + 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\modules;%(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\modules;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/modules/asura-core/asura-core.vcxproj.filters b/build/modules/asura-core/asura-core.vcxproj.filters new file mode 100644 index 0000000..5bbd204 --- /dev/null +++ b/build/modules/asura-core/asura-core.vcxproj.filters @@ -0,0 +1,302 @@ + + + + + {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} + + + {4f6b2c19-1a06-48c9-b89d-52fa27bec5c1} + + + {7a73607c-8da6-4865-a992-5c7c8764bd5a} + + + + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + input + + + input + + + input + + + input + + + font + + + font + + + font + + + time + + + profiler + + + + graphics + + + input + + + graphics + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + window + + + window + + + window + + + window + + + + + + 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 + + + + + + input + + + input + + + graphics + + + input + + + graphics + + + window + + + window + + + window + + + window + + + + + font + + + font + + + input + + + input + + + input + + + \ No newline at end of file diff --git a/build/modules/asura-core/asura-core.vcxproj.user b/build/modules/asura-core/asura-core.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/modules/asura-core/asura-core.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0