aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-06-20 11:41:45 +0000
committerlbsa712007-06-20 11:41:45 +0000
commit8edcc844c443a8d2567d2ca1e468fa3324272b98 (patch)
tree3607faa8d44c72ff227e408cb315427aa2d32147 /prebuild.xml
parentDeleted some bin/obj Directories. (diff)
downloadopensim-SC_OLD-8edcc844c443a8d2567d2ca1e468fa3324272b98.zip
opensim-SC_OLD-8edcc844c443a8d2567d2ca1e468fa3324272b98.tar.gz
opensim-SC_OLD-8edcc844c443a8d2567d2ca1e468fa3324272b98.tar.bz2
opensim-SC_OLD-8edcc844c443a8d2567d2ca1e468fa3324272b98.tar.xz
* re-added SimpleApp projects
* made them work (yay!) * some cleanup
Diffstat (limited to '')
-rw-r--r--prebuild.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index cbe688d..a8f4010 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -644,6 +644,74 @@
644 </Files> 644 </Files>
645 </Project> 645 </Project>
646 646
647 <!-- Scene Server API Example Apps -->
648
649 <Project name="SimpleApp" path="OpenSim/Examples/SimpleApp" type="Exe">
650 <Configuration name="Debug">
651 <Options>
652 <OutputPath>../../../bin/</OutputPath>
653 </Options>
654 </Configuration>
655 <Configuration name="Release">
656 <Options>
657 <OutputPath>../../../bin/</OutputPath>
658 </Options>
659 </Configuration>
660
661 <ReferencePath>../../../bin/</ReferencePath>
662
663 <Reference name="libsecondlife.dll"/>
664 <Reference name="System" localCopy="false"/>
665 <Reference name="System.Data.dll"/>
666 <Reference name="System.Xml"/>
667
668 <Reference name="OpenSim.Framework.Console"/>
669 <Reference name="OpenSim.Framework"/>
670 <Reference name="XMLRPC"/>
671 <Reference name="OpenSim.GridInterfaces.Local"/>
672 <Reference name="OpenSim.Servers"/>
673 <Reference name="OpenSim.Caches"/>
674 <Reference name="OpenSim.RegionServer"/>
675 <Reference name="OpenSim.World"/>
676
677 <Files>
678 <Match pattern="*.cs" recurse="true"/>
679 </Files>
680 </Project>
681
682 <Project name="SimpleApp2" path="OpenSim/Examples/SimpleApp2" type="Exe">
683 <Configuration name="Debug">
684 <Options>
685 <OutputPath>../../../bin/</OutputPath>
686 </Options>
687 </Configuration>
688 <Configuration name="Release">
689 <Options>
690 <OutputPath>../../../bin/</OutputPath>
691 </Options>
692 </Configuration>
693
694 <ReferencePath>../../../bin/</ReferencePath>
695
696 <Reference name="libsecondlife.dll"/>
697 <Reference name="System" localCopy="false"/>
698 <Reference name="System.Data.dll"/>
699 <Reference name="System.Xml"/>
700
701 <Reference name="OpenSim.Framework.Console"/>
702 <Reference name="OpenSim.Framework"/>
703 <Reference name="XMLRPC"/>
704 <Reference name="OpenSim.GridInterfaces.Local"/>
705 <Reference name="OpenSim.Servers"/>
706 <Reference name="OpenSim.Caches"/>
707 <Reference name="OpenSim.RegionServer"/>
708 <Reference name="OpenSim.World"/>
709
710 <Files>
711 <Match pattern="*.cs" recurse="true"/>
712 </Files>
713 </Project>
714
647</Solution> 715</Solution>
648 716
649 717