From 2b99eacca1adecb60813508be8c7ae2c89f10e47 Mon Sep 17 00:00:00 2001 From: superzheng Date: Mon, 23 May 2022 22:14:26 +0800 Subject: [PATCH] feat(android): remove unused visual studio project --- android/sdk/src/main/jni/HippyAndroidSdk.sln | 59 ----- .../sdk/src/main/jni/HippyAndroidSdk.vcxproj | 224 ------------------ .../src/main/jni/HippyAndroidSdk.vcxproj.user | 15 -- core/core.vcxproj | 162 ------------- core/core.vcxproj.filters | 71 ------ core/core.vcxproj.user | 6 - 6 files changed, 537 deletions(-) delete mode 100644 android/sdk/src/main/jni/HippyAndroidSdk.sln delete mode 100644 android/sdk/src/main/jni/HippyAndroidSdk.vcxproj delete mode 100644 android/sdk/src/main/jni/HippyAndroidSdk.vcxproj.user delete mode 100644 core/core.vcxproj delete mode 100644 core/core.vcxproj.filters delete mode 100644 core/core.vcxproj.user diff --git a/android/sdk/src/main/jni/HippyAndroidSdk.sln b/android/sdk/src/main/jni/HippyAndroidSdk.sln deleted file mode 100644 index ec8a2ca23e9..00000000000 --- a/android/sdk/src/main/jni/HippyAndroidSdk.sln +++ /dev/null @@ -1,59 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28803.452 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HippyAndroidSdk", "HippyAndroidSdk.vcxproj", "{E0581439-C51A-4F6C-9ABF-D697C33333B0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "..\..\..\..\..\core\core.vcxproj", "{33620009-97B0-440A-88C7-AF0AFD05DAD8}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|ARM64 = Debug|ARM64 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM - Release|ARM64 = Release|ARM64 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|ARM.ActiveCfg = Debug|ARM - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|ARM.Build.0 = Debug|ARM - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|ARM.Deploy.0 = Debug|ARM - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|ARM64.Build.0 = Debug|ARM64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|x64.ActiveCfg = Debug|x64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|x64.Build.0 = Debug|x64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|x86.ActiveCfg = Debug|x86 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Debug|x86.Build.0 = Debug|x86 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|ARM.ActiveCfg = Release|ARM - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|ARM.Build.0 = Release|ARM - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|ARM.Deploy.0 = Release|ARM - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|ARM64.ActiveCfg = Release|ARM64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|ARM64.Build.0 = Release|ARM64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|x64.ActiveCfg = Release|x64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|x64.Build.0 = Release|x64 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|x86.ActiveCfg = Release|x86 - {E0581439-C51A-4F6C-9ABF-D697C33333B0}.Release|x86.Build.0 = Release|x86 - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Debug|ARM.ActiveCfg = Debug|ARM - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Debug|ARM.Build.0 = Debug|ARM - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Debug|ARM64.Build.0 = Debug|ARM64 - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Debug|x64.ActiveCfg = Debug|ARM - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Debug|x86.ActiveCfg = Debug|ARM - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Release|ARM.ActiveCfg = Release|ARM - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Release|ARM.Build.0 = Release|ARM - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Release|ARM64.ActiveCfg = Release|ARM64 - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Release|ARM64.Build.0 = Release|ARM64 - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Release|x64.ActiveCfg = Release|ARM - {33620009-97B0-440A-88C7-AF0AFD05DAD8}.Release|x86.ActiveCfg = Release|ARM - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {F20660D0-F7FD-4BDF-8ABF-B6935DA89A50} - EndGlobalSection -EndGlobal diff --git a/android/sdk/src/main/jni/HippyAndroidSdk.vcxproj b/android/sdk/src/main/jni/HippyAndroidSdk.vcxproj deleted file mode 100644 index 20431e3a29b..00000000000 --- a/android/sdk/src/main/jni/HippyAndroidSdk.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - Debug - ARM - - - Release - ARM - - - Debug - ARM64 - - - Release - ARM64 - - - - - - - - {33620009-97b0-440a-88c7-af0afd05dad8} - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {e0581439-c51a-4f6c-9abf-d697c33333b0} - Android - hippy - 14.0 - Android - 3.0 - - - - DynamicLibrary - true - Clang_5_0 - android-28 - - - DynamicLibrary - false - Clang_5_0 - - - DynamicLibrary - true - Clang_5_0 - android-16 - - - DynamicLibrary - false - Clang_5_0 - android-16 - - - - - - - - $(ProjectDir)..\..\..\build\outputs\arm64-v8a\ - $(ProjectDir)..\..\..\build\intermediates\$(Platform)\$(Configuration)\ - .;$(IncludePath) - - - - - .;$(IncludePath) - $(ProjectDir)..\..\..\build\outputs\armeabi-v7a\ - $(ProjectDir)..\..\..\build\intermediates\$(Platform)\$(Configuration)\ - lib$(RootNamespace)bridge - - - .;$(IncludePath) - $(ProjectDir)..\..\..\build\outputs\armeabi-v7a\ - $(ProjectDir)..\..\..\build\intermediates\$(Platform)\$(Configuration)\ - - - - NotUsing - - - c++14 - __ANDROID_API__=$(AndroidAPILevelNumber);OS_ANDROID;DEBUG - - - cd ../../../.. && set skipCmakeAndNinja=1 && gradle :example:assembleDebug - Building example-debug.apk - - - $(ProjectDir)..\..\..\build\outputs\arm64-v8a\$(TargetName)$(TargetExt) - third_party\v8\arm64-v8a\libmtt_shared.so;third_party\v8\arm64-v8a\libmttv8.so - -lm - - - - - NotUsing - - - c++14 - - - - - Use - ../../../../../core/include/core/core.h - c++14 - __ANDROID_API__=$(AndroidAPILevelNumber);OS_ANDROID;DEBUG;V8_IMMINENT_DEPRECATION_WARNINGS;V8_DEPRECATION_WARNINGS - .\third_party\v8\maintenance\x5-lite\include;.;.\include;..\..\..\..\..\core\include;..\..\..\..\..\core\third_party\base\include;%(AdditionalIncludeDirectories) - - - third_party\v8\maintenance\x5-lite\libs\armeabi-v7a\libmtt_shared.so;third_party\v8\maintenance\x5-lite\libs\armeabi-v7a\libmttv8.so - $(ProjectDir)..\..\..\build\outputs\armeabi-v7a\$(TargetName)$(TargetExt) - - - m;atomic;%(LibraryDependencies) - - - cd ../../../../../examples/android-demo && set skipCmakeAndNinja=1 && gradlew :example:assembleDebug - - - Building example-debug.apk - - - - - - - - - - - - - NotUsing - - - c++14 - __ANDROID_API__=$(AndroidAPILevelNumber);OS_ANDROID - MinSize - true - - - third_party\v8\armeabi-v7a\libmtt_shared.so;third_party\v8\armeabi-v7a\libmttv8.so - $(ProjectDir)..\..\..\build\outputs\armeabi-v7a\$(TargetName)$(TargetExt) - -lm - - - cd ../../../.. && set skipCmakeAndNinja=1 && gradlew :example:assembleDebug - - - Building example-debug.apk - - - - - diff --git a/android/sdk/src/main/jni/HippyAndroidSdk.vcxproj.user b/android/sdk/src/main/jni/HippyAndroidSdk.vcxproj.user deleted file mode 100644 index 58087a787cc..00000000000 --- a/android/sdk/src/main/jni/HippyAndroidSdk.vcxproj.user +++ /dev/null @@ -1,15 +0,0 @@ - - - - true - - - $(ProjectDir)..\..\..\..\..\examples\android-demo\example\build\outputs\apk\debug\example-debug.apk - AndroidDebugger - $(ProjectDir)..\..\..\build\intermediates\ARM\Debug - - - $(ProjectDir)..\..\..\..\example\build\outputs\apk\example-debug.apk - AndroidDebugger - - \ No newline at end of file diff --git a/core/core.vcxproj b/core/core.vcxproj deleted file mode 100644 index 548dc443a80..00000000000 --- a/core/core.vcxproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - Debug - ARM - - - Release - ARM - - - Debug - ARM64 - - - Release - ARM64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {33620009-97b0-440a-88c7-af0afd05dad8} - Android - core - 14.0 - Android - 3.0 - - - - StaticLibrary - true - Clang_5_0 - - - StaticLibrary - false - Clang_5_0 - - - StaticLibrary - true - Clang_5_0 - android-16 - - - StaticLibrary - false - Clang_5_0 - - - - - - - - - - - - $(SolutionDir)..\..\..\..\..\core\$(Platform)\$(Configuration)\ - - - - - - Use - pch.h - - - - - Use - pch.h - - - - - NotUsing - - - ..\android\sdk\src\main\jni\third_party\v8\maintenance\x5-lite\include;.\include;..\android\sdk\src\main\jni;..\android\sdk\src\main\jni\include;.\third_party\base\include;%(AdditionalIncludeDirectories) - c++14 - OS_ANDROID;V8_IMMINENT_DEPRECATION_WARNINGS;V8_DEPRECATION_WARNINGS;%(PreprocessorDefinitions) - - - - - Use - pch.h - - - - - diff --git a/core/core.vcxproj.filters b/core/core.vcxproj.filters deleted file mode 100644 index e19883ea28f..00000000000 --- a/core/core.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/core.vcxproj.user b/core/core.vcxproj.user deleted file mode 100644 index 429333de94d..00000000000 --- a/core/core.vcxproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - true - - \ No newline at end of file