This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprebuild.xml
66 lines (62 loc) · 3.4 KB
/
prebuild.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<Project frameworkVersion="v4_6" name="Chris.OS.Additions" path="addon-modules/Chris.OS.Additions/addons" 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="netstandard" localCopy="false" />
<Reference name="System" localCopy="false" />
<Reference name="System.Xml" localCopy="false" />
<Reference name="System.Drawing" localCopy="false" />
<Reference name="System.Data" localCopy="false" />
<Reference name="System.Net.Http" localCopy="false" />
<Reference name="System.Runtime.Remoting" localCopy="false" />
<Reference name="OpenMetaverse.dll" localCopy="false" />
<Reference name="OpenMetaverseTypes.dll" localCopy="false" />
<Reference name="OpenMetaverse.StructuredData.dll" localCopy="false" />
<Reference name="OpenSim.Data" localCopy="false" />
<Reference name="OpenSim.Framework" localCopy="false" />
<Reference name="OpenSim.Framework.Console" localCopy="false" />
<Reference name="OpenSim.Framework.Servers" localCopy="false" />
<Reference name="OpenSim.Framework.Servers.HttpServer" localCopy="false" />
<Reference name="OpenSim.Region.Framework" localCopy="false" />
<Reference name="OpenSim.Region.CoreModules" localCopy="false" />
<Reference name="OpenSim.Region.ScriptEngine.Shared" localCopy="false" />
<Reference name="OpenSim.Region.ScriptEngine.Shared.Api" localCopy="false" />
<Reference name="OpenSim.Region.PhysicsModules.SharedBase" localCopy="false" />
<Reference name="OpenSim.Services.Base" path="../../../bin"/>
<Reference name="OpenSim.Services.Interfaces" localCopy="false" />
<Reference name="OpenSim.Services.Connectors" localCopy="false" />
<Reference name="OpenSim.Server.Base" localCopy="false" />
<Reference name="OpenSim.Server.Handlers" localCopy="false" />
<Reference name="XMLRPC.dll" localCopy="false" />
<Reference name="log4net.dll" localCopy="false" />
<Reference name="Nini.dll" localCopy="false" />
<Reference name="Mono.Addins.dll" localCopy="false" />
<Reference name="MySql.Data" localCopy="false" />
<Reference name="Warp3D.dll" localCopy="false" />
<Reference name="CSJ2K.dll" localCopy="false" />
<Reference name="Mono.Data.Sqlite.dll" localCopy="false" />
<Reference name="Mono.Data.SqliteClient.dll" localCopy="false" />
<Reference name="Newtonsoft.Json.dll" localCopy="false" />
<Reference name="DSharpPlus.dll" path="..\libraries\" localCopy="true" />
<Reference name="Emzi0767.Common.dll" path="..\libraries\" localCopy="true" />
<Reference name="BouncyCastle.Crypto.dll" path="..\libraries\" localCopy="true" />
<Reference name="ServiceStack.Common.dll" path="..\libraries\" localCopy="true" />
<Reference name="ServiceStack.Interfaces.dll" path="..\libraries\" localCopy="true" />
<Reference name="ServiceStack.Redis.dll" path="..\libraries\" localCopy="true" />
<Reference name="ServiceStack.Text.dll" path="..\libraries\" localCopy="true" />
<Reference name="System.Buffers.dll" path="..\libraries\" localCopy="true" />
<Reference name="System.Memory.dll" path="..\libraries\" localCopy="true" />
<Reference name="System.Runtime.CompilerServices.Unsafe.dll" path="..\libraries\" localCopy="true" />
<Files>
<Match pattern="*.cs" recurse="true" />
</Files>
</Project>