Skip to content

Commit

Permalink
Restoring TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Faber committed Apr 30, 2024
1 parent 5cb8b81 commit 7933939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/importproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ bool ImportProject::importVcxproj(const std::string &filename, std::map<std::str
FileSettings fs;
fs.filename = cfilename;
fs.cfg = p.name;
// TODO: detect actual MSC version
fs.msc = true;
fs.useMfc = useOfMfc;
fs.defines = "_WIN32=1";
Expand Down

0 comments on commit 7933939

Please sign in to comment.