aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 96b286b..89bbf09 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -234,6 +234,32 @@
234 </Files> 234 </Files>
235 </Project> 235 </Project>
236 236
237 <Project name="OpenSim.Framework.Data.MapperFactory" path="OpenSim/Framework/Data.MapperFactory" type="Library">
238 <Configuration name="Debug">
239 <Options>
240 <OutputPath>../../../bin/</OutputPath>
241 </Options>
242 </Configuration>
243 <Configuration name="Release">
244 <Options>
245 <OutputPath>../../../bin/</OutputPath>
246 </Options>
247 </Configuration>
248
249 <ReferencePath>../../../bin/</ReferencePath>
250 <Reference name="System" localCopy="false"/>
251 <Reference name="System.Xml"/>
252 <Reference name="System.Data"/>
253 <Reference name="OpenSim.Framework"/>
254 <Reference name="OpenSim.Framework.Data"/>
255 <Reference name="OpenSim.Framework.Data.Base"/>
256 <Reference name="OpenSim.Framework.Data.MySQLMapper"/>
257
258 <Files>
259 <Match pattern="*.cs" recurse="true"/>
260 </Files>
261 </Project>
262
237 <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> 263 <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library">
238 <Configuration name="Debug"> 264 <Configuration name="Debug">
239 <Options> 265 <Options>
@@ -845,6 +871,7 @@
845 <Reference name="OpenSim.Framework.Communications"/> 871 <Reference name="OpenSim.Framework.Communications"/>
846 <Reference name="OpenSim.Framework.Data.Base" /> 872 <Reference name="OpenSim.Framework.Data.Base" />
847 <Reference name="OpenSim.Region.Environment"/> 873 <Reference name="OpenSim.Region.Environment"/>
874 <Reference name="OpenSim.Framework.Data.MapperFactory"/>
848 <Reference name="Nini.dll" /> 875 <Reference name="Nini.dll" />
849 <Reference name="OpenSim.Framework.Data.MySQLMapper" /> 876 <Reference name="OpenSim.Framework.Data.MySQLMapper" />
850 <Files> 877 <Files>