<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS9671</ErrorName>
  <Examples>
    <string>// CS9671: Global attributes must have attribute target specified
// Line: 8

using System.Reflection;

[assembly: AssemblyTitle ("SidePanels")]

[UsesLibrary ("eaclibrary", Required=true)]
</string>
  </Examples>
</ErrorDocumentation>