Skip to content

Commit

Permalink
build: Lower target to RS1 for monika.exe
Browse files Browse the repository at this point in the history
Explicitly set `WindowsTargetPlatformVersion` to 14393.

Hopefully this should stop VS 2022 from bitching with 32-bit ARM builds.
  • Loading branch information
trungnt2910 committed Nov 16, 2024
1 parent 88146d6 commit cc4c47a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monika/monika.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<UseDebugLibraries Condition="'$(Configuration)'=='Release'">false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down

0 comments on commit cc4c47a

Please sign in to comment.