Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perftest or unittest should be set as startup project in Visual Studio solutions #56

Open
GoogleCodeExporter opened this issue Feb 8, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

Original comment by milo...@gmail.com on 10 Apr 2013 at 5:16

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant