RT
找到VS的Winform的模板,我的在Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\CSharp\Windows\1033\WindowsApplication.zip
解压缩以后用记事本打开windowsapplication.csproj,在
<ItemGroup>
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Deployment"/>
<Reference Include="System.Drawing"/>
<Reference Include="System.Windows.Forms"/>
<Reference Include="System.Xml"/>
</ItemGroup>
增加一个<Reference Include="System.Web"/>之后再按原样压缩放回去试试看!
修改Visual Studio的項目模板就可以了。