Beispiel #1
0
 public string GetTargetProjectName(PlatformViewModel platform) =>
 BaseProjectName + "." + Constants.Suffixes.GetSuffixForPlatform(platform.Id);
Beispiel #2
0
 public IProjectNode GetProjectNode(PlatformViewModel platform) =>
 GetProjectNode(solutionExplorer.Solution.FindProjects(), GetTargetProjectName(platform));