diff options
author | Karlson2k <k2k@narod.ru> | 2013-10-30 18:54:08 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-10-30 18:54:08 +0400 |
commit | 50ccc28bcaebe79548c71582b8b957fbe165b4a5 (patch) | |
tree | f022d86e4c2e2db06266edb485285f6554a1e98a /lib/libass | |
parent | 4a57f591e6db57864c888bbc327bb335dd2241ef (diff) |
[win32] Cleanup: delete old project files
Diffstat (limited to 'lib/libass')
-rw-r--r-- | lib/libass/xbmc/libass_win32/libass_win32_vs2008.vcproj | 306 |
1 files changed, 0 insertions, 306 deletions
diff --git a/lib/libass/xbmc/libass_win32/libass_win32_vs2008.vcproj b/lib/libass/xbmc/libass_win32/libass_win32_vs2008.vcproj deleted file mode 100644 index 9fa3f80a3f..0000000000 --- a/lib/libass/xbmc/libass_win32/libass_win32_vs2008.vcproj +++ /dev/null @@ -1,306 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="libass_dll" - ProjectGUID="{BA5B08FC-2ECB-4571-9F25-F8054522FC65}" - RootNamespace="libass_win32" - Keyword="Win32Proj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)libs\$(ProjectName)\$(ConfigurationName)\" - IntermediateDirectory="$(SolutionDir)objs\$(ProjectName)\$(ConfigurationName)\" - ConfigurationType="2" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\..\..\lib\libiconv\include;..\..\..\..\lib\freetype\include\freetype2;..\..\..\..\lib\freetype\include;.\;..\..\..\..\lib\enca\lib" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBASS_WIN32_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="4" - CompileAs="1" - DisableSpecificWarnings="4001;4996;4244;4267;4018;4005" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="fontconfig.lib" - OutputFile="..\..\..\..\system\players\dvdplayer\libass.dll" - LinkIncremental="2" - AdditionalLibraryDirectories="" - IgnoreDefaultLibraryNames="LIBCMTD" - ModuleDefinitionFile="libass.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="Debug/libass_win32.pdb" - SubSystem="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary="Debug/libass_win32.lib" - 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)libs\$(ProjectName)\$(ConfigurationName)\" - IntermediateDirectory="$(SolutionDir)objs\$(ProjectName)\$(ConfigurationName)\" - ConfigurationType="2" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - AdditionalIncludeDirectories="..\..\..\..\lib\libiconv\include;..\..\..\..\lib\freetype\include\freetype2;..\..\..\..\lib\freetype\include;.\;..\..\..\..\lib\enca\lib" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBASS_WIN32_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="0" - CompileAs="1" - DisableSpecificWarnings="4001;4996;4244;4267;4018;4005" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="fontconfig.lib" - OutputFile="..\..\..\..\system\players\dvdplayer\libass.dll" - LinkIncremental="1" - AdditionalLibraryDirectories="" - IgnoreDefaultLibraryNames="libcmt;libcmtd" - ModuleDefinitionFile="libass.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="Release/$(TargetName).pdb" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary="Release/libass_win32.lib" - 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="Headers" - > - <File - RelativePath="..\..\libass\ass.h" - > - </File> - <File - RelativePath="..\..\libass\ass_bitmap.h" - > - </File> - <File - RelativePath="..\..\libass\ass_cache.h" - > - </File> - <File - RelativePath="..\..\libass\ass_cache_template.h" - > - </File> - <File - RelativePath="..\..\libass\ass_drawing.h" - > - </File> - <File - RelativePath="..\..\libass\ass_font.h" - > - </File> - <File - RelativePath="..\..\libass\ass_fontconfig.h" - > - </File> - <File - RelativePath="..\..\libass\ass_library.h" - > - </File> - <File - RelativePath="..\..\libass\ass_parse.h" - > - </File> - <File - RelativePath="..\..\libass\ass_render.h" - > - </File> - <File - RelativePath="..\..\libass\ass_types.h" - > - </File> - <File - RelativePath="..\..\libass\ass_utils.h" - > - </File> - </Filter> - <Filter - Name="Sources" - > - <File - RelativePath="..\..\libass\ass.c" - > - </File> - <File - RelativePath="..\..\libass\ass_bitmap.c" - > - </File> - <File - RelativePath="..\..\libass\ass_cache.c" - > - </File> - <File - RelativePath="..\..\libass\ass_drawing.c" - > - </File> - <File - RelativePath="..\..\libass\ass_font.c" - > - </File> - <File - RelativePath="..\..\libass\ass_fontconfig.c" - > - </File> - <File - RelativePath="..\..\libass\ass_library.c" - > - </File> - <File - RelativePath="..\..\libass\ass_parse.c" - > - </File> - <File - RelativePath="..\..\libass\ass_render.c" - > - </File> - <File - RelativePath="..\..\libass\ass_render_api.c" - > - </File> - <File - RelativePath="..\..\libass\ass_strtod.c" - > - </File> - <File - RelativePath="..\..\libass\ass_utils.c" - > - </File> - </Filter> - <File - RelativePath=".\config.h" - > - </File> - <File - RelativePath="..\..\..\..\xbmc\lib\libass\libass_win32\libass.def" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |