diff options
-rw-r--r-- | prebuild.xml | 32 |
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"> |