From: Andre A. <ar...@ki...> - 2012-05-10 12:53:27
|
Hi, I am using a batch to make wxLua MSBuild wxLua.sln /t:build /p:Configuration=Debug Problem: The sln contains some errors that Visual Studio ignores but MSBuild detects. Solution: open the solution in Visual Studio add a file to the solution remove the file and save the solution. This will fix the problem. These is some mismatch between the project being selected in the global section. Andre |