The last time we talked about the configuration of a new OPENCV project, the whole process is still very cumbersome. Every time a new project to go to this process will be crazy!
Now introduce a method to save the project configuration, to the property sheet, then the next time you create a new project, just add this property sheet, the entire configuration is complete ~ ~
Start with a new project, whatever works.
Open the property manager and add a new project property list for the Debug platform: (The property manager can be found in the menu bar view, typically on the bottom line)
The property sheet is named Opencvdebug, click Add:
This time double-click Opencvdebug:
You will need to set the settings OK, click OK:
Then save the property sheet file:
OK fix!!!
So next time, the new project just add this property sheet and it's all right.
Try it now ~ ~
vs How to save the project configuration to the property sheet