aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorBlueWall2012-10-20 05:25:58 -0400
committerBlueWall2012-10-20 05:25:58 -0400
commit07f1d44174f5e2b4e3d5ffdec3619bb84f357af2 (patch)
tree83cc0442b2c1b89a5b3dd94cff23d5098415777e /prebuild.xml
parentMerge branch 'master' into connector_plugin (diff)
parentFix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl... (diff)
downloadopensim-SC_OLD-07f1d44174f5e2b4e3d5ffdec3619bb84f357af2.zip
opensim-SC_OLD-07f1d44174f5e2b4e3d5ffdec3619bb84f357af2.tar.gz
opensim-SC_OLD-07f1d44174f5e2b4e3d5ffdec3619bb84f357af2.tar.bz2
opensim-SC_OLD-07f1d44174f5e2b4e3d5ffdec3619bb84f357af2.tar.xz
Merge branch 'master' into connector_plugin
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml56
1 files changed, 28 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6c58e38..e7b4c6a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -113,6 +113,34 @@
113 </Files> 113 </Files>
114 </Project> 114 </Project>
115 115
116 <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
117 <Configuration name="Debug">
118 <Options>
119 <OutputPath>../../../bin/</OutputPath>
120 </Options>
121 </Configuration>
122 <Configuration name="Release">
123 <Options>
124 <OutputPath>../../../bin/</OutputPath>
125 </Options>
126 </Configuration>
127
128 <ReferencePath>../../../bin/</ReferencePath>
129 <Reference name="System"/>
130 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
131 <Reference name="OpenMetaverse" path="../../../bin/"/>
132 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
133 <Reference name="OpenSim.Framework"/>
134 <Reference name="OpenSim.Framework.Console"/>
135 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
136 <Reference name="Nini" path="../../../bin/"/>
137 <Reference name="log4net" path="../../../bin/"/>
138
139 <Files>
140 <Match pattern="*.cs" recurse="true"/>
141 </Files>
142 </Project>
143
116 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> 144 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library">
117 <Configuration name="Debug"> 145 <Configuration name="Debug">
118 <Options> 146 <Options>
@@ -206,34 +234,6 @@
206 </Files> 234 </Files>
207 </Project> 235 </Project>
208 236
209 <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
210 <Configuration name="Debug">
211 <Options>
212 <OutputPath>../../../bin/</OutputPath>
213 </Options>
214 </Configuration>
215 <Configuration name="Release">
216 <Options>
217 <OutputPath>../../../bin/</OutputPath>
218 </Options>
219 </Configuration>
220
221 <ReferencePath>../../../bin/</ReferencePath>
222 <Reference name="System"/>
223 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
224 <Reference name="OpenMetaverse" path="../../../bin/"/>
225 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
226 <Reference name="OpenSim.Framework"/>
227 <Reference name="OpenSim.Framework.Console"/>
228 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
229 <Reference name="Nini" path="../../../bin/"/>
230 <Reference name="log4net" path="../../../bin/"/>
231
232 <Files>
233 <Match pattern="*.cs" recurse="true"/>
234 </Files>
235 </Project>
236
237 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 237 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
238 <Configuration name="Debug"> 238 <Configuration name="Debug">
239 <Options> 239 <Options>