From cff1465ff184c6e89d43083f8430040e72d69283 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Mon, 19 Feb 2024 14:26:14 -0800 Subject: Add ARM64 as target platform on multiple samples (#1104) * Add ARM64 as target platform on multiple samples * Remove ARM64 from WFPSampler temporarily --------- Co-authored-by: Jakob Lichtenberg (170957) --- storage/tools/spti/spti.sln | 8 ++++- storage/tools/spti/src/spti.vcxproj | 70 +++++++++++++++++++++++++++++++++++-- 2 files changed, 75 insertions(+), 3 deletions(-) (limited to 'storage/tools') diff --git a/storage/tools/spti/spti.sln b/storage/tools/spti/spti.sln index 3075d257..bfe1ca94 100644 --- a/storage/tools/spti/spti.sln +++ b/storage/tools/spti/spti.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "spti", "src\spti.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|ARM64.Build.0 = Debug|ARM64 + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.ActiveCfg = Release|ARM64 + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.Build.0 = Release|ARM64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.ActiveCfg = Debug|Win32 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.Build.0 = Debug|Win32 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/tools/spti/src/spti.vcxproj b/storage/tools/spti/src/spti.vcxproj index 6118b8d4..19c8bc28 100644 --- a/storage/tools/spti/src/spti.vcxproj +++ b/storage/tools/spti/src/spti.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ spti + + spti + spti + + spti + spti @@ -102,6 +138,21 @@ %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + true @@ -117,6 +168,21 @@ %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + true @@ -163,4 +229,4 @@ - \ No newline at end of file + -- cgit v1.3.1