第一步:配置管理器中新建解决方案配置
第二步:定义条件编译符号:
第三步:在代码中使用自定义的条件编译
#if CustomDebug Console.WriteLine("dsads");#endif