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++.
- Host: GitHub
- URL: https://github.com/kauefraga/vs-template
- Owner: kauefraga
- License: mit
- Created: 2023-07-01T20:32:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T23:00:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T14:09:21.485Z (over 1 year ago)
- Topics: cpp, template, visual-studio
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.