mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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:
@@ -431,6 +431,8 @@ public:
|
||||
|
||||
bool IsCSharpOnly() const;
|
||||
|
||||
bool IsDotNetSdkTarget() const;
|
||||
|
||||
void GetObjectLibrariesCMP0026(
|
||||
std::vector<cmGeneratorTarget*>& objlibs) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user