From 866e00474be3bfe0e7dac73b720af0b9ebf7109a Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 13 Apr 2019 20:15:07 +0800 Subject: *misc --- build/3rd-party/sqlite/sqlite.vcxproj | 122 ++++++++++++++++++++ build/3rd-party/sqlite/sqlite.vcxproj.filters | 2 + build/3rd-party/sqlite/sqlite.vcxproj.user | 4 + build/Asura.sln | 26 +++++ 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 + 9 files changed, 304 insertions(+) create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.filters create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.user 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') diff --git a/build/3rd-party/sqlite/sqlite.vcxproj b/build/3rd-party/sqlite/sqlite.vcxproj new file mode 100644 index 0000000..49da028 --- /dev/null +++ b/build/3rd-party/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/3rd-party/sqlite/sqlite.vcxproj.filters b/build/3rd-party/sqlite/sqlite.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/sqlite/sqlite.vcxproj.user b/build/3rd-party/sqlite/sqlite.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/Asura.sln b/build/Asura.sln index 02856f6..59c1004 100644 --- a/build/Asura.sln +++ b/build/Asura.sln @@ -109,6 +109,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "01-window", "tests\win32\01 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-log", "modules\asura-log\asura-log.vcxproj", "{11619483-427E-490F-9E82-4FED3591E93F}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "3rd-party\sqlite\sqlite.vcxproj", "{61BF82F8-2802-4852-BF70-21D6F9F44EBB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-fmod", "modules\asura-fmod\asura-fmod.vcxproj", "{CC451230-39E1-403A-8E1F-C3E7982049E5}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -601,6 +605,26 @@ Global {11619483-427E-490F-9E82-4FED3591E93F}.Release|x64.Build.0 = Release|x64 {11619483-427E-490F-9E82-4FED3591E93F}.Release|x86.ActiveCfg = Release|Win32 {11619483-427E-490F-9E82-4FED3591E93F}.Release|x86.Build.0 = Release|Win32 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Debug|x64.ActiveCfg = Debug|x64 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Debug|x64.Build.0 = Debug|x64 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Debug|x86.ActiveCfg = Debug|Win32 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Debug|x86.Build.0 = Debug|Win32 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Release|Any CPU.ActiveCfg = Release|Win32 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Release|x64.ActiveCfg = Release|x64 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Release|x64.Build.0 = Release|x64 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Release|x86.ActiveCfg = Release|Win32 + {61BF82F8-2802-4852-BF70-21D6F9F44EBB}.Release|x86.Build.0 = Release|Win32 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Debug|x64.ActiveCfg = Debug|x64 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Debug|x64.Build.0 = Debug|x64 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Debug|x86.ActiveCfg = Debug|Win32 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Debug|x86.Build.0 = Debug|Win32 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|Any CPU.ActiveCfg = Release|Win32 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|x64.ActiveCfg = Release|x64 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|x64.Build.0 = Release|x64 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|x86.ActiveCfg = Release|Win32 + {CC451230-39E1-403A-8E1F-C3E7982049E5}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -649,6 +673,8 @@ Global {6096DD65-FE67-4D0F-BEF4-4D81A1554A3A} = {E068D138-C824-4365-B5A3-27C65E8FD0B5} {B8FF8AE1-D0C1-4C7D-9FEE-5727ECE604BA} = {6096DD65-FE67-4D0F-BEF4-4D81A1554A3A} {11619483-427E-490F-9E82-4FED3591E93F} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} + {61BF82F8-2802-4852-BF70-21D6F9F44EBB} = {64D4E4B2-4A60-46F4-A500-370EFED4524F} + {CC451230-39E1-403A-8E1F-C3E7982049E5} = {CD115016-E377-4AC1-8595-DB2836CEFE7E} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {331032D8-F7CC-43E3-A03B-67108767F96B} 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