diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 741fc6d..3d5c4bc 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -153,6 +153,35 @@ | |||
153 | </Files> | 153 | </Files> |
154 | </Project> | 154 | </Project> |
155 | 155 | ||
156 | <Project name="OpenGridServices.AssetServer" path="OpenGridServices.AssetServer" type="Exe"> | ||
157 | <Configuration name="Debug"> | ||
158 | <Options> | ||
159 | <OutputPath>../bin/</OutputPath> | ||
160 | </Options> | ||
161 | </Configuration> | ||
162 | <Configuration name="Release"> | ||
163 | <Options> | ||
164 | <OutputPath>../bin/</OutputPath> | ||
165 | </Options> | ||
166 | </Configuration> | ||
167 | |||
168 | <ReferencePath>../bin/</ReferencePath> | ||
169 | <Reference name="System" localCopy="false"/> | ||
170 | <Reference name="System.Data" localCopy="false"/> | ||
171 | <Reference name="System.Xml" localCopy="false"/> | ||
172 | <Reference name="OpenSim.Framework"/> | ||
173 | <Reference name="OpenSim.Framework.Console"/> | ||
174 | <Reference name="OpenSim.GridInterfaces.Local"/> | ||
175 | <Reference name="OpenSim.Servers"/> | ||
176 | <Reference name="libsecondlife.dll"/> | ||
177 | <Reference name="Db4objects.Db4o.dll"/> | ||
178 | <Reference name="XMLRPC"/> | ||
179 | |||
180 | <Files> | ||
181 | <Match pattern="*.cs" recurse="true"/> | ||
182 | </Files> | ||
183 | </Project> | ||
184 | |||
156 | <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe"> | 185 | <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe"> |
157 | <Configuration name="Debug"> | 186 | <Configuration name="Debug"> |
158 | <Options> | 187 | <Options> |