CCNet.Build.Reconfigure.ProjectExtensions.SnapshotFileName C# (CSharp) Method

SnapshotFileName() public static method

public static SnapshotFileName ( this project ) : string
project this
return string
		public static string SnapshotFileName(this IProjectSnapshot project)
		{
			return String.Format(@"{0}.snapshot.zip", project.Name);
		}