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 66ab532..d2456b2 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2470,7 +2470,7 @@
2470 </Files> 2470 </Files>
2471 </Project> 2471 </Project>
2472 2472
2473 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2473 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteLegacy" path="OpenSim/Data/SQLiteLegacy" type="Library">
2474 <Configuration name="Debug"> 2474 <Configuration name="Debug">
2475 <Options> 2475 <Options>
2476 <OutputPath>../../../bin/</OutputPath> 2476 <OutputPath>../../../bin/</OutputPath>
@@ -2507,6 +2507,42 @@
2507 </Files> 2507 </Files>
2508 </Project> 2508 </Project>
2509 2509
2510 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2511 <Configuration name="Debug">
2512 <Options>
2513 <OutputPath>../../../bin/</OutputPath>
2514 </Options>
2515 </Configuration>
2516 <Configuration name="Release">
2517 <Options>
2518 <OutputPath>../../../bin/</OutputPath>
2519 </Options>
2520 </Configuration>
2521
2522 <ReferencePath>../../../bin/</ReferencePath>
2523 <Reference name="System"/>
2524 <Reference name="System.Xml"/>
2525 <Reference name="System.Data"/>
2526 <Reference name="OpenSim.Data"/>
2527 <Reference name="System.Drawing"/>
2528 <Reference name="OpenSim.Framework"/>
2529 <Reference name="OpenSim.Framework.Console"/>
2530 <Reference name="OpenSim.Region.Framework"/>
2531 <Reference name="OpenMetaverseTypes.dll"/>
2532 <Reference name="OpenMetaverse.dll"/>
2533 <Reference name="Mono.Data.Sqlite"/>
2534 <Reference name="Mono.Addins.dll" />
2535 <Reference name="log4net.dll"/>
2536
2537 <Files>
2538 <Match pattern="*.cs" recurse="true" >
2539 <Exclude name="Tests" pattern="Tests" />
2540 </Match>
2541 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
2542 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2543 </Files>
2544 </Project>
2545
2510 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2546 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2511 <Configuration name="Debug"> 2547 <Configuration name="Debug">
2512 <Options> 2548 <Options>