summaryrefslogtreecommitdiffstats
path: root/plugins/pluginDirectShow/pluginDirectShow.vcproj
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
committerMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
commit631fffee8a28b1bec5ed1f1d26a20e0135967f99 (patch)
tree74afe3bf3efe15aa82bcd0272b2b0f4d48c2d837 /plugins/pluginDirectShow/pluginDirectShow.vcproj
parent7908865936604036e6f200f1b5e069f8752f3a3a (diff)
downloaddoubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.zip
doubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.tar.gz
-
Diffstat (limited to 'plugins/pluginDirectShow/pluginDirectShow.vcproj')
-rw-r--r--plugins/pluginDirectShow/pluginDirectShow.vcproj379
1 files changed, 379 insertions, 0 deletions
diff --git a/plugins/pluginDirectShow/pluginDirectShow.vcproj b/plugins/pluginDirectShow/pluginDirectShow.vcproj
new file mode 100644
index 0000000..38642ad
--- /dev/null
+++ b/plugins/pluginDirectShow/pluginDirectShow.vcproj
@@ -0,0 +1,379 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="pluginDirectShow"
+ ProjectGUID="{6A69773C-0C70-4BD4-8362-C274CAFD58F2}"
+ RootNamespace="pluginDirectShow"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..\..\thirdparties\win32\include;..\..\thirdparties\win32\include\directshow;..\..\tinySAK\src;..\..\tinyMEDIA\include;..\..\tinySDP\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLUGIN_DSHOW_EXPORTS;_WIN32_WINNT=0x0501"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="..\..\thirdparties\win32\lib\directshow\strmbasd.lib dmoguids.lib strmiids.lib uuid.lib Winmm.lib $(OutDir)\tinySAK.lib $(OutDir)\tinyMEDIA.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories=".;..\..\thirdparties\win32\include;..\..\thirdparties\win32\include\directshow;..\..\tinySAK\src;..\..\tinyMEDIA\include;..\..\tinySDP\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_DSHOW_EXPORTS;_WIN32_WINNT=0x0501"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="..\..\thirdparties\win32\lib\directshow\strmbase.lib dmoguids.lib strmiids.lib uuid.lib Winmm.lib $(OutDir)\tinySAK.lib $(OutDir)\tinyMEDIA.lib"
+ LinkIncremental="1"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\dllmain_dshow.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_screencast_dshow_producer.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_video_dshow_consumer.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_video_dshow_producer.cxx"
+ >
+ </File>
+ <Filter
+ Name="internals"
+ >
+ <File
+ RelativePath=".\internals\DSCaptureFormat.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSCaptureGraph.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSCaptureUtils.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDibHelper.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplay.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplayGraph.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplayOverlay.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplayOverlay.VMR.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplayOverlay.VMR9.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSFrameRateFilter.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSGrabber.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSOutputFilter.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSOutputStream.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSPushSourceDesktop.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSScreenCastGraph.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSUtils.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\Resizer.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\VideoDisplayName.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\VideoGrabberName.cxx"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\plugin_dshow_config.h"
+ >
+ </File>
+ <Filter
+ Name="internals"
+ >
+ <File
+ RelativePath=".\internals\DSBaseCaptureGraph.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSBufferWriter.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSCaptureFormat.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSCaptureGraph.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSCaptureUtils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDibHelper.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplay.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplayGraph.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSDisplayOverlay.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSFrameRateFilter.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSGrabber.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSOutputFilter.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSOutputStream.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSPushSource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSScreenCastGraph.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\DSUtils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\Resizer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\VideoDisplayName.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\VideoFrame.h"
+ >
+ </File>
+ <File
+ RelativePath=".\internals\VideoGrabberName.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ >
+ <File
+ RelativePath=".\version.rc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
OpenPOWER on IntegriCloud