compile c# prgram with NAnt. welcom to discussing it
how to compile c# solution with NAnt. is there other way without NAnt?
here is the way with NAnt.
if the solution is a sinle project, it will be suceess to compile it with NAnt. but if there more than one project in solution and there is dependcies with each other, it maybe not sucess.
(test.build)
<?xml version="1.0"?>
<project>
<solution configuration="release" solutionfile="test.sln"/>
</project>
问题点数:20、回复次数:4Top
1 楼xue23(xue23)回复于 2004-08-30 17:16:49 得分 0
QPA1DC-MCMC-NNN9063320Top
2 楼xue23(xue23)回复于 2004-08-30 17:17:41 得分 0
aduent.aduio,and upTop
3 楼Fred_Mark()回复于 2004-09-10 14:19:15 得分 20
gzTop
4 楼xue23(xue23)回复于 2004-11-15 08:48:20 得分 0
Nobody answer it ?Top




