mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
d8786bfa16
Fixes: #22108
11 lines
165 B
C#
11 lines
165 B
C#
namespace CSharpConfigSpecific
|
|
{
|
|
class CSharpConfigSpecific
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
}
|