Skip to content

Commit ad4e902

Browse files
committed
updated README to mention VS2026 alongside the others.
1 parent 2979a33 commit ad4e902

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VSNASM
1111

1212
This project provides a set of build customisations that can be used within Visual Studio to compile assembly code using NASM.
1313
Provides Visual Studio integration for the NASM assembler.
14-
Supports Visual Studio 2010, 2012, 2013, 2015, 2017, 2019 and 2022.
14+
Supports Visual Studio 2010, 2012, 2013, 2015, 2017, 2019, 2022 and 2026.
1515

1616
## NASM
1717

@@ -20,7 +20,7 @@ For more information on NASM refer to the official site: [www.nasm.us](https://w
2020

2121
## Installation
2222

23-
The project provides a basic installer script that can automatically detect any installed Visual Studio 2013, 2015, 2017, 2019 and 2022 installation and then install the required components.
23+
The project provides a basic installer script that can automatically detect any installed Visual Studio 2013, 2015, 2017, 2019, 2022 and 2026 installation and then install the required components.
2424
To use this script simply run '**install_script.bat**' from an elevated (i.e administrator) command prompt.
2525

2626
## Usage
@@ -55,6 +55,7 @@ For example the location for various Visual Studio Community Edition versions on
5555
3. Visual Studio 2017: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizations
5656
4. Visual Studio 2019: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations
5757
5. Visual Studio 2022: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\BuildCustomizations
58+
6. Visual Studio 2026: C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Microsoft\VC\v180\BuildCustomizations
5859

5960
2. Copy these files to a convenient location and set that path in the 'Build Customisations Search Path' in the Visual Studio 'Projects and Solutions|VC++ Project Settings' item in the 'Tools|Options' menu.
6061

0 commit comments

Comments
 (0)