khoarus / rapidjson

Automatically exported from code.google.com/p/rapidjson
MIT License
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago

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