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
+2
View File
@@ -436,6 +436,8 @@ public:
bool IsCSharpOnly() const;
bool IsDotNetSdkTarget() const;
void GetObjectLibrariesCMP0026(
std::vector<cmGeneratorTarget*>& objlibs) const;