Hello,
For managed projects, you may add an application configuration file and set the runtime switch. Here are the steps:
- right-click on the project
- select Add > New Item
- select Application Configuration File
- click Add (and App.config is added to the project)
- right-click on App.config
- click Edit
- enter COBSW in the Name field
- enter +B-F-N in the Value field
- click Set
- click OK
For native projects, you may follow the same steps as above. The only difference is that the configuration file is called Application.config
Regards,