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
parent
17be1b736d
commit
c7f08c9c54
|
@ -467,7 +467,9 @@
|
|||
<Reference name="HttpServer.dll"/>
|
||||
|
||||
<Files>
|
||||
<Match pattern="*.cs" recurse="true"/>
|
||||
<Match pattern="*.cs" recurse="true">
|
||||
<Exclude name="OSHttpServer" pattern="OSHttp*.cs" />
|
||||
</Match>
|
||||
</Files>
|
||||
</Project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue