mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
0eea32a376
Changes in cmVisualStudio10TargetGenerator::Generate to write .Net SDK-style project for VS generators VS 19 and above. Also adds documentation and tests. Issue: #20227
11 lines
140 B
C#
11 lines
140 B
C#
namespace CSharpOnly
|
|
{
|
|
public class Lib1
|
|
{
|
|
public static int getResult()
|
|
{
|
|
return 23;
|
|
}
|
|
}
|
|
}
|