win32/gstcontrol.vcproj added missing project file

Original commit message from CVS:
* win32/gstcontrol.vcproj
added missing project file
This commit is contained in:
Steve Lhomme 2005-09-09 15:19:24 +00:00
parent b7a5261a13
commit 7f435f3854
2 changed files with 199 additions and 15 deletions

View file

@ -4,20 +4,21 @@
2005-09-08 Steve Lhomme <steve.lhomme@free.fr>
* gst/elements/gstpipefilter.c:
Try to include config.h first
* tools/gst-inspect.c:
Fix a possible use of NULL string
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/gstplugin.sgml:
Added missing gst_plugin_free
* win32/gstbytestream.def:
* win32/gstgetbits.def:
* win32/gstreamer.def:
Update the DLL exports
* win32/GStreamer.vcproj:
* win32/gstbytestream.vcproj:
* win32/msvc71.sln:
Update the MSVC7 projects with latest files
Try to include config.h first
* tools/gst-inspect.c:
Fix a possible use of NULL string
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/gstplugin.sgml:
Added missing gst_plugin_free
* win32/gstbytestream.def:
* win32/gstgetbits.def:
* win32/gstreamer.def:
Update the DLL exports
* win32/GStreamer.vcproj:
* win32/gstbytestream.vcproj:
* win32/msvc71.sln:
* win32/gstcontrol.vcproj:
Update the MSVC7 projects with latest files
2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
@ -130,7 +131,7 @@
* docs/gst/Makefile.am:
* docs/libs/Makefile.am:
fixed make distcheck with gtk-doc 1.3
fixed make distcheck with gtk-doc 1.3
2005-06-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>

183
win32/gstcontrol.vcproj Normal file
View file

@ -0,0 +1,183 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="gstcontrol"
ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E8DC41BB7D}"
RootNamespace="gstcontrol"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".\;..\;..\libs\;c:\usr\include"
PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H;HAVE_WIN32"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib"
OutputFile="$(OutDir)/gstcontrol.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject"
IgnoreAllDefaultLibraries="FALSE"
ModuleDefinitionFile="$(ProjectDir)../libs/gst/control/libgstcontrol-0.8.def"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/gstcontrol.pdb"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
<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="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".\;..\;..\libs\;c:\usr\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;HAVE_CONFIG_H;GST_DISABLE_GST_DEBUG;HAVE_WIN32"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib"
OutputFile="$(OutDir)/gstcontrol.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject"
ModuleDefinitionFile="$(ProjectDir)../libs/gst/control/libgstcontrol-0.8.def"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
<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="..\libs\gst\control\control.c">
</File>
<File
RelativePath="..\libs\gst\control\dparam.c">
</File>
<File
RelativePath="..\libs\gst\control\dparam_smooth.c">
</File>
<File
RelativePath="..\libs\gst\control\dparammanager.c">
</File>
<File
RelativePath="..\libs\gst\control\dplinearinterp.c">
</File>
<File
RelativePath="..\libs\gst\control\unitconvert.c">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath="..\libs\gst\control\control.h">
</File>
<File
RelativePath="..\libs\gst\control\dparam.h">
</File>
<File
RelativePath="..\libs\gst\control\dparam_smooth.h">
</File>
<File
RelativePath="..\libs\gst\control\dparamcommon.h">
</File>
<File
RelativePath="..\libs\gst\control\dparammanager.h">
</File>
<File
RelativePath="..\libs\gst\control\dplinearinterp.h">
</File>
<File
RelativePath="..\libs\gst\control\unitconvert.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>