forked from vgaessler/whisper_server
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprebuild.xml
More file actions
63 lines (60 loc) · 1.95 KB
/
Copy pathprebuild.xml
File metadata and controls
63 lines (60 loc) · 1.95 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" ?>
<Project name="Whisper" path="addon-modules/Whisper/Whisper/Modules" type="Library">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release" platform="x86">
<Options>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Debug" platform="x64">
<Options>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release" platform="x64">
<Options>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Debug" platform="AnyCPU">
<Options>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release" platform="AnyCPU">
<Options>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../../bin/</ReferencePath>
<Reference name="Mono.Addins.dll"/>
<Reference name="System" localCopy="false"/>
<Reference name="System.Core"/>
<Reference name="System.Data"/>
<Reference name="System.Xml"/>
<Reference name="System.Drawing"/>
<Reference name="System.Windows.Forms"/>
<Reference name="System.Data"/>
<Reference name="Nini"/>
<Reference name="OpenMetaverseTypes"/>
<Reference name="OpenMetaverse"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Framework.Servers"/>
<Reference name="OpenSim.Framework.Servers.HttpServer"/>
<Reference name="OpenSim.Region.Framework"/>
<Reference name="OpenSim.Capabilities"/>
<Reference name="OpenSim.Server.Handlers"/>
<Reference name="log4net"/>
<Reference name="XMLRPC"/>
<Reference name="HttpServer_OpenSim"/>
<Reference name="Glacier2"/>
<Reference name="Ice"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>