aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2007-06-24 18:10:45 +0000
committerAdam Frisby2007-06-24 18:10:45 +0000
commit056bcc7ccca4d6381538b67d2f99f166687cd6e4 (patch)
treea9c280dd11a61d292567f6f8486f1e726c39864b /prebuild.xml
parent* Updating sugilite userserver with the same patch (diff)
downloadopensim-SC_OLD-056bcc7ccca4d6381538b67d2f99f166687cd6e4.zip
opensim-SC_OLD-056bcc7ccca4d6381538b67d2f99f166687cd6e4.tar.gz
opensim-SC_OLD-056bcc7ccca4d6381538b67d2f99f166687cd6e4.tar.bz2
opensim-SC_OLD-056bcc7ccca4d6381538b67d2f99f166687cd6e4.tar.xz
* Updating prebuild.xml
Diffstat (limited to '')
-rw-r--r--prebuild.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 4e13403..44b41f0 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -514,6 +514,34 @@
514 </Files> 514 </Files>
515 </Project> 515 </Project>
516 516
517 <Project name="OpenGrid.Framework.Communications.OGS1" path="Common/OpenGrid.Framework.Communications.OGS1" type="Library">
518 <Configuration name="Debug">
519 <Options>
520 <OutputPath>../../bin/</OutputPath>
521 </Options>
522 </Configuration>
523 <Configuration name="Release">
524 <Options>
525 <OutputPath>../../bin/</OutputPath>
526 </Options>
527 </Configuration>
528
529 <ReferencePath>../../bin/</ReferencePath>
530 <Reference name="System"/>
531 <Reference name="System.Xml"/>
532 <Reference name="System.Data"/>
533 <Reference name="OpenSim.Framework"/>
534 <Reference name="OpenSim.Framework.Console"/>
535 <Reference name="OpenSim.Servers"/>
536 <Reference name="OpenGrid.Framework.Communications" />
537 <Reference name="libsecondlife.dll"/>
538 <Reference name="XMLRPC"/>
539
540 <Files>
541 <Match pattern="*.cs" recurse="true"/>
542 </Files>
543 </Project>
544
517 <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library"> 545 <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library">
518 <Configuration name="Debug"> 546 <Configuration name="Debug">
519 <Options> 547 <Options>