aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml39
1 files changed, 38 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index bfd6bbd..4eb8781 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1329,7 +1329,7 @@
1329 </Project> 1329 </Project>
1330 1330
1331 1331
1332 <Project frameworkVersion="v3_5" name="OpenSim.Server" path="OpenSim/Server" type="Exe"> 1332 <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe">
1333 <Configuration name="Debug"> 1333 <Configuration name="Debug">
1334 <Options> 1334 <Options>
1335 <OutputPath>../../bin/</OutputPath> 1335 <OutputPath>../../bin/</OutputPath>
@@ -2245,6 +2245,43 @@
2245 </Files> 2245 </Files>
2246 </Project> 2246 </Project>
2247 2247
2248 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteNG" path="OpenSim/Data/SQLiteNG" type="Library">
2249 <Configuration name="Debug">
2250 <Options>
2251 <OutputPath>../../../bin/</OutputPath>
2252 </Options>
2253 </Configuration>
2254 <Configuration name="Release">
2255 <Options>
2256 <OutputPath>../../../bin/</OutputPath>
2257 </Options>
2258 </Configuration>
2259
2260 <ReferencePath>../../../bin/</ReferencePath>
2261 <Reference name="System"/>
2262 <Reference name="System.Xml"/>
2263 <Reference name="System.Data"/>
2264 <Reference name="OpenSim.Data"/>
2265 <Reference name="System.Drawing"/>
2266 <Reference name="OpenSim.Framework"/>
2267 <Reference name="OpenSim.Framework.Console"/>
2268 <Reference name="OpenSim.Region.Framework"/>
2269 <Reference name="OpenMetaverseTypes.dll"/>
2270 <Reference name="OpenMetaverse.dll"/>
2271 <Reference name="Mono.Data.Sqlite"/>
2272 <Reference name="Mono.Addins.dll" />
2273 <Reference name="log4net.dll"/>
2274
2275 <Files>
2276 <Match pattern="*.cs" recurse="true" >
2277 <Exclude name="Tests" pattern="Tests" />
2278 </Match>
2279 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
2280 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2281 </Files>
2282 </Project>
2283
2284
2248 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2285 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2249 <Configuration name="Debug"> 2286 <Configuration name="Debug">
2250 <Options> 2287 <Options>