在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
在项目.csproj文件中添加以下内容:
<Target Name="BeforeBuild">
<TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
</Target>
参考:https://www.cnblogs.com/strugglepcx/p/6433432.html