diff options
Diffstat (limited to 'lib/libhts/Win32/libhts_2008.vcproj')
-rw-r--r-- | lib/libhts/Win32/libhts_2008.vcproj | 237 |
1 files changed, 0 insertions, 237 deletions
diff --git a/lib/libhts/Win32/libhts_2008.vcproj b/lib/libhts/Win32/libhts_2008.vcproj deleted file mode 100644 index ecbbe616c9..0000000000 --- a/lib/libhts/Win32/libhts_2008.vcproj +++ /dev/null @@ -1,237 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="libhts" - ProjectGUID="{00700E12-A63B-4E54-B962-4011A90584BD}" - RootNamespace="libhts" - Keyword="Win32Proj" - TargetFrameworkVersion="196613" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)libs\$(ProjectName)\$(ConfigurationName)\" - IntermediateDirectory="$(SolutionDir)objs\$(ProjectName)\$(ConfigurationName)\" - ConfigurationType="4" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories=""$(ProjectDir)include"" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" - MinimalRebuild="true" - BasicRuntimeChecks="0" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - IgnoreAllDefaultLibraries="true" - IgnoreDefaultLibraryNames="" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)libs\$(ProjectName)\$(ConfigurationName)\" - IntermediateDirectory="$(SolutionDir)objs\$(ProjectName)\$(ConfigurationName)\" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories=""$(ProjectDir)include"" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" - ExceptionHandling="0" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - IgnoreAllDefaultLibraries="true" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <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="..\config.h" - > - </File> - <File - RelativePath="..\hts_strtab.h" - > - </File> - <File - RelativePath="..\htsatomic.c" - > - </File> - <File - RelativePath="..\htsatomic.h" - > - </File> - <File - RelativePath="..\htsbuf.c" - > - </File> - <File - RelativePath="..\htsbuf.h" - > - </File> - <File - RelativePath="..\htsmsg.c" - > - </File> - <File - RelativePath="..\htsmsg.h" - > - </File> - <File - RelativePath="..\htsmsg_binary.c" - > - </File> - <File - RelativePath="..\htsmsg_binary.h" - > - </File> - <File - RelativePath="..\htsq.h" - > - </File> - <File - RelativePath="..\htsstr.c" - > - </File> - <File - RelativePath="..\htsstr.h" - > - </File> - <File - RelativePath="..\htsthreads.h" - > - </File> - <File - RelativePath=".\include\msvc.h" - > - </File> - <File - RelativePath="..\net.h" - > - </File> - <File - RelativePath="..\net_winsock.c" - > - </File> - <File - RelativePath="..\sha1.c" - > - </File> - <File - RelativePath="..\sha1.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |