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