aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/data/prebuild-1.10.xsd (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-336/+338
2011-12-25Add Copy task to Prebuild.exe (vsxxxx targets)BlueWall1-336/+336
<Files> <Match pattern="*.cs" recurse="true"/> <Match pattern="../bin/MyConfig.xml" buildAction="Copy" recurse="false" destination="$(OutputPath)" /> </Files>
2010-09-10White space junk.Diva Canto1-336/+336
2010-09-11Update Prebuild.exe with Prebuild r323 + an existing OpenSim specific nant ↵Justin Clark-Casey (justincc)1-0/+336
hack to correctly clean up chosen OpenSim exes and dlls in bin/ on a "nant clean" Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files. The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe