diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index dedbadc..c8238f9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1073,6 +1073,35 @@ | |||
1073 | 1073 | ||
1074 | <!-- Scene Server API Example Apps --> | 1074 | <!-- Scene Server API Example Apps --> |
1075 | 1075 | ||
1076 | <Project name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | ||
1077 | <Configuration name="Debug"> | ||
1078 | <Options> | ||
1079 | <OutputPath>../../../bin/</OutputPath> | ||
1080 | </Options> | ||
1081 | </Configuration> | ||
1082 | <Configuration name="Release"> | ||
1083 | <Options> | ||
1084 | <OutputPath>../../../bin/</OutputPath> | ||
1085 | </Options> | ||
1086 | </Configuration> | ||
1087 | |||
1088 | <ReferencePath>../../../bin/</ReferencePath> | ||
1089 | <Reference name="System" localCopy="false"/> | ||
1090 | <Reference name="System.Xml"/> | ||
1091 | <Reference name="System.Data"/> | ||
1092 | <Reference name="OpenSim.Framework"/> | ||
1093 | <Reference name="OpenSim.Framework.Communications"/> | ||
1094 | <Reference name="OpenSim.Framework.Console"/> | ||
1095 | <Reference name="OpenSim.Framework.Servers"/> | ||
1096 | <Reference name="OpenSim.Region.Environment"/> | ||
1097 | <Reference name="libsecondlife.dll"/> | ||
1098 | <Reference name="Nini.dll" /> | ||
1099 | <Reference name="log4net.dll" /> | ||
1100 | <Files> | ||
1101 | <Match pattern="*.cs" recurse="true"/> | ||
1102 | </Files> | ||
1103 | </Project> | ||
1104 | |||
1076 | <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> | 1105 | <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> |
1077 | <Configuration name="Debug"> | 1106 | <Configuration name="Debug"> |
1078 | <Options> | 1107 | <Options> |