Proper way to define the schema for 'CustomDictionary.xml' in Visual Studio (2013)?
I'm making use of a custom dictionary ( CustomDictionary.xml ) for Code Analysis, and it is working like it should. But, I keep getting warnings that indicate to me that the XML file is not defining its XSD schema location properly: I found the XSD ( CustomDictionary.xsd ) on my machine, and I specified the scheme of its URI as type file : file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2012.0/Team%20Tools/Static%20Analysis%20Tools/Schemas/CustomDictionary.xsd With this URI, Chrome is able to locate the XSD file just fine. That said, how do I properly reference CustomDictionary