celt.vcxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="DebugDLL|Win32">
  5. <Configuration>DebugDLL</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugDLL|x64">
  9. <Configuration>DebugDLL</Configuration>
  10. <Platform>x64</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="ReleaseDLL|Win32">
  21. <Configuration>ReleaseDLL</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="ReleaseDLL|x64">
  25. <Configuration>ReleaseDLL</Configuration>
  26. <Platform>x64</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. <ItemGroup>
  38. <ClCompile Include="..\..\celt\bands.c" />
  39. <ClCompile Include="..\..\celt\celt.c" />
  40. <ClCompile Include="..\..\celt\celt_decoder.c" />
  41. <ClCompile Include="..\..\celt\celt_encoder.c" />
  42. <ClCompile Include="..\..\celt\celt_lpc.c" />
  43. <ClCompile Include="..\..\celt\cwrs.c" />
  44. <ClCompile Include="..\..\celt\entcode.c" />
  45. <ClCompile Include="..\..\celt\entdec.c" />
  46. <ClCompile Include="..\..\celt\entenc.c" />
  47. <ClCompile Include="..\..\celt\kiss_fft.c" />
  48. <ClCompile Include="..\..\celt\laplace.c" />
  49. <ClCompile Include="..\..\celt\mathops.c" />
  50. <ClCompile Include="..\..\celt\mdct.c" />
  51. <ClCompile Include="..\..\celt\modes.c" />
  52. <ClCompile Include="..\..\celt\pitch.c" />
  53. <ClCompile Include="..\..\celt\quant_bands.c" />
  54. <ClCompile Include="..\..\celt\rate.c" />
  55. <ClCompile Include="..\..\celt\vq.c" />
  56. <ClCompile Include="..\..\celt\x86\celt_lpc_sse.c" />
  57. <ClCompile Include="..\..\celt\x86\pitch_sse.c" />
  58. <ClCompile Include="..\..\celt\x86\pitch_sse2.c" />
  59. <ClCompile Include="..\..\celt\x86\pitch_sse4_1.c" />
  60. <ClCompile Include="..\..\celt\x86\x86cpu.c" />
  61. <ClCompile Include="..\..\celt\x86\x86_celt_map.c" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ClInclude Include="..\..\celt\arch.h" />
  65. <ClInclude Include="..\..\celt\bands.h" />
  66. <ClInclude Include="..\..\celt\celt.h" />
  67. <ClInclude Include="..\..\celt\celt_lpc.h" />
  68. <ClInclude Include="..\..\celt\cwrs.h" />
  69. <ClInclude Include="..\..\celt\ecintrin.h" />
  70. <ClInclude Include="..\..\celt\entcode.h" />
  71. <ClInclude Include="..\..\celt\entdec.h" />
  72. <ClInclude Include="..\..\celt\entenc.h" />
  73. <ClInclude Include="..\..\celt\fixed_c5x.h" />
  74. <ClInclude Include="..\..\celt\fixed_c6x.h" />
  75. <ClInclude Include="..\..\celt\fixed_debug.h" />
  76. <ClInclude Include="..\..\celt\fixed_generic.h" />
  77. <ClInclude Include="..\..\celt\float_cast.h" />
  78. <ClInclude Include="..\..\celt\kiss_fft.h" />
  79. <ClInclude Include="..\..\celt\laplace.h" />
  80. <ClInclude Include="..\..\celt\mathops.h" />
  81. <ClInclude Include="..\..\celt\mdct.h" />
  82. <ClInclude Include="..\..\celt\mfrngcod.h" />
  83. <ClInclude Include="..\..\celt\modes.h" />
  84. <ClInclude Include="..\..\celt\os_support.h" />
  85. <ClInclude Include="..\..\celt\pitch.h" />
  86. <ClInclude Include="..\..\celt\quant_bands.h" />
  87. <ClInclude Include="..\..\celt\rate.h" />
  88. <ClInclude Include="..\..\celt\stack_alloc.h" />
  89. <ClInclude Include="..\..\celt\static_modes_fixed.h" />
  90. <ClInclude Include="..\..\celt\static_modes_float.h" />
  91. <ClInclude Include="..\..\celt\vq.h" />
  92. <ClInclude Include="..\..\celt\x86\celt_lpc_sse.h" />
  93. <ClInclude Include="..\..\celt\x86\pitch_sse.h" />
  94. <ClInclude Include="..\..\celt\x86\x86cpu.h" />
  95. <ClInclude Include="..\..\celt\_kiss_fft_guts.h" />
  96. </ItemGroup>
  97. <PropertyGroup Label="Globals">
  98. <ProjectGuid>{245603E3-F580-41A5-9632-B25FE3372CBF}</ProjectGuid>
  99. <Keyword>Win32Proj</Keyword>
  100. <RootNamespace>celt</RootNamespace>
  101. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  102. </PropertyGroup>
  103. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  105. <ConfigurationType>StaticLibrary</ConfigurationType>
  106. <UseDebugLibraries>true</UseDebugLibraries>
  107. <CharacterSet>Unicode</CharacterSet>
  108. <PlatformToolset>v140</PlatformToolset>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
  111. <ConfigurationType>StaticLibrary</ConfigurationType>
  112. <UseDebugLibraries>true</UseDebugLibraries>
  113. <CharacterSet>Unicode</CharacterSet>
  114. <PlatformToolset>v140</PlatformToolset>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  117. <ConfigurationType>StaticLibrary</ConfigurationType>
  118. <UseDebugLibraries>true</UseDebugLibraries>
  119. <CharacterSet>Unicode</CharacterSet>
  120. <PlatformToolset>v140</PlatformToolset>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
  123. <ConfigurationType>StaticLibrary</ConfigurationType>
  124. <UseDebugLibraries>true</UseDebugLibraries>
  125. <CharacterSet>Unicode</CharacterSet>
  126. <PlatformToolset>v140</PlatformToolset>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  129. <ConfigurationType>StaticLibrary</ConfigurationType>
  130. <UseDebugLibraries>false</UseDebugLibraries>
  131. <WholeProgramOptimization>true</WholeProgramOptimization>
  132. <CharacterSet>Unicode</CharacterSet>
  133. <PlatformToolset>v140</PlatformToolset>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
  136. <ConfigurationType>StaticLibrary</ConfigurationType>
  137. <UseDebugLibraries>false</UseDebugLibraries>
  138. <WholeProgramOptimization>true</WholeProgramOptimization>
  139. <CharacterSet>Unicode</CharacterSet>
  140. <PlatformToolset>v140</PlatformToolset>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  143. <ConfigurationType>StaticLibrary</ConfigurationType>
  144. <UseDebugLibraries>false</UseDebugLibraries>
  145. <WholeProgramOptimization>true</WholeProgramOptimization>
  146. <CharacterSet>Unicode</CharacterSet>
  147. <PlatformToolset>v140</PlatformToolset>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
  150. <ConfigurationType>StaticLibrary</ConfigurationType>
  151. <UseDebugLibraries>false</UseDebugLibraries>
  152. <WholeProgramOptimization>true</WholeProgramOptimization>
  153. <CharacterSet>Unicode</CharacterSet>
  154. <PlatformToolset>v140</PlatformToolset>
  155. </PropertyGroup>
  156. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  157. <ImportGroup Label="ExtensionSettings">
  158. </ImportGroup>
  159. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  160. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  161. </ImportGroup>
  162. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
  163. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  164. </ImportGroup>
  165. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  166. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  167. </ImportGroup>
  168. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  172. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  173. </ImportGroup>
  174. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
  175. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  176. </ImportGroup>
  177. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  178. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  179. </ImportGroup>
  180. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
  181. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  182. </ImportGroup>
  183. <PropertyGroup Label="UserMacros" />
  184. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  185. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  186. <CustomBuildBeforeTargets>
  187. </CustomBuildBeforeTargets>
  188. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  189. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  192. <CustomBuildBeforeTargets />
  193. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  194. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  195. </PropertyGroup>
  196. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  197. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  198. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  199. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  200. </PropertyGroup>
  201. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  202. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  203. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  204. </PropertyGroup>
  205. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  206. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  207. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  208. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  209. </PropertyGroup>
  210. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
  211. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  212. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  213. </PropertyGroup>
  214. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  215. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  216. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  217. </PropertyGroup>
  218. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  219. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  220. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  221. </PropertyGroup>
  222. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  223. <ClCompile>
  224. <PrecompiledHeader>
  225. </PrecompiledHeader>
  226. <WarningLevel>Level3</WarningLevel>
  227. <Optimization>Disabled</Optimization>
  228. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  229. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  230. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  231. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  232. <CompileAsManaged>false</CompileAsManaged>
  233. <CompileAsWinRT>false</CompileAsWinRT>
  234. <SDLCheck>true</SDLCheck>
  235. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  236. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  237. <StringPooling>false</StringPooling>
  238. <SmallerTypeCheck>false</SmallerTypeCheck>
  239. <ControlFlowGuard>Guard</ControlFlowGuard>
  240. <FunctionLevelLinking>false</FunctionLevelLinking>
  241. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  242. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  243. <FloatingPointExceptions>true</FloatingPointExceptions>
  244. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  245. <OpenMPSupport>false</OpenMPSupport>
  246. </ClCompile>
  247. <Link>
  248. <SubSystem>Windows</SubSystem>
  249. <GenerateDebugInformation>true</GenerateDebugInformation>
  250. </Link>
  251. <PreBuildEvent>
  252. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  253. <Message>Generating version.h</Message>
  254. </PreBuildEvent>
  255. <CustomBuildStep>
  256. <Command>
  257. </Command>
  258. </CustomBuildStep>
  259. <CustomBuildStep>
  260. <Outputs>
  261. </Outputs>
  262. </CustomBuildStep>
  263. </ItemDefinitionGroup>
  264. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
  265. <ClCompile>
  266. <PrecompiledHeader>
  267. </PrecompiledHeader>
  268. <WarningLevel>Level3</WarningLevel>
  269. <Optimization>Disabled</Optimization>
  270. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  271. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  272. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  273. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  274. <CompileAsManaged>false</CompileAsManaged>
  275. <CompileAsWinRT>false</CompileAsWinRT>
  276. <SDLCheck>true</SDLCheck>
  277. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  278. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  279. <StringPooling>false</StringPooling>
  280. <SmallerTypeCheck>false</SmallerTypeCheck>
  281. <ControlFlowGuard>Guard</ControlFlowGuard>
  282. <FunctionLevelLinking>false</FunctionLevelLinking>
  283. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  284. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  285. <FloatingPointExceptions>true</FloatingPointExceptions>
  286. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  287. <OpenMPSupport>false</OpenMPSupport>
  288. </ClCompile>
  289. <Link>
  290. <SubSystem>Windows</SubSystem>
  291. <GenerateDebugInformation>true</GenerateDebugInformation>
  292. </Link>
  293. <PreBuildEvent>
  294. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  295. <Message>Generating version.h</Message>
  296. </PreBuildEvent>
  297. <CustomBuildStep>
  298. <Command>
  299. </Command>
  300. </CustomBuildStep>
  301. <CustomBuildStep>
  302. <Outputs>
  303. </Outputs>
  304. </CustomBuildStep>
  305. </ItemDefinitionGroup>
  306. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  307. <ClCompile>
  308. <PrecompiledHeader>
  309. </PrecompiledHeader>
  310. <WarningLevel>Level3</WarningLevel>
  311. <Optimization>Disabled</Optimization>
  312. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  313. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  314. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  315. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  316. <CompileAsManaged>false</CompileAsManaged>
  317. <CompileAsWinRT>false</CompileAsWinRT>
  318. <SDLCheck>true</SDLCheck>
  319. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  320. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  321. <OmitFramePointers>false</OmitFramePointers>
  322. <StringPooling>false</StringPooling>
  323. <SmallerTypeCheck>false</SmallerTypeCheck>
  324. <ControlFlowGuard>Guard</ControlFlowGuard>
  325. <FunctionLevelLinking>false</FunctionLevelLinking>
  326. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  327. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  328. <FloatingPointExceptions>true</FloatingPointExceptions>
  329. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  330. <OpenMPSupport>false</OpenMPSupport>
  331. </ClCompile>
  332. <Link>
  333. <SubSystem>Windows</SubSystem>
  334. <GenerateDebugInformation>true</GenerateDebugInformation>
  335. </Link>
  336. <PreBuildEvent>
  337. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  338. <Message>Generating version.h</Message>
  339. </PreBuildEvent>
  340. <CustomBuildStep>
  341. <Command>
  342. </Command>
  343. </CustomBuildStep>
  344. <CustomBuildStep>
  345. <Outputs>
  346. </Outputs>
  347. </CustomBuildStep>
  348. </ItemDefinitionGroup>
  349. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  350. <ClCompile>
  351. <PrecompiledHeader>
  352. </PrecompiledHeader>
  353. <WarningLevel>Level3</WarningLevel>
  354. <Optimization>Disabled</Optimization>
  355. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  356. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  357. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  358. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  359. <CompileAsManaged>false</CompileAsManaged>
  360. <CompileAsWinRT>false</CompileAsWinRT>
  361. <SDLCheck>true</SDLCheck>
  362. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  363. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  364. <OmitFramePointers>false</OmitFramePointers>
  365. <StringPooling>false</StringPooling>
  366. <SmallerTypeCheck>false</SmallerTypeCheck>
  367. <ControlFlowGuard>Guard</ControlFlowGuard>
  368. <FunctionLevelLinking>false</FunctionLevelLinking>
  369. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  370. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  371. <FloatingPointExceptions>true</FloatingPointExceptions>
  372. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  373. <OpenMPSupport>false</OpenMPSupport>
  374. </ClCompile>
  375. <Link>
  376. <SubSystem>Windows</SubSystem>
  377. <GenerateDebugInformation>true</GenerateDebugInformation>
  378. </Link>
  379. <PreBuildEvent>
  380. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  381. <Message>Generating version.h</Message>
  382. </PreBuildEvent>
  383. <CustomBuildStep>
  384. <Command>
  385. </Command>
  386. </CustomBuildStep>
  387. <CustomBuildStep>
  388. <Outputs>
  389. </Outputs>
  390. </CustomBuildStep>
  391. </ItemDefinitionGroup>
  392. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  393. <ClCompile>
  394. <WarningLevel>Level3</WarningLevel>
  395. <PrecompiledHeader>
  396. </PrecompiledHeader>
  397. <FunctionLevelLinking>true</FunctionLevelLinking>
  398. <IntrinsicFunctions>true</IntrinsicFunctions>
  399. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  400. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  401. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  402. <DebugInformationFormat>None</DebugInformationFormat>
  403. <CompileAsManaged>false</CompileAsManaged>
  404. <CompileAsWinRT>false</CompileAsWinRT>
  405. <SDLCheck>false</SDLCheck>
  406. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  407. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  408. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  409. <OmitFramePointers>true</OmitFramePointers>
  410. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  411. <StringPooling>true</StringPooling>
  412. <ExceptionHandling>false</ExceptionHandling>
  413. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  414. <BufferSecurityCheck>false</BufferSecurityCheck>
  415. <ControlFlowGuard>false</ControlFlowGuard>
  416. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  417. <FloatingPointModel>Fast</FloatingPointModel>
  418. <FloatingPointExceptions>false</FloatingPointExceptions>
  419. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  420. <OpenMPSupport>false</OpenMPSupport>
  421. </ClCompile>
  422. <Link>
  423. <SubSystem>Windows</SubSystem>
  424. <GenerateDebugInformation>true</GenerateDebugInformation>
  425. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  426. <OptimizeReferences>true</OptimizeReferences>
  427. </Link>
  428. <PreBuildEvent>
  429. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  430. <Message>Generating version.h</Message>
  431. </PreBuildEvent>
  432. <CustomBuildStep>
  433. <Command>
  434. </Command>
  435. </CustomBuildStep>
  436. <CustomBuildStep>
  437. <Outputs>
  438. </Outputs>
  439. </CustomBuildStep>
  440. </ItemDefinitionGroup>
  441. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  442. <ClCompile>
  443. <WarningLevel>Level3</WarningLevel>
  444. <PrecompiledHeader>
  445. </PrecompiledHeader>
  446. <FunctionLevelLinking>true</FunctionLevelLinking>
  447. <IntrinsicFunctions>true</IntrinsicFunctions>
  448. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  449. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  450. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  451. <DebugInformationFormat>None</DebugInformationFormat>
  452. <CompileAsManaged>false</CompileAsManaged>
  453. <CompileAsWinRT>false</CompileAsWinRT>
  454. <SDLCheck>false</SDLCheck>
  455. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  456. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  457. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  458. <OmitFramePointers>true</OmitFramePointers>
  459. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  460. <StringPooling>true</StringPooling>
  461. <ExceptionHandling>false</ExceptionHandling>
  462. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  463. <BufferSecurityCheck>false</BufferSecurityCheck>
  464. <ControlFlowGuard>false</ControlFlowGuard>
  465. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  466. <FloatingPointModel>Precise</FloatingPointModel>
  467. <FloatingPointExceptions>false</FloatingPointExceptions>
  468. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  469. <OpenMPSupport>false</OpenMPSupport>
  470. </ClCompile>
  471. <Link>
  472. <SubSystem>Windows</SubSystem>
  473. <GenerateDebugInformation>true</GenerateDebugInformation>
  474. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  475. <OptimizeReferences>true</OptimizeReferences>
  476. </Link>
  477. <PreBuildEvent>
  478. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  479. <Message>Generating version.h</Message>
  480. </PreBuildEvent>
  481. <CustomBuildStep>
  482. <Command>
  483. </Command>
  484. </CustomBuildStep>
  485. <CustomBuildStep>
  486. <Outputs>
  487. </Outputs>
  488. </CustomBuildStep>
  489. </ItemDefinitionGroup>
  490. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  491. <ClCompile>
  492. <WarningLevel>Level3</WarningLevel>
  493. <PrecompiledHeader>
  494. </PrecompiledHeader>
  495. <Optimization>MaxSpeed</Optimization>
  496. <FunctionLevelLinking>true</FunctionLevelLinking>
  497. <IntrinsicFunctions>true</IntrinsicFunctions>
  498. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  499. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  500. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  501. <DebugInformationFormat>None</DebugInformationFormat>
  502. <CompileAsManaged>false</CompileAsManaged>
  503. <CompileAsWinRT>false</CompileAsWinRT>
  504. <SDLCheck>false</SDLCheck>
  505. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  506. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  507. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  508. <OmitFramePointers>true</OmitFramePointers>
  509. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  510. <StringPooling>true</StringPooling>
  511. <ExceptionHandling>false</ExceptionHandling>
  512. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  513. <BufferSecurityCheck>false</BufferSecurityCheck>
  514. <ControlFlowGuard>false</ControlFlowGuard>
  515. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  516. <FloatingPointModel>Fast</FloatingPointModel>
  517. <FloatingPointExceptions>false</FloatingPointExceptions>
  518. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  519. <OpenMPSupport>false</OpenMPSupport>
  520. </ClCompile>
  521. <Link>
  522. <SubSystem>Windows</SubSystem>
  523. <GenerateDebugInformation>true</GenerateDebugInformation>
  524. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  525. <OptimizeReferences>true</OptimizeReferences>
  526. </Link>
  527. <PreBuildEvent>
  528. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  529. <Message>Generating version.h</Message>
  530. </PreBuildEvent>
  531. <CustomBuildStep>
  532. <Command>
  533. </Command>
  534. </CustomBuildStep>
  535. <CustomBuildStep>
  536. <Outputs>
  537. </Outputs>
  538. </CustomBuildStep>
  539. </ItemDefinitionGroup>
  540. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  541. <ClCompile>
  542. <WarningLevel>Level3</WarningLevel>
  543. <PrecompiledHeader>
  544. </PrecompiledHeader>
  545. <Optimization>MaxSpeed</Optimization>
  546. <FunctionLevelLinking>true</FunctionLevelLinking>
  547. <IntrinsicFunctions>true</IntrinsicFunctions>
  548. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  549. <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  550. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  551. <DebugInformationFormat>None</DebugInformationFormat>
  552. <CompileAsManaged>false</CompileAsManaged>
  553. <CompileAsWinRT>false</CompileAsWinRT>
  554. <SDLCheck>false</SDLCheck>
  555. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  556. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  557. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  558. <OmitFramePointers>true</OmitFramePointers>
  559. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  560. <StringPooling>true</StringPooling>
  561. <ExceptionHandling>false</ExceptionHandling>
  562. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  563. <BufferSecurityCheck>false</BufferSecurityCheck>
  564. <ControlFlowGuard>false</ControlFlowGuard>
  565. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  566. <FloatingPointModel>Precise</FloatingPointModel>
  567. <FloatingPointExceptions>false</FloatingPointExceptions>
  568. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  569. <OpenMPSupport>false</OpenMPSupport>
  570. </ClCompile>
  571. <Link>
  572. <SubSystem>Windows</SubSystem>
  573. <GenerateDebugInformation>true</GenerateDebugInformation>
  574. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  575. <OptimizeReferences>true</OptimizeReferences>
  576. </Link>
  577. <PreBuildEvent>
  578. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  579. <Message>Generating version.h</Message>
  580. </PreBuildEvent>
  581. <CustomBuildStep>
  582. <Command>
  583. </Command>
  584. </CustomBuildStep>
  585. <CustomBuildStep>
  586. <Outputs>
  587. </Outputs>
  588. </CustomBuildStep>
  589. </ItemDefinitionGroup>
  590. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  591. <ImportGroup Label="ExtensionTargets">
  592. </ImportGroup>
  593. </Project>