Files
CMake/Tests/RunCMake/VsDotnetSdk/CMakeLists.txt
T
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

4 lines
102 B
CMake

cmake_minimum_required(VERSION 3.22.0)
project(${RunCMake_TEST} NONE)
include(${RunCMake_TEST}.cmake)