Skip to content

Instantly share code, notes, and snippets.

@hidegh
Created August 28, 2016 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hidegh/1e7e5cf22447ce86d4d24466af42d95c to your computer and use it in GitHub Desktop.
Save hidegh/1e7e5cf22447ce86d4d24466af42d95c to your computer and use it in GitHub Desktop.
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
<Target Name="BeforeBuild">
<TransformXml Source="App.Base.config" Transform="App.Base.$(Configuration).config" Destination="App.config" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment