aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2007-07-19 00:29:50 +0000
committerAdam Frisby2007-07-19 00:29:50 +0000
commitf29acf95b0f8ac99a4a59e833186a543d73f9624 (patch)
tree78a5dc95478dc86797c164811719010b46dbec92 /prebuild.xml
parent* Removing more compiler warnings (diff)
downloadopensim-SC_OLD-f29acf95b0f8ac99a4a59e833186a543d73f9624.zip
opensim-SC_OLD-f29acf95b0f8ac99a4a59e833186a543d73f9624.tar.gz
opensim-SC_OLD-f29acf95b0f8ac99a4a59e833186a543d73f9624.tar.bz2
opensim-SC_OLD-f29acf95b0f8ac99a4a59e833186a543d73f9624.tar.xz
* Removed yet more compiler warnings
* Dropped old ILocalStorage storage engines.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f302d85..f856e87 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -179,82 +179,6 @@
179 </Files> 179 </Files>
180 </Project> 180 </Project>
181 181
182 <!-- Storage Plug-ins -->
183 <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library">
184 <Configuration name="Debug">
185 <Options>
186 <OutputPath>../../../../bin/</OutputPath>
187 </Options>
188 </Configuration>
189 <Configuration name="Release">
190 <Options>
191 <OutputPath>../../../../bin/</OutputPath>
192 </Options>
193 </Configuration>
194
195 <ReferencePath>../../../../bin/</ReferencePath>
196 <Reference name="System" localCopy="false"/>
197 <Reference name="System.Xml"/>
198 <Reference name="Db4objects.Db4o.dll"/>
199 <Reference name="libsecondlife.dll"/>
200 <Reference name="OpenSim.Framework"/>
201 <Reference name="OpenSim.Framework.Console"/>
202 <Files>
203 <Match pattern="*.cs" recurse="true"/>
204 </Files>
205 </Project>
206
207 <Project name="OpenSim.Region.Storage.LocalStorageSQLite" path="OpenSim/Region/Storage/LocalStorageSQLite" type="Library">
208 <Configuration name="Debug">
209 <Options>
210 <OutputPath>../../../../bin/</OutputPath>
211 </Options>
212 </Configuration>
213 <Configuration name="Release">
214 <Options>
215 <OutputPath>../../../../bin/</OutputPath>
216 </Options>
217 </Configuration>
218
219 <ReferencePath>../../../../bin/</ReferencePath>
220 <Reference name="System" localCopy="false"/>
221 <Reference name="System.Xml"/>
222 <Reference name="System.Data"/>
223 <Reference name="System.Data.SQLite.dll"/>
224 <Reference name="libsecondlife.dll"/>
225 <Reference name="OpenSim.Framework"/>
226 <Reference name="OpenSim.Framework.Console"/>
227 <Files>
228 <Match pattern="*.cs" recurse="true"/>
229 </Files>
230 </Project>
231
232 <Project name="OpenSim.Region.Storage.LocalStorageBerkeleyDB" path="OpenSim/Region/Storage/LocalStorageBerkeleyDB" type="Library">
233 <Configuration name="Debug">
234 <Options>
235 <OutputPath>../../../../bin/</OutputPath>
236 </Options>
237 </Configuration>
238 <Configuration name="Release">
239 <Options>
240 <OutputPath>../../../../bin/</OutputPath>
241 </Options>
242 </Configuration>
243
244 <ReferencePath>../../../../bin/</ReferencePath>
245 <Reference name="System" localCopy="false"/>
246 <Reference name="System.Xml"/>
247 <Reference name="System.Data"/>
248 <Reference name="Kds.Serialization.dll"/>
249 <Reference name="libdb_dotNET43.dll"/>
250 <Reference name="libsecondlife.dll"/>
251 <Reference name="OpenSim.Framework"/>
252 <Reference name="OpenSim.Framework.Console"/>
253 <Files>
254 <Match pattern="*.cs" recurse="true"/>
255 </Files>
256 </Project>
257
258 <!-- Grid Server Plug-ins --> 182 <!-- Grid Server Plug-ins -->
259 <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" type="Library"> 183 <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" type="Library">
260 <Configuration name="Debug"> 184 <Configuration name="Debug">