I have created a project under an solution. I have set up all boost libs and some other project properties such as code generation.
Now I want to create another project and use the same settings. How can I reuse all the settings i have just used in this project in another project
I found another solution which involves property sheets:
Visual Studio: can I copy a project's properties to use in another project?
While in that case I need to create and setup the property sheet. Isn't there an simple solution like export and import?