aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-02-08 21:39:46 +0000
committerJustin Clark-Casey (justincc)2010-02-08 21:39:46 +0000
commitaba59088604bbc422af7f670226e1b5c91acab41 (patch)
tree9896e48143101a20eddf38921ad646702f48146b /prebuild.xml
parentadd some method doc to IDynamicTextureManager (diff)
parentAdding the Careminster "Configger" tool to OpenSim. The tool will, when launched (diff)
downloadopensim-SC_OLD-aba59088604bbc422af7f670226e1b5c91acab41.zip
opensim-SC_OLD-aba59088604bbc422af7f670226e1b5c91acab41.tar.gz
opensim-SC_OLD-aba59088604bbc422af7f670226e1b5c91acab41.tar.bz2
opensim-SC_OLD-aba59088604bbc422af7f670226e1b5c91acab41.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 46a1057..ac4400d 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2886,6 +2886,28 @@
2886 </Files> 2886 </Files>
2887 </Project> 2887 </Project>
2888 2888
2889 <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2890 <Configuration name="Debug">
2891 <Options>
2892 <OutputPath>../../../bin/</OutputPath>
2893 </Options>
2894 </Configuration>
2895 <Configuration name="Release">
2896 <Options>
2897 <OutputPath>../../../bin/</OutputPath>
2898 </Options>
2899 </Configuration>
2900
2901 <ReferencePath>../../../bin/</ReferencePath>
2902 <Reference name="System"/>
2903 <Reference name="Nini.dll"/>
2904 <Reference name="log4net.dll"/>
2905
2906 <Files>
2907 <Match pattern="*.cs" recurse="true"/>
2908 </Files>
2909 </Project>
2910
2889 <!-- Test Suite --> 2911 <!-- Test Suite -->
2890 <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> 2912 <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
2891 <Configuration name="Debug"> 2913 <Configuration name="Debug">