diff options
author | lbsa71 | 2007-07-09 22:27:03 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-09 22:27:03 +0000 |
commit | 400a1c6b08f03fd7843e451416be54c3032c7a2e (patch) | |
tree | 274df90fe13f4a56ad6b885af82da895d61599cd /prebuild.xml | |
parent | Taking a stab at #176 (diff) | |
download | opensim-SC_OLD-400a1c6b08f03fd7843e451416be54c3032c7a2e.zip opensim-SC_OLD-400a1c6b08f03fd7843e451416be54c3032c7a2e.tar.gz opensim-SC_OLD-400a1c6b08f03fd7843e451416be54c3032c7a2e.tar.bz2 opensim-SC_OLD-400a1c6b08f03fd7843e451416be54c3032c7a2e.tar.xz |
* another stab at #176
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/prebuild.xml b/prebuild.xml index d3b7aa9..06d1b07 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -918,35 +918,6 @@ | |||
918 | </Files> | 918 | </Files> |
919 | </Project> | 919 | </Project> |
920 | 920 | ||
921 | <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library"> | ||
922 | <Configuration name="Debug"> | ||
923 | <Options> | ||
924 | <OutputPath>../../../bin/</OutputPath> | ||
925 | </Options> | ||
926 | </Configuration> | ||
927 | <Configuration name="Release"> | ||
928 | <Options> | ||
929 | <OutputPath>../../../bin/</OutputPath> | ||
930 | </Options> | ||
931 | </Configuration> | ||
932 | |||
933 | <ReferencePath>../../../bin/</ReferencePath> | ||
934 | <Reference name="System" localCopy="false"/> | ||
935 | <Reference name="System.Data" localCopy="false"/> | ||
936 | <Reference name="System.Xml" localCopy="false"/> | ||
937 | <Reference name="OpenSim.Framework"/> | ||
938 | <Reference name="OpenSim.Framework.Console"/> | ||
939 | <Reference name="OpenSim.Framework.Data"/> | ||
940 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> | ||
941 | <Reference name="OpenSim.Framework.Servers"/> | ||
942 | <Reference name="libsecondlife.dll"/> | ||
943 | <Reference name="Db4objects.Db4o.dll"/> | ||
944 | <Reference name="XMLRPC.dll"/> | ||
945 | |||
946 | <Files> | ||
947 | <Match pattern="*.cs" recurse="true"/> | ||
948 | </Files> | ||
949 | </Project> | ||
950 | 921 | ||
951 | <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe"> | 922 | <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe"> |
952 | <Configuration name="Debug"> | 923 | <Configuration name="Debug"> |