diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index baa54a1..87925ea 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3196,6 +3196,33 @@ | |||
3196 | </Files> | 3196 | </Files> |
3197 | </Project> | 3197 | </Project> |
3198 | 3198 | ||
3199 | <Project name="lslc" path="OpenSim/Tools/Compiler" type="Exe"> | ||
3200 | <Configuration name="Debug"> | ||
3201 | <Options> | ||
3202 | <OutputPath>../../../bin/</OutputPath> | ||
3203 | </Options> | ||
3204 | </Configuration> | ||
3205 | <Configuration name="Release"> | ||
3206 | <Options> | ||
3207 | <OutputPath>../../../bin/</OutputPath> | ||
3208 | </Options> | ||
3209 | </Configuration> | ||
3210 | |||
3211 | <ReferencePath>../../../bin/</ReferencePath> | ||
3212 | <Reference name="System"/> | ||
3213 | <Reference name="OpenMetaverseTypes.dll"/> | ||
3214 | <Reference name="OpenMetaverse.dll"/> | ||
3215 | <Reference name="OpenSim.Framework"/> | ||
3216 | <Reference name="OpenSim.Framework.Console"/> | ||
3217 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> | ||
3218 | <Reference name="Nini.dll" /> | ||
3219 | <Reference name="log4net.dll"/> | ||
3220 | |||
3221 | <Files> | ||
3222 | <Match pattern="*.cs" recurse="true"/> | ||
3223 | </Files> | ||
3224 | </Project> | ||
3225 | |||
3199 | <!-- Test Suite --> | 3226 | <!-- Test Suite --> |
3200 | <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> | 3227 | <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> |
3201 | <Configuration name="Debug"> | 3228 | <Configuration name="Debug"> |