diff options
author | Tleiades Hax | 2007-10-30 22:42:34 +0000 |
---|---|---|
committer | Tleiades Hax | 2007-10-30 22:42:34 +0000 |
commit | 6a8d8f54e88a21e6cfd78dc7981cdeec2f18094d (patch) | |
tree | 035f881d61f4a876ebdc72672e3c50a620ae4cfd /prebuild.xml | |
parent | * doh II (diff) | |
download | opensim-SC_OLD-6a8d8f54e88a21e6cfd78dc7981cdeec2f18094d.zip opensim-SC_OLD-6a8d8f54e88a21e6cfd78dc7981cdeec2f18094d.tar.gz opensim-SC_OLD-6a8d8f54e88a21e6cfd78dc7981cdeec2f18094d.tar.bz2 opensim-SC_OLD-6a8d8f54e88a21e6cfd78dc7981cdeec2f18094d.tar.xz |
Step one on the long march towards grid based inventory. Introduction of an InevntoryServer
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 29 |
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 | |||