1、打开VS2010命令窗口
2、输入命令:msbuild e:\code\myProject.csproj /p:Configuration=Debug /p:OutputPath=bin/Debug /p:Platform=x86 /p:PlatformTarget=x86(注:x86是系统版本)
3、按回车
1、打开VS2010命令窗口
2、输入命令:msbuild e:\code\myProject.csproj /p:Configuration=Debug /p:OutputPath=bin/Debug /p:Platform=x86 /p:PlatformTarget=x86(注:x86是系统版本)
3、按回车