warning MSB8004: Output Directory does not end with a trailing slash.

时间:2023-03-10 04:46:06
warning MSB8004: Output Directory does not end with a trailing slash.

当在VC里编译时,发现这个警告,就是说设置的目录参数不是以反斜杠结束的目录名称,如下:

warning MSB8004: Output Directory does not end with a trailing slash.

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(368,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.

按上图在$(ProjectDir)bin里改为$(ProjectDir)bin\,就可以了。

1. WiX安装工具的使用

2. 俄罗斯方块游戏开发
http://edu.****.net/course/detail/51103. boost库入门基础
http://edu.****.net/course/detail/50294.Arduino入门基础
http://edu.****.net/course/detail/49315.Unity5.x游戏基础入门
http://edu.****.net/course/detail/48106. TensorFlow API攻略
http://edu.****.net/course/detail/44957. TensorFlow入门基本教程
http://edu.****.net/course/detail/43698. C++标准模板库从入门到精通 
http://edu.****.net/course/detail/33249.跟老菜鸟学C++
http://edu.****.net/course/detail/290110. 跟老菜鸟学python
http://edu.****.net/course/detail/259211. 在VC2015里学会使用tinyxml库
http://edu.****.net/course/detail/259012. 在Windows下SVN的版本管理与实战 
 http://edu.****.net/course/detail/257913.Visual Studio 2015开发C++程序的基本使用 
http://edu.****.net/course/detail/257014.在VC2015里使用protobuf协议
http://edu.****.net/course/detail/258215.在VC2015里学会使用MySQL数据库
http://edu.****.net/course/detail/2672