aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-03-22 16:49:18 +0000
committerlbsa712007-03-22 16:49:18 +0000
commitb459f2cd0f9740b240ddc9b25be4c465c4e27fa8 (patch)
tree2d50dc9a87c384913c6fa36df3257689cd32a932 /prebuild.xml
parentMoved Assets to assets as a temporary fix for not being able to start in sand... (diff)
downloadopensim-SC_OLD-b459f2cd0f9740b240ddc9b25be4c465c4e27fa8.zip
opensim-SC_OLD-b459f2cd0f9740b240ddc9b25be4c465c4e27fa8.tar.gz
opensim-SC_OLD-b459f2cd0f9740b240ddc9b25be4c465c4e27fa8.tar.bz2
opensim-SC_OLD-b459f2cd0f9740b240ddc9b25be4c465c4e27fa8.tar.xz
* Fixed so vs solution builds REgionServer as OpenSim.exe
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 45cafb6..37bef06 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -215,7 +215,7 @@
215 </Project> 215 </Project>
216 216
217 <!-- OpenSim app --> 217 <!-- OpenSim app -->
218 <Project name="OpenSim" path="OpenSim.RegionServer" type="Exe" startupObject="OpenSim"> 218 <Project name="OpenSim" path="OpenSim.RegionServer" type="Exe">
219 <Configuration name="Debug"> 219 <Configuration name="Debug">
220 <Options> 220 <Options>
221 <OutputPath>../bin/</OutputPath> 221 <OutputPath>../bin/</OutputPath>