aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c7f6c5f..40112cc 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1076,12 +1076,12 @@
1076 <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> 1076 <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library">
1077 <Configuration name="Debug"> 1077 <Configuration name="Debug">
1078 <Options> 1078 <Options>
1079 <OutputPath>bin/</OutputPath> 1079 <OutputPath>../../../../bin/</OutputPath>
1080 </Options> 1080 </Options>
1081 </Configuration> 1081 </Configuration>
1082 <Configuration name="Release"> 1082 <Configuration name="Release">
1083 <Options> 1083 <Options>
1084 <OutputPath>bin/</OutputPath> 1084 <OutputPath>../../../../bin/</OutputPath>
1085 </Options> 1085 </Options>
1086 </Configuration> 1086 </Configuration>
1087 1087