CCNet.Build.PrepareProject.Paths.AssemblyInfoFile C# (CSharp) Method

AssemblyInfoFile() public static method

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