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

SourceFile() public static method

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