diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml index f9446d5..dfea34b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1847,12 +1847,12 @@ | |||
1847 | <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 1847 | <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
1848 | <Configuration name="Debug"> | 1848 | <Configuration name="Debug"> |
1849 | <Options> | 1849 | <Options> |
1850 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | 1850 | <OutputPath>../../../../bin/</OutputPath> |
1851 | </Options> | 1851 | </Options> |
1852 | </Configuration> | 1852 | </Configuration> |
1853 | <Configuration name="Release"> | 1853 | <Configuration name="Release"> |
1854 | <Options> | 1854 | <Options> |
1855 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | 1855 | <OutputPath>../../../../bin/</OutputPath> |
1856 | </Options> | 1856 | </Options> |
1857 | </Configuration> | 1857 | </Configuration> |
1858 | 1858 | ||
@@ -2424,17 +2424,17 @@ | |||
2424 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | 2424 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> |
2425 | <Configuration name="Debug"> | 2425 | <Configuration name="Debug"> |
2426 | <Options> | 2426 | <Options> |
2427 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | 2427 | <OutputPath>../../../../bin/</OutputPath> |
2428 | </Options> | 2428 | </Options> |
2429 | </Configuration> | 2429 | </Configuration> |
2430 | <Configuration name="Release"> | 2430 | <Configuration name="Release"> |
2431 | <Options> | 2431 | <Options> |
2432 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | 2432 | <OutputPath>../../../../bin/</OutputPath> |
2433 | </Options> | 2433 | </Options> |
2434 | </Configuration> | 2434 | </Configuration> |
2435 | 2435 | ||
2436 | <ReferencePath>../../../../bin/</ReferencePath> | 2436 | <ReferencePath>../../../../bin/</ReferencePath> |
2437 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | 2437 | <ReferencePath>../../../../bin/</ReferencePath> |
2438 | <Reference name="System" localCopy="false"/> | 2438 | <Reference name="System" localCopy="false"/> |
2439 | <Reference name="System.Data" localCopy="false"/> | 2439 | <Reference name="System.Data" localCopy="false"/> |
2440 | <Reference name="System.Xml" localCopy="false"/> | 2440 | <Reference name="System.Xml" localCopy="false"/> |