~用msbuild编译一个项目

在线等~~~用msbuild编译一个项目
查了好多资料,还是不会是用msbuild,我是在cmd下写msbuild d:/projectName/aa.csproj 
结果如下:
目标 ResolveProjectReferences:
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : war
ning : The referenced project '..\BizLogic\BizLogic.csproj' does not exist.
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : war
ning : The referenced project '..\DataAccess\DataAccess.csproj' does not exist.
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : war
ning : The referenced project '..\Entity\Entity.csproj' does not exist.
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : war
ning : The referenced project '..\SiteComponent\SiteComponent.csproj' does not e
xist.
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : war
ning : The referenced project '..\Utils\Utils.csproj' does not exist.
已完成在项目“Wodechaoshi.csproj”中生成目标“ResolveProjectReferences”。
目标 CoreCompile:
  正在跳过目标“CoreCompile”,因为所有输出文件相对于其输入文件来说都是最新的。
目标 CopyFilesToOutputDirectory:
    Wodechaoshi -> D:\Wodechaoshi\bin\CloudHill.Application.ILaw.Wodechaoshi.dll
但是在D:\Wodechaoshi\bin下的CloudHill.Application.ILaw.Wodechaoshi.dll并未更新
------解决方案--------------------
该回复于2012-05-14 12:55:17被版主删除
------解决方案--------------------
该回复于2012-05-14 15:14:10被版主删除
------解决方案--------------------
我也正遇到这个问题。
------解决方案--------------------
http://blog.csdn.net/zsw2zkl/article/details/7557341 已解决