diff options
author | gareth | 2007-05-13 21:01:21 +0000 |
---|---|---|
committer | gareth | 2007-05-13 21:01:21 +0000 |
commit | 0834b097f61b723462f9c1ba2416009069d62504 (patch) | |
tree | 7415ca034970de059cbc9179fad110248b07ac84 /prebuild.xml | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-0834b097f61b723462f9c1ba2416009069d62504.zip opensim-SC_OLD-0834b097f61b723462f9c1ba2416009069d62504.tar.gz opensim-SC_OLD-0834b097f61b723462f9c1ba2416009069d62504.tar.bz2 opensim-SC_OLD-0834b097f61b723462f9c1ba2416009069d62504.tar.xz |
Added skeleton master service manager
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index bff1310..825921d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -368,7 +368,29 @@ | |||
368 | </Project> | 368 | </Project> |
369 | 369 | ||
370 | <!-- OGS projects --> | 370 | <!-- OGS projects --> |
371 | 371 | ||
372 | <Project name="ServiceManager" path="ServiceManager" type="Exe"> | ||
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="System.ServiceProcess" localCopy="false"/> | ||
387 | |||
388 | <Files> | ||
389 | <Match pattern="*.cs" recurse="true"/> | ||
390 | </Files> | ||
391 | </Project> | ||
392 | |||
393 | |||
372 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> | 394 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> |
373 | <Configuration name="Debug"> | 395 | <Configuration name="Debug"> |
374 | <Options> | 396 | <Options> |