-
Notifications
You must be signed in to change notification settings - Fork 0
/
prebuild-loden.xml
executable file
·51 lines (41 loc) · 1.57 KB
/
prebuild-loden.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
41
42
43
44
45
46
47
48
49
50
51
<Project frameworkVersion="net6_0"
name="Herbal3d.Loden"
path="addon-modules/Loden/Loden"
type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="Mono.Addins"/>
<Reference name="OpenMetaverse"/>
<Reference name="OpenMetaverseTypes"/>
<Reference name="OpenMetaverse.StructuredData"/>
<Reference name="OpenMetaverse.Rendering.Meshmerizer"/>
<Reference name="PrimMesher" />
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Services.Interfaces"/>
<Reference name="OpenSim.Region.Framework"/>
<Reference name="OpenSim.Region.CoreModules"/>
<Reference name="OpenSim.Region.PhysicsModules.SharedBase"/>
<Reference name="Herbal3d.CommonEntitiesConv"/>
<Reference name="Herbal3d.CommonEntities"/>
<Reference name="Herbal3d.CommonUtil"/>
<Reference name="Nini"/>
<Reference name="log4net"/>
<Reference name="Newtonsoft.Json" version="13.0.1"/>
<Files>
<Match pattern="*.cs" recurse="true">
<Exclude name="Tests" pattern="Tests"/>
<Exclude name="Object" pattern="obj"/>
</Match>
</Files>
</Project>