You might success with:
[TaskName("loglevel")]
public class LogLevelTask : Task
{
private Level _LogLevel;
private TaskContainer _Tasks;
[BuildElement("do", Required = true)]
public TaskContainer Tasks
{
get
{
return _Tasks;
(Build 0.86.2553.0; nightly; 12/28/2006)
I'm getting an error trying to build a web solution file:
Error checking whether 'D:\MyProjectNameWhichIsAReferencedProject' is an
enterprise template project.
Could not find file 'D:\MyBuildDir\MyProjectNameWhichIsAReferencedProject'.
Pretty easy NA