aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
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 caf52d3..d85bbde 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2916,6 +2916,28 @@
2916 </Files> 2916 </Files>
2917 </Project> 2917 </Project>
2918 2918
2919 <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2920 <Configuration name="Debug">
2921 <Options>
2922 <OutputPath>../../../bin/</OutputPath>
2923 </Options>
2924 </Configuration>
2925 <Configuration name="Release">
2926 <Options>
2927 <OutputPath>../../../bin/</OutputPath>
2928 </Options>
2929 </Configuration>
2930
2931 <ReferencePath>../../../bin/</ReferencePath>
2932 <Reference name="System"/>
2933 <Reference name="Nini.dll"/>
2934 <Reference name="log4net.dll"/>
2935
2936 <Files>
2937 <Match pattern="*.cs" recurse="true"/>
2938 </Files>
2939 </Project>
2940
2919 <!-- Test Suite --> 2941 <!-- Test Suite -->
2920 <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> 2942 <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
2921 <Configuration name="Debug"> 2943 <Configuration name="Debug">