AvalonStudio.Toolchains.ProjectExtensions.GetObjectDirectory C# (CSharp) Méthode

GetObjectDirectory() public static méthode

public static GetObjectDirectory ( this project, IStandardProject superProject ) : string
project this
superProject IStandardProject
Résultat string
		public static string GetObjectDirectory(this IStandardProject project, IStandardProject superProject)
		{
			return Path.Combine(project.GetOutputDirectory(superProject), "obj");
		}