TargetFrameworkVersion
[quote user="clever_anthony"]In the .csproj file[/quote]
It's kind of you to respond, but I'm not sure what question you are answering.
One problem is that Viz Studio sometimes won't let us change the CLR framework version. A way around that is to define this Windows environment variable:
TargetFrameworkVersion=v4.6.1
XML Syntax
[quote user="clever_anthony"]
<OutputPath> $(MS)mdlapps</OutputPath>[/quote][quote user="clever_anthony"]
<OutputPath>$(MS)mdlapps</OutputPath>[/quote]
Those two lines have the same meaning in XML.