diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-02-17 13:36:38 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-02-17 13:36:38 +0000 |
| commit | 22e28216336da876e1fd17f380ce42eaf1446769 (patch) | |
| tree | 444dad3dc7e2656992d29f34f7bce31970c122a5 /ffmpeg-fas/ffmpeg_fas.vcproj | |
| parent | ae5e8541f6e06e64c28719467cdf366ac57aff31 (diff) | |
chasing indexing error
Diffstat (limited to 'ffmpeg-fas/ffmpeg_fas.vcproj')
| -rw-r--r-- | ffmpeg-fas/ffmpeg_fas.vcproj | 166 |
1 files changed, 0 insertions, 166 deletions
diff --git a/ffmpeg-fas/ffmpeg_fas.vcproj b/ffmpeg-fas/ffmpeg_fas.vcproj deleted file mode 100644 index 7d6c862..0000000 --- a/ffmpeg-fas/ffmpeg_fas.vcproj +++ /dev/null @@ -1,166 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="ffmpeg_fas" - ProjectGUID="{B50057CF-F030-4857-A894-401F4A13C13A}" - RootNamespace="ffmpeg_fas" - Keyword="ManagedCProj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - CharacterSet="2" - ManagedExtensions="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\FFmpeg\include\ffmpeg" - PreprocessorDefinitions="WIN32;_DEBUG;__STDC_CONSTANT_MACROS;STATIC_DLL" - MinimalRebuild="FALSE" - BasicRuntimeChecks="0" - RuntimeLibrary="3" - WarningLevel="3" - DebugInformationFormat="3" - CompileAs="2"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="avcodec-52.lib avdevice-52.lib avformat-52.lib avutil-49.lib" - OutputFile="$(OutDir)\$(ProjectName).dll" - LinkIncremental="1" - AdditionalLibraryDirectories="..\FFmpeg\lib" - ModuleDefinitionFile="ffmpeg_fas.def" - GenerateDebugInformation="TRUE" - AssemblyDebug="1" - ImportLibrary="$(OutDir)/$(TargetName).lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <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="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - CharacterSet="2" - ManagedExtensions="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\FFmpeg\include\ffmpeg" - PreprocessorDefinitions="WIN32;NDEBUG;__STDC_CONSTANT_MACROS;STATIC_DLL" - MinimalRebuild="FALSE" - RuntimeLibrary="2" - WarningLevel="3" - DebugInformationFormat="0" - CompileAs="2"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="avcodec-52.lib avdevice-52.lib avformat-52.lib avutil-49.lib" - AdditionalLibraryDirectories="..\FFmpeg\lib" - ModuleDefinitionFile="ffmpeg_fas.def"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <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=".\ffmpeg_fas.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - CompileAs="2"/> - </FileConfiguration> - </File> - <File - RelativePath=".\seek_indices.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - CompileAs="2"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> - <File - RelativePath=".\ffmpeg_fas.h"> - </File> - <File - RelativePath=".\private_errors.h"> - </File> - <File - RelativePath=".\seek_indices.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> - <Filter - Name="def" - Filter=""> - <File - RelativePath=".\ffmpeg_fas.def"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |
