mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user