* Now "OpenSim.DataStore.MonoSqlite" is not referenced from solution either.

afrisby
lbsa71 2007-08-09 18:59:00 +00:00
parent 6829c45cb3
commit fc4c241d9c
2 changed files with 5 additions and 0 deletions

View File

@ -721,6 +721,11 @@ namespace Prebuild.Core.Targets
throw new UnknownLanguageException("Unknown .NET language: " + project.Language);
}
if (project.Name == "OpenSim.DataStore.MonoSqlite")
{
continue;
}
ToolInfo toolInfo = (ToolInfo)tools[project.Language];
string path = Helper.MakePathRelativeTo(solution.FullPath, project.FullPath);

Binary file not shown.