I have a class library project where I want to add the assembly to the GAC but only when the configuration is Debug.
The solution is:
if "$(ConfigurationName)" == "Debug" "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\"gacutil /i "$(TargetPath)" /f