7 lines
No EOL
168 B
C#
Executable file
7 lines
No EOL
168 B
C#
Executable file
|
|
class Settings
|
|
{
|
|
public static ICakeContext Cake { get; set; }
|
|
public static string BuildTarget { get; set; }
|
|
public static string Assembly { get; set; }
|
|
} |