aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index bc1cc78..79f8d3a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -846,6 +846,34 @@
846 </Files> 846 </Files>
847 </Project> 847 </Project>
848 848
849 <Project name="OpenSim.Grid.InventoryServer" path="OpenSim/Grid/InventoryServer" type="Exe">
850 <Configuration name="Debug">
851 <Options>
852 <OutputPath>../../../bin/</OutputPath>
853 </Options>
854 </Configuration>
855 <Configuration name="Release">
856 <Options>
857 <OutputPath>../../../bin/</OutputPath>
858 </Options>
859 </Configuration>
860
861 <ReferencePath>../../../bin/</ReferencePath>
862 <Reference name="System" localCopy="false"/>
863 <Reference name="System.Data" localCopy="false"/>
864 <Reference name="System.Xml" localCopy="false"/>
865 <Reference name="OpenSim.Framework"/>
866 <Reference name="OpenSim.Framework.Console"/>
867 <Reference name="OpenSim.Framework.Communications"/>
868 <Reference name="OpenSim.Framework.Data"/>
869 <Reference name="OpenSim.Framework.Servers"/>
870 <Reference name="libsecondlife.dll"/>
871
872 <Files>
873 <Match pattern="*.cs" recurse="true"/>
874 </Files>
875 </Project>
876
849 <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> 877 <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library">
850 <Configuration name="Debug"> 878 <Configuration name="Debug">
851 <Options> 879 <Options>
@@ -1054,3 +1082,4 @@
1054 1082
1055 1083
1056 1084
1085