コード例 #1
0
ファイル: CopyAssembly.cs プロジェクト: speecyy/xrepo
 public string GetDestinationPath(ITaskItem destinationFolder)
 {
     return(destinationFolder.CombineWith(Language).CombineWith(AssemblyName + ".dll"));
 }
コード例 #2
0
ファイル: CopyAssembly.cs プロジェクト: andyalm/xrepo
 public string GetDestinationPath(ITaskItem destinationFolder)
 {
     return destinationFolder.CombineWith(Language).CombineWith(AssemblyName + ".dll");
 }