5 lines
170 B
C#
5 lines
170 B
C#
public static class TestDefines
|
|
{
|
|
public static string MetaDataPath => Path.GetFullPath("../../../../../bin/Debug/resource/meta", Directory.GetCurrentDirectory());
|
|
}
|