Skip to content

VS: Handle platform target compiler flag in SDK style projects

Florian Schweiger requested to merge Husker/cmake:platformtarget into master

The new .NET SDK project generator lacks the ability to set the <PlatformTarget> property. This patch adds a similar code snippet from the legacy project generator which refers to /platform:xxx compiler flag.

Fixes: #23513
Issue: #23190

Edited by Brad King

Merge request reports