Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

155 lines
7.9KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{84B0AF1D-D52E-4BDF-8FD5-A8DBF12DDA1B}</ProjectGuid>
  23. <RootNamespace>libhls</RootNamespace>
  24. <Keyword>Win32Proj</Keyword>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <PlatformToolset>v143</PlatformToolset>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <PlatformToolset>v143</PlatformToolset>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <PlatformToolset>v143</PlatformToolset>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <PlatformToolset>v143</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  50. <ImportGroup Label="ExtensionSettings">
  51. </ImportGroup>
  52. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. </ImportGroup>
  58. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <PropertyGroup Label="UserMacros" />
  65. <PropertyGroup>
  66. <_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  69. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  70. <IntDir>$(Configuration)\</IntDir>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  75. <IntDir>$(Configuration)\</IntDir>
  76. </PropertyGroup>
  77. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <ClCompile>
  79. <Optimization>Disabled</Optimization>
  80. <AdditionalIncludeDirectories>.;include;..\libmpeg\include;..\libmov\include</AdditionalIncludeDirectories>
  81. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;OS_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  82. <MinimalRebuild>true</MinimalRebuild>
  83. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  84. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  85. <PrecompiledHeader />
  86. <WarningLevel>Level4</WarningLevel>
  87. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  88. <EnablePREfast>true</EnablePREfast>
  89. </ClCompile>
  90. </ItemDefinitionGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  92. <ClCompile>
  93. <Optimization>Disabled</Optimization>
  94. <AdditionalIncludeDirectories>.;include;..\libmpeg\include;..\libmov\include</AdditionalIncludeDirectories>
  95. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;OS_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  97. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  98. <PrecompiledHeader>
  99. </PrecompiledHeader>
  100. <WarningLevel>Level4</WarningLevel>
  101. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  102. <EnablePREfast>true</EnablePREfast>
  103. </ClCompile>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  106. <ClCompile>
  107. <Optimization>MaxSpeed</Optimization>
  108. <IntrinsicFunctions>true</IntrinsicFunctions>
  109. <AdditionalIncludeDirectories>.;include;..\libmpeg\include;..\libmov\include</AdditionalIncludeDirectories>
  110. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;OS_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  112. <FunctionLevelLinking>true</FunctionLevelLinking>
  113. <PrecompiledHeader />
  114. <WarningLevel>Level4</WarningLevel>
  115. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  116. <EnablePREfast>true</EnablePREfast>
  117. </ClCompile>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  120. <ClCompile>
  121. <Optimization>MaxSpeed</Optimization>
  122. <IntrinsicFunctions>true</IntrinsicFunctions>
  123. <AdditionalIncludeDirectories>.;include;..\libmpeg\include;..\libmov\include</AdditionalIncludeDirectories>
  124. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;OS_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <PrecompiledHeader>
  128. </PrecompiledHeader>
  129. <WarningLevel>Level4</WarningLevel>
  130. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  131. <EnablePREfast>true</EnablePREfast>
  132. </ClCompile>
  133. </ItemDefinitionGroup>
  134. <ItemGroup>
  135. <ClCompile Include="source\hls-fmp4.c" />
  136. <ClCompile Include="source\hls-m3u8.c" />
  137. <ClCompile Include="source\hls-master.c" />
  138. <ClCompile Include="source\hls-media.c" />
  139. <ClCompile Include="source\hls-parser.c" />
  140. <ClCompile Include="source\hls-playlist.c" />
  141. <ClCompile Include="source\hls-string.c" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ClInclude Include="include\hls-fmp4.h" />
  145. <ClInclude Include="include\hls-m3u8.h" />
  146. <ClInclude Include="include\hls-media.h" />
  147. <ClInclude Include="include\hls-param.h" />
  148. <ClInclude Include="include\hls-parser.h" />
  149. <ClInclude Include="include\hls-string.h" />
  150. <ClInclude Include="source\hls-h264.h" />
  151. </ItemGroup>
  152. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  153. <ImportGroup Label="ExtensionTargets">
  154. </ImportGroup>
  155. </Project>