From 7f16c081533f48b60318c68eda970f15b122dc78 Mon Sep 17 00:00:00 2001 From: Jessica Chen Date: Fri, 31 Jan 2020 14:13:53 -0800 Subject: [PATCH] Add arm64 config --- WebViewBrowserApp.sln | 4 ++ WebViewBrowserApp.vcxproj | 88 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) diff --git a/WebViewBrowserApp.sln b/WebViewBrowserApp.sln index c663953..c1f9e56 100644 --- a/WebViewBrowserApp.sln +++ b/WebViewBrowserApp.sln @@ -13,10 +13,14 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Debug|ARM64.Build.0 = Debug|ARM64 {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Debug|x64.ActiveCfg = Debug|x64 {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Debug|x64.Build.0 = Debug|x64 {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Debug|x86.ActiveCfg = Debug|Win32 {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Debug|x86.Build.0 = Debug|Win32 + {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Release|ARM64.ActiveCfg = Release|ARM64 + {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Release|ARM64.Build.0 = Release|ARM64 {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Release|x64.ActiveCfg = Release|x64 {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Release|x64.Build.0 = Release|x64 {D65018E5-6B31-4DC7-AFAC-7999384BA4BD}.Release|x86.ActiveCfg = Release|Win32 diff --git a/WebViewBrowserApp.vcxproj b/WebViewBrowserApp.vcxproj index e04bc0f..65666d8 100644 --- a/WebViewBrowserApp.vcxproj +++ b/WebViewBrowserApp.vcxproj @@ -17,6 +17,14 @@ Release x64 + + Debug + ARM64 + + + Release + ARM64 + 16.0 @@ -53,6 +61,19 @@ true Unicode + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + @@ -70,6 +91,12 @@ + + + + + + true @@ -84,6 +111,13 @@ $(ProjectName) $(Configuration)\ + + true + $(Configuration)_$(Platform) + $(IncludePath) + $(ProjectName) + $(Configuration)\ + false $(Configuration)_x86 @@ -96,6 +130,12 @@ $(ProjectName) $(Configuration)\ + + false + $(Configuration)_$(Platform) + $(ProjectName) + $(Configuration)\ + @@ -105,6 +145,7 @@ true WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreadedDebug Windows @@ -123,6 +164,28 @@ true _DEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreadedDebug + + + Windows + true + + + + + xcopy "$(ProjectDir)wvbrowser_ui" "$(OutDir)wvbrowser_ui" /S /I /Y + + + + + + + Level3 + Disabled + true + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDebug Windows @@ -145,6 +208,7 @@ true WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreaded Windows @@ -167,6 +231,30 @@ true NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true + MultiThreaded + + + Windows + true + true + true + + + xcopy "$(ProjectDir)wvbrowser_ui" "$(OutDir)wvbrowser_ui" /S /I /Y + + + + + + + Level3 + MaxSpeed + true + true + true + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded Windows