Code Analysis fails for project referencing AntiXssLibrary
description
When referencing the .NET 3.5 version of AntiXSSLibrary.dll, I get an error from Code Analysis that it can't find the referenced assembly 'AntiXssLibrary35, Version=4.2.0.0, Culture=neutral, PublicKeyToken=d127efab8a9c114f'
Renaming AntiXSSLibrary.dll to AntiXssLibrary35.dll appear to fix the issue.
I've attached a project exhibiting the issue.