diff options
Diffstat (limited to '')
-rw-r--r-- | addon-modules/OpenSim.Modules.Warp3DCachedImageModule/prebuild.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/addon-modules/OpenSim.Modules.Warp3DCachedImageModule/prebuild.xml b/addon-modules/OpenSim.Modules.Warp3DCachedImageModule/prebuild.xml new file mode 100644 index 0000000..df5b460 --- /dev/null +++ b/addon-modules/OpenSim.Modules.Warp3DCachedImageModule/prebuild.xml | |||
@@ -0,0 +1,41 @@ | |||
1 | <Project frameworkVersion="v4_6" name="OpenSim.Modules.Warp3DCachedImageModule" path="addon-modules/OpenSim.Modules.Warp3DCachedImageModule/src" type="Library"> | ||
2 | <Configuration name="Debug"> | ||
3 | <Options> | ||
4 | <OutputPath>../../../bin</OutputPath> | ||
5 | </Options> | ||
6 | </Configuration> | ||
7 | <Configuration name="Release"> | ||
8 | <Options> | ||
9 | <OutputPath>../../../bin</OutputPath> | ||
10 | </Options> | ||
11 | </Configuration> | ||
12 | |||
13 | <ReferencePath>../../../bin</ReferencePath> | ||
14 | <Reference name="System" localCopy="false"/> | ||
15 | <Reference name="System.Xml"/> | ||
16 | <Reference name="System.Drawing"/> | ||
17 | <Reference name="System.Runtime.Remoting"/> | ||
18 | <Reference name="Nini.dll" path="../../../bin"/> | ||
19 | <Reference name="log4net.dll" path="../../../bin"/> | ||
20 | <Reference name="XMLRPC.dll" path="../../../bin"/> | ||
21 | <Reference name="CSJ2K.dll" path="../../../bin"/> | ||
22 | <Reference name="Warp3D.dll" path="../../../bin"/> | ||
23 | <Reference name="Mono.Addins.dll" path="../../../bin"/> | ||
24 | <Reference name="OpenMetaverseTypes.dll" path="../../../bin"/> | ||
25 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase.dll" path="../../../bin"/> | ||
26 | <Reference name="OpenMetaverse.dll" path="../../../bin"/> | ||
27 | <Reference name="OpenMetaverse.StructuredData.dll" path="../../../bin"/> | ||
28 | <Reference name="HttpServer_OpenSim.dll" path="../../../bin"/> | ||
29 | <Reference name="OpenSim.Region.Framework" path="../../../bin"/> | ||
30 | <Reference name="OpenSim.Framework" path="../../../bin"/> | ||
31 | <Reference name="OpenSim.Framework.Console" path="../../../bin"/> | ||
32 | <Reference name="OpenSim.Framework.Servers" path="../../../bin"/> | ||
33 | <Reference name="OpenSim.Framework.Servers.HttpServer" path="../../../bin"/> | ||
34 | <Reference name="OpenSim.Services.Interfaces" path="../../../bin"/> | ||
35 | <Reference name="OpenSim.Server.Base" path="../../../bin"/> | ||
36 | <Reference name="OpenSim.Data" path="../../../bin"/> | ||
37 | |||
38 | <Files> | ||
39 | <Match pattern="*.cs" recurse="true"/> | ||
40 | </Files> | ||
41 | </Project> | ||