From 866e00474be3bfe0e7dac73b720af0b9ebf7109a Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 13 Apr 2019 20:15:07 +0800 Subject: *misc --- build/modules/asura-core/asura-core.vcxproj | 2 + .../modules/asura-core/asura-core.vcxproj.filters | 6 + build/modules/asura-fmod/asura-fmod.vcxproj | 124 +++++++++++++++++++++ .../modules/asura-fmod/asura-fmod.vcxproj.filters | 14 +++ build/modules/asura-fmod/asura-fmod.vcxproj.user | 4 + 5 files changed, 150 insertions(+) create mode 100644 build/modules/asura-fmod/asura-fmod.vcxproj create mode 100644 build/modules/asura-fmod/asura-fmod.vcxproj.filters create mode 100644 build/modules/asura-fmod/asura-fmod.vcxproj.user (limited to 'build/modules') diff --git a/build/modules/asura-core/asura-core.vcxproj b/build/modules/asura-core/asura-core.vcxproj index e4382ac..7cd9962 100644 --- a/build/modules/asura-core/asura-core.vcxproj +++ b/build/modules/asura-core/asura-core.vcxproj @@ -133,10 +133,12 @@ + + diff --git a/build/modules/asura-core/asura-core.vcxproj.filters b/build/modules/asura-core/asura-core.vcxproj.filters index 5c58933..9a2f40e 100644 --- a/build/modules/asura-core/asura-core.vcxproj.filters +++ b/build/modules/asura-core/asura-core.vcxproj.filters @@ -209,6 +209,12 @@ graphics + + graphics\binding + + + graphics\binding + diff --git a/build/modules/asura-fmod/asura-fmod.vcxproj b/build/modules/asura-fmod/asura-fmod.vcxproj new file mode 100644 index 0000000..a12412a --- /dev/null +++ b/build/modules/asura-fmod/asura-fmod.vcxproj @@ -0,0 +1,124 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {CC451230-39E1-403A-8E1F-C3E7982049E5} + asurafmod + 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/modules/asura-fmod/asura-fmod.vcxproj.filters b/build/modules/asura-fmod/asura-fmod.vcxproj.filters new file mode 100644 index 0000000..fbde100 --- /dev/null +++ b/build/modules/asura-fmod/asura-fmod.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {f6eae779-a9f2-4f5f-a62b-5d0fbf4cdc1b} + + + + + audio + + + + \ No newline at end of file diff --git a/build/modules/asura-fmod/asura-fmod.vcxproj.user b/build/modules/asura-fmod/asura-fmod.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/modules/asura-fmod/asura-fmod.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0