libshout.2017.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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>{D3D8B329-20BE-475E-9E83-653CEA0E0EF5}</ProjectGuid>
  23. <RootNamespace>libshout</RootNamespace>
  24. <ProjectName>libshout</ProjectName>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  33. <ConfigurationType>StaticLibrary</ConfigurationType>
  34. <CharacterSet>MultiByte</CharacterSet>
  35. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  38. <ConfigurationType>StaticLibrary</ConfigurationType>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <Import Project="$(SolutionDir)\w32\download_libshout.props" Condition=" '$(downloadlibshoutPropsImported)' == '' " />
  49. <ImportGroup Label="ExtensionSettings">
  50. </ImportGroup>
  51. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. <Import Project="..\..\..\w32\extlib.props" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="..\..\..\w32\extlib.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="..\..\..\w32\extlib.props" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="..\..\..\w32\extlib.props" />
  66. </ImportGroup>
  67. <PropertyGroup Label="UserMacros" />
  68. <PropertyGroup>
  69. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  70. </PropertyGroup>
  71. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <ClCompile>
  73. <Optimization>MaxSpeed</Optimization>
  74. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  75. <AdditionalIncludeDirectories>.\;..\..\libshout-2.2.2\src;..\..\libshout-2.2.2\include;..\..\libogg-1.1.3\include;..\..\pthreads-w32-2-9-1;..\..\libshout-2.2.2\win32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  76. <PreprocessorDefinitions>_TIMESPEC_DEFINED;WIN32;_LIB;_WIN32;VERSION="2.0.0";LIBSHOUT_MAJOR=2;LIBSHOUT_MINOR=0;LIBSHOUT_MICRO=0;HAVE_WINSOCK2_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. <StringPooling>true</StringPooling>
  78. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  79. <FunctionLevelLinking>true</FunctionLevelLinking>
  80. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  81. <SuppressStartupBanner>true</SuppressStartupBanner>
  82. </ClCompile>
  83. <ResourceCompile>
  84. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85. <Culture>0x0409</Culture>
  86. </ResourceCompile>
  87. <Lib>
  88. <SuppressStartupBanner>true</SuppressStartupBanner>
  89. </Lib>
  90. </ItemDefinitionGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  92. <Midl>
  93. <TargetEnvironment>X64</TargetEnvironment>
  94. </Midl>
  95. <ClCompile>
  96. <Optimization>MaxSpeed</Optimization>
  97. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  98. <AdditionalIncludeDirectories>.\;..\..\libshout-2.2.2\src;..\..\libshout-2.2.2\include;..\..\libogg-1.1.3\include;..\..\pthreads-w32-2-9-1;..\..\libshout-2.2.2\win32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  99. <PreprocessorDefinitions>_TIMESPEC_DEFINED;WIN32;_LIB;_WIN32;VERSION="2.0.0";LIBSHOUT_MAJOR=2;LIBSHOUT_MINOR=0;LIBSHOUT_MICRO=0;HAVE_WINSOCK2_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <StringPooling>true</StringPooling>
  101. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  102. <FunctionLevelLinking>true</FunctionLevelLinking>
  103. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  104. <SuppressStartupBanner>true</SuppressStartupBanner>
  105. </ClCompile>
  106. <ResourceCompile>
  107. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <Culture>0x0409</Culture>
  109. </ResourceCompile>
  110. <Lib>
  111. <SuppressStartupBanner>true</SuppressStartupBanner>
  112. </Lib>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  115. <ClCompile>
  116. <Optimization>Disabled</Optimization>
  117. <AdditionalIncludeDirectories>.\;..\..\libshout-2.2.2\src;..\..\libshout-2.2.2\include;..\..\libogg-1.1.3\include;..\..\pthreads-w32-2-9-1;..\..\libshout-2.2.2\win32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  118. <PreprocessorDefinitions>_TIMESPEC_DEFINED;WIN32;_DEBUG;_LIB;_WIN32;VERSION="2.0.0";LIBSHOUT_MAJOR=2;LIBSHOUT_MINOR=0;LIBSHOUT_MICRO=0;HAVE_WINSOCK2_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <MinimalRebuild>true</MinimalRebuild>
  120. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  121. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  122. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  123. <SuppressStartupBanner>true</SuppressStartupBanner>
  124. </ClCompile>
  125. <ResourceCompile>
  126. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <Culture>0x0409</Culture>
  128. </ResourceCompile>
  129. <Lib>
  130. <SuppressStartupBanner>true</SuppressStartupBanner>
  131. </Lib>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  134. <Midl>
  135. <TargetEnvironment>X64</TargetEnvironment>
  136. </Midl>
  137. <ClCompile>
  138. <Optimization>Disabled</Optimization>
  139. <AdditionalIncludeDirectories>.\;..\..\libshout-2.2.2\src;..\..\libshout-2.2.2\include;..\..\libogg-1.1.3\include;..\..\pthreads-w32-2-9-1;..\..\libshout-2.2.2\win32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  140. <PreprocessorDefinitions>_TIMESPEC_DEFINED;WIN32;_DEBUG;_LIB;_WIN32;VERSION="2.0.0";LIBSHOUT_MAJOR=2;LIBSHOUT_MINOR=0;LIBSHOUT_MICRO=0;HAVE_WINSOCK2_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <MinimalRebuild>true</MinimalRebuild>
  142. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  143. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  144. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  145. <SuppressStartupBanner>true</SuppressStartupBanner>
  146. </ClCompile>
  147. <ResourceCompile>
  148. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <Culture>0x0409</Culture>
  150. </ResourceCompile>
  151. <Lib>
  152. <SuppressStartupBanner>true</SuppressStartupBanner>
  153. </Lib>
  154. </ItemDefinitionGroup>
  155. <ItemGroup>
  156. <ClCompile Include="..\..\libshout-2.2.2\src\avl\avl.c" />
  157. <ClCompile Include="..\..\libshout-2.2.2\src\httpp\httpp.c" />
  158. <ClCompile Include="..\..\libshout-2.2.2\src\mp3.c" />
  159. <ClCompile Include="..\..\libshout-2.2.2\src\ogg.c" />
  160. <ClCompile Include="..\..\libshout-2.2.2\src\net\resolver.c" />
  161. <ClCompile Include="..\..\libshout-2.2.2\src\shout.c" />
  162. <ClCompile Include="..\..\libshout-2.2.2\src\net\sock.c" />
  163. <ClCompile Include="..\..\libshout-2.2.2\src\thread\thread.c" />
  164. <ClCompile Include="..\..\libshout-2.2.2\src\timing\timing.c" />
  165. <ClCompile Include="..\..\libshout-2.2.2\src\util.c" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ClInclude Include="..\..\libshout-2.2.2\src\avl\avl.h" />
  169. <ClInclude Include="..\..\libshout-2.2.2\src\httpp\httpp.h" />
  170. <ClInclude Include="..\..\libshout-2.2.2\src\net\resolver.h" />
  171. <ClInclude Include="..\..\libshout-2.2.2\src\shout_ogg.h" />
  172. <ClInclude Include="..\..\libshout-2.2.2\src\shout_private.h" />
  173. <ClInclude Include="..\..\libshout-2.2.2\src\net\sock.h" />
  174. <ClInclude Include="..\..\libshout-2.2.2\src\thread\thread.h" />
  175. <ClInclude Include="..\..\libshout-2.2.2\src\timing\timing.h" />
  176. <ClInclude Include="..\..\libshout-2.2.2\src\util.h" />
  177. <ClInclude Include="..\..\libshout-2.2.2\include\os.h" />
  178. <ClInclude Include="shout\shout.h" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ProjectReference Include="..\libogg\libogg.2017.vcxproj">
  182. <Project>{0feeaec6-4399-4c46-b7db-62ece80d15b4}</Project>
  183. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  184. </ProjectReference>
  185. <ProjectReference Include="..\pthread\pthread.2017.vcxproj">
  186. <Project>{df018947-0fff-4eb3-bdee-441dc81da7a4}</Project>
  187. </ProjectReference>
  188. </ItemGroup>
  189. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  190. <ImportGroup Label="ExtensionTargets">
  191. </ImportGroup>
  192. </Project>