temporarily excluding OSHttp*.cs from prebuild.xml until they are

adapted to the new HttpServer.dll --- thx to dahlia for checking the
new HttpServer code in and it's my fault that the build didn't suceed,
well, actually, i blame it on our IP legal nazghuls... ;-)
0.6.0-stable
Dr Scofield 2008-09-25 08:45:26 +00:00
parent 17be1b736d
commit c7f08c9c54
1 changed files with 3 additions and 1 deletions

View File

@ -467,7 +467,9 @@
<Reference name="HttpServer.dll"/> <Reference name="HttpServer.dll"/>
<Files> <Files>
<Match pattern="*.cs" recurse="true"/> <Match pattern="*.cs" recurse="true">
<Exclude name="OSHttpServer" pattern="OSHttp*.cs" />
</Match>
</Files> </Files>
</Project> </Project>