From 59bce030b0fe26121482828ec36cae07086b8bcb Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Fri, 5 Sep 2014 11:16:45 -0400 Subject: [PATCH] build: get CMake build working again to build in VS2012 --- CMakeLists.txt | 18 ++- cmake/modules/FindGLIB2.cmake | 6 +- cmake/modules/FindGObject.cmake | 6 +- cmake/modules/FindGStreamer.cmake | 9 +- cmake/modules/FindGStreamerPluginsBase.cmake | 6 +- cmake/modules/FindNIIMAQdx.cmake | 39 +++++ cmake/modules/MacroFindGStreamerLibrary.cmake | 15 +- gst/videoadjust/CMakeLists.txt | 3 +- sys/niimaq/CMakeLists.txt | 5 +- sys/niimaqdx/CMakeLists.txt | 11 +- vs2010/edt/edt.vcxproj | 143 ------------------ vs2010/edt/edt.vcxproj.filters | 36 ----- vs2010/euresys/euresys.props | 17 --- vs2010/euresys/euresys.vcxproj | 142 ----------------- vs2010/euresys/euresys.vcxproj.filters | 27 ---- vs2010/framelink/framelink.props | 20 --- vs2010/framelink/framelink.vcxproj | 93 ------------ vs2010/framelink/framelink.vcxproj.filters | 27 ---- vs2010/gst-plugins-vision.sln | 81 ---------- vs2010/niimaq/niimaq.props | 18 --- vs2010/niimaq/niimaq.vcxproj | 137 ----------------- vs2010/niimaq/niimaq.vcxproj.filters | 27 ---- vs2010/niimaqdx/niimaqdx.props | 17 --- vs2010/niimaqdx/niimaqdx.vcxproj | 119 --------------- vs2010/niimaqdx/niimaqdx.vcxproj.filters | 27 ---- vs2010/phoenix/phoenix.props | 17 --- vs2010/phoenix/phoenix.vcxproj | 142 ----------------- vs2010/phoenix/phoenix.vcxproj.filters | 27 ---- vs2010/pixci/pixci.props | 20 --- vs2010/pixci/pixci.vcxproj | 138 ----------------- vs2010/pixci/pixci.vcxproj.filters | 27 ---- vs2010/videoadjust/videoadjust.vcxproj | 135 ----------------- .../videoadjust/videoadjust.vcxproj.filters | 30 ---- 33 files changed, 84 insertions(+), 1501 deletions(-) create mode 100644 cmake/modules/FindNIIMAQdx.cmake delete mode 100644 vs2010/edt/edt.vcxproj delete mode 100644 vs2010/edt/edt.vcxproj.filters delete mode 100644 vs2010/euresys/euresys.props delete mode 100644 vs2010/euresys/euresys.vcxproj delete mode 100644 vs2010/euresys/euresys.vcxproj.filters delete mode 100644 vs2010/framelink/framelink.props delete mode 100644 vs2010/framelink/framelink.vcxproj delete mode 100644 vs2010/framelink/framelink.vcxproj.filters delete mode 100644 vs2010/gst-plugins-vision.sln delete mode 100644 vs2010/niimaq/niimaq.props delete mode 100644 vs2010/niimaq/niimaq.vcxproj delete mode 100644 vs2010/niimaq/niimaq.vcxproj.filters delete mode 100644 vs2010/niimaqdx/niimaqdx.props delete mode 100644 vs2010/niimaqdx/niimaqdx.vcxproj delete mode 100644 vs2010/niimaqdx/niimaqdx.vcxproj.filters delete mode 100644 vs2010/phoenix/phoenix.props delete mode 100644 vs2010/phoenix/phoenix.vcxproj delete mode 100644 vs2010/phoenix/phoenix.vcxproj.filters delete mode 100644 vs2010/pixci/pixci.props delete mode 100644 vs2010/pixci/pixci.vcxproj delete mode 100644 vs2010/pixci/pixci.vcxproj.filters delete mode 100644 vs2010/videoadjust/videoadjust.vcxproj delete mode 100644 vs2010/videoadjust/videoadjust.vcxproj.filters diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fead3a..c4cf57b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,22 +6,25 @@ project(gst-plugins-vision) include(MacroLogFeature) -find_package(GStreamer 0.10.29 COMPONENTS base) -macro_log_feature(GSTREAMER_FOUND "GStreamer" "Required to build gst-plugins-vision" "http://gstreamer.freedesktop.org/" TRUE "0.10.29") -macro_log_feature(GSTREAMER_BASE_LIBRARY_FOUND "GStreamer base library" "Required to build gst-plugins-vision" "http://gstreamer.freedesktop.org/" TRUE "0.10.29") +find_package(GStreamer REQUIRED COMPONENTS base) +macro_log_feature(GSTREAMER_FOUND "GStreamer" "Required to build gst-plugins-vision" "http://gstreamer.freedesktop.org/" TRUE "1.2.0") +macro_log_feature(GSTREAMER_BASE_LIBRARY_FOUND "GStreamer base library" "Required to build most plugins" "http://gstreamer.freedesktop.org/" FALSE "1.2.0") -find_package(GStreamerPluginsBase 0.10.29 COMPONENTS video) -macro_log_feature(GSTREAMER_VIDEO_LIBRARY_FOUND "GStreamer video library" "Required to build several video plugins" "http://gstreamer.freedesktop.org/" FALSE "0.10.29") +find_package(GStreamerPluginsBase COMPONENTS video) +macro_log_feature(GSTREAMER_VIDEO_LIBRARY_FOUND "GStreamer video library" "Required to build several video plugins" "http://gstreamer.freedesktop.org/" FALSE "1.2.0") -find_package(GLIB2) +find_package(GLIB2 REQUIRED) macro_log_feature(GLIB2_FOUND "GLib" "Required to build gst-plugins-vision" "http://www.gtk.org/" TRUE) -find_package(GObject) +find_package(GObject REQUIRED) macro_log_feature(GOBJECT_FOUND "GObject" "Required to build gst-plugins-vision" "http://www.gtk.org/" TRUE) find_package(NIIMAQ) macro_log_feature(NIIMAQ_FOUND "NI-IMAQ" "Required to build National Instruments IMAQ source element" "http://www.ni.com/" FALSE) +find_package(NIIMAQDX) +macro_log_feature(NIIMAQDX_FOUND "NI-IMAQdx" "Required to build National Instruments IMAQdx source element" "http://www.ni.com/" FALSE) + find_package(FreeImage) macro_log_feature(FREEIMAGE_FOUND "FreeImage" "Required to build FreeImage plugin" "http://freeimage.sourceforge.net/" FALSE) @@ -49,7 +52,6 @@ include_directories( . ${GSTREAMER_INCLUDE_DIR} ${GLIB2_INCLUDE_DIR}) -add_definitions(-DGST_DISABLE_XML -DGST_DISABLE_LOADSAVE) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) file(TO_CMAKE_PATH "${GSTREAMER_INCLUDE_DIR}/../.." PREFIX) diff --git a/cmake/modules/FindGLIB2.cmake b/cmake/modules/FindGLIB2.cmake index 54ac2e7..0da4ca4 100644 --- a/cmake/modules/FindGLIB2.cmake +++ b/cmake/modules/FindGLIB2.cmake @@ -23,16 +23,16 @@ endif(NOT WIN32) find_path(GLIB2_MAIN_INCLUDE_DIR glib.h PATH_SUFFIXES glib-2.0 - HINTS ${PKG_GLIB_INCLUDE_DIRS} ${PKG_GLIB_INCLUDEDIR}) + HINTS ${PKG_GLIB_INCLUDE_DIRS} ${PKG_GLIB_INCLUDEDIR} $ENV{GSTREAMER_1_0_ROOT_X86}/include) # search the glibconfig.h include dir under the same root where the library is found find_library(GLIB2_LIBRARIES NAMES glib-2.0 - HINTS ${PKG_GLIB_LIBRARY_DIRS} ${PKG_GLIB_LIBDIR}) + HINTS ${PKG_GLIB_LIBRARY_DIRS} ${PKG_GLIB_LIBDIR} $ENV{GSTREAMER_1_0_ROOT_X86}/lib) find_path(GLIB2_INTERNAL_INCLUDE_DIR glibconfig.h PATH_SUFFIXES glib-2.0/include ../lib/glib-2.0/include - HINTS ${PKG_GLIB_INCLUDE_DIRS} ${PKG_GLIB_LIBRARIES} ${CMAKE_SYSTEM_LIBRARY_PATH}) + HINTS ${PKG_GLIB_INCLUDE_DIRS} ${PKG_GLIB_LIBRARIES} ${CMAKE_SYSTEM_LIBRARY_PATH} $ENV{GSTREAMER_1_0_ROOT_X86}/lib) set(GLIB2_INCLUDE_DIR ${GLIB2_MAIN_INCLUDE_DIR}) diff --git a/cmake/modules/FindGObject.cmake b/cmake/modules/FindGObject.cmake index 12a8af0..bf402dc 100644 --- a/cmake/modules/FindGObject.cmake +++ b/cmake/modules/FindGObject.cmake @@ -30,7 +30,7 @@ ENDIF (NOT WIN32) FIND_PATH(GOBJECT_INCLUDE_DIR gobject/gobject.h HINTS ${PKG_GOBJECT2_INCLUDE_DIRS} ${PKG_GOBJECT2_INCLUDEDIR} - PATHS /usr/include/glib-2.0/ + PATHS /usr/include/glib-2.0/ $ENV{GSTREAMER_1_0_ROOT_X86}/include PATH_SUFFIXES glib-2.0 ) @@ -38,21 +38,25 @@ FIND_LIBRARY(_GObjectLibs NAMES gobject-2.0 HINTS ${PKG_GOBJECT2_LIBRARY_DIRS} ${PKG_GOBJECT2_LIBDIR} + $ENV{GSTREAMER_1_0_ROOT_X86}/lib ) FIND_LIBRARY(_GModuleLibs NAMES gmodule-2.0 HINTS ${PKG_GOBJECT2_LIBRARY_DIRS} ${PKG_GOBJECT2_LIBDIR} + $ENV{GSTREAMER_1_0_ROOT_X86}/lib ) FIND_LIBRARY(_GThreadLibs NAMES gthread-2.0 HINTS ${PKG_GOBJECT2_LIBRARY_DIRS} ${PKG_GOBJECT2_LIBDIR} + $ENV{GSTREAMER_1_0_ROOT_X86}/lib ) FIND_LIBRARY(_GLibs NAMES glib-2.0 HINTS ${PKG_GOBJECT2_LIBRARY_DIRS} ${PKG_GOBJECT2_LIBDIR} + $ENV{GSTREAMER_1_0_ROOT_X86}/lib ) SET (GOBJECT_LIBRARIES ${_GObjectLibs} ${_GModuleLibs} ${_GThreadLibs} ${_GLibs}) diff --git a/cmake/modules/FindGStreamer.cmake b/cmake/modules/FindGStreamer.cmake index 7b28978..16ede32 100644 --- a/cmake/modules/FindGStreamer.cmake +++ b/cmake/modules/FindGStreamer.cmake @@ -25,7 +25,7 @@ else() set(GStreamer_FIND_QUIETLY FALSE) endif() -set(GSTREAMER_ABI_VERSION "0.10") +set(GSTREAMER_ABI_VERSION "1.0") # Find the main library @@ -39,13 +39,12 @@ if (PKG_CONFIG_FOUND) endif() find_library(GSTREAMER_LIBRARY - NAMES gstreamer-${GSTREAMER_ABI_VERSION} - HINTS ${PKG_GSTREAMER_LIBRARY_DIRS} ${PKG_GSTREAMER_LIBDIR} - PATH_SUFFIXES .libs) + NAMES gstreamer-${GSTREAMER_ABI_VERSION} + HINTS ${PKG_GSTREAMER_LIBRARY_DIRS} ${PKG_GSTREAMER_LIBDIR} $ENV{GSTREAMER_1_0_ROOT_X86}/lib) find_path(GSTREAMER_INCLUDE_DIR gst/gst.h - HINTS ${PKG_GSTREAMER_INCLUDE_DIRS} ${PKG_GSTREAMER_INCLUDEDIR} + HINTS ${PKG_GSTREAMER_INCLUDE_DIRS} ${PKG_GSTREAMER_INCLUDEDIR} $ENV{GSTREAMER_1_0_ROOT_X86}/include PATH_SUFFIXES gstreamer-${GSTREAMER_ABI_VERSION}) if (PKG_GSTREAMER_PLUGIN_DIR) diff --git a/cmake/modules/FindGStreamerPluginsBase.cmake b/cmake/modules/FindGStreamerPluginsBase.cmake index 23dd3de..9e66bad 100644 --- a/cmake/modules/FindGStreamerPluginsBase.cmake +++ b/cmake/modules/FindGStreamerPluginsBase.cmake @@ -16,7 +16,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -set(GSTREAMER_ABI_VERSION "0.10") +set(GSTREAMER_ABI_VERSION "1.0") # Find the pkg-config file for doing the version check @@ -47,6 +47,10 @@ foreach(_component ${GStreamerPluginsBase_FIND_COMPONENTS}) _find_gst_plugins_base_component(FFT gstfft.h) elseif (${_component} STREQUAL "floatcast") _find_gst_plugins_base_component(FLOATCAST floatcast.h) + elseif (${_component} STREQUAL "interfaces") + _find_gst_plugins_base_component(INTERFACES xoverlay.h) + elseif (${_component} STREQUAL "insertbin") + _find_gst_plugins_base_component(INSERTBIN gstinsertbin.h) elseif (${_component} STREQUAL "netbuffer") _find_gst_plugins_base_component(NETBUFFER gstnetbuffer.h) elseif (${_component} STREQUAL "riff") diff --git a/cmake/modules/FindNIIMAQdx.cmake b/cmake/modules/FindNIIMAQdx.cmake new file mode 100644 index 0000000..6a42880 --- /dev/null +++ b/cmake/modules/FindNIIMAQdx.cmake @@ -0,0 +1,39 @@ +# - Try to find National Instruments IMAQdx +# Once done this will define +# +# NIIMAQDX_FOUND - system has NI-IMAQdx +# NIIMAQDX_INCLUDE_DIR - the NI-IMAQdx include directory +# NIIMAQDX_LIBRARIES - the libraries needed to use NI-IMAQdx + +# Copyright (c) 2006, Tim Beaulen +# Copyright (c) 2010, United States Government, Joshua M. Doe +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + +if (NOT NIIMAQDX_DIR) + file(TO_CMAKE_PATH "$ENV{ProgramFiles}" _PROG_FILES) + file(TO_CMAKE_PATH "$ENV{ProgramFiles(x86)}" _PROG_FILES_X86) + if (_PROG_FILES_X86) + set(_PROGFILESDIR "${_PROG_FILES_X86}") + else () + set(_PROGFILESDIR "${_PROG_FILES}") + endif () + + set (NIIMAQDX_DIR "${_PROGFILESDIR}/National Instruments" CACHE PATH "Directory containing NI includes and libraries") +endif () + +find_path (NIIMAQDX_INCLUDE_DIR NIIMAQdx.h + PATHS + "${NIIMAQDX_DIR}/Shared/ExternalCompilerSupport/C/Include" + DOC "Directory containing NIIMAQdx.h include file") + +find_library (NIIMAQDX_LIBRARIES NAMES niimaqdx + PATHS + "${NIIMAQDX_DIR}/Shared/ExternalCompilerSupport/C/Lib32/MSVC" + DOC "NI-IMAQdx library to link with") + +include (FindPackageHandleStandardArgs) +find_package_handle_standard_args (NIIMAQDX DEFAULT_MSG NIIMAQDX_INCLUDE_DIR NIIMAQDX_LIBRARIES) + +MARK_AS_ADVANCED(NIIMAQDX_INCLUDE_DIR NIIMAQDX_LIBRARIES) \ No newline at end of file diff --git a/cmake/modules/MacroFindGStreamerLibrary.cmake b/cmake/modules/MacroFindGStreamerLibrary.cmake index 0fe6cc2..13b405d 100644 --- a/cmake/modules/MacroFindGStreamerLibrary.cmake +++ b/cmake/modules/MacroFindGStreamerLibrary.cmake @@ -20,22 +20,21 @@ macro(find_gstreamer_library _name _header _abi_version) pkg_check_modules(PKG_GSTREAMER_${_upper_name} gstreamer-${_lower_name}-${_abi_version}) endif() + find_library(GSTREAMER_${_upper_name}_LIBRARY + NAMES gst${_lower_name}-${_abi_version} + HINTS ${PKG_GSTREAMER_${_upper_name}_LIBRARY_DIRS} + ${PKG_GSTREAMER_${_upper_name}_LIBDIR} + $ENV{GSTREAMER_1_0_ROOT_X86}/lib + ) find_path(GSTREAMER_${_upper_name}_INCLUDE_DIR gst/${_lower_name}/${_header} HINTS ${PKG_GSTREAMER_${_upper_name}_INCLUDE_DIRS} ${PKG_GSTREAMER_${_upper_name}_INCLUDEDIR} + $ENV{GSTREAMER_1_0_ROOT_X86}/include PATH_SUFFIXES gstreamer-${_abi_version} ) - find_library(GSTREAMER_${_upper_name}_LIBRARY - NAMES gst${_lower_name}-${_abi_version} - HINTS ${PKG_GSTREAMER_${_upper_name}_LIBRARY_DIRS} - ${PKG_GSTREAMER_${_upper_name}_LIBDIR} - ${GSTREAMER_${_upper_name}_INCLUDE_DIR} - PATH_SUFFIXES ./ .libs gst/${_lower_name}/.libs - ) - if (GSTREAMER_${_upper_name}_LIBRARY AND GSTREAMER_${_upper_name}_INCLUDE_DIR) set(GSTREAMER_${_upper_name}_LIBRARY_FOUND TRUE) else() diff --git a/gst/videoadjust/CMakeLists.txt b/gst/videoadjust/CMakeLists.txt index 53b7171..8281a24 100644 --- a/gst/videoadjust/CMakeLists.txt +++ b/gst/videoadjust/CMakeLists.txt @@ -16,7 +16,8 @@ add_library (libgstvideoadjust MODULE target_link_libraries (libgstvideoadjust ${GLIB2_LIBRARIES} - ${GSTREAMER_LIBRARIES} + ${GOBJECT_LIBRARIES} + ${GSTREAMER_LIBRARY} ${GSTREAMER_BASE_LIBRARY} ${GSTREAMER_VIDEO_LIBRARY}) diff --git a/sys/niimaq/CMakeLists.txt b/sys/niimaq/CMakeLists.txt index 310c2d7..969e109 100644 --- a/sys/niimaq/CMakeLists.txt +++ b/sys/niimaq/CMakeLists.txt @@ -16,9 +16,10 @@ add_library ( libgstimaq MODULE target_link_libraries ( libgstimaq general ${GLIB2_LIBRARIES} - general ${GSTREAMER_LIBRARIES} + general ${GOBJECT_LIBRARIES} + general ${GSTREAMER_LIBRARY} general ${GSTREAMER_BASE_LIBRARY} - general ${GSTREAMER_INTERFACE_LIBRARY} + general ${GSTREAMER_VIDEO_LIBRARY} general ${NIIMAQ_LIBRARIES} ) install (TARGETS libgstimaq diff --git a/sys/niimaqdx/CMakeLists.txt b/sys/niimaqdx/CMakeLists.txt index c26bb26..b98a609 100644 --- a/sys/niimaqdx/CMakeLists.txt +++ b/sys/niimaqdx/CMakeLists.txt @@ -10,16 +10,17 @@ include_directories ( AFTER . ${NIIMAQDX_INCLUDE_DIR} ) -add_library ( libgstimaqdx MODULE +add_library ( libgstniimaqdx MODULE ${SOURCES} ${HEADERS} ) -target_link_libraries ( libgstimaqdx +target_link_libraries ( libgstniimaqdx general ${GLIB2_LIBRARIES} - general ${GSTREAMER_LIBRARIES} + general ${GOBJECT_LIBRARIES} + general ${GSTREAMER_LIBRARY} general ${GSTREAMER_BASE_LIBRARY} - general ${GSTREAMER_INTERFACE_LIBRARY} + general ${GSTREAMER_VIDEO_LIBRARY} general ${NIIMAQDX_LIBRARIES} ) -install (TARGETS libgstimaqdx +install (TARGETS libgstniimaqdx LIBRARY DESTINATION lib/gstreamer-0.10) diff --git a/vs2010/edt/edt.vcxproj b/vs2010/edt/edt.vcxproj deleted file mode 100644 index 339526f..0000000 --- a/vs2010/edt/edt.vcxproj +++ /dev/null @@ -1,143 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {351947AF-6445-4644-987D-FFE4FDDD3B4C} - edt - - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - $(SolutionDir)\..;C:\EDT\pdv;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - - - true - %(AdditionalLibraryDirectories) - C:\EDT\pdv\lib\x86\pdvlib.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - $(SolutionDir)\..;C:\EDT\pdv;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - - - true - C:\EDT\pdv;%(AdditionalLibraryDirectories) - pdvlib.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..;C:\EDT\pdv;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - - - true - true - false - %(AdditionalLibraryDirectories) - C:\EDT\pdv\lib\x86\pdvlib.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..;C:\EDT\pdv;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - - - true - true - false - C:\EDT\pdv;%(AdditionalLibraryDirectories) - pdvlib.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/vs2010/edt/edt.vcxproj.filters b/vs2010/edt/edt.vcxproj.filters deleted file mode 100644 index 827b467..0000000 --- a/vs2010/edt/edt.vcxproj.filters +++ /dev/null @@ -1,36 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/vs2010/euresys/euresys.props b/vs2010/euresys/euresys.props deleted file mode 100644 index a15b4d4..0000000 --- a/vs2010/euresys/euresys.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - true - - - - C:\Program Files (x86)\Euresys\MultiCam\Include;%(AdditionalIncludeDirectories) - - - C:\Program Files (x86)\Euresys\MultiCam\Lib;%(AdditionalLibraryDirectories) - MultiCam.lib;%(AdditionalDependencies) - - - - diff --git a/vs2010/euresys/euresys.vcxproj b/vs2010/euresys/euresys.vcxproj deleted file mode 100644 index b124eee..0000000 --- a/vs2010/euresys/euresys.vcxproj +++ /dev/null @@ -1,142 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {8E42AB09-CE84-48E9-9D55-C0AAC12379D8} - euresys - - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - - - - - - - - diff --git a/vs2010/euresys/euresys.vcxproj.filters b/vs2010/euresys/euresys.vcxproj.filters deleted file mode 100644 index 1b94ab3..0000000 --- a/vs2010/euresys/euresys.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - - - Header Files - - - \ No newline at end of file diff --git a/vs2010/framelink/framelink.props b/vs2010/framelink/framelink.props deleted file mode 100644 index 0ad9bee..0000000 --- a/vs2010/framelink/framelink.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - true - - - - C:\Program Files\Imperx\FrameLink Express\SDK\inc;%(AdditionalIncludeDirectories) - C:\Program Files\Imperx\FrameLink Express\SDK\inc;%(AdditionalIncludeDirectories) - - - C:\Program Files\Imperx\FrameLink Express\SDK\lib\win32;%(AdditionalLibraryDirectories) - C:\Program Files\Imperx\FrameLink Express\SDK\lib\win32;%(AdditionalLibraryDirectories) - VCECLB.lib;%(AdditionalDependencies) - VCECLB.lib;%(AdditionalDependencies) - - - - diff --git a/vs2010/framelink/framelink.vcxproj b/vs2010/framelink/framelink.vcxproj deleted file mode 100644 index 3e69461..0000000 --- a/vs2010/framelink/framelink.vcxproj +++ /dev/null @@ -1,93 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {3E525586-FF7B-4B32-ADE1-35419FBAEBEB} - framelink - - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - HAVE_CONFIG_H;WIN32;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions) - $(SolutionDir)\..\;C:\Program Files\Imperx\FrameLink Express\SDK\inc;%(AdditionalIncludeDirectories) - - - true - - - - - Level3 - MaxSpeed - true - true - HAVE_CONFIG_H;WIN32;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions) - $(SolutionDir)\..\;C:\Program Files\Imperx\FrameLink Express\SDK\inc;%(AdditionalIncludeDirectories) - - - true - true - true - - - - - - - - - - - - \ No newline at end of file diff --git a/vs2010/framelink/framelink.vcxproj.filters b/vs2010/framelink/framelink.vcxproj.filters deleted file mode 100644 index 2e8f3f3..0000000 --- a/vs2010/framelink/framelink.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Source Files - - - \ No newline at end of file diff --git a/vs2010/gst-plugins-vision.sln b/vs2010/gst-plugins-vision.sln deleted file mode 100644 index a982c63..0000000 --- a/vs2010/gst-plugins-vision.sln +++ /dev/null @@ -1,81 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual C++ Express 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "niimaq", "niimaq\niimaq.vcxproj", "{C617FD30-1297-417A-99F0-4F45B48EA8DF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videoadjust", "videoadjust\videoadjust.vcxproj", "{B77B6B47-9CB4-4A0B-B76F-877E57F90ADD}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "phoenix", "phoenix\phoenix.vcxproj", "{55049618-6388-411C-818C-9140D6F8CE99}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "edt", "edt\edt.vcxproj", "{351947AF-6445-4644-987D-FFE4FDDD3B4C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libniimaqdx", "niimaqdx\niimaqdx.vcxproj", "{A212EA33-4648-42CB-83C8-72F484AB7855}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "euresys", "euresys\euresys.vcxproj", "{8E42AB09-CE84-48E9-9D55-C0AAC12379D8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pixci", "pixci\pixci.vcxproj", "{6D883DC5-A8E1-4A42-B247-CBBD243DE1C1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "framelink", "framelink\framelink.vcxproj", "{3E525586-FF7B-4B32-ADE1-35419FBAEBEB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C617FD30-1297-417A-99F0-4F45B48EA8DF}.Debug|Win32.ActiveCfg = Debug|Win32 - {C617FD30-1297-417A-99F0-4F45B48EA8DF}.Debug|Win32.Build.0 = Debug|Win32 - {C617FD30-1297-417A-99F0-4F45B48EA8DF}.Debug|x64.ActiveCfg = Debug|Win32 - {C617FD30-1297-417A-99F0-4F45B48EA8DF}.Release|Win32.ActiveCfg = Release|Win32 - {C617FD30-1297-417A-99F0-4F45B48EA8DF}.Release|Win32.Build.0 = Release|Win32 - {C617FD30-1297-417A-99F0-4F45B48EA8DF}.Release|x64.ActiveCfg = Release|x64 - {C617FD30-1297-417A-99F0-4F45B48EA8DF}.Release|x64.Build.0 = Release|x64 - {B77B6B47-9CB4-4A0B-B76F-877E57F90ADD}.Debug|Win32.ActiveCfg = Debug|Win32 - {B77B6B47-9CB4-4A0B-B76F-877E57F90ADD}.Debug|Win32.Build.0 = Debug|Win32 - {B77B6B47-9CB4-4A0B-B76F-877E57F90ADD}.Debug|x64.ActiveCfg = Debug|Win32 - {B77B6B47-9CB4-4A0B-B76F-877E57F90ADD}.Release|Win32.ActiveCfg = Release|Win32 - {B77B6B47-9CB4-4A0B-B76F-877E57F90ADD}.Release|Win32.Build.0 = Release|Win32 - {B77B6B47-9CB4-4A0B-B76F-877E57F90ADD}.Release|x64.ActiveCfg = Release|x64 - {55049618-6388-411C-818C-9140D6F8CE99}.Debug|Win32.ActiveCfg = Debug|Win32 - {55049618-6388-411C-818C-9140D6F8CE99}.Debug|Win32.Build.0 = Debug|Win32 - {55049618-6388-411C-818C-9140D6F8CE99}.Debug|x64.ActiveCfg = Debug|Win32 - {55049618-6388-411C-818C-9140D6F8CE99}.Release|Win32.ActiveCfg = Release|Win32 - {55049618-6388-411C-818C-9140D6F8CE99}.Release|Win32.Build.0 = Release|Win32 - {55049618-6388-411C-818C-9140D6F8CE99}.Release|x64.ActiveCfg = Release|x64 - {351947AF-6445-4644-987D-FFE4FDDD3B4C}.Debug|Win32.ActiveCfg = Debug|Win32 - {351947AF-6445-4644-987D-FFE4FDDD3B4C}.Debug|Win32.Build.0 = Debug|Win32 - {351947AF-6445-4644-987D-FFE4FDDD3B4C}.Debug|x64.ActiveCfg = Debug|Win32 - {351947AF-6445-4644-987D-FFE4FDDD3B4C}.Release|Win32.ActiveCfg = Release|Win32 - {351947AF-6445-4644-987D-FFE4FDDD3B4C}.Release|Win32.Build.0 = Release|Win32 - {351947AF-6445-4644-987D-FFE4FDDD3B4C}.Release|x64.ActiveCfg = Release|x64 - {A212EA33-4648-42CB-83C8-72F484AB7855}.Debug|Win32.ActiveCfg = Debug|Win32 - {A212EA33-4648-42CB-83C8-72F484AB7855}.Debug|Win32.Build.0 = Debug|Win32 - {A212EA33-4648-42CB-83C8-72F484AB7855}.Debug|x64.ActiveCfg = Debug|x64 - {A212EA33-4648-42CB-83C8-72F484AB7855}.Release|Win32.ActiveCfg = Release|Win32 - {A212EA33-4648-42CB-83C8-72F484AB7855}.Release|Win32.Build.0 = Release|Win32 - {A212EA33-4648-42CB-83C8-72F484AB7855}.Release|x64.ActiveCfg = Release|x64 - {8E42AB09-CE84-48E9-9D55-C0AAC12379D8}.Debug|Win32.ActiveCfg = Debug|Win32 - {8E42AB09-CE84-48E9-9D55-C0AAC12379D8}.Debug|Win32.Build.0 = Debug|Win32 - {8E42AB09-CE84-48E9-9D55-C0AAC12379D8}.Debug|x64.ActiveCfg = Debug|x64 - {8E42AB09-CE84-48E9-9D55-C0AAC12379D8}.Release|Win32.ActiveCfg = Release|Win32 - {8E42AB09-CE84-48E9-9D55-C0AAC12379D8}.Release|Win32.Build.0 = Release|Win32 - {8E42AB09-CE84-48E9-9D55-C0AAC12379D8}.Release|x64.ActiveCfg = Release|x64 - {6D883DC5-A8E1-4A42-B247-CBBD243DE1C1}.Debug|Win32.ActiveCfg = Debug|Win32 - {6D883DC5-A8E1-4A42-B247-CBBD243DE1C1}.Debug|Win32.Build.0 = Debug|Win32 - {6D883DC5-A8E1-4A42-B247-CBBD243DE1C1}.Debug|x64.ActiveCfg = Debug|Win32 - {6D883DC5-A8E1-4A42-B247-CBBD243DE1C1}.Release|Win32.ActiveCfg = Release|Win32 - {6D883DC5-A8E1-4A42-B247-CBBD243DE1C1}.Release|Win32.Build.0 = Release|Win32 - {6D883DC5-A8E1-4A42-B247-CBBD243DE1C1}.Release|x64.ActiveCfg = Release|x64 - {3E525586-FF7B-4B32-ADE1-35419FBAEBEB}.Debug|Win32.ActiveCfg = Debug|Win32 - {3E525586-FF7B-4B32-ADE1-35419FBAEBEB}.Debug|Win32.Build.0 = Debug|Win32 - {3E525586-FF7B-4B32-ADE1-35419FBAEBEB}.Debug|x64.ActiveCfg = Debug|Win32 - {3E525586-FF7B-4B32-ADE1-35419FBAEBEB}.Release|Win32.ActiveCfg = Release|Win32 - {3E525586-FF7B-4B32-ADE1-35419FBAEBEB}.Release|Win32.Build.0 = Release|Win32 - {3E525586-FF7B-4B32-ADE1-35419FBAEBEB}.Release|x64.ActiveCfg = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/vs2010/niimaq/niimaq.props b/vs2010/niimaq/niimaq.props deleted file mode 100644 index 1991aa3..0000000 --- a/vs2010/niimaq/niimaq.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - - true - - - - C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport\C\Include;%(AdditionalIncludeDirectories) - - - C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport\C\Lib32\MSVC;%(AdditionalLibraryDirectories) - C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport\C\Lib64\MSVC;%(AdditionalLibraryDirectories) - imaq.lib;%(AdditionalDependencies) - - - - diff --git a/vs2010/niimaq/niimaq.vcxproj b/vs2010/niimaq/niimaq.vcxproj deleted file mode 100644 index d58d8e5..0000000 --- a/vs2010/niimaq/niimaq.vcxproj +++ /dev/null @@ -1,137 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C617FD30-1297-417A-99F0-4F45B48EA8DF} - niimaq - - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - - - - - - - - diff --git a/vs2010/niimaq/niimaq.vcxproj.filters b/vs2010/niimaq/niimaq.vcxproj.filters deleted file mode 100644 index 2c5295c..0000000 --- a/vs2010/niimaq/niimaq.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Source Files - - - \ No newline at end of file diff --git a/vs2010/niimaqdx/niimaqdx.props b/vs2010/niimaqdx/niimaqdx.props deleted file mode 100644 index f53ed90..0000000 --- a/vs2010/niimaqdx/niimaqdx.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - true - - - - C:\Program Files (x86)\National Instruments\NI-IMAQdx\include;%(AdditionalIncludeDirectories) - - - C:\Program Files (x86)\National Instruments\NI-IMAQdx\lib\msvc;%(AdditionalLibraryDirectories) - niimaqdx.lib;%(AdditionalDependencies) - - - - diff --git a/vs2010/niimaqdx/niimaqdx.vcxproj b/vs2010/niimaqdx/niimaqdx.vcxproj deleted file mode 100644 index 6b12ec1..0000000 --- a/vs2010/niimaqdx/niimaqdx.vcxproj +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - Win32Proj - {A212EA33-4648-42CB-83C8-72F484AB7855} - v4.0 - libniimaqdx - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - false - - - - - - Level3 - Disabled - HAVE_CONFIG_H;_DEBUG;%(PreprocessorDefinitions) - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - %(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - HAVE_CONFIG_H;%(PreprocessorDefinitions) - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - - - Console - false - true - - - - - - diff --git a/vs2010/niimaqdx/niimaqdx.vcxproj.filters b/vs2010/niimaqdx/niimaqdx.vcxproj.filters deleted file mode 100644 index 3677ad2..0000000 --- a/vs2010/niimaqdx/niimaqdx.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {f49096c0-8698-4459-8a7c-b799838532bf} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {c8c60a9e-7c9b-4932-afca-9b3e73adfac0} - h;hpp;hxx;hm;inl;inc;xsd - - - {159c54cd-3e1e-4614-997b-fee4b885b408} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - - - Header Files - - - \ No newline at end of file diff --git a/vs2010/phoenix/phoenix.props b/vs2010/phoenix/phoenix.props deleted file mode 100644 index fd9b8c8..0000000 --- a/vs2010/phoenix/phoenix.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - true - - - - C:\Program Files (x86)\Active Silicon\Phoenix\Win\SDK6.30\Include;%(AdditionalIncludeDirectories) - - - C:\Program Files (x86)\Active Silicon\Phoenix\Win\SDK6.30\Lib\win32;%(AdditionalLibraryDirectories) - phxlw32.lib;%(AdditionalDependencies) - - - - diff --git a/vs2010/phoenix/phoenix.vcxproj b/vs2010/phoenix/phoenix.vcxproj deleted file mode 100644 index 8f6538f..0000000 --- a/vs2010/phoenix/phoenix.vcxproj +++ /dev/null @@ -1,142 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {55049618-6388-411C-818C-9140D6F8CE99} - phoenix - - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - - - - - - - - \ No newline at end of file diff --git a/vs2010/phoenix/phoenix.vcxproj.filters b/vs2010/phoenix/phoenix.vcxproj.filters deleted file mode 100644 index fbbc96d..0000000 --- a/vs2010/phoenix/phoenix.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Source Files - - - \ No newline at end of file diff --git a/vs2010/pixci/pixci.props b/vs2010/pixci/pixci.props deleted file mode 100644 index f47327e..0000000 --- a/vs2010/pixci/pixci.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - true - - - - C:\Program Files (x86)\EPIX\XCLIB;%(AdditionalIncludeDirectories) - C:\Program Files\EPIX\XCLIB;%(AdditionalIncludeDirectories) - - - C:\Program Files (x86)\EPIX\XCLIB;%(AdditionalLibraryDirectories) - C:\Program Files\EPIX\XCLIB;%(AdditionalLibraryDirectories) - XCLIBWNT.lib;%(AdditionalDependencies) - XCLIBW64.lib;%(AdditionalDependencies) - - - - diff --git a/vs2010/pixci/pixci.vcxproj b/vs2010/pixci/pixci.vcxproj deleted file mode 100644 index e88c594..0000000 --- a/vs2010/pixci/pixci.vcxproj +++ /dev/null @@ -1,138 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {6D883DC5-A8E1-4A42-B247-CBBD243DE1C1} - pixci - - - - Application - true - MultiByte - - - Application - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - $(SolutionDir)\..\;C:\Program Files\EPIX\XCLIB;%(AdditionalIncludeDirectories) - - - true - - - - - Level3 - Disabled - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - $(SolutionDir)\..\;C:\Program Files\EPIX\XCLIB;%(AdditionalIncludeDirectories) - - - true - - - - - Level3 - MaxSpeed - true - true - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - $(SolutionDir)\..\;C:\Program Files\EPIX\XCLIB;%(AdditionalIncludeDirectories) - - - true - true - true - - - - - Level3 - MaxSpeed - true - true - HAVE_CONFIG_H;_MBCS;%(PreprocessorDefinitions) - $(SolutionDir)\..\;C:\Program Files\EPIX\XCLIB;%(AdditionalIncludeDirectories) - - - true - true - true - - - - - - - - - - - - \ No newline at end of file diff --git a/vs2010/pixci/pixci.vcxproj.filters b/vs2010/pixci/pixci.vcxproj.filters deleted file mode 100644 index 073235e..0000000 --- a/vs2010/pixci/pixci.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - - - Header Files - - - \ No newline at end of file diff --git a/vs2010/videoadjust/videoadjust.vcxproj b/vs2010/videoadjust/videoadjust.vcxproj deleted file mode 100644 index 2886679..0000000 --- a/vs2010/videoadjust/videoadjust.vcxproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B77B6B47-9CB4-4A0B-B76F-877E57F90ADD} - videoadjust - - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - Disabled - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)\..\;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;%(PreprocessorDefinitions) - - - true - true - false - - - - - - - - - - - - - diff --git a/vs2010/videoadjust/videoadjust.vcxproj.filters b/vs2010/videoadjust/videoadjust.vcxproj.filters deleted file mode 100644 index 449b7bc..0000000 --- a/vs2010/videoadjust/videoadjust.vcxproj.filters +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - - - Header Files - - - \ No newline at end of file