aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
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>