How do I fix warning MSB8012 in a static library project in Visual C++ 2010?

后端 未结 3 1113
温柔的废话
温柔的废话 2020-12-03 05:27

I am trying to convert a static library from VC++2008 to VC++2010, and I get these warnings about TargetPath and TargetName. I have had a look into my configuration and I\'m

3条回答
  •  时光说笑
    2020-12-03 06:21

    have experienced similar looking problem but i was able to resolve changing $(ConfigurationName) of parameter using previous version's convention to $(Configuration).. I would not imagine such a thing but when I checked that was the case, naming convention is changed and re-intrepretation is mostly works and there but for few things it is not fully interpreted and that was the cause..

提交回复
热议问题