aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--prebuild.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d0e7741..3b88ba9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -148,6 +148,30 @@
148 </Files> 148 </Files>
149 </Project> 149 </Project>
150 150
151 <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library">
152 <Configuration name="Debug">
153 <Options>
154 <OutputPath>../../bin/</OutputPath>
155 </Options>
156 </Configuration>
157 <Configuration name="Release">
158 <Options>
159 <OutputPath>../../bin/</OutputPath>
160 </Options>
161 </Configuration>
162
163 <ReferencePath>../../bin/</ReferencePath>
164 <Reference name="System"/>
165 <Reference name="System.Xml"/>
166 <Reference name="OpenGrid.Framework.Communications"/>
167 <Reference name="libsecondlife.dll"/>
168 <Reference name="OpenSim.Framework"/>
169
170 <Files>
171 <Match pattern="*.cs" recurse="true"/>
172 </Files>
173 </Project>
174
151 <Project name="OpenSim.Caches" path="OpenSim/OpenSim.Caches" type="Library"> 175 <Project name="OpenSim.Caches" path="OpenSim/OpenSim.Caches" type="Library">
152 <Configuration name="Debug"> 176 <Configuration name="Debug">
153 <Options> 177 <Options>
@@ -531,6 +555,7 @@
531 <Reference name="OpenGrid.Framework.Communications"/> 555 <Reference name="OpenGrid.Framework.Communications"/>
532 <Reference name="OpenSim.Caches"/> 556 <Reference name="OpenSim.Caches"/>
533 <Reference name="XMLRPC"/> 557 <Reference name="XMLRPC"/>
558 <Reference name="OpenSim.LocalCommunications"/>
534 559
535 <Files> 560 <Files>
536 <Match pattern="*.cs" recurse="true"/> 561 <Match pattern="*.cs" recurse="true"/>