Guest User

Untitled

a guest
Jan 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Demo" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.  
  4. <UsingTask TaskName="TransformXml"
  5. AssemblyFile="$(MSBuildExtensionsPath)MicrosoftVisualStudiov12.0WebMicrosoft.Web.Publishing.Tasks.dll" />
  6.  
  7. <Target Name="AfterBuild">
  8. <TransformXml Source="ConfigApp.config"
  9. Transform="ConfigApp.$(Configuration).config"
  10. Destination="$(OutputPath)$(AssemblyName).$(OutputType).config" />
  11. </Target>
Add Comment
Please, Sign In to add comment