<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1703</ErrorName>
  <Examples>
    <string>// CS1703: An assembly `System' with the same identity has already been imported. Consider removing one of the references
// Line: 0
// Compiler options: -r:../class/lib/build/System.dll

</string>
    <string>// CS1703: An assembly `CS1703-lib' with the same identity has already been imported. Consider removing one of the references
// Line: 0
// Compiler options: -r:dlls/first/CS1703-lib.dll -r:dlls/second/CS1703-lib.dll

</string>
  </Examples>
</ErrorDocumentation>