aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6237971..e530213 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -466,6 +466,8 @@
466 466
467 <Files> 467 <Files>
468 <Match pattern="*.cs" recurse="true"> 468 <Match pattern="*.cs" recurse="true">
469 <Exclude name="Tests" pattern="Tests" />
470 <!-- on temporary suspension -->
469 <Exclude pattern="OSHttpHandler\.cs" /> 471 <Exclude pattern="OSHttpHandler\.cs" />
470 <Exclude pattern="OSHttpHttpHandler\.cs" /> 472 <Exclude pattern="OSHttpHttpHandler\.cs" />
471 <Exclude pattern="OSHttpRequestPump\.cs" /> 473 <Exclude pattern="OSHttpRequestPump\.cs" />
@@ -476,6 +478,35 @@
476 </Files> 478 </Files>
477 </Project> 479 </Project>
478 480
481 <Project name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
482 <Configuration name="Debug">
483 <Options>
484 <OutputPath>../../../../bin/</OutputPath>
485 </Options>
486 </Configuration>
487 <Configuration name="Release">
488 <Options>
489 <OutputPath>../../../../bin/</OutputPath>
490 </Options>
491 </Configuration>
492
493 <ReferencePath>../../../../bin/</ReferencePath>
494 <Reference name="System"/>
495 <Reference name="System.IO"/>
496 <Reference name="System.Net"/>
497 <Reference name="OpenSim.Framework"/>
498 <Reference name="OpenSim.Framework.Servers"/>
499 <Reference name="log4net.dll"/>
500 <Reference name="HttpServer.dll"/>
501 <Reference name="nunit.framework.dll" />
502
503 <Files>
504 <Match pattern="*.cs" recurse="true">
505 </Match>
506 </Files>
507 </Project>
508
509
479 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 510 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
480 <Configuration name="Debug"> 511 <Configuration name="Debug">
481 <Options> 512 <Options>