<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1607</ErrorName>
  <Examples>
    <string>// CS1607: Delay signing was requested but no key file was given
// Line: 0
// Compiler options: -delaysign -warnaserror

class Test
{
	static void Main ()
	{
	}
}
</string>
  </Examples>
</ErrorDocumentation>