我安装了=IF(AC15=0,IF(AD15<>0,"100%","-"),AC15/AD15-1)
的机器。还有.Net框架2-4。我想通过命令行使用msbuild来构建VC ++项目。
问题是版本对VC++ Express edition
运行正常,但对于Configuration=Debug;Platform=Win32
,它会出错:
Configuration=Debug;Platform=x64
但是,如果我直接查看"….vcproj" (Clean;Build target) (1) ->
(Clean target) ->
vcbuild.exe : error VCBLD0004: Project ….vcproj' does not contain a configuration called 'Debug|x64'.
文件,它确实具有该配置。我觉得问题是缺少.csproj
。但是在安装x64 build tools
时,它并不像您在完整的Visual Studio 2008安装期间那样提供包含VC++ Express edition
的选项。
那么我怎么能解决这个问题呢?由于存在一些限制,我无法在开发环境中安装完整的VS.