mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-08 22:15:41 +00:00
7 lines
168 B
C#
7 lines
168 B
C#
|
|
||
|
class Settings
|
||
|
{
|
||
|
public static ICakeContext Cake { get; set; }
|
||
|
public static string BuildTarget { get; set; }
|
||
|
public static string Assembly { get; set; }
|
||
|
}
|