From 671cad5e61c7b0d7e856385769da974651a11d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sun, 13 Aug 2023 14:36:00 +0200 Subject: [PATCH] Added ARM64 build configuration --- Injector.sln | 6 +++ Injector/Injector.vcxproj | 100 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) diff --git a/Injector.sln b/Injector.sln index 2df563c..d8a3d56 100644 --- a/Injector.sln +++ b/Injector.sln @@ -7,16 +7,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Injector", "Injector\Inject EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 + Release|ARM64 = Release|ARM64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {21A04F4C-54BF-422A-A53A-F963084D0975}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {21A04F4C-54BF-422A-A53A-F963084D0975}.Debug|ARM64.Build.0 = Debug|ARM64 {21A04F4C-54BF-422A-A53A-F963084D0975}.Debug|Win32.ActiveCfg = Debug|Win32 {21A04F4C-54BF-422A-A53A-F963084D0975}.Debug|Win32.Build.0 = Debug|Win32 {21A04F4C-54BF-422A-A53A-F963084D0975}.Debug|x64.ActiveCfg = Debug|x64 {21A04F4C-54BF-422A-A53A-F963084D0975}.Debug|x64.Build.0 = Debug|x64 + {21A04F4C-54BF-422A-A53A-F963084D0975}.Release|ARM64.ActiveCfg = Release|ARM64 + {21A04F4C-54BF-422A-A53A-F963084D0975}.Release|ARM64.Build.0 = Release|ARM64 {21A04F4C-54BF-422A-A53A-F963084D0975}.Release|Win32.ActiveCfg = Release|Win32 {21A04F4C-54BF-422A-A53A-F963084D0975}.Release|Win32.Build.0 = Release|Win32 {21A04F4C-54BF-422A-A53A-F963084D0975}.Release|x64.ActiveCfg = Release|x64 diff --git a/Injector/Injector.vcxproj b/Injector/Injector.vcxproj index 8fb825f..ed6f01c 100644 --- a/Injector/Injector.vcxproj +++ b/Injector/Injector.vcxproj @@ -1,6 +1,10 @@  + + Debug + ARM64 + Debug Win32 @@ -9,6 +13,10 @@ Debug x64 + + Release + ARM64 + Release Win32 @@ -48,12 +56,24 @@ true v143 + + Application + Unicode + true + v143 + Application Unicode true v143 + + Application + Unicode + true + v143 + @@ -66,9 +86,15 @@ + + + + + + <_ProjectFileVersion>10.0.30319.1 @@ -81,9 +107,13 @@ $(SolutionDir)\bin\$(Platform)\ $(SolutionDir)\bin\$(Platform)\ $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false false + false AllRules.ruleset AllRules.ruleset @@ -91,11 +121,20 @@ AllRules.ruleset + AllRules.ruleset AllRules.ruleset + AllRules.ruleset + + + + + + + $(SolutionDir)\bin\$(Platform)\ @@ -190,6 +229,37 @@ MachineX64 + + + + Full + AnySuitable + true + Speed + true + true + WIN32;NDEBUG;_CONSOLE;STATIC_GETOPT;%(PreprocessorDefinitions) + true + Async + MultiThreaded + false + NotSet + + + Level4 + + + false + + + DbgHelp.lib;shlwapi.lib;%(AdditionalDependencies) + AsInvoker + false + Console + true + true + + X64 @@ -223,6 +293,36 @@ MachineX64 + + + + Disabled + AnySuitable + true + Speed + true + true + WIN32;NDEBUG;_CONSOLE;STATIC_GETOPT;%(PreprocessorDefinitions) + true + Async + MultiThreaded + false + NotSet + + + Level4 + ProgramDatabase + false + + + DbgHelp.lib;shlwapi.lib;%(AdditionalDependencies) + AsInvoker + true + Console + true + true + +