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?
Be the first to rate this post
Tags: visual studio, msbuild
VisualStudio
Powered by BlogEngine.NET 1.4.5.0 Theme by Mads Kristensen