aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index e5dd324..6257bad 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -196,6 +196,29 @@
196 </Files> 196 </Files>
197 </Project> 197 </Project>
198 198
199 <Project name="OpenSim.Data.Migrations" path="OpenSim/Data/Migrations" type="Library">
200 <Configuration name="Debug">
201 <Options>
202 <OutputPath>../../../bin/</OutputPath>
203 </Options>
204 </Configuration>
205 <Configuration name="Release">
206 <Options>
207 <OutputPath>../../../bin/</OutputPath>
208 </Options>
209 </Configuration>
210
211 <ReferencePath>../../../bin/</ReferencePath>
212 <Reference name="System" localCopy="false"/>
213 <Reference name="System.Data"/>
214 <Reference name="OpenSim.Framework"/>
215 <!-- needed for LLUUID types -->
216 <Reference name="libsecondlife.dll"/>
217 <Files>
218 <Match pattern="*.cs" recurse="true"/>
219 </Files>
220 </Project>
221
199 <Project name="OpenSim.Data" path="OpenSim/Data" type="Library"> 222 <Project name="OpenSim.Data" path="OpenSim/Data" type="Library">
200 <Configuration name="Debug"> 223 <Configuration name="Debug">
201 <Options> 224 <Options>