diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/prebuild.xml b/prebuild.xml index b878263..2aa8a37 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | <!-- Core OpenSim Projects --> | 57 | <!-- Core OpenSim Projects --> |
58 | 58 | ||
59 | <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library"> | 59 | <Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library"> |
60 | <Configuration name="Debug"> | 60 | <Configuration name="Debug"> |
61 | <Options> | 61 | <Options> |
62 | <OutputPath>../../bin/</OutputPath> | 62 | <OutputPath>../../bin/</OutputPath> |
@@ -69,18 +69,13 @@ | |||
69 | </Configuration> | 69 | </Configuration> |
70 | 70 | ||
71 | <ReferencePath>../../bin/</ReferencePath> | 71 | <ReferencePath>../../bin/</ReferencePath> |
72 | <Reference name="System"/> | 72 | <Reference name="System" localCopy="false"/> |
73 | <Reference name="System.Xml"/> | ||
74 | <Reference name="libsecondlife.dll"/> | ||
75 | <Reference name="Db4objects.Db4o.dll"/> | ||
76 | <Reference name="XMLRPC"/> | ||
77 | <Reference name="OpenSim.Framework.Console"/> | ||
78 | <Files> | 73 | <Files> |
79 | <Match pattern="*.cs" recurse="true"/> | 74 | <Match pattern="*.cs" recurse="true"/> |
80 | </Files> | 75 | </Files> |
81 | </Project> | 76 | </Project> |
82 | 77 | ||
83 | <Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library"> | 78 | <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library"> |
84 | <Configuration name="Debug"> | 79 | <Configuration name="Debug"> |
85 | <Options> | 80 | <Options> |
86 | <OutputPath>../../bin/</OutputPath> | 81 | <OutputPath>../../bin/</OutputPath> |
@@ -93,12 +88,18 @@ | |||
93 | </Configuration> | 88 | </Configuration> |
94 | 89 | ||
95 | <ReferencePath>../../bin/</ReferencePath> | 90 | <ReferencePath>../../bin/</ReferencePath> |
96 | <Reference name="System" localCopy="false"/> | 91 | <Reference name="System"/> |
92 | <Reference name="System.Xml"/> | ||
93 | <Reference name="libsecondlife.dll"/> | ||
94 | <Reference name="Db4objects.Db4o.dll"/> | ||
95 | <Reference name="XMLRPC"/> | ||
96 | <Reference name="OpenSim.Framework.Console"/> | ||
97 | <Files> | 97 | <Files> |
98 | <Match pattern="*.cs" recurse="true"/> | 98 | <Match pattern="*.cs" recurse="true"/> |
99 | </Files> | 99 | </Files> |
100 | </Project> | 100 | </Project> |
101 | 101 | ||
102 | |||
102 | <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library"> | 103 | <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library"> |
103 | <Configuration name="Debug"> | 104 | <Configuration name="Debug"> |
104 | <Options> | 105 | <Options> |