*cs;*.vb;*.resx;*.xsd;*.wsdl;*.htm;*.html;*.aspx;*.ascx;
*.asmx;*.asax;*.config;*.asp;*.asa;*.css;*.xml
even though *cs
is in the spec.I reported this here in Microsoft Connect Feedback but Microsoft insist that it is by design. Weird!
Anyway, make sure that you add
*.aspx.cs
and other variants (eg *.asmx.cs
) to your file spec, separated by semi-colons. I also add *.js;*.master
Actually, I've just noticed that the standard file spec has
*cs
. If you change this to *.cs
with a period then it also works.
No comments:
Post a Comment