-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathprebuild.ogre.xml
More file actions
39 lines (38 loc) · 1.49 KB
/
prebuild.ogre.xml
File metadata and controls
39 lines (38 loc) · 1.49 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
32
33
34
35
36
37
38
39
<Project name="OgreSceneImporter" path="./addon-modules/ModreX/OgreSceneImporter" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<ReferencePath>../ModularRex/bin/</ReferencePath>
<Reference name="NHibernate"/>
<Reference name="Ionic.Zip"/>
<Reference name="log4net"/>
<Reference name="OpenMetaverse"/>
<Reference name="OpenMetaverseTypes"/>
<Reference name="System" localCopy="false"/>
<Reference name="System.Core" localCopy="false"/>
<Reference name="System.Data"/>
<Reference name="System.Drawing"/>
<Reference name="System.Xml"/>
<Reference name="ModularRex.RexFramework"/>
<Reference name="Nini"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Capabilities"/>
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Framework.Servers.HttpServer"/>
<Reference name="OpenSim.Region.Framework"/>
<Reference name="OpenSim.Services.Interfaces"/>
<Reference name="RexDotMeshLoader" localCopy="true"/>
<Files>
<Match path="UploadSceneDB/Resources" pattern="*.xml" buildAction="EmbeddedResource"/>
<Match pattern="*.cs" recurse="true"/>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>