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