NDoc1.31对.Net2.0的支持

在安装目录下新建一个NDocGui.exe.config 文件
设定如下内容
<?xml version="1.0" ?> 
<configuration>
<startup>
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v1.1.4322" />
<requiredRuntime version="v1.1.4322" />
</startup>
</configuration>