0xabu / MsBuildCompileCommandsJson

An MSBuild logger that emits compile_commands.json for C++ projects
MIT License
43 stars 8 forks source link

How to support vs 2010? #5

Closed tzleon closed 11 months ago

tzleon commented 11 months ago

Hi, I try to use the component to capture build compile info in vs 2010, but I get a error message like: MSBUILD : error MSB1021: Cannot create an instance of the logger. Could not load file or assembly 'Microsoft.Build.Utilities.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Is it possible to solve this problem?

tzleon commented 11 months ago

my fault, I should copy all file in bin folder, and then it also works fine in vs2010