From fc4c241d9c72b73030985b4220b56706857b0aa9 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 9 Aug 2007 18:59:00 +0000 Subject: * Now "OpenSim.DataStore.MonoSqlite" is not referenced from solution either. --- Prebuild/src/Core/Targets/VS2005Target.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Prebuild/src/Core') 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 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); -- cgit v1.1