Coding/VB C C++
Global conditional define (#const) statements in vb.net
smores
2016. 2. 3. 04:23
http://stackoverflow.com/questions/4375205/global-conditional-define-const-statements-in-vb-net
You can do this in the project properties (right-click the project in the Solution Explorer, select "Properties"), in the "Compile" tab. Click the "Advanced Compiler Options" button, and enter your constants into the "Custom constants" text box.