* Enable a custom build output folder
* Add the option to set a sample install directory
* Fix code style issues
* Exclude samples_bin from default build
* Make an installation directory dependent on a build type
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>
* Remove old msbuild version support
* Use cmake to build samples
* Use targets to install samples
* Use targets to install dlls: `format_reader` and `opencv_c_wrapper`
* Add `LIBRARY DESTINATION` for `format_reader` and `opencv_c_wrapper` install commands
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>