Fix error Multiple Item of VisualStudio Extensions Configuration Transform
For error message:
Multiple items cannot be passed into a parameter of type "Microsoft.Build.Framework.ITaskItem".
Change
<AppConfigWithTargetPath Remove="app.config" />
to
<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)"/>
Posted: September 3rd, 2018 under .Net C#.