Esempio n. 1
0
 /// <summary>
 /// Creates a list of files to deploy after a compilation,
 /// for each Origin file will correspond one (or more if it's a .cls) .r file,
 /// and one .lst if the option has been checked
 /// </summary>
 protected override List <FileToDeploy> GetFilesToDeployAfterCompilation()
 {
     return(Deployer.GetFilesToDeployAfterCompilation(this));
 }