CCNet.Build.PrepareProject.Paths.AssemblyInfoFile C# (CSharp) Méthode

AssemblyInfoFile() public static méthode

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