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

</string>
    <string>// CS1703: An assembly with the same identity `CS1703-lib, Version=1.1.1.0, Culture=neutral, PublicKeyToken=36f3ae7e947792e3' 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>