You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open vs2010/test.sln, the startup project is set to gtest, which gives
an error if you try to debug the solution. It would be more user friendly if
either perftest or unittest was set as startup project for all Visual Studio
solutions.
There should be some setting in premake4 to do this, but not sure what it is.
Original issue reported on code.google.com by keith3...@rocketmail.com on 22 Jan 2013 at 1:57
The text was updated successfully, but these errors were encountered:
I believe this can be done with the startproject API, which is only available
in premake 5.0+:
https://bitbucket.org/premake/premake-dev/wiki/startproject
Original comment by keith3...@rocketmail.com on 7 Feb 2013 at 3:04
Original issue reported on code.google.com by
keith3...@rocketmail.com
on 22 Jan 2013 at 1:57The text was updated successfully, but these errors were encountered: