aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f856e87..6580fec 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -104,6 +104,32 @@
104 </Project> 104 </Project>
105 105
106 106
107 <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library">
108 <Configuration name="Debug">
109 <Options>
110 <OutputPath>../../../../bin/</OutputPath>
111 </Options>
112 </Configuration>
113 <Configuration name="Release">
114 <Options>
115 <OutputPath>../../../../bin/</OutputPath>
116 </Options>
117 </Configuration>
118
119 <ReferencePath>../../../bin/</ReferencePath>
120 <Reference name="System"/>
121 <Reference name="System.Xml"/>
122 <Reference name="libsecondlife.dll"/>
123 <Reference name="Db4objects.Db4o.dll"/>
124 <Reference name="XMLRPC.dll"/>
125 <Reference name="OpenSim.Framework"/>
126 <Reference name="OpenSim.Framework.Console"/>
127 <Reference name="OpenSim.Framework.Data"/>
128 <Files>
129 <Match pattern="*.cs" recurse="true"/>
130 </Files>
131 </Project>
132
107 133
108 <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 134 <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
109 <Configuration name="Debug"> 135 <Configuration name="Debug">