aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c8238f9..3825978 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -34,6 +34,26 @@
34 34
35 <!-- Core OpenSim Projects --> 35 <!-- Core OpenSim Projects -->
36 36
37 <Project name="OpenSim.Model" path="OpenSim/Model" type="Library">
38 <Configuration name="Debug">
39 <Options>
40 <OutputPath>../../../bin/</OutputPath>
41 </Options>
42 </Configuration>
43 <Configuration name="Release">
44 <Options>
45 <OutputPath>../../../bin/</OutputPath>
46 </Options>
47 </Configuration>
48
49 <ReferencePath>../../../bin/</ReferencePath>
50 <Reference name="System" localCopy="false"/>
51 <Reference name="System.Xml" localCopy="false"/>
52 <Files>
53 <Match pattern="*.cs" recurse="true"/>
54 </Files>
55 </Project>
56
37 <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 57 <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
38 <Configuration name="Debug"> 58 <Configuration name="Debug">
39 <Options> 59 <Options>
@@ -53,7 +73,7 @@
53 <Match pattern="*.cs" recurse="true"/> 73 <Match pattern="*.cs" recurse="true"/>
54 </Files> 74 </Files>
55 </Project> 75 </Project>
56 76
57 <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> 77 <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
58 <Configuration name="Debug"> 78 <Configuration name="Debug">
59 <Options> 79 <Options>