aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml46
1 files changed, 24 insertions, 22 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 688437a..248fdf9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -103,6 +103,29 @@
103 </Files> 103 </Files>
104 </Project> 104 </Project>
105 105
106 <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library">
107 <Configuration name="Debug">
108 <Options>
109 <OutputPath>../../../bin/</OutputPath>
110 </Options>
111 </Configuration>
112 <Configuration name="Release">
113 <Options>
114 <OutputPath>../../../bin/</OutputPath>
115 </Options>
116 </Configuration>
117
118 <ReferencePath>../../../bin/</ReferencePath>
119 <Reference name="System" localCopy="false"/>
120 <Reference name="System.Xml"/>
121 <Reference name="System.Data"/>
122 <Reference name="XMLRPC.dll"/>
123 <Reference name="libsecondlife.dll"/>
124 <Files>
125 <Match pattern="*.cs" recurse="true"/>
126 </Files>
127 </Project>
128
106 <Project name="OpenSim.Region.Caches" path="OpenSim/Region/Caches" type="Library"> 129 <Project name="OpenSim.Region.Caches" path="OpenSim/Region/Caches" type="Library">
107 <Configuration name="Debug"> 130 <Configuration name="Debug">
108 <Options> 131 <Options>
@@ -120,6 +143,7 @@
120 <Reference name="System.Xml"/> 143 <Reference name="System.Xml"/>
121 <Reference name="libsecondlife.dll"/> 144 <Reference name="libsecondlife.dll"/>
122 <Reference name="OpenSim.Framework"/> 145 <Reference name="OpenSim.Framework"/>
146 <Reference name="OpenSim.Framework.Data"/>
123 <Files> 147 <Files>
124 <Match pattern="*.cs" recurse="true"/> 148 <Match pattern="*.cs" recurse="true"/>
125 </Files> 149 </Files>
@@ -417,28 +441,6 @@
417 </Files> 441 </Files>
418 </Project> 442 </Project>
419 443
420 <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library">
421 <Configuration name="Debug">
422 <Options>
423 <OutputPath>../../../bin/</OutputPath>
424 </Options>
425 </Configuration>
426 <Configuration name="Release">
427 <Options>
428 <OutputPath>../../../bin/</OutputPath>
429 </Options>
430 </Configuration>
431
432 <ReferencePath>../../../bin/</ReferencePath>
433 <Reference name="System" localCopy="false"/>
434 <Reference name="System.Xml"/>
435 <Reference name="System.Data"/>
436 <Reference name="XMLRPC.dll"/>
437 <Reference name="libsecondlife.dll"/>
438 <Files>
439 <Match pattern="*.cs" recurse="true"/>
440 </Files>
441 </Project>
442 444
443 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library"> 445 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
444 <Configuration name="Debug"> 446 <Configuration name="Debug">