Post-build events in VS

Should you need to do a conditional post build event in VS the syntax is

if "$(ConfigurationName)" == "Debug" copy $(TargetPath) ..\..\..\OtherProject\bin\$(ConfigurationName) 

Why can't they expose the MSBuild syntax instead?

Add comment

  Country flag


  • Comment
  • Preview
Loading