diff options
Diffstat (limited to '')
-rw-r--r-- | Prebuild/src/Core/Targets/VS2005Target.cs | 5 | ||||
-rwxr-xr-x | bin/Prebuild.exe | bin | 176128 -> 176128 bytes |
2 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); |
diff --git a/bin/Prebuild.exe b/bin/Prebuild.exe index d911311..b7d2ac3 100755 --- a/bin/Prebuild.exe +++ b/bin/Prebuild.exe | |||
Binary files differ | |||