* Removed magic exclusion of MonoSqlite data store from prebuild
* Renamed project back to base.afrisby
parent
822881eac5
commit
7f393791e7
|
@ -368,12 +368,6 @@ namespace Prebuild.Core.Targets
|
|||
throw new UnknownLanguageException("Unknown .NET language: " + project.Language);
|
||||
}
|
||||
|
||||
// Hardcoded exclusion of unbuildable project
|
||||
if( project.Name == "OpenSim.DataStore.MonoSqlite")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
ToolInfo toolInfo = (ToolInfo)tools[project.Language];
|
||||
string projectFile = Helper.MakeFilePath(project.FullPath, project.Name, toolInfo.FileExtension);
|
||||
StreamWriter ps = new StreamWriter(projectFile);
|
||||
|
@ -721,11 +715,6 @@ 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.
|
@ -639,7 +639,7 @@
|
|||
</Files>
|
||||
</Project>
|
||||
|
||||
<Project name="OpenSim.DataStore.MonoSqlite1" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library">
|
||||
<Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<OutputPath>../../../../bin/</OutputPath>
|
||||
|
|
Loading…
Reference in New Issue