aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--prebuild.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index ec0b71f..c98fd17 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1103,6 +1103,39 @@
1103 </Files> 1103 </Files>
1104 </Project> 1104 </Project>
1105 1105
1106 <Project name="OpenSim.ApplicationPlugins.GridInfo" path="OpenSim/ApplicationPlugins/GridInfo" type="Library">
1107 <Configuration name="Debug">
1108 <Options>
1109 <OutputPath>../../../bin/</OutputPath>
1110 </Options>
1111 </Configuration>
1112 <Configuration name="Release">
1113 <Options>
1114 <OutputPath>../../../bin/</OutputPath>
1115 </Options>
1116 </Configuration>
1117
1118 <ReferencePath>../../../bin/</ReferencePath>
1119 <Reference name="Mono.Addins.dll" />
1120 <Reference name="System"/>
1121 <Reference name="System.Xml"/>
1122 <Reference name="libsecondlife.dll" />
1123 <Reference name="Nini.dll" />
1124 <Reference name="XMLRPC.dll" />
1125 <Reference name="OpenSim"/>
1126 <Reference name="OpenSim.Region.ClientStack"/>
1127 <Reference name="OpenSim.Region.Environment"/>
1128 <Reference name="OpenSim.Framework.Communications"/>
1129 <Reference name="OpenSim.Framework"/>
1130 <Reference name="OpenSim.Framework.Servers"/>
1131 <Reference name="OpenSim.Framework.Console"/>
1132 <Reference name="log4net.dll"/>
1133
1134 <Files>
1135 <Match pattern="*.cs" recurse="true"/>
1136 </Files>
1137 </Project>
1138
1106 <!-- REST plugins --> 1139 <!-- REST plugins -->
1107 <Project name="OpenSim.ApplicationPlugins.Rest" 1140 <Project name="OpenSim.ApplicationPlugins.Rest"
1108 path="OpenSim/ApplicationPlugins/Rest" type="Library"> 1141 path="OpenSim/ApplicationPlugins/Rest" type="Library">