aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/addon-modules/Gloebit/prebuild.xml
blob: b891e27b61afcf8252bd91226ab3d90855836906 (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
41
<Project frameworkVersion="v4_0" name="Gloebit" path="addon-modules/Gloebit/GloebitMoneyModule" type="Library">
  <ReferencePath>../../../bin/</ReferencePath>
  <Reference name="System"/>
  <Reference name="System.Web"/>
  <Reference name="System.Data"/>
  <Reference name="System.Xml"/>
  <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
  <Reference name="OpenMetaverse" path="../../../bin/"/>
  <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
  <Reference name="Nini" path="../../../bin/"/>
  <Reference name="log4net" path="../../../bin/"/>
  <Reference name="MySql.Data" path="../../../bin/"/>
  <Reference name="OpenSim.Data"/>
  <Reference name="OpenSim.Data.MySQL"/>
  <Reference name="OpenSim.Data.PGSQL"/>
  <Reference name="OpenSim.Data.SQLite"/>
  <Reference name="OpenSim.Framework"/>
  <Reference name="OpenSim.Framework.Servers"/>
  <Reference name="OpenSim.Framework.Servers.HttpServer"/>
  <Reference name="OpenSim.Region.Framework"/>
  <Reference name="OpenSim.Region.CoreModules"/>
  <Reference name="OpenSim.Region.OptionalModules"/>
  <Reference name="OpenSim.Framework.Communications"/>
  <Reference name="OpenSim.Server.Base"/>
  <Reference name="OpenSim.Services.Interfaces"/>
  <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
  <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/>
  <Reference name="XMLRPC" path="../../../bin/"/>
  <Reference name="Npgsql" path="../../../bin/"/>
 
  <!-- To allow regions to have mono addins -->
  <Reference name="Mono.Addins" path="../../../bin/"/>
 
  <Files>
    <Match pattern="*.cs" recurse="true"/>
    <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/>
    <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/>
    <Match buildAction="Copy" pattern="*.ini.example" destination="../../../bin/"/>
  </Files>
 
</Project>