CCNet.Build.PrepareProject.Paths.AssemblyInfoFile C# (CSharp) 메소드

AssemblyInfoFile() 공개 정적인 메소드

public static AssemblyInfoFile ( this args ) : string
args this
리턴 string
		public static string AssemblyInfoFile(this Args args)
		{
			return Path.Combine(args.ProjectPath, "Properties", "AssemblyInfo.cs");
		}