aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/addon-modules/OpenSimProfile/prebuild.xml
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-02-23 19:18:44 +1000
committerDavid Walter Seikel2013-02-23 19:18:44 +1000
commit958c10d0f13489c2ab3a26b802911df8144528ef (patch)
tree85692f95b4461eab57fac13a807a7eca074732a6 /addon-modules/OpenSimProfile/prebuild.xml
parentNo, we don't need to enshrine viewer bugs in the server, we need to fix the v... (diff)
downloadopensim-SC_OLD-958c10d0f13489c2ab3a26b802911df8144528ef.zip
opensim-SC_OLD-958c10d0f13489c2ab3a26b802911df8144528ef.tar.gz
opensim-SC_OLD-958c10d0f13489c2ab3a26b802911df8144528ef.tar.bz2
opensim-SC_OLD-958c10d0f13489c2ab3a26b802911df8144528ef.tar.xz
Add profile and search modules.
Diffstat (limited to 'addon-modules/OpenSimProfile/prebuild.xml')
-rw-r--r--addon-modules/OpenSimProfile/prebuild.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/addon-modules/OpenSimProfile/prebuild.xml b/addon-modules/OpenSimProfile/prebuild.xml
new file mode 100644
index 0000000..e653dee
--- /dev/null
+++ b/addon-modules/OpenSimProfile/prebuild.xml
@@ -0,0 +1,40 @@
1<?xml version="1.0" ?>
2<Project frameworkVersion="v3_5" name="OpenSimProfile.Modules" path="addon-modules/OpenSimProfile/Modules" type="Library">
3 <Configuration name="Debug">
4 <Options>
5 <OutputPath>../../../bin/</OutputPath>
6 </Options>
7 </Configuration>
8 <Configuration name="Release">
9 <Options>
10 <OutputPath>../../../bin/</OutputPath>
11 </Options>
12 </Configuration>
13
14 <ReferencePath>../../../bin/</ReferencePath>
15 <Reference localCopy="false" name="System"/>
16 <Reference name="System.Xml"/>
17 <Reference name="System.Drawing"/>
18 <Reference name="System.Runtime.Remoting"/>
19 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
20 <Reference name="OpenMetaverse" path="../../../bin/"/>
21 <Reference name="Axiom.MathLib" path="../../../bin/"/>
22 <Reference name="OpenSim.Framework"/>
23 <Reference name="OpenSim.Data"/>
24 <Reference name="OpenSim.Region.Framework"/>
25 <Reference name="OpenSim.Framework.Console"/>
26 <Reference name="OpenSim.Framework.Servers"/>
27 <Reference name="OpenSim.Framework.Statistics"/>
28 <Reference name="OpenSim.Framework.Communications"/>
29 <Reference name="OpenSim.Region.Physics.Manager"/>
30 <Reference name="OpenSim.Services.Interfaces"/>
31 <Reference name="OpenSim.Services.Connectors"/>
32 <Reference name="Nini" path="../../../bin/"/>
33 <Reference name="log4net" path="../../../bin/"/>
34 <Reference name="XMLRPC" path="../../../bin/"/>
35 <Reference name="Mono.Addins" path="../../../bin/"/>
36
37 <Files>
38 <Match pattern="*.cs" recurse="true"/>
39 </Files>
40</Project>