Configuration of Visual Studio

Asked

Viewed 54 times

2

I installed Visual Studio to use Sfml, configured and worked correctly, but when I create another project and close the previous one I have to configure everything again to use, libs, includes, etc.

How to configure in a general way, for all new projects and not a project in itself.

  • It makes no sense to vote negative on this issue. Someone should leave instructions on how to create a project template or something like.

  • If I remember, tomorrow I offer a reward here.

1 answer

2

You can create a Project Model

From your project, which will be the model for the others, make the following steps:

  • In the File menu, click Export Template. The Export Template wizard opens;
  • Click on Project Template;
  • If you have more than one project in the current solution, select the projects you want to export to a model;
  • Click on Next;
  • Enter a name for the template and description;
  • Select an icon and preview image for your template if you wish;
  • Click Finish. Your project will be exported to a file. zip and placed in the specified output folder, and if selected, it will be imported to Visual Studio.

When creating a new project, this model of yours will be available to choose from, and with that, all settings, screens and codes will be part of this new project.

Important
Perform a first compilation to resolve all references. At first, they will be marked with an exclamation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.