我正在寻找用于SlowCheetah
构建时间转换的方法。我正在运行 Visual Studio 2013 更新 1。
我的变换可能是世界上最简单的;在web.Debug.config
我有
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="test" value="test" xdt:Transform="Insert"/>
</appSettings>
</configuration>
当我尝试预览转换时,出现以下错误:
有没有人有任何想法?我可以查看任何类型的日志或输出吗?