aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/Prebuild.exe (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop Prebuild from generating <copy> statements which unnecessarily copy ↵Justin Clark-Casey (justincc)2012-11-141-0/+0
| | | | | | | | | | files into bin/Debug or bin/Release nant_0.91~alpha2+dfsg-3_all.deb in Ubuntu 12.04 and earlier actually ignored these due to a bug However, nant 0.92~rc1+dfsg-2 in Ubuntu 12.10 fixes this bug (possibly https://github.com/nant/nant/pull/39). Which makes nant time-consumingly copy these files when the aren't actually used. Tested removal of <copy> on both nant 0.91 and nant 0.92 Will be submitting this patch to prebuild project for comment though I suspect there's nobody there to pay attention.
* Add Copy task to Prebuild.exe (vsxxxx targets)BlueWall2011-12-251-0/+0
<Files> <Match pattern="*.cs" recurse="true"/> <Match pattern="../bin/MyConfig.xml" buildAction="Copy" recurse="false" destination="$(OutputPath)" /> </Files>