-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathprebuild.ode.xml
More file actions
31 lines (30 loc) · 1.25 KB
/
prebuild.ode.xml
File metadata and controls
31 lines (30 loc) · 1.25 KB
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
<Project name="ModularRex.RexOdePlugin" path="./addon-modules/ModreX/ModularRex/RexOdePlugin" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../ModularRex/bin/</ReferencePath>
<ReferencePath>../../../../bin/</ReferencePath>
<ReferencePath>../../../../bin/Physics</ReferencePath>
<Reference name="System" localCopy="false"/>
<Reference name="OpenMetaverseTypes.dll" localCopy="false"/>
<Reference name="Nini.dll" />
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Region.Physics.Manager"/>
<Reference name="OpenSim.Region.Physics.Meshing"/>
<Reference name="ModularRex"/>
<Reference name="Ode.NET.dll"/>
<Reference name="nunit.framework.dll"/>
<Reference name="log4net.dll"/>
<Reference name="RexDotMeshLoader.dll" localCopy="true"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>