Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(PathToProjectFile.GetHashCode());
 }
        /// <summary>
        /// Returns the relative path to the Project after the trunk folder.
        /// </summary>
        /// <returns></returns>
        public String GetProjectPathRelative()
        {
            var dir = PathToProjectFile.Remove(PathToProjectFile.LastIndexOf("\\"));

            return(dir.Remove(0, dir.LastIndexOf("trunk\\") + "trunk\\".Length));
        }