mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-25 19:41:08 +00:00
7 lines
168 B
C#
Executable file
7 lines
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; }
|
|
} |