libvorbis.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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>{3A214E06-B95E-4D61-A291-1F8DF2EC10FD}</ProjectGuid>
  23. <RootNamespace>libvorbis</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. <CharacterSet>Unicode</CharacterSet>
  30. <WholeProgramOptimization>false</WholeProgramOptimization>
  31. <PlatformToolset>v120</PlatformToolset>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <CharacterSet>Unicode</CharacterSet>
  36. <PlatformToolset>v120</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  39. <ConfigurationType>StaticLibrary</ConfigurationType>
  40. <CharacterSet>Unicode</CharacterSet>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <PlatformToolset>v120</PlatformToolset>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <PlatformToolset>v120</PlatformToolset>
  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. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup>
  70. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  71. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug\</OutDir>
  72. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug/libvorbis\</IntDir>
  73. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  74. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  75. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release\</OutDir>
  76. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release/libvorbis\</IntDir>
  77. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  78. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <TargetName>$(ProjectName)_DEBUG</TargetName>
  82. </PropertyGroup>
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  84. <ClCompile>
  85. <Optimization>Disabled</Optimization>
  86. <AdditionalIncludeDirectories>..\..\Lib\libvorbis\lib;..\..\Lib\libvorbis\include;..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  87. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <MinimalRebuild>false</MinimalRebuild>
  89. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  90. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  91. <PrecompiledHeader>
  92. </PrecompiledHeader>
  93. <WarningLevel>Level3</WarningLevel>
  94. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  95. <CompileAs>CompileAsC</CompileAs>
  96. <CallingConvention>Cdecl</CallingConvention>
  97. <AssemblerListingLocation>.\../../Link/Debug/libvorbis/</AssemblerListingLocation>
  98. <ObjectFileName>.\../../Link/Debug/libvorbis/</ObjectFileName>
  99. <ProgramDataBaseFileName>.\../../Link/Debug/libvorbis/</ProgramDataBaseFileName>
  100. <PrecompiledHeaderOutputFile>.\../../Link/Debug/lpng/libvorbis.pch</PrecompiledHeaderOutputFile>
  101. </ClCompile>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <Midl>
  105. <TargetEnvironment>X64</TargetEnvironment>
  106. </Midl>
  107. <ClCompile>
  108. <Optimization>Disabled</Optimization>
  109. <AdditionalIncludeDirectories>..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  110. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <MinimalRebuild>true</MinimalRebuild>
  112. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  113. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  114. <PrecompiledHeader>
  115. </PrecompiledHeader>
  116. <WarningLevel>Level4</WarningLevel>
  117. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  118. <CompileAs>CompileAsC</CompileAs>
  119. <CallingConvention>Cdecl</CallingConvention>
  120. </ClCompile>
  121. </ItemDefinitionGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  123. <ClCompile>
  124. <Optimization>Full</Optimization>
  125. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  126. <IntrinsicFunctions>true</IntrinsicFunctions>
  127. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  128. <AdditionalIncludeDirectories>..\..\Lib\libvorbis\lib;..\..\Lib\libvorbis\include;..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <StringPooling>true</StringPooling>
  131. <ExceptionHandling>
  132. </ExceptionHandling>
  133. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  134. <BufferSecurityCheck>false</BufferSecurityCheck>
  135. <PrecompiledHeader>
  136. </PrecompiledHeader>
  137. <WarningLevel>Level3</WarningLevel>
  138. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  139. <CompileAs>CompileAsC</CompileAs>
  140. <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  141. <CallingConvention>Cdecl</CallingConvention>
  142. <AssemblerListingLocation>.\../../Link/Release/libvorbis/</AssemblerListingLocation>
  143. <ObjectFileName>.\../../Link/Release/libvorbis/</ObjectFileName>
  144. <ProgramDataBaseFileName>.\../../Link/Release/libvorbis/</ProgramDataBaseFileName>
  145. </ClCompile>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  148. <Midl>
  149. <TargetEnvironment>X64</TargetEnvironment>
  150. </Midl>
  151. <ClCompile>
  152. <Optimization>Full</Optimization>
  153. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  156. <AdditionalIncludeDirectories>..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  157. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  158. <StringPooling>true</StringPooling>
  159. <ExceptionHandling>
  160. </ExceptionHandling>
  161. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  162. <BufferSecurityCheck>false</BufferSecurityCheck>
  163. <PrecompiledHeader>
  164. </PrecompiledHeader>
  165. <WarningLevel>Level4</WarningLevel>
  166. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  167. <CompileAs>CompileAsC</CompileAs>
  168. <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  169. <CallingConvention>Cdecl</CallingConvention>
  170. </ClCompile>
  171. </ItemDefinitionGroup>
  172. <ItemGroup>
  173. <ClCompile Include="..\..\Lib\libvorbis\analysis.c" />
  174. <ClCompile Include="..\..\Lib\libvorbis\bitrate.c" />
  175. <ClCompile Include="..\..\Lib\libvorbis\block.c" />
  176. <ClCompile Include="..\..\Lib\libvorbis\codebook.c" />
  177. <ClCompile Include="..\..\Lib\libvorbis\envelope.c" />
  178. <ClCompile Include="..\..\Lib\libvorbis\floor0.c" />
  179. <ClCompile Include="..\..\Lib\libvorbis\floor1.c" />
  180. <ClCompile Include="..\..\Lib\libvorbis\info.c" />
  181. <ClCompile Include="..\..\Lib\libvorbis\lookup.c" />
  182. <ClCompile Include="..\..\Lib\libvorbis\lpc.c" />
  183. <ClCompile Include="..\..\Lib\libvorbis\lsp.c" />
  184. <ClCompile Include="..\..\Lib\libvorbis\mapping0.c" />
  185. <ClCompile Include="..\..\Lib\libvorbis\mdct.c" />
  186. <ClCompile Include="..\..\Lib\libvorbis\psy.c" />
  187. <ClCompile Include="..\..\Lib\libvorbis\registry.c" />
  188. <ClCompile Include="..\..\Lib\libvorbis\res0.c" />
  189. <ClCompile Include="..\..\Lib\libvorbis\sharedbook.c" />
  190. <ClCompile Include="..\..\Lib\libvorbis\smallft.c" />
  191. <ClCompile Include="..\..\Lib\libvorbis\synthesis.c" />
  192. <ClCompile Include="..\..\Lib\libvorbis\vorbisenc.c" />
  193. <ClCompile Include="..\..\lib\libvorbis\vorbisfile.c" />
  194. <ClCompile Include="..\..\Lib\libvorbis\window.c" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <ClInclude Include="..\..\Lib\libvorbis\backends.h" />
  198. <ClInclude Include="..\..\Lib\libvorbis\bitrate.h" />
  199. <ClInclude Include="..\..\Lib\libvorbis\codebook.h" />
  200. <ClInclude Include="..\..\Lib\libvorbis\include\vorbis\codec.h" />
  201. <ClInclude Include="..\..\Lib\libvorbis\codec_internal.h" />
  202. <ClInclude Include="..\..\Lib\libvorbis\envelope.h" />
  203. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\floor_all.h" />
  204. <ClInclude Include="..\..\Lib\libvorbis\lib\books\floor\floor_books.h" />
  205. <ClInclude Include="..\..\Lib\libvorbis\highlevel.h" />
  206. <ClInclude Include="..\..\Lib\libvorbis\lookup.h" />
  207. <ClInclude Include="..\..\Lib\libvorbis\lookup_data.h" />
  208. <ClInclude Include="..\..\Lib\libvorbis\lpc.h" />
  209. <ClInclude Include="..\..\Lib\libvorbis\lsp.h" />
  210. <ClInclude Include="..\..\Lib\libvorbis\masking.h" />
  211. <ClInclude Include="..\..\Lib\libvorbis\mdct.h" />
  212. <ClInclude Include="..\..\Lib\libvorbis\misc.h" />
  213. <ClInclude Include="..\..\Lib\libvorbis\os.h" />
  214. <ClInclude Include="..\..\Lib\libvorbis\psy.h" />
  215. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\psych_11.h" />
  216. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\psych_16.h" />
  217. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\psych_44.h" />
  218. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\psych_8.h" />
  219. <ClInclude Include="..\..\Lib\libvorbis\registry.h" />
  220. <ClInclude Include="..\..\Lib\libvorbis\lib\books\coupled\res_books_stereo.h" />
  221. <ClInclude Include="..\..\Lib\libvorbis\lib\books\uncoupled\res_books_uncoupled.h" />
  222. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\residue_16.h" />
  223. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\residue_44.h" />
  224. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\residue_44u.h" />
  225. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\residue_8.h" />
  226. <ClInclude Include="..\..\Lib\libvorbis\scales.h" />
  227. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_11.h" />
  228. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_16.h" />
  229. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_22.h" />
  230. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_32.h" />
  231. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_44.h" />
  232. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_44u.h" />
  233. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_8.h" />
  234. <ClInclude Include="..\..\Lib\libvorbis\lib\modes\setup_X.h" />
  235. <ClInclude Include="..\..\Lib\libvorbis\smallft.h" />
  236. <ClInclude Include="..\..\Lib\libvorbis\include\vorbis\vorbisenc.h" />
  237. <ClInclude Include="..\..\Lib\libvorbis\include\vorbis\vorbisfile.h" />
  238. <ClInclude Include="..\..\Lib\libvorbis\window.h" />
  239. </ItemGroup>
  240. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  241. <ImportGroup Label="ExtensionTargets">
  242. </ImportGroup>
  243. </Project>