Merge topic 'vs-csharp-dotnet-sdk'

0eea32a376 VS: Add DOTNET_SDK property to generate SDK-style C# projects
a450cc9533 VS: Set ResolveNugetPackages to false for ALL_BUILD and ZERO_CHECK
fa76e5d194 cmVisualStudio10TargetGenerator: Factor out helper for classic MSBuild project

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6634
This commit is contained in:
Brad King
2021-12-22 13:56:04 +00:00
committed by Kitware Robot
26 changed files with 439 additions and 53 deletions

View File

@@ -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.