Error trying to compile HLSL "FXC : error X3506: unrecognized compiler target 'vs'"

Found some screenshots of what type and model in Visual Studio look like…
How to compile hlsl shader file in Visual Studio C# project - Stack Overflow
visual studio 2013 - VS2013: Compiling Shaders with Shader Model 5.0 - Stack Overflow
But trying to specify type /vs causes an error…

error : Element has an invalid value of “/vs”.

And specifying /5_0 for the model causes an error…

error : Element has an invalid value of “/5_0”.