mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Now "OpenSim.DataStore.MonoSqlite" is not referenced from solution either.
This commit is contained in:
@@ -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);
|
||||
|
||||
BIN
bin/Prebuild.exe
BIN
bin/Prebuild.exe
Binary file not shown.
Reference in New Issue
Block a user