diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 825921d..a27ee35 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -369,6 +369,31 @@ | |||
369 | 369 | ||
370 | <!-- OGS projects --> | 370 | <!-- OGS projects --> |
371 | 371 | ||
372 | <Project name="OpenGrid.Framework.Manager" path="OpenGrid.Framework.Manager" type="Library"> | ||
373 | <Configuration name="Debug"> | ||
374 | <Options> | ||
375 | <OutputPath>../bin/</OutputPath> | ||
376 | </Options> | ||
377 | </Configuration> | ||
378 | <Configuration name="Release"> | ||
379 | <Options> | ||
380 | <OutputPath>../bin/</OutputPath> | ||
381 | </Options> | ||
382 | </Configuration> | ||
383 | |||
384 | <ReferencePath>../bin/</ReferencePath> | ||
385 | <Reference name="System" localCopy="false"/> | ||
386 | <Reference name="OpenSim.Framework"/> | ||
387 | <Reference name="OpenSim.Servers"/> | ||
388 | <Reference name="XMLRPC"/> | ||
389 | |||
390 | |||
391 | <Files> | ||
392 | <Match pattern="*.cs" recurse="true"/> | ||
393 | </Files> | ||
394 | </Project> | ||
395 | |||
396 | |||
372 | <Project name="ServiceManager" path="ServiceManager" type="Exe"> | 397 | <Project name="ServiceManager" path="ServiceManager" type="Exe"> |
373 | <Configuration name="Debug"> | 398 | <Configuration name="Debug"> |
374 | <Options> | 399 | <Options> |