CMake/Help/variable/CMAKE_DOTNET_SDK.rst
Sumit Bhardwaj 0eea32a376 VS: Add DOTNET_SDK property to generate SDK-style C# projects
Changes in cmVisualStudio10TargetGenerator::Generate to write .Net
SDK-style project for VS generators VS 19 and above. Also adds
documentation and tests.

Issue: #20227
2021-12-21 09:35:49 -08:00

10 lines
263 B
ReStructuredText

CMAKE_DOTNET_SDK
----------------
.. versionadded:: 3.23
Default value for :prop_tgt:`DOTNET_SDK` property of targets.
This variable is used to initialize the :prop_tgt:`DOTNET_SDK`
property on all targets. See that target property for additional information.