-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathprebuild.framework.xml
More file actions
25 lines (24 loc) · 862 Bytes
/
prebuild.framework.xml
File metadata and controls
25 lines (24 loc) · 862 Bytes
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
<Project name="ModularRex.RexFramework" path="./addon-modules/ModreX/ModularRex/RexFramework" 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="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.Xml"/>
<Reference name="System.Xml.Linq"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>