aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-04-04 22:00:09 +0000
committerSean Dague2008-04-04 22:00:09 +0000
commit6bcf61bc022dc521ba074a39cb81b99f3a04c897 (patch)
treea9b4df9ba26bb5cfb20049ea8980f3de7b78a27f /prebuild.xml
parentAdd four nHibernate dll's into bin/ (diff)
downloadopensim-SC_OLD-6bcf61bc022dc521ba074a39cb81b99f3a04c897.zip
opensim-SC_OLD-6bcf61bc022dc521ba074a39cb81b99f3a04c897.tar.gz
opensim-SC_OLD-6bcf61bc022dc521ba074a39cb81b99f3a04c897.tar.bz2
opensim-SC_OLD-6bcf61bc022dc521ba074a39cb81b99f3a04c897.tar.xz
check in prebuild to build OpenSim.Data.NHibernate
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 40ad5a7..dedbadc 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1188,6 +1188,38 @@
1188 </Files> 1188 </Files>
1189 </Project> 1189 </Project>
1190 1190
1191 <Project name="OpenSim.Data.NHibernate" path="OpenSim/Data/NHibernate" type="Library">
1192 <Configuration name="Debug">
1193 <Options>
1194 <OutputPath>../../../bin/</OutputPath>
1195 </Options>
1196 </Configuration>
1197 <Configuration name="Release">
1198 <Options>
1199 <OutputPath>../../../bin/</OutputPath>
1200 </Options>
1201 </Configuration>
1202
1203 <ReferencePath>../../../bin/</ReferencePath>
1204 <Reference name="System" localCopy="false"/>
1205 <Reference name="System.Xml"/>
1206 <Reference name="System.Data"/>
1207 <Reference name="OpenSim.Data"/>
1208 <Reference name="OpenSim.Framework"/>
1209 <Reference name="OpenSim.Framework.Console"/>
1210 <Reference name="OpenSim.Region.Environment"/>
1211 <Reference name="libsecondlife.dll"/>
1212 <Reference name="NHibernate.dll"/>
1213 <Reference name="NHibernate.Mapping.Attributes.dll"/>
1214 <Reference name="log4net"/>
1215
1216 <Files>
1217 <Match pattern="*.cs" recurse="true"/>
1218 <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/>
1219 </Files>
1220 </Project>
1221
1222
1191 <!-- OGS projects --> 1223 <!-- OGS projects -->
1192 1224
1193 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> 1225 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">