Skip to content

Commit

Permalink
Update msvs_tools.py
Browse files Browse the repository at this point in the history
Signed-off-by: Arseniy Aharonov <[email protected]>
  • Loading branch information
leahadler authored and are-scenic committed Aug 27, 2023
1 parent c0258cb commit a7ba01a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ An open source project thrives on contribution of different people, and it may c
[![GitHub](https://img.shields.io/badge/[email protected]?style=social)](mailto:[email protected])
- Luna Benarroch
[![GitHub](https://img.shields.io/badge/@luna--benarroch-blue.svg?style=social&logo=GitHub)](https://github.com/luna-benarroch) [![GitHub](https://img.shields.io/badge/[email protected]?style=social&logo=IBM)](mailto:[email protected])
- Leah Adler
[![GitHub](https://img.shields.io/badge/@leahadler-blue.svg?style=social&logo=GitHub)](https://github.com/leahadler)

### 6.2. Imported Components

Expand Down
4 changes: 2 additions & 2 deletions msvs_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from build_tools import BuildTools

NMAKE_ARGUMENTS = "/S /C /NOLOGO /F"
SUPPORTED = {8.0: 2005, 9.0: 2008, 10.0: 2010, 11.0: 2012, 12.0: 2013, 14.0: 2015, 15.0: 2017, 16.0: 2019}
SOLUTION_FORMATS = {8.0: 9.0, 9.0: 10.0, 10.0: 11.0, 11.0: 11.0, 12.0: 12.0, 14.0: 12.0, 15.0: 12.0, 16.0: 12.0}
SUPPORTED = {8.0: 2005, 9.0: 2008, 10.0: 2010, 11.0: 2012, 12.0: 2013, 14.0: 2015, 15.0: 2017, 16.0: 2019, 17.0: 2022}
SOLUTION_FORMATS = {8.0: 9.0, 9.0: 10.0, 10.0: 11.0, 11.0: 11.0, 12.0: 12.0, 14.0: 12.0, 15.0: 12.0, 16.0: 12.0, 17.0: 12.0}


class MsvsTools(BuildTools):
Expand Down

0 comments on commit a7ba01a

Please sign in to comment.