aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml38
1 files changed, 37 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6b25792..908855f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2473,7 +2473,7 @@
2473 </Files> 2473 </Files>
2474 </Project> 2474 </Project>
2475 2475
2476 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2476 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteLegacy" path="OpenSim/Data/SQLiteLegacy" type="Library">
2477 <Configuration name="Debug"> 2477 <Configuration name="Debug">
2478 <Options> 2478 <Options>
2479 <OutputPath>../../../bin/</OutputPath> 2479 <OutputPath>../../../bin/</OutputPath>
@@ -2510,6 +2510,42 @@
2510 </Files> 2510 </Files>
2511 </Project> 2511 </Project>
2512 2512
2513 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2514 <Configuration name="Debug">
2515 <Options>
2516 <OutputPath>../../../bin/</OutputPath>
2517 </Options>
2518 </Configuration>
2519 <Configuration name="Release">
2520 <Options>
2521 <OutputPath>../../../bin/</OutputPath>
2522 </Options>
2523 </Configuration>
2524
2525 <ReferencePath>../../../bin/</ReferencePath>
2526 <Reference name="System"/>
2527 <Reference name="System.Xml"/>
2528 <Reference name="System.Data"/>
2529 <Reference name="OpenSim.Data"/>
2530 <Reference name="System.Drawing"/>
2531 <Reference name="OpenSim.Framework"/>
2532 <Reference name="OpenSim.Framework.Console"/>
2533 <Reference name="OpenSim.Region.Framework"/>
2534 <Reference name="OpenMetaverseTypes.dll"/>
2535 <Reference name="OpenMetaverse.dll"/>
2536 <Reference name="Mono.Data.Sqlite"/>
2537 <Reference name="Mono.Addins.dll" />
2538 <Reference name="log4net.dll"/>
2539
2540 <Files>
2541 <Match pattern="*.cs" recurse="true" >
2542 <Exclude name="Tests" pattern="Tests" />
2543 </Match>
2544 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
2545 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2546 </Files>
2547 </Project>
2548
2513 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2549 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2514 <Configuration name="Debug"> 2550 <Configuration name="Debug">
2515 <Options> 2551 <Options>