<configSections>
<section name="ProjectConfig" type=".ProjectConfig,YDAL" />
</configSections>
<ProjectConfig CloseReApprove="False" ShowStructTrade="False" >
<Trade SingleExecutionTemplate="True"></Trade>
<Client CanSelectCreditVariety="True"></Client>
</ProjectConfig>
如上的xml代码现在一起写到app.config中,如何独立出来成一个文件啊?因为不同项目需要的这个配置不同,谢谢!