aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml42
1 files changed, 22 insertions, 20 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 2f0b27b..b2f695a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -55,26 +55,6 @@
55 </Project> 55 </Project>
56--> 56-->
57 57
58 <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
59 <Configuration name="Debug">
60 <Options>
61 <OutputPath>../../../bin/</OutputPath>
62 </Options>
63 </Configuration>
64 <Configuration name="Release">
65 <Options>
66 <OutputPath>../../../bin/</OutputPath>
67 </Options>
68 </Configuration>
69
70 <ReferencePath>../../../bin/</ReferencePath>
71 <Reference name="System"/>
72 <Reference name="log4net.dll"/>
73 <Files>
74 <Match pattern="*.cs" recurse="true"/>
75 </Files>
76 </Project>
77
78 <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> 58 <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
79 <Configuration name="Debug"> 59 <Configuration name="Debug">
80 <Options> 60 <Options>
@@ -350,6 +330,28 @@
350 </Files> 330 </Files>
351 </Project> 331 </Project>
352 332
333 <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
334 <Configuration name="Debug">
335 <Options>
336 <OutputPath>../../../bin/</OutputPath>
337 </Options>
338 </Configuration>
339 <Configuration name="Release">
340 <Options>
341 <OutputPath>../../../bin/</OutputPath>
342 </Options>
343 </Configuration>
344
345 <ReferencePath>../../../bin/</ReferencePath>
346 <Reference name="System"/>
347 <Reference name="log4net.dll"/>
348 <Reference name="Nini.dll"/>
349 <Reference name="OpenSim.Framework.Servers"/>
350 <Files>
351 <Match pattern="*.cs" recurse="true"/>
352 </Files>
353 </Project>
354
353 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 355 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
354 <Configuration name="Debug"> 356 <Configuration name="Debug">
355 <Options> 357 <Options>