// get the resources folder path public static string GetResourcesFolderPath() { return(Path.Combine(VsUtils.GetCurrentProjectPath(), Settings.ResourcesFolderName)); }