Skip to content

Commit

Permalink
Removed ARM32 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrafnetter committed Apr 13, 2024
1 parent c38b5ea commit 39ee8a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Configuration/Common.vcxproj.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
-->
<TargetProcessorArchitecture Condition=" '$(Platform)'=='x64' ">amd64</TargetProcessorArchitecture>
<TargetProcessorArchitecture Condition=" '$(Platform)'=='Win32' ">x86</TargetProcessorArchitecture>
<TargetProcessorArchitecture Condition=" '$(Platform)'=='ARM' ">arm</TargetProcessorArchitecture>
<TargetProcessorArchitecture Condition=" '$(Platform)'=='ARM64' ">arm64</TargetProcessorArchitecture>
</PropertyGroup>
<!-- Output Paths -->
Expand Down

0 comments on commit 39ee8a6

Please sign in to comment.