From bbd8a7e37402eb7602bc4c053621ff37835628cf Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 11 May 2026 20:48:49 -0400 Subject: [PATCH] Add missing Arm/arm64 props files. --- builds/msvc/properties/Arm.props | 23 +++++++++++++++++++++++ builds/msvc/properties/Arm64.props | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 builds/msvc/properties/Arm.props create mode 100644 builds/msvc/properties/Arm64.props diff --git a/builds/msvc/properties/Arm.props b/builds/msvc/properties/Arm.props new file mode 100644 index 00000000..53f05a3a --- /dev/null +++ b/builds/msvc/properties/Arm.props @@ -0,0 +1,23 @@ + + + + + <_PropertySheetDisplayName>ARM32 Settings + + + + + + WIN32;_WIN32;_ARM_;%(PreprocessorDefinitions) + + + MachineARM + + + /MACHINE:ARM %(AdditionalOptions) + + + + \ No newline at end of file diff --git a/builds/msvc/properties/Arm64.props b/builds/msvc/properties/Arm64.props new file mode 100644 index 00000000..c66e5e7d --- /dev/null +++ b/builds/msvc/properties/Arm64.props @@ -0,0 +1,23 @@ + + + + + <_PropertySheetDisplayName>ARM64 Settings + + + + + + WIN32;_WIN32;_ARM64;%(PreprocessorDefinitions) + + + MachineARM64 + + + /MACHINE:ARM64 %(AdditionalOptions) + + + + \ No newline at end of file