build/BasePath.cs (7 lines of code) (raw):

namespace Build { internal static class BasePath { internal static string path { get; set; } = ".."; } }