aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Core/Targets/VS2005Target.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Prebuild/src/Core/Targets/VS2005Target.cs')
-rw-r--r--Prebuild/src/Core/Targets/VS2005Target.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Prebuild/src/Core/Targets/VS2005Target.cs b/Prebuild/src/Core/Targets/VS2005Target.cs
index 5e513bb..102ce61 100644
--- a/Prebuild/src/Core/Targets/VS2005Target.cs
+++ b/Prebuild/src/Core/Targets/VS2005Target.cs
@@ -721,6 +721,11 @@ namespace Prebuild.Core.Targets
721 throw new UnknownLanguageException("Unknown .NET language: " + project.Language); 721 throw new UnknownLanguageException("Unknown .NET language: " + project.Language);
722 } 722 }
723 723
724 if (project.Name == "OpenSim.DataStore.MonoSqlite")
725 {
726 continue;
727 }
728
724 ToolInfo toolInfo = (ToolInfo)tools[project.Language]; 729 ToolInfo toolInfo = (ToolInfo)tools[project.Language];
725 730
726 string path = Helper.MakePathRelativeTo(solution.FullPath, project.FullPath); 731 string path = Helper.MakePathRelativeTo(solution.FullPath, project.FullPath);