Files
CMake/Help/release/dev/vs-csharp-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
412 B
ReStructuredText

vs-csharp-dotnet-sdk
--------------------
* The :ref:`Visual Studio Generators` for VS 2019 and above learned to
support .NET SDK-style project files (``.csproj``) for C# projects.
See the :prop_tgt:`DOTNET_SDK` target property and corresponding
:variable:`CMAKE_DOTNET_SDK` variable.
However, this version of CMake does not yet support using
:command:`add_custom_command` in .NET SDK-style projects.