diff --git a/ECTrainer2/ECTrainer2.vcxproj b/ECTrainer2/ECTrainer2.vcxproj index f823434..22eb324 100644 --- a/ECTrainer2/ECTrainer2.vcxproj +++ b/ECTrainer2/ECTrainer2.vcxproj @@ -58,19 +58,19 @@ - + - + - + - + diff --git a/ECTrainer2/opencv420gst.props b/ECTrainer2/opencv420gst.props deleted file mode 100644 index 97297f8..0000000 --- a/ECTrainer2/opencv420gst.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - D:\SDK\OpenCV4.2.0_GST\include;$(IncludePath) - D:\SDK\OpenCV4.2.0_GST\x64\vc16\lib;$(LibraryPath) - - - D:\SDK\OpenCV4.2.0_GST\include;$(IncludePath) - D:\SDK\OpenCV4.2.0_GST\x86\vc16\lib\lib;$(LibraryPath) - - - - diff --git a/ECTrainer2/opencv430gst.props b/ECTrainer2/opencv430gst.props new file mode 100644 index 0000000..f05a023 --- /dev/null +++ b/ECTrainer2/opencv430gst.props @@ -0,0 +1,15 @@ + + + + + + D:\SDK\OpenCV4.3.0_Gstreamer\include;$(IncludePath) + D:\SDK\OpenCV4.3.0_Gstreamer\x64\vc16\lib;$(LibraryPath) + + + D:\SDK\OpenCV4.3.0_Gstreamer\include;$(IncludePath) + D:\SDK\OpenCV4.3.0_Gstreamer\x86\vc16\lib\lib;$(LibraryPath) + + + +