mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Changes in cmVisualStudio10TargetGenerator::Generate to write .Net SDK-style project for VS generators VS 19 and above. Also adds documentation and tests. Issue: #20227
12 lines
185 B
C#
12 lines
185 B
C#
namespace CSharpOnly
|
|
{
|
|
class CSharpOnly
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
int val = Lib1.getResult();
|
|
return;
|
|
}
|
|
}
|
|
}
|