Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<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>
<resources>
<include name="*.resx" />
</resources>
<!-- or even -->
<resources>
<include name="**.resx" />
</resources>