aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2011-06-02 09:39:09 -0700
committerDiva Canto2011-06-02 09:39:09 -0700
commit3c15c0b2640b08f3786857837770dcdb53859fd4 (patch)
tree505e945adb43bf46a53075dee8ffb642ab0d20e2 /prebuild.xml
parentBug fix on HG IM. (diff)
downloadopensim-SC_OLD-3c15c0b2640b08f3786857837770dcdb53859fd4.zip
opensim-SC_OLD-3c15c0b2640b08f3786857837770dcdb53859fd4.tar.gz
opensim-SC_OLD-3c15c0b2640b08f3786857837770dcdb53859fd4.tar.bz2
opensim-SC_OLD-3c15c0b2640b08f3786857837770dcdb53859fd4.tar.xz
Added test IM client.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 1f620dc..0bdd14d 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2645,6 +2645,32 @@
2645 </Files> 2645 </Files>
2646 </Project> 2646 </Project>
2647 2647
2648 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe">
2649 <Configuration name="Debug">
2650 <Options>
2651 <OutputPath>../../../../bin/</OutputPath>
2652 </Options>
2653 </Configuration>
2654 <Configuration name="Release">
2655 <Options>
2656 <OutputPath>../../../../bin/</OutputPath>
2657 </Options>
2658 </Configuration>
2659
2660 <ReferencePath>../../../../bin/</ReferencePath>
2661 <Reference name="System"/>
2662 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
2663 <Reference name="OpenMetaverse" path="../../../../bin/"/>
2664 <Reference name="OpenSim.Framework"/>
2665 <Reference name="OpenSim.Services.Interfaces"/>
2666 <Reference name="OpenSim.Services.Connectors"/>
2667 <Reference name="Nini" path="../../../../bin/"/>
2668 <Reference name="log4net" path="../../../../bin/"/>
2669
2670 <Files>
2671 <Match pattern="*.cs" recurse="true"/>
2672 </Files>
2673 </Project>
2648 2674
2649 <!-- Test assemblies --> 2675 <!-- Test assemblies -->
2650 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2676 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">