fixing up missing refs to {nowarn.numbers} and/or {nowarn.numbers.test} across the all build files

This commit is contained in:
Steve Bohlen
2012-05-08 15:07:11 -04:00
parent 1173ff2c21
commit d3c122ea70
13 changed files with 13 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
output="${current.bin.dir}/${project::get-name()}.dll" >
<nowarn>
<warning number="${nowarn.numbers}" />
<warning number="${nowarn.numbers.test}" />
</nowarn>
<sources failonempty="true">
<include name="WindowsService/Common/**/*.cs" />