-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprebuild.xml
40 lines (38 loc) · 1.59 KB
/
prebuild.xml
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
<Project name="PythonModuleLoader" path="addon-modules/PythonModuleLoader/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 name="System"/>
<Reference name="System.Xml"/>
<Reference name="log4net"/>
<Reference name="Mono.Addins"/>
<Reference name="Nini.dll" />
<Reference name="IronPython.dll" localCopy="true"/>
<Reference name="IronPython.Modules.dll" localCopy="true"/>
<Reference name="Microsoft.Scripting.dll" localCopy="true"/>
<Reference name="Microsoft.Scripting.Core.dll" localCopy="true"/>
<Reference name="Microsoft.Scripting.ExtensionAttribute.dll" localCopy="true"/>
<Reference name="OpenSim.Data"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Capabilities"/>
<Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Framework.Servers.HttpServer"/>
<Reference name="OpenSim.Region.Framework"/>
<Reference name="OpenSim.Server.Base"/>
<Reference name="OpenSim.Server.Handlers"/>
<Reference name="OpenSim.Services.Interfaces"/>
<Reference name="OpenMetaverseTypes"/>
<Reference name="OpenMetaverse.StructuredData"/>
<Reference name="OpenMetaverse.Http"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>