aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/addon-modules/OpenSim.Modules.Warp3DCachedImageModule/prebuild.xml
blob: df5b460be5e223e74817f5cc5a382d7590a29d22 (plain)
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
<Project frameworkVersion="v4_6" name="OpenSim.Modules.Warp3DCachedImageModule" path="addon-modules/OpenSim.Modules.Warp3DCachedImageModule/src" 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="System" localCopy="false"/>
      <Reference name="System.Xml"/>
      <Reference name="System.Drawing"/>
      <Reference name="System.Runtime.Remoting"/>
      <Reference name="Nini.dll" path="../../../bin"/>
      <Reference name="log4net.dll" path="../../../bin"/>
      <Reference name="XMLRPC.dll" path="../../../bin"/>
	  <Reference name="CSJ2K.dll" path="../../../bin"/>
	  <Reference name="Warp3D.dll" path="../../../bin"/>
      <Reference name="Mono.Addins.dll" path="../../../bin"/>
      <Reference name="OpenMetaverseTypes.dll" path="../../../bin"/>
      <Reference name="OpenSim.Region.PhysicsModules.SharedBase.dll" path="../../../bin"/>
      <Reference name="OpenMetaverse.dll" path="../../../bin"/>
	  <Reference name="OpenMetaverse.StructuredData.dll" path="../../../bin"/>
      <Reference name="HttpServer_OpenSim.dll" path="../../../bin"/>
      <Reference name="OpenSim.Region.Framework" path="../../../bin"/>
      <Reference name="OpenSim.Framework" path="../../../bin"/>
      <Reference name="OpenSim.Framework.Console" path="../../../bin"/>
      <Reference name="OpenSim.Framework.Servers" path="../../../bin"/>
      <Reference name="OpenSim.Framework.Servers.HttpServer" path="../../../bin"/>
      <Reference name="OpenSim.Services.Interfaces" path="../../../bin"/>
      <Reference name="OpenSim.Server.Base" path="../../../bin"/>
      <Reference name="OpenSim.Data" path="../../../bin"/>
	  
	<Files>
		<Match pattern="*.cs" recurse="true"/>
	</Files>
</Project>