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/cmyth/Win32 | |
parent | 4a57f591e6db57864c888bbc327bb335dd2241ef (diff) |
[win32] Cleanup: delete old project files
Diffstat (limited to 'lib/cmyth/Win32')
-rw-r--r-- | lib/cmyth/Win32/libcmyth.vcproj | 294 |
1 files changed, 0 insertions, 294 deletions
diff --git a/lib/cmyth/Win32/libcmyth.vcproj b/lib/cmyth/Win32/libcmyth.vcproj deleted file mode 100644 index 55cf9af0ed..0000000000 --- a/lib/cmyth/Win32/libcmyth.vcproj +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="libcmyth_dll" - ProjectGUID="{F9E6874D-60A8-49BA-9393-A2105E63ABCF}" - RootNamespace="libcmyth" - 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="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..;../include;include;../librefmem;../libcmyth" - PreprocessorDefinitions="WIN32;DEBUG;_LIB;inline=__inline; _CRT_SECURE_NO_WARNINGS" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)/libcmythd.pdb" - WarningLevel="3" - DebugInformationFormat="3" - CompileAs="1" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="ws2_32.lib mysqlclient.lib" - OutputFile="..\..\..\..\system\libcmyth.dll" - AdditionalLibraryDirectories="$(ProjectDir)lib" - IgnoreDefaultLibraryNames="LIBCMT" - ModuleDefinitionFile="libcmyth.def" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary="$(TargetName).lib" - /> - <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="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..;../include;include;../librefmem;../libcmyth" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;inline=__inline; _CRT_SECURE_NO_WARNINGS" - RuntimeLibrary="2" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - CompileAs="1" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="ws2_32.lib mysqlclient.lib" - OutputFile="..\..\..\..\system\libcmyth.dll" - AdditionalLibraryDirectories="$(ProjectDir)lib" - IgnoreDefaultLibraryNames="LIBCMT" - ModuleDefinitionFile="libcmyth.def" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary="$(TargetName).lib" - /> - <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="h;cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\libcmyth\bookmark.c" - > - </File> - <File - RelativePath="..\include\cmyth\cmyth.h" - > - </File> - <File - RelativePath="..\libcmyth\cmyth_local.h" - > - </File> - <File - RelativePath="..\libcmyth\commbreak.c" - > - </File> - <File - RelativePath="..\libcmyth\connection.c" - > - </File> - <File - RelativePath="..\libcmyth\debug.c" - > - </File> - <File - RelativePath="..\libcmyth\event.c" - > - </File> - <File - RelativePath="..\libcmyth\file.c" - > - </File> - <File - RelativePath="..\libcmyth\freespace.c" - > - </File> - <File - RelativePath="..\libcmyth\keyframe.c" - > - </File> - <File - RelativePath="..\libcmyth\livetv.c" - > - </File> - <File - RelativePath="..\libcmyth\mysql_query.c" - > - </File> - <File - RelativePath="..\libcmyth\mythtv_mysql.c" - > - </File> - <File - RelativePath="..\libcmyth\posmap.c" - > - </File> - <File - RelativePath="..\libcmyth\proginfo.c" - > - </File> - <File - RelativePath="..\libcmyth\proglist.c" - > - </File> - <File - RelativePath="..\libcmyth\rec_num.c" - > - </File> - <File - RelativePath="..\libcmyth\recorder.c" - > - </File> - <File - RelativePath="..\libcmyth\ringbuf.c" - > - </File> - <File - RelativePath="..\libcmyth\safe_string.h" - > - </File> - <File - RelativePath="..\libcmyth\socket.c" - > - </File> - <File - RelativePath="..\libcmyth\timestamp.c" - > - </File> - <File - RelativePath="..\libcmyth\utf8tolatin1.c" - > - </File> - </Filter> - <Filter - Name="refmem" - > - <File - RelativePath="..\librefmem\alloc.c" - > - </File> - <File - RelativePath="..\librefmem\debug_refmem.c" - > - </File> - <File - RelativePath="..\librefmem\refmem_local.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |