* Now "OpenSim.DataStore.MonoSqlite" is not referenced from solution either.
parent
6829c45cb3
commit
fc4c241d9c
|
@ -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);
|
||||
|
|
BIN
bin/Prebuild.exe
BIN
bin/Prebuild.exe
Binary file not shown.
Loading…
Reference in New Issue