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

SourceFile() public static méthode

public static SourceFile ( this args ) : string
args this
Résultat string
		public static string SourceFile(this Args args)
		{
			return Path.Combine(args.OutputPath, "source.txt");
		}