How to enable Assembly Language support in Visual Studio 2013

assembly, visual-studio-2013

Solution

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

Problem

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 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.

Original source