test_opus_encode.vcxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  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_fixed|Win32">
  5. <Configuration>DebugDLL_fixed</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugDLL_fixed|x64">
  9. <Configuration>DebugDLL_fixed</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="DebugDLL|Win32">
  13. <Configuration>DebugDLL</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="DebugDLL|x64">
  17. <Configuration>DebugDLL</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|Win32">
  21. <Configuration>Debug</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Debug|x64">
  25. <Configuration>Debug</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="ReleaseDLL_fixed|Win32">
  29. <Configuration>ReleaseDLL_fixed</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="ReleaseDLL_fixed|x64">
  33. <Configuration>ReleaseDLL_fixed</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="ReleaseDLL|Win32">
  37. <Configuration>ReleaseDLL</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="ReleaseDLL|x64">
  41. <Configuration>ReleaseDLL</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release|Win32">
  45. <Configuration>Release</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release|x64">
  49. <Configuration>Release</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <ClCompile Include="..\..\tests\opus_encode_regressions.c" />
  55. <ClCompile Include="..\..\tests\test_opus_encode.c" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="opus.vcxproj">
  59. <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project>
  60. </ProjectReference>
  61. </ItemGroup>
  62. <PropertyGroup Label="Globals">
  63. <ProjectGuid>{84DAA768-1A38-4312-BB61-4C78BB59E5B8}</ProjectGuid>
  64. <Keyword>Win32Proj</Keyword>
  65. <RootNamespace>test_opus_api</RootNamespace>
  66. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  67. </PropertyGroup>
  68. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  70. <ConfigurationType>Application</ConfigurationType>
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. <CharacterSet>Unicode</CharacterSet>
  73. <PlatformToolset>v140</PlatformToolset>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
  76. <ConfigurationType>Application</ConfigurationType>
  77. <UseDebugLibraries>true</UseDebugLibraries>
  78. <CharacterSet>Unicode</CharacterSet>
  79. <PlatformToolset>v140</PlatformToolset>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration">
  82. <ConfigurationType>Application</ConfigurationType>
  83. <UseDebugLibraries>true</UseDebugLibraries>
  84. <CharacterSet>Unicode</CharacterSet>
  85. <PlatformToolset>v140</PlatformToolset>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  88. <ConfigurationType>Application</ConfigurationType>
  89. <UseDebugLibraries>true</UseDebugLibraries>
  90. <CharacterSet>Unicode</CharacterSet>
  91. <PlatformToolset>v140</PlatformToolset>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
  94. <ConfigurationType>Application</ConfigurationType>
  95. <UseDebugLibraries>true</UseDebugLibraries>
  96. <CharacterSet>Unicode</CharacterSet>
  97. <PlatformToolset>v140</PlatformToolset>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration">
  100. <ConfigurationType>Application</ConfigurationType>
  101. <UseDebugLibraries>true</UseDebugLibraries>
  102. <CharacterSet>Unicode</CharacterSet>
  103. <PlatformToolset>v140</PlatformToolset>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  106. <ConfigurationType>Application</ConfigurationType>
  107. <UseDebugLibraries>false</UseDebugLibraries>
  108. <WholeProgramOptimization>true</WholeProgramOptimization>
  109. <CharacterSet>Unicode</CharacterSet>
  110. <PlatformToolset>v140</PlatformToolset>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
  113. <ConfigurationType>Application</ConfigurationType>
  114. <UseDebugLibraries>false</UseDebugLibraries>
  115. <WholeProgramOptimization>true</WholeProgramOptimization>
  116. <CharacterSet>Unicode</CharacterSet>
  117. <PlatformToolset>v140</PlatformToolset>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration">
  120. <ConfigurationType>Application</ConfigurationType>
  121. <UseDebugLibraries>false</UseDebugLibraries>
  122. <WholeProgramOptimization>true</WholeProgramOptimization>
  123. <CharacterSet>Unicode</CharacterSet>
  124. <PlatformToolset>v140</PlatformToolset>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  127. <ConfigurationType>Application</ConfigurationType>
  128. <UseDebugLibraries>false</UseDebugLibraries>
  129. <WholeProgramOptimization>true</WholeProgramOptimization>
  130. <CharacterSet>Unicode</CharacterSet>
  131. <PlatformToolset>v140</PlatformToolset>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
  134. <ConfigurationType>Application</ConfigurationType>
  135. <UseDebugLibraries>false</UseDebugLibraries>
  136. <WholeProgramOptimization>true</WholeProgramOptimization>
  137. <CharacterSet>Unicode</CharacterSet>
  138. <PlatformToolset>v140</PlatformToolset>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration">
  141. <ConfigurationType>Application</ConfigurationType>
  142. <UseDebugLibraries>false</UseDebugLibraries>
  143. <WholeProgramOptimization>true</WholeProgramOptimization>
  144. <CharacterSet>Unicode</CharacterSet>
  145. <PlatformToolset>v140</PlatformToolset>
  146. </PropertyGroup>
  147. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  148. <ImportGroup Label="ExtensionSettings">
  149. </ImportGroup>
  150. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  151. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  152. </ImportGroup>
  153. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
  154. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  155. </ImportGroup>
  156. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets">
  157. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  158. </ImportGroup>
  159. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  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|x64'" 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)'=='DebugDLL_fixed|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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
  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_fixed|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. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets">
  184. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  185. </ImportGroup>
  186. <PropertyGroup Label="UserMacros" />
  187. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  188. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  189. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
  192. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  193. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  194. </PropertyGroup>
  195. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">
  196. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  197. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  198. </PropertyGroup>
  199. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  200. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  201. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  202. </PropertyGroup>
  203. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  204. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  205. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  206. </PropertyGroup>
  207. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'">
  208. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  209. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  210. </PropertyGroup>
  211. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  212. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  213. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  216. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  217. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  218. </PropertyGroup>
  219. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">
  220. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  221. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  222. </PropertyGroup>
  223. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  224. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  225. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  228. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  229. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  230. </PropertyGroup>
  231. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'">
  232. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  233. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  234. </PropertyGroup>
  235. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  236. <ClCompile>
  237. <PrecompiledHeader>
  238. </PrecompiledHeader>
  239. <WarningLevel>Level3</WarningLevel>
  240. <Optimization>Disabled</Optimization>
  241. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  242. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  243. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  244. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  245. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  246. <CompileAsManaged>false</CompileAsManaged>
  247. <CompileAsWinRT>false</CompileAsWinRT>
  248. <SDLCheck>true</SDLCheck>
  249. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  250. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  251. <StringPooling>false</StringPooling>
  252. <SmallerTypeCheck>false</SmallerTypeCheck>
  253. <ControlFlowGuard>Guard</ControlFlowGuard>
  254. <FunctionLevelLinking>false</FunctionLevelLinking>
  255. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  256. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  257. <FloatingPointExceptions>true</FloatingPointExceptions>
  258. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  259. <OpenMPSupport>false</OpenMPSupport>
  260. </ClCompile>
  261. <Link>
  262. <SubSystem>Console</SubSystem>
  263. <GenerateDebugInformation>true</GenerateDebugInformation>
  264. </Link>
  265. </ItemDefinitionGroup>
  266. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
  267. <ClCompile>
  268. <PrecompiledHeader>
  269. </PrecompiledHeader>
  270. <WarningLevel>Level3</WarningLevel>
  271. <Optimization>Disabled</Optimization>
  272. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  273. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  274. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  275. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  276. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  277. <CompileAsManaged>false</CompileAsManaged>
  278. <CompileAsWinRT>false</CompileAsWinRT>
  279. <SDLCheck>true</SDLCheck>
  280. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  281. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  282. <StringPooling>false</StringPooling>
  283. <SmallerTypeCheck>false</SmallerTypeCheck>
  284. <ControlFlowGuard>Guard</ControlFlowGuard>
  285. <FunctionLevelLinking>false</FunctionLevelLinking>
  286. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  287. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  288. <FloatingPointExceptions>true</FloatingPointExceptions>
  289. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  290. <OpenMPSupport>false</OpenMPSupport>
  291. </ClCompile>
  292. <Link>
  293. <SubSystem>Console</SubSystem>
  294. <GenerateDebugInformation>true</GenerateDebugInformation>
  295. </Link>
  296. </ItemDefinitionGroup>
  297. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">
  298. <ClCompile>
  299. <PrecompiledHeader>
  300. </PrecompiledHeader>
  301. <WarningLevel>Level3</WarningLevel>
  302. <Optimization>Disabled</Optimization>
  303. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  304. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  305. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  306. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  307. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  308. <CompileAsManaged>false</CompileAsManaged>
  309. <CompileAsWinRT>false</CompileAsWinRT>
  310. <SDLCheck>true</SDLCheck>
  311. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  312. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  313. <StringPooling>false</StringPooling>
  314. <SmallerTypeCheck>false</SmallerTypeCheck>
  315. <ControlFlowGuard>Guard</ControlFlowGuard>
  316. <FunctionLevelLinking>false</FunctionLevelLinking>
  317. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  318. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  319. <FloatingPointExceptions>true</FloatingPointExceptions>
  320. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  321. <OpenMPSupport>false</OpenMPSupport>
  322. </ClCompile>
  323. <Link>
  324. <SubSystem>Console</SubSystem>
  325. <GenerateDebugInformation>true</GenerateDebugInformation>
  326. </Link>
  327. </ItemDefinitionGroup>
  328. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  329. <ClCompile>
  330. <PrecompiledHeader>
  331. </PrecompiledHeader>
  332. <WarningLevel>Level3</WarningLevel>
  333. <Optimization>Disabled</Optimization>
  334. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  335. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  336. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  337. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  338. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  339. <CompileAsManaged>false</CompileAsManaged>
  340. <CompileAsWinRT>false</CompileAsWinRT>
  341. <SDLCheck>true</SDLCheck>
  342. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  343. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  344. <OmitFramePointers>false</OmitFramePointers>
  345. <StringPooling>false</StringPooling>
  346. <SmallerTypeCheck>false</SmallerTypeCheck>
  347. <ControlFlowGuard>Guard</ControlFlowGuard>
  348. <FunctionLevelLinking>false</FunctionLevelLinking>
  349. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  350. <FloatingPointExceptions>true</FloatingPointExceptions>
  351. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  352. <OpenMPSupport>false</OpenMPSupport>
  353. </ClCompile>
  354. <Link>
  355. <SubSystem>Console</SubSystem>
  356. <GenerateDebugInformation>true</GenerateDebugInformation>
  357. </Link>
  358. </ItemDefinitionGroup>
  359. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  360. <ClCompile>
  361. <PrecompiledHeader>
  362. </PrecompiledHeader>
  363. <WarningLevel>Level3</WarningLevel>
  364. <Optimization>Disabled</Optimization>
  365. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  366. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  367. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  368. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  369. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  370. <CompileAsManaged>false</CompileAsManaged>
  371. <CompileAsWinRT>false</CompileAsWinRT>
  372. <SDLCheck>true</SDLCheck>
  373. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  374. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  375. <OmitFramePointers>false</OmitFramePointers>
  376. <StringPooling>false</StringPooling>
  377. <SmallerTypeCheck>false</SmallerTypeCheck>
  378. <ControlFlowGuard>Guard</ControlFlowGuard>
  379. <FunctionLevelLinking>false</FunctionLevelLinking>
  380. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  381. <FloatingPointExceptions>true</FloatingPointExceptions>
  382. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  383. <OpenMPSupport>false</OpenMPSupport>
  384. </ClCompile>
  385. <Link>
  386. <SubSystem>Console</SubSystem>
  387. <GenerateDebugInformation>true</GenerateDebugInformation>
  388. </Link>
  389. </ItemDefinitionGroup>
  390. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">
  391. <ClCompile>
  392. <PrecompiledHeader>
  393. </PrecompiledHeader>
  394. <WarningLevel>Level3</WarningLevel>
  395. <Optimization>Disabled</Optimization>
  396. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  397. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  398. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  399. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  400. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  401. <CompileAsManaged>false</CompileAsManaged>
  402. <CompileAsWinRT>false</CompileAsWinRT>
  403. <SDLCheck>true</SDLCheck>
  404. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  405. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  406. <OmitFramePointers>false</OmitFramePointers>
  407. <StringPooling>false</StringPooling>
  408. <SmallerTypeCheck>false</SmallerTypeCheck>
  409. <ControlFlowGuard>Guard</ControlFlowGuard>
  410. <FunctionLevelLinking>false</FunctionLevelLinking>
  411. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  412. <FloatingPointExceptions>true</FloatingPointExceptions>
  413. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  414. <OpenMPSupport>false</OpenMPSupport>
  415. </ClCompile>
  416. <Link>
  417. <SubSystem>Console</SubSystem>
  418. <GenerateDebugInformation>true</GenerateDebugInformation>
  419. </Link>
  420. </ItemDefinitionGroup>
  421. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  422. <ClCompile>
  423. <WarningLevel>Level3</WarningLevel>
  424. <PrecompiledHeader>
  425. </PrecompiledHeader>
  426. <Optimization>MaxSpeed</Optimization>
  427. <FunctionLevelLinking>true</FunctionLevelLinking>
  428. <IntrinsicFunctions>true</IntrinsicFunctions>
  429. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  430. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  431. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  432. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  433. <DebugInformationFormat>None</DebugInformationFormat>
  434. <CompileAsManaged>false</CompileAsManaged>
  435. <CompileAsWinRT>false</CompileAsWinRT>
  436. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  437. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  438. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  439. <OmitFramePointers>true</OmitFramePointers>
  440. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  441. <StringPooling>true</StringPooling>
  442. <ExceptionHandling>false</ExceptionHandling>
  443. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  444. <BufferSecurityCheck>false</BufferSecurityCheck>
  445. <ControlFlowGuard>false</ControlFlowGuard>
  446. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  447. <FloatingPointModel>Fast</FloatingPointModel>
  448. <FloatingPointExceptions>false</FloatingPointExceptions>
  449. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  450. <OpenMPSupport>false</OpenMPSupport>
  451. </ClCompile>
  452. <Link>
  453. <SubSystem>Console</SubSystem>
  454. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  455. <OptimizeReferences>true</OptimizeReferences>
  456. </Link>
  457. </ItemDefinitionGroup>
  458. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  459. <ClCompile>
  460. <WarningLevel>Level3</WarningLevel>
  461. <PrecompiledHeader>
  462. </PrecompiledHeader>
  463. <Optimization>MaxSpeed</Optimization>
  464. <FunctionLevelLinking>true</FunctionLevelLinking>
  465. <IntrinsicFunctions>true</IntrinsicFunctions>
  466. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  467. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  468. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  469. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  470. <DebugInformationFormat>None</DebugInformationFormat>
  471. <CompileAsManaged>false</CompileAsManaged>
  472. <CompileAsWinRT>false</CompileAsWinRT>
  473. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  474. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  475. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  476. <OmitFramePointers>true</OmitFramePointers>
  477. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  478. <StringPooling>true</StringPooling>
  479. <ExceptionHandling>false</ExceptionHandling>
  480. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  481. <BufferSecurityCheck>false</BufferSecurityCheck>
  482. <ControlFlowGuard>false</ControlFlowGuard>
  483. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  484. <FloatingPointModel>Precise</FloatingPointModel>
  485. <FloatingPointExceptions>false</FloatingPointExceptions>
  486. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  487. <OpenMPSupport>false</OpenMPSupport>
  488. </ClCompile>
  489. <Link>
  490. <SubSystem>Console</SubSystem>
  491. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  492. <OptimizeReferences>true</OptimizeReferences>
  493. </Link>
  494. </ItemDefinitionGroup>
  495. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'">
  496. <ClCompile>
  497. <WarningLevel>Level3</WarningLevel>
  498. <PrecompiledHeader>
  499. </PrecompiledHeader>
  500. <Optimization>MaxSpeed</Optimization>
  501. <FunctionLevelLinking>true</FunctionLevelLinking>
  502. <IntrinsicFunctions>true</IntrinsicFunctions>
  503. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  504. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  505. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  506. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  507. <DebugInformationFormat>None</DebugInformationFormat>
  508. <CompileAsManaged>false</CompileAsManaged>
  509. <CompileAsWinRT>false</CompileAsWinRT>
  510. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  511. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  512. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  513. <OmitFramePointers>true</OmitFramePointers>
  514. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  515. <StringPooling>true</StringPooling>
  516. <ExceptionHandling>false</ExceptionHandling>
  517. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  518. <BufferSecurityCheck>false</BufferSecurityCheck>
  519. <ControlFlowGuard>false</ControlFlowGuard>
  520. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  521. <FloatingPointModel>Precise</FloatingPointModel>
  522. <FloatingPointExceptions>false</FloatingPointExceptions>
  523. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  524. <OpenMPSupport>false</OpenMPSupport>
  525. </ClCompile>
  526. <Link>
  527. <SubSystem>Console</SubSystem>
  528. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  529. <OptimizeReferences>true</OptimizeReferences>
  530. </Link>
  531. </ItemDefinitionGroup>
  532. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  533. <ClCompile>
  534. <WarningLevel>Level3</WarningLevel>
  535. <PrecompiledHeader>
  536. </PrecompiledHeader>
  537. <Optimization>MaxSpeed</Optimization>
  538. <FunctionLevelLinking>true</FunctionLevelLinking>
  539. <IntrinsicFunctions>true</IntrinsicFunctions>
  540. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  541. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  542. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  543. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  544. <DebugInformationFormat>None</DebugInformationFormat>
  545. <CompileAsManaged>false</CompileAsManaged>
  546. <CompileAsWinRT>false</CompileAsWinRT>
  547. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  548. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  549. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  550. <OmitFramePointers>true</OmitFramePointers>
  551. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  552. <StringPooling>true</StringPooling>
  553. <ExceptionHandling>false</ExceptionHandling>
  554. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  555. <BufferSecurityCheck>false</BufferSecurityCheck>
  556. <ControlFlowGuard>false</ControlFlowGuard>
  557. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  558. <FloatingPointModel>Fast</FloatingPointModel>
  559. <FloatingPointExceptions>false</FloatingPointExceptions>
  560. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  561. <OpenMPSupport>false</OpenMPSupport>
  562. </ClCompile>
  563. <Link>
  564. <SubSystem>Console</SubSystem>
  565. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  566. <OptimizeReferences>true</OptimizeReferences>
  567. </Link>
  568. </ItemDefinitionGroup>
  569. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  570. <ClCompile>
  571. <WarningLevel>Level3</WarningLevel>
  572. <PrecompiledHeader>
  573. </PrecompiledHeader>
  574. <Optimization>MaxSpeed</Optimization>
  575. <FunctionLevelLinking>true</FunctionLevelLinking>
  576. <IntrinsicFunctions>true</IntrinsicFunctions>
  577. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  578. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  579. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  580. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  581. <DebugInformationFormat>None</DebugInformationFormat>
  582. <CompileAsManaged>false</CompileAsManaged>
  583. <CompileAsWinRT>false</CompileAsWinRT>
  584. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  585. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  586. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  587. <OmitFramePointers>true</OmitFramePointers>
  588. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  589. <StringPooling>true</StringPooling>
  590. <ExceptionHandling>false</ExceptionHandling>
  591. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  592. <BufferSecurityCheck>false</BufferSecurityCheck>
  593. <ControlFlowGuard>false</ControlFlowGuard>
  594. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  595. <FloatingPointModel>Precise</FloatingPointModel>
  596. <FloatingPointExceptions>false</FloatingPointExceptions>
  597. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  598. <OpenMPSupport>false</OpenMPSupport>
  599. </ClCompile>
  600. <Link>
  601. <SubSystem>Console</SubSystem>
  602. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  603. <OptimizeReferences>true</OptimizeReferences>
  604. </Link>
  605. </ItemDefinitionGroup>
  606. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'">
  607. <ClCompile>
  608. <WarningLevel>Level3</WarningLevel>
  609. <PrecompiledHeader>
  610. </PrecompiledHeader>
  611. <Optimization>MaxSpeed</Optimization>
  612. <FunctionLevelLinking>true</FunctionLevelLinking>
  613. <IntrinsicFunctions>true</IntrinsicFunctions>
  614. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  615. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  616. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  617. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  618. <DebugInformationFormat>None</DebugInformationFormat>
  619. <CompileAsManaged>false</CompileAsManaged>
  620. <CompileAsWinRT>false</CompileAsWinRT>
  621. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  622. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  623. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  624. <OmitFramePointers>true</OmitFramePointers>
  625. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  626. <StringPooling>true</StringPooling>
  627. <ExceptionHandling>false</ExceptionHandling>
  628. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  629. <BufferSecurityCheck>false</BufferSecurityCheck>
  630. <ControlFlowGuard>false</ControlFlowGuard>
  631. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  632. <FloatingPointModel>Precise</FloatingPointModel>
  633. <FloatingPointExceptions>false</FloatingPointExceptions>
  634. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  635. <OpenMPSupport>false</OpenMPSupport>
  636. </ClCompile>
  637. <Link>
  638. <SubSystem>Console</SubSystem>
  639. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  640. <OptimizeReferences>true</OptimizeReferences>
  641. </Link>
  642. </ItemDefinitionGroup>
  643. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  644. <ImportGroup Label="ExtensionTargets">
  645. </ImportGroup>
  646. </Project>