aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild
diff options
context:
space:
mode:
authorlbsa712007-08-09 18:59:00 +0000
committerlbsa712007-08-09 18:59:00 +0000
commitfc4c241d9c72b73030985b4220b56706857b0aa9 (patch)
treea568ccad9127ea24813130dcc27daf47375cbadb /Prebuild
parentScriptEngine just needs 2 events hooked up and llSay() implemented to work. S... (diff)
downloadopensim-SC_OLD-fc4c241d9c72b73030985b4220b56706857b0aa9.zip
opensim-SC_OLD-fc4c241d9c72b73030985b4220b56706857b0aa9.tar.gz
opensim-SC_OLD-fc4c241d9c72b73030985b4220b56706857b0aa9.tar.bz2
opensim-SC_OLD-fc4c241d9c72b73030985b4220b56706857b0aa9.tar.xz
* Now "OpenSim.DataStore.MonoSqlite" is not referenced from solution either.
Diffstat (limited to 'Prebuild')
-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);