0
kicks
Visual Studio Tip: Compilation Symbols
There are times when we need to use different code statements for different build configurations – this means that some code will not exist in assemblies that are built in certain build configurations. This is where compilation symbols come to our aid! In this post I explain about them - how to define them and how to use them.