test_opus_encode.vcxproj 33 KB

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