aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/addon-modules/OpenSimProfile/prebuild.xml
blob: e653dee094bf14f51bca33c4216bd5e9ba44a4a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" ?>
<Project frameworkVersion="v3_5" name="OpenSimProfile.Modules" path="addon-modules/OpenSimProfile/Modules" type="Library">
     <Configuration name="Debug">
       <Options>
         <OutputPath>../../../bin/</OutputPath>
       </Options>
     </Configuration>
     <Configuration name="Release">
       <Options>
         <OutputPath>../../../bin/</OutputPath>
       </Options>
     </Configuration>

     <ReferencePath>../../../bin/</ReferencePath>
     <Reference localCopy="false" name="System"/>
     <Reference name="System.Xml"/>
     <Reference name="System.Drawing"/>
     <Reference name="System.Runtime.Remoting"/>
     <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
     <Reference name="OpenMetaverse" path="../../../bin/"/>
     <Reference name="Axiom.MathLib" path="../../../bin/"/>
     <Reference name="OpenSim.Framework"/>
     <Reference name="OpenSim.Data"/>
     <Reference name="OpenSim.Region.Framework"/>
     <Reference name="OpenSim.Framework.Console"/>
     <Reference name="OpenSim.Framework.Servers"/>
     <Reference name="OpenSim.Framework.Statistics"/>
     <Reference name="OpenSim.Framework.Communications"/>
     <Reference name="OpenSim.Region.Physics.Manager"/>
     <Reference name="OpenSim.Services.Interfaces"/>
     <Reference name="OpenSim.Services.Connectors"/>
     <Reference name="Nini" path="../../../bin/"/>
     <Reference name="log4net" path="../../../bin/"/>
     <Reference name="XMLRPC" path="../../../bin/"/>
     <Reference name="Mono.Addins" path="../../../bin/"/>

     <Files>
       <Match pattern="*.cs" recurse="true"/>
     </Files>
</Project>