diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 22 |
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"> |