在vs中调试时使用个性化配置文件

在项目.csproj文件中添加以下内容:

<Target Name="BeforeBuild">
  <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
</Target>

 参考:https://www.cnblogs.com/strugglepcx/p/6433432.html

posted @ 2022-05-09 17:52  黎明之曙光  阅读(20)  评论(0编辑  收藏  举报