C# 클래스 Bari.Plugins.VsCore.VisualStudio.SolutionName.HashBasedSlnNameGenerator

Simple solution name generator, the file name is an MD5 checksum computed from the set of projects.
상속: ISlnNameGenerator
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
GetName ( IEnumerable projects ) : string

Generates a file name for a VS solution file which will contain the given set of projects.

메소드 상세

GetName() 공개 메소드

Generates a file name for a VS solution file which will contain the given set of projects.
public GetName ( IEnumerable projects ) : string
projects IEnumerable Set of projects to be included in the SLN file
리턴 string