Vorbis File.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Emscripten">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Emscripten</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|ARM">
  21. <Configuration>Release</Configuration>
  22. <Platform>ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Emscripten">
  25. <Configuration>Release</Configuration>
  26. <Platform>Emscripten</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectName>Vorbis File</ProjectName>
  39. <ProjectGuid>{CEBDE98B-A6AA-46E6-BC79-FAAF823DB9EC}</ProjectGuid>
  40. <RootNamespace>libvorbisfile</RootNamespace>
  41. <Keyword>Win32Proj</Keyword>
  42. <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <PlatformToolset>v140_xp</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <WholeProgramOptimization>true</WholeProgramOptimization>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  52. <ConfigurationType>StaticLibrary</ConfigurationType>
  53. <PlatformToolset>v140</PlatformToolset>
  54. <CharacterSet>Unicode</CharacterSet>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  58. <ConfigurationType>StaticLibrary</ConfigurationType>
  59. <PlatformToolset>v140_xp</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  63. <ConfigurationType>StaticLibrary</ConfigurationType>
  64. <PlatformToolset>v140</PlatformToolset>
  65. <CharacterSet>Unicode</CharacterSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  68. <ConfigurationType>StaticLibrary</ConfigurationType>
  69. <PlatformToolset>v140_xp</PlatformToolset>
  70. <CharacterSet>Unicode</CharacterSet>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  74. <ConfigurationType>StaticLibrary</ConfigurationType>
  75. <PlatformToolset>emcc</PlatformToolset>
  76. <CharacterSet>Unicode</CharacterSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  79. <ConfigurationType>StaticLibrary</ConfigurationType>
  80. <PlatformToolset>v140_xp</PlatformToolset>
  81. <CharacterSet>Unicode</CharacterSet>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  84. <ConfigurationType>StaticLibrary</ConfigurationType>
  85. <PlatformToolset>v120</PlatformToolset>
  86. <CharacterSet>Unicode</CharacterSet>
  87. </PropertyGroup>
  88. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  89. <ImportGroup Label="ExtensionSettings">
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  98. </ImportGroup>
  99. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  100. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  101. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  102. </ImportGroup>
  103. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  110. </ImportGroup>
  111. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  112. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  113. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  114. </ImportGroup>
  115. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  116. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  117. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  118. </ImportGroup>
  119. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  120. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  121. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  122. </ImportGroup>
  123. <PropertyGroup Label="UserMacros" />
  124. <PropertyGroup>
  125. <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
  126. </PropertyGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  128. <ClCompile>
  129. <Optimization>Disabled</Optimization>
  130. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  131. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <MinimalRebuild>true</MinimalRebuild>
  133. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  134. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  135. <PrecompiledHeader />
  136. <WarningLevel>Level3</WarningLevel>
  137. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  138. <CallingConvention>Cdecl</CallingConvention>
  139. </ClCompile>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  142. <ClCompile>
  143. <Optimization>Disabled</Optimization>
  144. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  145. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. <MinimalRebuild>true</MinimalRebuild>
  147. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  148. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  149. <PrecompiledHeader>
  150. </PrecompiledHeader>
  151. <WarningLevel>Level3</WarningLevel>
  152. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  153. <CallingConvention>Cdecl</CallingConvention>
  154. </ClCompile>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  157. <Midl>
  158. <TargetEnvironment>X64</TargetEnvironment>
  159. </Midl>
  160. <ClCompile>
  161. <Optimization>Disabled</Optimization>
  162. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  163. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. <MinimalRebuild>true</MinimalRebuild>
  165. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  166. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  167. <PrecompiledHeader />
  168. <WarningLevel>Level3</WarningLevel>
  169. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  170. <CallingConvention>Cdecl</CallingConvention>
  171. </ClCompile>
  172. </ItemDefinitionGroup>
  173. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  174. <Midl />
  175. <ClCompile>
  176. <Optimization>Disabled</Optimization>
  177. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  178. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  179. <MinimalRebuild>true</MinimalRebuild>
  180. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  181. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  182. <PrecompiledHeader>
  183. </PrecompiledHeader>
  184. <WarningLevel>Level3</WarningLevel>
  185. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  186. <CallingConvention>Cdecl</CallingConvention>
  187. </ClCompile>
  188. </ItemDefinitionGroup>
  189. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  190. <ClCompile>
  191. <WholeProgramOptimization>false</WholeProgramOptimization>
  192. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  193. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  194. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  195. <PrecompiledHeader />
  196. <WarningLevel>Level3</WarningLevel>
  197. <DebugInformationFormat />
  198. <CallingConvention>Cdecl</CallingConvention>
  199. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  200. <IntrinsicFunctions>true</IntrinsicFunctions>
  201. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  202. <OmitFramePointers>true</OmitFramePointers>
  203. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  204. <StringPooling>true</StringPooling>
  205. <BufferSecurityCheck>false</BufferSecurityCheck>
  206. <FunctionLevelLinking>true</FunctionLevelLinking>
  207. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  208. <FloatingPointModel>Fast</FloatingPointModel>
  209. <Optimization>Full</Optimization>
  210. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  211. <ControlFlowGuard>false</ControlFlowGuard>
  212. <ExceptionHandling>false</ExceptionHandling>
  213. </ClCompile>
  214. </ItemDefinitionGroup>
  215. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  216. <ClCompile>
  217. <WholeProgramOptimization>false</WholeProgramOptimization>
  218. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  219. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  220. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  221. <PrecompiledHeader>
  222. </PrecompiledHeader>
  223. <WarningLevel>Level3</WarningLevel>
  224. <DebugInformationFormat>
  225. </DebugInformationFormat>
  226. <CallingConvention>Cdecl</CallingConvention>
  227. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  228. <IntrinsicFunctions>true</IntrinsicFunctions>
  229. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  230. <OmitFramePointers>true</OmitFramePointers>
  231. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  232. <StringPooling>true</StringPooling>
  233. <BufferSecurityCheck>false</BufferSecurityCheck>
  234. <FunctionLevelLinking>true</FunctionLevelLinking>
  235. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  236. <FloatingPointModel>Fast</FloatingPointModel>
  237. <Optimization>Full</Optimization>
  238. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  239. <ControlFlowGuard>false</ControlFlowGuard>
  240. <ExceptionHandling>false</ExceptionHandling>
  241. </ClCompile>
  242. </ItemDefinitionGroup>
  243. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  244. <Midl>
  245. <TargetEnvironment>X64</TargetEnvironment>
  246. </Midl>
  247. <ClCompile>
  248. <WholeProgramOptimization>false</WholeProgramOptimization>
  249. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  250. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  251. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  252. <PrecompiledHeader />
  253. <WarningLevel>Level3</WarningLevel>
  254. <DebugInformationFormat />
  255. <CallingConvention>Cdecl</CallingConvention>
  256. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  257. <IntrinsicFunctions>true</IntrinsicFunctions>
  258. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  259. <OmitFramePointers>true</OmitFramePointers>
  260. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  261. <StringPooling>true</StringPooling>
  262. <BufferSecurityCheck>false</BufferSecurityCheck>
  263. <FunctionLevelLinking>true</FunctionLevelLinking>
  264. <EnableEnhancedInstructionSet>
  265. </EnableEnhancedInstructionSet>
  266. <FloatingPointModel>Fast</FloatingPointModel>
  267. <Optimization>Full</Optimization>
  268. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  269. <ControlFlowGuard>false</ControlFlowGuard>
  270. <ExceptionHandling>false</ExceptionHandling>
  271. </ClCompile>
  272. </ItemDefinitionGroup>
  273. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  274. <Midl />
  275. <ClCompile>
  276. <WholeProgramOptimization>false</WholeProgramOptimization>
  277. <AdditionalIncludeDirectories>..\include;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  278. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  279. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  280. <PrecompiledHeader>
  281. </PrecompiledHeader>
  282. <WarningLevel>Level3</WarningLevel>
  283. <DebugInformationFormat>
  284. </DebugInformationFormat>
  285. <CallingConvention>Cdecl</CallingConvention>
  286. </ClCompile>
  287. </ItemDefinitionGroup>
  288. <ItemGroup>
  289. <ProjectReference Include="..\libvorbis\libvorbis_static.vcxproj">
  290. <Project>{3a214e06-b95e-4d61-a291-1f8df2ec10fd}</Project>
  291. <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
  292. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  293. </ProjectReference>
  294. </ItemGroup>
  295. <ItemGroup>
  296. <ClCompile Include="..\lib\vorbisfile.c" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <ClInclude Include="..\include\vorbis\vorbisfile.h" />
  300. </ItemGroup>
  301. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  302. <ImportGroup Label="ExtensionTargets">
  303. </ImportGroup>
  304. </Project>