开发者

Can I make Visual Studio create the Debug DLL as XXXd.DLL instead of XXX.DLL?

开发者 https://www.devze.com 2023-01-07 22:05 出处:网络
I have found a solution for this, but it only works if you use .DEF files (I don\'t). I wonder if this can be done without .DEF fil开发者_运维知识库es.Project > Properties. Then Configuration Prop

I have found a solution for this, but it only works if you use .DEF files (I don't).

I wonder if this can be done without .DEF fil开发者_运维知识库es.


Project > Properties. Then Configuration Properties > Linker > General > Output file. Here you should have something like: $(OutDir)\$(ProjectName).dll just put $(OutDir)\$(ProjectName)d.dll


Since you are using Visual Studio, you can set the output file path through the project's property pages:

Properties --> Linker --> General --> Output File

0

精彩评论

暂无评论...
验证码 换一张
取 消