diff options
42 files changed, 465 insertions, 48 deletions
@@ -1,3 +1,10 @@ +2004-07-27 Steve Lhomme <steve.lhomme@free.fr> + + * win32/gst.sln: + * gst-libs/gst/*/*.vcproj: + * gst/*/*.vcproj: + more working plugins + 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org> * testsuite/alsa/Makefile.am: diff --git a/gst-libs/gst/audio/audio.vcproj b/gst-libs/gst/audio/audio.vcproj index bb021db1a..211153174 100644 --- a/gst-libs/gst/audio/audio.vcproj +++ b/gst-libs/gst/audio/audio.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AUDIO_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;AUDIO_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/audio/audiofilter.vcproj b/gst-libs/gst/audio/audiofilter.vcproj index 97bfe663a..d55126066 100644 --- a/gst-libs/gst/audio/audiofilter.vcproj +++ b/gst-libs/gst/audio/audiofilter.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AUDIOFILTER_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;AUDIOFILTER_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/colorbalance/colorbalance.vcproj b/gst-libs/gst/colorbalance/colorbalance.vcproj index c5739509b..33980ed47 100644 --- a/gst-libs/gst/colorbalance/colorbalance.vcproj +++ b/gst-libs/gst/colorbalance/colorbalance.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/idct/idtc.vcproj b/gst-libs/gst/idct/idtc.vcproj index 8f2cd3a7b..0ce4e2af5 100644 --- a/gst-libs/gst/idct/idtc.vcproj +++ b/gst-libs/gst/idct/idtc.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/media-info/media-info.vcproj b/gst-libs/gst/media-info/media-info.vcproj index b4032990d..5551d8dd6 100644 --- a/gst-libs/gst/media-info/media-info.vcproj +++ b/gst-libs/gst/media-info/media-info.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/mixer/mixer.vcproj b/gst-libs/gst/mixer/mixer.vcproj index d93d14dd1..bd3e47c72 100644 --- a/gst-libs/gst/mixer/mixer.vcproj +++ b/gst-libs/gst/mixer/mixer.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/navigation/navigation.vcproj b/gst-libs/gst/navigation/navigation.vcproj index 19ad2e9c7..4691ebb55 100644 --- a/gst-libs/gst/navigation/navigation.vcproj +++ b/gst-libs/gst/navigation/navigation.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/play/play.vcproj b/gst-libs/gst/play/play.vcproj index 80725f4cd..d55cb3a57 100644 --- a/gst-libs/gst/play/play.vcproj +++ b/gst-libs/gst/play/play.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/propertyprobe/propertyprobe.vcproj b/gst-libs/gst/propertyprobe/propertyprobe.vcproj index 59d56b39f..ef167ef78 100644 --- a/gst-libs/gst/propertyprobe/propertyprobe.vcproj +++ b/gst-libs/gst/propertyprobe/propertyprobe.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/resample/resample.vcproj b/gst-libs/gst/resample/resample.vcproj index 63d16e740..18d8812a7 100644 --- a/gst-libs/gst/resample/resample.vcproj +++ b/gst-libs/gst/resample/resample.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/riff/riff.vcproj b/gst-libs/gst/riff/riff.vcproj index c13d8c3ef..dde87c074 100644 --- a/gst-libs/gst/riff/riff.vcproj +++ b/gst-libs/gst/riff/riff.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RIFF_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;RIFF_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/tuner/tuner.vcproj b/gst-libs/gst/tuner/tuner.vcproj index 397a9ad3a..d69b2c606 100644 --- a/gst-libs/gst/tuner/tuner.vcproj +++ b/gst-libs/gst/tuner/tuner.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/video/video.vcproj b/gst-libs/gst/video/video.vcproj index c1d19f897..244029443 100644 --- a/gst-libs/gst/video/video.vcproj +++ b/gst-libs/gst/video/video.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst-libs/gst/xoverlay/xoverlay.vcproj b/gst-libs/gst/xoverlay/xoverlay.vcproj index 6da0008ce..1db30532b 100644 --- a/gst-libs/gst/xoverlay/xoverlay.vcproj +++ b/gst-libs/gst/xoverlay/xoverlay.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/cdxaparse/cdxaparse.vcproj b/gst/cdxaparse/cdxaparse.vcproj index b123908a6..cc10a5cf7 100644 --- a/gst/cdxaparse/cdxaparse.vcproj +++ b/gst/cdxaparse/cdxaparse.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;cdxaparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;cdxaparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/chart/chart.vcproj b/gst/chart/chart.vcproj index e6033dbf4..975b37efe 100644 --- a/gst/chart/chart.vcproj +++ b/gst/chart/chart.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;chart_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;chart_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/colorspace/colorspace.vcproj b/gst/colorspace/colorspace.vcproj index 2a479a8d1..f6ca6ceb9 100644 --- a/gst/colorspace/colorspace.vcproj +++ b/gst/colorspace/colorspace.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;colorspace_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;colorspace_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/deinterlace/deinterlace.vcproj b/gst/deinterlace/deinterlace.vcproj index 6d40cb17a..200d88eee 100644 --- a/gst/deinterlace/deinterlace.vcproj +++ b/gst/deinterlace/deinterlace.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;deinterlace_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;deinterlace_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/filter/filter.vcproj b/gst/filter/filter.vcproj index 4576d3c27..59434e85a 100644 --- a/gst/filter/filter.vcproj +++ b/gst/filter/filter.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;filter_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;filter_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/flx/flxdec.vcproj b/gst/flx/flxdec.vcproj index 760628de5..ea0a2c1de 100644 --- a/gst/flx/flxdec.vcproj +++ b/gst/flx/flxdec.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;flxdec_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;flxdec_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/mixmatrix/mixmatrix.vcproj b/gst/mixmatrix/mixmatrix.vcproj index c3834174a..677b1b8d3 100644 --- a/gst/mixmatrix/mixmatrix.vcproj +++ b/gst/mixmatrix/mixmatrix.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mixmatrix_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;mixmatrix_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/mpeg1sys/mpeg1systemencode.vcproj b/gst/mpeg1sys/mpeg1systemencode.vcproj index 5b80c282d..66e5103eb 100644 --- a/gst/mpeg1sys/mpeg1systemencode.vcproj +++ b/gst/mpeg1sys/mpeg1systemencode.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mpeg1systemencode_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;mpeg1systemencode_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/mpeg1videoparse/mp1videoparse.vcproj b/gst/mpeg1videoparse/mp1videoparse.vcproj index 6b8abf933..62f5d34cd 100644 --- a/gst/mpeg1videoparse/mp1videoparse.vcproj +++ b/gst/mpeg1videoparse/mp1videoparse.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mp1videoparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;mp1videoparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/mpeg2sub/mpeg2subt.vcproj b/gst/mpeg2sub/mpeg2subt.vcproj index 831d266a7..a356f88be 100644 --- a/gst/mpeg2sub/mpeg2subt.vcproj +++ b/gst/mpeg2sub/mpeg2subt.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mpeg2subt_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;mpeg2subt_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/mpegaudioparse/mpegaudioparse.vcproj b/gst/mpegaudioparse/mpegaudioparse.vcproj index 4ebfe3013..198e78e4c 100644 --- a/gst/mpegaudioparse/mpegaudioparse.vcproj +++ b/gst/mpegaudioparse/mpegaudioparse.vcproj @@ -32,7 +32,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib iconv.lib intl.lib" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib gstgetbits.lib iconv.lib intl.lib" OutputFile="$(OutDir)/gstmpegaudioparse.dll" LinkIncremental="2" AdditionalLibraryDirectories="../../../gstreamer/win32/Debug;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib" @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mpegaudioparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;mpegaudioparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -84,7 +84,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib iconv.lib intl.lib" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib gstgetbits.lib iconv.lib intl.lib" OutputFile="$(OutDir)/gstmpegaudioparse.dll" LinkIncremental="1" AdditionalLibraryDirectories="../../../gstreamer/win32/Release;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib" diff --git a/gst/multifilesink/multifilesink.vcproj b/gst/multifilesink/multifilesink.vcproj index 48335d2da..04bea304a 100644 --- a/gst/multifilesink/multifilesink.vcproj +++ b/gst/multifilesink/multifilesink.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;multitilesink_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;multitilesink_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -126,7 +126,7 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File - RelativePath=".\gstmultitilesink.c"> + RelativePath=".\gstmultifilesink.c"> </File> </Filter> <Filter @@ -134,7 +134,7 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> <File - RelativePath=".\gstmultitilesink.h"> + RelativePath=".\gstmultifilesink.h"> </File> </Filter> <Filter diff --git a/gst/overlay/overlay.vcproj b/gst/overlay/overlay.vcproj index 9899d7154..e3d12888c 100644 --- a/gst/overlay/overlay.vcproj +++ b/gst/overlay/overlay.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;overlay_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;overlay_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/passthrough/passthrough.vcproj b/gst/passthrough/passthrough.vcproj index 5f8974920..cdea19dad 100644 --- a/gst/passthrough/passthrough.vcproj +++ b/gst/passthrough/passthrough.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;passthrgouh_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;passthrgouh_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -126,7 +126,7 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File - RelativePath=".\gstpassthrgouh.c"> + RelativePath=".\gstpassthrough.c"> </File> </Filter> <Filter @@ -137,7 +137,7 @@ RelativePath=".\filter.func"> </File> <File - RelativePath=".\gstpassthrgouh.h"> + RelativePath=".\gstpassthrough.h"> </File> </Filter> <Filter diff --git a/gst/qtdemux/qtdemux.vcproj b/gst/qtdemux/qtdemux.vcproj index 6296486c0..e00260d9a 100644 --- a/gst/qtdemux/qtdemux.vcproj +++ b/gst/qtdemux/qtdemux.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;qtdemux_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;qtdemux_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -126,7 +126,7 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File - RelativePath=".\gstqtdemux.c"> + RelativePath=".\qtdemux.c"> </File> </Filter> <Filter @@ -134,7 +134,7 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> <File - RelativePath=".\gstqtdemux.h"> + RelativePath=".\qtdemux.h"> </File> </Filter> <Filter diff --git a/gst/rtjpeg/rtjpeg.vcproj b/gst/rtjpeg/rtjpeg.vcproj index c8c12e6c2..15db78696 100644 --- a/gst/rtjpeg/rtjpeg.vcproj +++ b/gst/rtjpeg/rtjpeg.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;rtjpeg_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;rtjpeg_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/smooth/smooth.vcproj b/gst/smooth/smooth.vcproj index ff4a603dc..5c5f66a2f 100644 --- a/gst/smooth/smooth.vcproj +++ b/gst/smooth/smooth.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;smooth_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;smooth_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/smpte/smpte.vcproj b/gst/smpte/smpte.vcproj index b024aa954..913bc332d 100644 --- a/gst/smpte/smpte.vcproj +++ b/gst/smpte/smpte.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;smpte_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;smpte_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/spectrum/spectrum.vcproj b/gst/spectrum/spectrum.vcproj index 74ed916c0..2946792bb 100644 --- a/gst/spectrum/spectrum.vcproj +++ b/gst/spectrum/spectrum.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;spectrum_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;spectrum_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/speed/speed.vcproj b/gst/speed/speed.vcproj index cb0987024..c9dabaad0 100644 --- a/gst/speed/speed.vcproj +++ b/gst/speed/speed.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;speed_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;speed_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/stereo/stereo.vcproj b/gst/stereo/stereo.vcproj index 959055230..70b6f7dd2 100644 --- a/gst/stereo/stereo.vcproj +++ b/gst/stereo/stereo.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;stereo_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;stereo_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/switch/switch.vcproj b/gst/switch/switch.vcproj index 88de3a02b..472d909ef 100644 --- a/gst/switch/switch.vcproj +++ b/gst/switch/switch.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;switch_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;switch_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/videocrop/videocrop.vcproj b/gst/videocrop/videocrop.vcproj index 063c255d8..aa81b9255 100644 --- a/gst/videocrop/videocrop.vcproj +++ b/gst/videocrop/videocrop.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;videocrop_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;videocrop_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/videodrop/videodrop.vcproj b/gst/videodrop/videodrop.vcproj index 254aa9100..7e738709e 100644 --- a/gst/videodrop/videodrop.vcproj +++ b/gst/videodrop/videodrop.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;videodrop_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;videodrop_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/virtualdub/virtualdub.vcproj b/gst/virtualdub/virtualdub.vcproj index 058d1cdaa..d39bfd397 100644 --- a/gst/virtualdub/virtualdub.vcproj +++ b/gst/virtualdub/virtualdub.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;virtualdub_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;virtualdub_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/gst/y4m/y4menc.vcproj b/gst/y4m/y4menc.vcproj index 73b7b05dd..7251140ed 100644 --- a/gst/y4m/y4menc.vcproj +++ b/gst/y4m/y4menc.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;y4mencode_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;y4mencode_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/win32/gst.sln b/win32/gst.sln index d35397c18..ae61b7db8 100644 --- a/win32/gst.sln +++ b/win32/gst.sln @@ -100,6 +100,212 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deinterlace", "..\gst\deint ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpegcolorspace", "..\gst\ffmpegcolorspace\ffmpegcolorspace.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filter", "..\gst\filter\filter.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flxdec", "..\gst\flx\flxdec.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "goom", "..\gst\goom\goom.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "interleave", "..\gst\interleave\interleave.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mulaw", "..\gst\law\mulaw.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alaw", "..\gst\law\alaw.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "median", "..\gst\median\median.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mixmatrix", "..\gst\mixmatrix\mixmatrix.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpeg1systemencode", "..\gst\mpeg1sys\mpeg1systemencode.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678BA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp1videoparse", "..\gst\mpeg1videoparse\mp1videoparse.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpeg2subt", "..\gst\mpeg2sub\mpeg2subt.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678BB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpegaudio", "..\gst\mpegaudio\mpegaudio.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678BC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpegaudioparse", "..\gst\mpegaudioparse\mpegaudioparse.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678BD}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpegstream", "..\gst\mpegstream\mpegstream.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678BE}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "multitilesink", "..\gst\multifilesink\multifilesink.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678BF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "multipart", "..\gst\multipart\multipart.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C0}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oneton", "..\gst\oneton\oneton.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "overlay", "..\gst\overlay\overlay.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "passthrgouh", "..\gst\passthrough\passthrough.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qtdemux", "..\gst\qtdemux\qtdemux.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rmdemux", "..\gst\realmedia\rmdemux.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rtjpeg", "..\gst\rtjpeg\rtjpeg.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rtp", "..\gst\rtp\rtp.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "silence", "..\gst\silence\silence.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C8}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sinesrc", "..\gst\sine\sinesrc.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678C9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smooth", "..\gst\smooth\smooth.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678CA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smpte", "..\gst\smpte\smpte.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678CB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "spectrum", "..\gst\spectrum\spectrum.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678CC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "speed", "..\gst\speed\speed.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678CD}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stereo", "..\gst\stereo\stereo.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678CE}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "switch", "..\gst\switch\switch.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678CF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tagedit", "..\gst\tags\tagedit.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D0}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "typefindfunctions", "..\gst\typefind\typefindfunctions.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "udp", "..\gst\udp\udp.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videobox", "..\gst\videobox\videobox.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videocrop", "..\gst\videocrop\videocrop.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gamma", "..\gst\videofilter\gamma.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678DA}" + ProjectSection(ProjectDependencies) = postProject + {979C216F-0ACF-4956-AE00-055A42D678D8} = {979C216F-0ACF-4956-AE00-055A42D678D8} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videobalance", "..\gst\videofilter\videobalance.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videofilter", "..\gst\videofilter\videofilter.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D8}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videoflip", "..\gst\videofilter\videoflip.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678D7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videomixer", "..\gst\videomixer\videomixer.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678DC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videorate", "..\gst\videorate\videorate.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678DD}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videotestsrc", "..\gst\videotestsrc\videotestsrc.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678DF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "videoscale", "..\gst\videoscale\videoscale.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678DE}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "virtualdub", "..\gst\virtualdub\virtualdub.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E0}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gstvolenv", "..\gst\volenv\volenv.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "volume", "..\gst\volume\volume.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wavenc", "..\gst\wavenc\wavenc.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wavparse", "..\gst\wavparse\wavparse.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E4}" + ProjectSection(ProjectDependencies) = postProject + {979C216F-0ACF-4956-AE00-055A42D67890} = {979C216F-0ACF-4956-AE00-055A42D67890} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "y4mencode", "..\gst\y4m\y4menc.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678E5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -202,6 +408,210 @@ Global {979C216F-0ACF-4956-AE00-055A42D678B0}.Debug.Build.0 = Debug|Win32 {979C216F-0ACF-4956-AE00-055A42D678B0}.Release.ActiveCfg = Release|Win32 {979C216F-0ACF-4956-AE00-055A42D678B0}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B1}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B1}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B1}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B1}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B2}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B2}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B2}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B2}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B3}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B3}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B3}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B3}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B4}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B4}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B4}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B4}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B5}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B5}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B5}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B5}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B6}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B6}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B6}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B6}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B7}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B7}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B7}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B7}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B9}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B9}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B9}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678B9}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E7}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E7}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E7}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E7}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BA}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BA}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BA}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BA}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E6}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E6}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E6}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E6}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BB}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BB}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BB}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BB}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BC}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BC}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BC}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BC}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BD}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BD}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BD}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BD}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BE}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BE}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BE}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BE}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BF}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BF}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BF}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678BF}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C0}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C0}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C0}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C0}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C1}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C1}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C1}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C1}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C2}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C2}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C2}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C2}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C3}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C3}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C3}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C3}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C4}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C4}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C4}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C4}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C5}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C5}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C5}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C5}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C6}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C6}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C6}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C6}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C7}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C7}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C7}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C7}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C8}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C8}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C8}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C8}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C9}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C9}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C9}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678C9}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CA}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CA}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CA}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CA}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CB}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CB}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CB}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CB}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CC}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CC}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CC}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CC}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CD}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CD}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CD}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CD}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CE}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CE}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CE}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CE}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CF}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CF}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CF}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678CF}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D0}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D0}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D0}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D0}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D2}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D2}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D2}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D2}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D3}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D3}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D3}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D3}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D4}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D4}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D4}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D4}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D5}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D5}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D5}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D5}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DA}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DA}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DA}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DA}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D9}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D9}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D9}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D9}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D8}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D8}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D8}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D8}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D7}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D7}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D7}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678D7}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DC}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DC}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DC}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DC}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DD}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DD}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DD}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DD}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DF}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DF}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DF}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DF}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DE}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DE}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DE}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678DE}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E0}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E0}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E0}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E0}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E1}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E1}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E1}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E1}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E2}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E2}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E2}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E2}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E3}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E3}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E3}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E3}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E4}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E4}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E4}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E4}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E5}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E5}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E5}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D678E5}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection |