Пример #1
0
 protected string GetPostProcEnv(PostProcType type, IXProject xp)
 {
     if (type != PostProcType.None)
     {
         return(GetUnevaluatedValue(MSBuildProperties.DXP_PROC_ENV, xp));
     }
     return(null);
 }
Пример #2
0
        protected string GetPostProcCmd(PostProcType type, IXProject xp)
        {
            if (type == PostProcType.None)
            {
                return(null);
            }

            //TODO:
            return("...");
        }