Quantcast
Channel: MSBuild forum
Viewing all articles
Browse latest Browse all 2763

error MSB4057: The target "_Link" does not exit in the project.

$
0
0

I created a empty project in vs2012, and simply coded like this.

----

int main()

{

return 0;

}

----

Then bluid fails with  "error MSB4057: The target "_Link" does not exit in the project."

So I reinstalled(repaired) vs2012 and .net framework, but nothing was changed.

I can't figure out why!! Please help.


Viewing all articles
Browse latest Browse all 2763