首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

~用msbuild编译一个项目

2012-12-17 
在线等~~~用msbuild编译一个项目查了好多资料,还是不会是用msbuild,我是在cmd下写msbuild d:/projectName/

在线等~~~用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 已解决

热点排行