I'd like to try NASM programming in Visual Studio 2017.
Firstly I created an empty Windows Console Application, then uses Tool -> NuGet Package Manager to download nasm2(v2.13.3.1) package.
Then in "Build Customization", I selected nasm.targets in packages which was just downloaded.
However, when I open project Property Page, it doesn't have "Netwide Assembler" option in Configuration Properties as someone mentioned in webpage.
Did I missed something?
Thanks in advance.