aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index bd6994c..cf48f63 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -467,7 +467,9 @@
467 <Reference name="HttpServer.dll"/> 467 <Reference name="HttpServer.dll"/>
468 468
469 <Files> 469 <Files>
470 <Match pattern="*.cs" recurse="true"/> 470 <Match pattern="*.cs" recurse="true">
471 <Exclude name="OSHttpServer" pattern="OSHttp*.cs" />
472 </Match>
471 </Files> 473 </Files>
472 </Project> 474 </Project>
473 475