diff --git a/Prebuild/src/Core/Targets/VS2005Target.cs b/Prebuild/src/Core/Targets/VS2005Target.cs index 5e513bbd75..102ce6146b 100644 --- a/Prebuild/src/Core/Targets/VS2005Target.cs +++ b/Prebuild/src/Core/Targets/VS2005Target.cs @@ -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); diff --git a/bin/Prebuild.exe b/bin/Prebuild.exe index d911311e1d..b7d2ac3ad8 100755 Binary files a/bin/Prebuild.exe and b/bin/Prebuild.exe differ