diff --git a/Prebuild/src/Core/Targets/VS2005Target.cs b/Prebuild/src/Core/Targets/VS2005Target.cs index 102ce6146b..f01906bd0c 100644 --- a/Prebuild/src/Core/Targets/VS2005Target.cs +++ b/Prebuild/src/Core/Targets/VS2005Target.cs @@ -368,12 +368,6 @@ namespace Prebuild.Core.Targets throw new UnknownLanguageException("Unknown .NET language: " + project.Language); } - // Hardcoded exclusion of unbuildable project - if( project.Name == "OpenSim.DataStore.MonoSqlite") - { - return; - } - ToolInfo toolInfo = (ToolInfo)tools[project.Language]; string projectFile = Helper.MakeFilePath(project.FullPath, project.Name, toolInfo.FileExtension); StreamWriter ps = new StreamWriter(projectFile); @@ -721,11 +715,6 @@ 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 b7d2ac3ad8..e7d31ad976 100755 Binary files a/bin/Prebuild.exe and b/bin/Prebuild.exe differ diff --git a/prebuild.xml b/prebuild.xml index a8a455e6c4..6fa3e121e0 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -639,7 +639,7 @@ - + ../../../../bin/