Skip to content

VS_DOTNET_PLATFORM to overwrite the "platform" for a C# target

Jean-Philippe Lebel requested to merge jplebel/cmake:master into master

For example, you can now create a AnyCPU target by using set_property(TARGET Example PROPERTY VS_DOTNET_PLATFORM "AnyCPU")

Edited by Jean-Philippe Lebel

Merge request reports