An open API service indexing awesome lists of open source software.

https://github.com/kauefraga/vs-template

📝 A Visual Studio template for c++.
https://github.com/kauefraga/vs-template

cpp template visual-studio

Last synced: about 1 year ago
JSON representation

📝 A Visual Studio template for c++.

Awesome Lists containing this project

README

          

# Visual Studio Template

> I am starting with Visual Studio so i'm exploring their features.

### Features

- It's configured to use c++ 20.
- Output directory set to `$(SolutionDir)\bin\$(Platform)\$(Configuration)\` that is much better than the default.

## Getting started

1. Open your Visual Studio;
2. Install the repository;
3. Open the solution file.

## Recommendations

I use those extensions and i particularly recommend them.

- [File icons](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileIcons)
- [Markdown Editor V2](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MarkdownEditor2)
- [Editor Guidelines](https://marketplace.visualstudio.com/items?itemName=PaulHarrington.EditorGuidelines)
- [Spell Checker](https://marketplace.visualstudio.com/items?itemName=EWoodruff.VisualStudioSpellCheckerVS2022andLater)

## License

This project is licensed under the MIT License - See the [LICENSE](https://github.com/kauefraga/vs-template/blob/main/LICENSE) for more information.