diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/prebuild.xml b/prebuild.xml index dea75dc..6bf4522 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -959,41 +959,26 @@ | |||
959 | 959 | ||
960 | <!-- Scene Server API Example Apps --> | 960 | <!-- Scene Server API Example Apps --> |
961 | 961 | ||
962 | <Project name="SimpleApp" path="OpenSim/Region/Examples/SimpleApp" type="Exe"> | 962 | <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> |
963 | <Configuration name="Debug"> | 963 | <Configuration name="Debug"> |
964 | <Options> | 964 | <Options> |
965 | <OutputPath>../../../../bin/</OutputPath> | 965 | <OutputPath>bin/</OutputPath> |
966 | </Options> | 966 | </Options> |
967 | </Configuration> | 967 | </Configuration> |
968 | <Configuration name="Release"> | 968 | <Configuration name="Release"> |
969 | <Options> | 969 | <Options> |
970 | <OutputPath>../../../../bin/</OutputPath> | 970 | <OutputPath>bin/</OutputPath> |
971 | </Options> | 971 | </Options> |
972 | </Configuration> | 972 | </Configuration> |
973 | 973 | ||
974 | <ReferencePath>../../../../bin/</ReferencePath> | 974 | <ReferencePath>../../../../bin/</ReferencePath> |
975 | 975 | ||
976 | <Reference name="libsecondlife.dll"/> | 976 | <Reference name="libsecondlife.dll"/> |
977 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
978 | <Reference name="System" localCopy="false"/> | 977 | <Reference name="System" localCopy="false"/> |
979 | <Reference name="System.Data"/> | ||
980 | <Reference name="System.Xml"/> | ||
981 | |||
982 | <Reference name="OpenSim.Framework.Console"/> | ||
983 | <Reference name="OpenSim.Framework"/> | 978 | <Reference name="OpenSim.Framework"/> |
984 | <Reference name="OpenSim.Framework.Data"/> | ||
985 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
986 | <Reference name="XMLRPC.dll"/> | ||
987 | <Reference name="OpenSim.Framework.Servers"/> | ||
988 | <Reference name="OpenSim.Framework.Statistics"/> | ||
989 | <Reference name="OpenSim.Framework.Communications"/> | ||
990 | <Reference name="OpenSim.Region.Communications.Local"/> | ||
991 | <Reference name="OpenSim.Region.ClientStack"/> | ||
992 | <Reference name="OpenSim.Region.Environment"/> | 979 | <Reference name="OpenSim.Region.Environment"/> |
993 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> | ||
994 | <Reference name="Nini.dll" /> | 980 | <Reference name="Nini.dll" /> |
995 | <Reference name="log4net"/> | 981 | <Reference name="log4net"/> |
996 | |||
997 | <Files> | 982 | <Files> |
998 | <Match pattern="*.cs" recurse="true"/> | 983 | <Match pattern="*.cs" recurse="true"/> |
999 | </Files> | 984 | </Files> |