I often make C++ Google Test projects inside Visual Studio that test another project via Project References.
For the test project to find the tested project's methods, I need to configure something in the "Public Project Content" of the tested project.
By default nothing is public. With every new project I need to edit the properties. So I was wondering, is there a way to make "Yes" the default for "All Header Files are Public", for instance ?
Thanks.
