Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Assembly Language support in Visual Studio 2013

I have been searching around and everyone provides just a simple answer

Right-click the project, Custom Build Rules, tick "Microsoft Macro Assembler".

But sadly, In 2013 its not the same. Here is the screenshot enter image description here

I don't know how to enable Assembly Language; by enabling Microsoft Macro Assembler. Any guidance?

I have tried all of these settings and there is no such thing as the MASM in any option tab.

like image 478
Afzaal Ahmad Zeeshan Avatar asked Nov 19 '13 17:11

Afzaal Ahmad Zeeshan


1 Answers

Right-click the project, not the solution. Then Build Dependencies + Build Customizations. You get the dialog, tick "masm".

like image 144
Hans Passant Avatar answered Sep 21 '22 14:09

Hans Passant