<csc target="library"
output="${CompileLocation}WayCool.dll"
debug="${debug}"
doc="${CompileLocation}WayCool.xml"
warnaserror="true"
warninglevel="4" >
<resources>
<include name="MyForm.resx" />
</resources>
<sources>
<include name="${CompileSource}*.cs" />
</sources>
</csc>