warning MSB8004: Output Directory does not end with a trailing slash.
当在VC里编译时,发现这个警告,就是说设置的目录参数不是以反斜杠结束的目录名称,如下: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 sl
·
当在VC里编译时,发现这个警告,就是说设置的目录参数不是以反斜杠结束的目录名称,如下:
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.csdn.net/course/detail/5110
3. boost库入门基础
http://edu.csdn.net/course/detail/5029
4.Arduino入门基础
http://edu.csdn.net/course/detail/4931
5.Unity5.x游戏基础入门
http://edu.csdn.net/course/detail/4810
6. TensorFlow API攻略
http://edu.csdn.net/course/detail/4495
7. TensorFlow入门基本教程
http://edu.csdn.net/course/detail/4369
8. C++标准模板库从入门到精通
http://edu.csdn.net/course/detail/3324
9.跟老菜鸟学C++
http://edu.csdn.net/course/detail/2901
10. 跟老菜鸟学python
http://edu.csdn.net/course/detail/2592
11. 在VC2015里学会使用tinyxml库
http://edu.csdn.net/course/detail/2590
12. 在Windows下SVN的版本管理与实战
http://edu.csdn.net/course/detail/2579
13.Visual Studio 2015开发C++程序的基本使用
http://edu.csdn.net/course/detail/2570
14.在VC2015里使用protobuf协议
http://edu.csdn.net/course/detail/2582
15.在VC2015里学会使用MySQL数据库
http://edu.csdn.net/course/detail/2672
更多推荐
所有评论(0)