diff options
author | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-25 10:33:07 +0000 |
---|---|---|
committer | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-25 10:33:07 +0000 |
commit | 591a24bc35ee905abda07bc8be2561d188b35276 (patch) | |
tree | 30bcd041a803d612ad8d700f9f273429d5a5e780 | |
parent | 517f161077f29361b51f2259044e28a91143680e (diff) | |
download | gst-plugins-bad-591a24bc35ee905abda07bc8be2561d188b35276.tar.gz gst-plugins-bad-591a24bc35ee905abda07bc8be2561d188b35276.tar.bz2 gst-plugins-bad-591a24bc35ee905abda07bc8be2561d188b35276.zip |
Copy the files where needed after building, cleaner projects
Original commit message from CVS:
Copy the files where needed after building, cleaner projects
-rw-r--r-- | gst-libs/gst/audio/audio.def | 2 | ||||
-rw-r--r-- | gst-libs/gst/audio/audio.vcproj | 152 | ||||
-rw-r--r-- | gst-libs/gst/audio/audiofilter.vcproj | 143 | ||||
-rw-r--r-- | gst-libs/gst/riff/riff.def | 24 | ||||
-rw-r--r-- | gst-libs/gst/riff/riff.vcproj | 158 | ||||
-rw-r--r-- | win32/gst.sln | 27 |
6 files changed, 505 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/audio.def b/gst-libs/gst/audio/audio.def new file mode 100644 index 00000000..caae1c0a --- /dev/null +++ b/gst-libs/gst/audio/audio.def @@ -0,0 +1,2 @@ +EXPORTS + gst_plugin_desc diff --git a/gst-libs/gst/audio/audio.vcproj b/gst-libs/gst/audio/audio.vcproj new file mode 100644 index 00000000..0af576b2 --- /dev/null +++ b/gst-libs/gst/audio/audio.vcproj @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="audio" + ProjectGUID="{979C216F-0ACF-4956-AE00-055A42D67893}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="../../../../win32/Debug" + IntermediateDirectory="../../../../win32/Debug" + ConfigurationType="2" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AUDIO_EXPORTS;HAVE_CONFIG_H" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib GStreamer-0.8.lib gstbytestream.lib iconv.lib intl.lib" + OutputFile="$(OutDir)/gstaudio.dll" + LinkIncremental="2" + AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib" + ModuleDefinitionFile="audio.def" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/audio.pdb" + SubSystem="2" + OptimizeReferences="2" + ImportLibrary="$(OutDir)/gstaudio.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="../../../../win32/Release" + IntermediateDirectory="../../../../win32/Release" + ConfigurationType="2" + CharacterSet="2"> + <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" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib GStreamer-0.8.lib gstbytestream.lib iconv.lib intl.lib" + OutputFile="$(OutDir)/gstaudio.dll" + LinkIncremental="1" + AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib" + ModuleDefinitionFile="audio.def" + GenerateDebugInformation="TRUE" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + ImportLibrary="$(OutDir)/gstaudio.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + <File + RelativePath=".\audio.c"> + </File> + <File + RelativePath=".\audio.def"> + </File> + <File + RelativePath=".\audioclock.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + <File + RelativePath=".\audio.h"> + </File> + <File + RelativePath=".\audioclock.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/gst-libs/gst/audio/audiofilter.vcproj b/gst-libs/gst/audio/audiofilter.vcproj new file mode 100644 index 00000000..79e9822c --- /dev/null +++ b/gst-libs/gst/audio/audiofilter.vcproj @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="audiofilter" + ProjectGUID="{979C216F-0ACF-4956-AE00-055A42D67894}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="../../../../win32/Debug" + IntermediateDirectory="../../../../win32/Debug" + ConfigurationType="2" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AUDIOFILTER_EXPORTS;HAVE_CONFIG_H" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib GStreamer-0.8.lib gstbytestream.lib iconv.lib intl.lib" + OutputFile="$(OutDir)/gstaudiofilter.dll" + LinkIncremental="2" + AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib" + ModuleDefinitionFile="audio.def" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/audiofilter.pdb" + SubSystem="2" + OptimizeReferences="2" + ImportLibrary="$(OutDir)/gstaudiofilter.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="../../../../win32/Release" + IntermediateDirectory="../../../../win32/Release" + ConfigurationType="2" + CharacterSet="2"> + <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" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib GStreamer-0.8.lib gstbytestream.lib iconv.lib intl.lib" + OutputFile="$(OutDir)/gstaudiofilter.dll" + LinkIncremental="1" + AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib" + ModuleDefinitionFile="audio.def" + GenerateDebugInformation="TRUE" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + ImportLibrary="$(OutDir)/gstaudiofilter.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + <File + RelativePath=".\gstaudiofilter.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + <File + RelativePath=".\gstaudiofilter.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/gst-libs/gst/riff/riff.def b/gst-libs/gst/riff/riff.def new file mode 100644 index 00000000..8d27a664 --- /dev/null +++ b/gst-libs/gst/riff/riff.def @@ -0,0 +1,24 @@ +EXPORTS + gst_plugin_desc + gst_riff_read_get_type + gst_riff_create_video_template_caps + gst_riff_create_video_caps + gst_riff_create_video_caps_with_data + gst_riff_create_audio_template_caps + gst_riff_create_audio_caps + gst_riff_create_audio_caps_with_data + gst_riff_create_iavs_template_caps + gst_riff_create_iavs_caps + gst_riff_read_header + gst_riff_read_data + gst_riff_read_seek + gst_riff_read_skip + gst_riff_read_info + gst_riff_read_list + gst_riff_read_ascii + gst_riff_read_strh + gst_riff_read_strf_iavs + gst_riff_read_strf_auds_with_data + gst_riff_read_strf_vids_with_data + gst_riff_peek_tag + gst_riff_peek_list diff --git a/gst-libs/gst/riff/riff.vcproj b/gst-libs/gst/riff/riff.vcproj new file mode 100644 index 00000000..99a2f257 --- /dev/null +++ b/gst-libs/gst/riff/riff.vcproj @@ -0,0 +1,158 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="riff" + ProjectGUID="{979C216F-0ACF-4956-AE00-055A42D67890}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="../../../../win32/Debug" + IntermediateDirectory="../../../../win32/Debug" + ConfigurationType="2" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../../../../gstreamer/win32;../../../../gstreamer;../../../../gstreamer/libs;../../../../glib;../../../../glib/glib;../../../../glib/gmodule;"../../../gst-libs";../../../../popt/include;../../../../libxml2/include/libxml2" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RIFF_EXPORTS;HAVE_CONFIG_H" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib GStreamer-0.8.lib gstbytestream.lib iconv.lib intl.lib" + OutputFile="$(OutDir)/gstriff.dll" + LinkIncremental="2" + AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib" + ModuleDefinitionFile="riff.def" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/riff.pdb" + SubSystem="2" + OptimizeReferences="2" + ImportLibrary="$(OutDir)/gstriff.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="../../../../win32/Release" + IntermediateDirectory="../../../../win32/Release" + ConfigurationType="2" + CharacterSet="2"> + <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" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib GStreamer-0.8.lib gstbytestream.lib iconv.lib intl.lib" + OutputFile="$(OutDir)/gstriff.dll" + LinkIncremental="1" + AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib" + ModuleDefinitionFile="riff.def" + GenerateDebugInformation="TRUE" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + ImportLibrary="$(OutDir)/gstriff.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + <File + RelativePath=".\riff-media.c"> + </File> + <File + RelativePath=".\riff-read.c"> + </File> + <File + RelativePath=".\riff.c"> + </File> + <File + RelativePath=".\riff.def"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + <File + RelativePath=".\riff-ids.h"> + </File> + <File + RelativePath=".\riff-media.h"> + </File> + <File + RelativePath=".\riff-read.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win32/gst.sln b/win32/gst.sln index 439234e8..c42712d8 100644 --- a/win32/gst.sln +++ b/win32/gst.sln @@ -4,7 +4,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "matroska", "..\gst\matroska {979C216F-0ACF-4956-AE00-055A42D67890} = {979C216F-0ACF-4956-AE00-055A42D67890} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libs", "..\gst-libs\gst\gst-libs.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67890}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "avi", "..\gst\avi\avi.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67892}" + ProjectSection(ProjectDependencies) = postProject + {979C216F-0ACF-4956-AE00-055A42D67890} = {979C216F-0ACF-4956-AE00-055A42D67890} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio", "..\gst-libs\gst\audio\audio.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67893}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "riff", "..\gst-libs\gst\riff\riff.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67890}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audiofilter", "..\gst-libs\gst\audio\audiofilter.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67894}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject @@ -18,10 +31,22 @@ Global {979C216F-0ACF-4956-AE00-055A42D67891}.Debug.Build.0 = Debug|Win32 {979C216F-0ACF-4956-AE00-055A42D67891}.Release.ActiveCfg = Release|Win32 {979C216F-0ACF-4956-AE00-055A42D67891}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67892}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67892}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67892}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67892}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67893}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67893}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67893}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67893}.Release.Build.0 = Release|Win32 {979C216F-0ACF-4956-AE00-055A42D67890}.Debug.ActiveCfg = Debug|Win32 {979C216F-0ACF-4956-AE00-055A42D67890}.Debug.Build.0 = Debug|Win32 {979C216F-0ACF-4956-AE00-055A42D67890}.Release.ActiveCfg = Release|Win32 {979C216F-0ACF-4956-AE00-055A42D67890}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67894}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67894}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67894}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67894}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection |