diff options
Diffstat (limited to '')
-rw-r--r-- | addon-modules/Gloebit/prebuild.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/addon-modules/Gloebit/prebuild.xml b/addon-modules/Gloebit/prebuild.xml new file mode 100644 index 0000000..b891e27 --- /dev/null +++ b/addon-modules/Gloebit/prebuild.xml | |||
@@ -0,0 +1,41 @@ | |||
1 | <Project frameworkVersion="v4_0" name="Gloebit" path="addon-modules/Gloebit/GloebitMoneyModule" type="Library"> | ||
2 | <ReferencePath>../../../bin/</ReferencePath> | ||
3 | <Reference name="System"/> | ||
4 | <Reference name="System.Web"/> | ||
5 | <Reference name="System.Data"/> | ||
6 | <Reference name="System.Xml"/> | ||
7 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
8 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
9 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
10 | <Reference name="Nini" path="../../../bin/"/> | ||
11 | <Reference name="log4net" path="../../../bin/"/> | ||
12 | <Reference name="MySql.Data" path="../../../bin/"/> | ||
13 | <Reference name="OpenSim.Data"/> | ||
14 | <Reference name="OpenSim.Data.MySQL"/> | ||
15 | <Reference name="OpenSim.Data.PGSQL"/> | ||
16 | <Reference name="OpenSim.Data.SQLite"/> | ||
17 | <Reference name="OpenSim.Framework"/> | ||
18 | <Reference name="OpenSim.Framework.Servers"/> | ||
19 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
20 | <Reference name="OpenSim.Region.Framework"/> | ||
21 | <Reference name="OpenSim.Region.CoreModules"/> | ||
22 | <Reference name="OpenSim.Region.OptionalModules"/> | ||
23 | <Reference name="OpenSim.Framework.Communications"/> | ||
24 | <Reference name="OpenSim.Server.Base"/> | ||
25 | <Reference name="OpenSim.Services.Interfaces"/> | ||
26 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
27 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | ||
28 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
29 | <Reference name="Npgsql" path="../../../bin/"/> | ||
30 | |||
31 | <!-- To allow regions to have mono addins --> | ||
32 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
33 | |||
34 | <Files> | ||
35 | <Match pattern="*.cs" recurse="true"/> | ||
36 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | ||
37 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | ||
38 | <Match buildAction="Copy" pattern="*.ini.example" destination="../../../bin/"/> | ||
39 | </Files> | ||
40 | |||
41 | </Project> | ||