-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprebuild-OSAuthModule.xml
42 lines (35 loc) · 1.26 KB
/
prebuild-OSAuthModule.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
<Project frameworkVersion="net6_0"
name="Herbal3d.OSAuthModule"
path="addon-modules/OSAuthModule/OSAuthModule"
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="OpenSim.Framework"/>
<Reference name="OpenSim.Services.Interfaces"/>
<Reference name="OpenSim.Region.Framework"/>
<Reference name="OpenSim.Region.CoreModules"/>
<Reference name="OpenSim.Tests.Common"/>
<Reference name="Herbal3d.CommonUtil"/>
<Reference name="Herbal3d.OSAuth"/>
<Reference name="Nini"/>
<Reference name="log4net"/>
<Reference name="nunit.framework"/>
<Files>
<Match pattern="*.cs" recurse="true">
<Exclude name="Tests" pattern="Tests"/>
<Exclude name="Object" pattern="obj"/>
</Match>
</Files>
</Project>