In Visual Studio 2019 and Visual Studio 2017, you can define the conditional compilation symbols at project level. Go to Project Properties > Build > General > Conditional compilation symbols to add compilation symbols. If you want to share these symbols across multiple projects, it is not possible using the GUI. Here is what needs […]
The post Define Conditional Compilation Symbols at Visual Studio Solution Level appeared first on Vishal Monpara.