Lately I’ve been working on a C++ project in Visual Studio. I had to configure the project in every detail: libraries, linker options, optimization, optional compiler setting etc…
Now I’m moving to another similar project and I’d like to reuse the settings of the current one without manually setting them again.
Lately I’ve been working on a C++ project in Visual Studio. I had to
Share
You do this with a project property sheet. I typed up an answer recently to show how to use them.