Browse by Tags
All Tags »
Visual Studio »
.Net
Sorry, but there are no more tags available to filter with.
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
Read More...