test_opus_api.vcxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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_api.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>{1D257A17-D254-42E5-82D6-1C87A6EC775A}</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. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  244. <CompileAsManaged>false</CompileAsManaged>
  245. <CompileAsWinRT>false</CompileAsWinRT>
  246. <SDLCheck>true</SDLCheck>
  247. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  248. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  249. <StringPooling>false</StringPooling>
  250. <SmallerTypeCheck>false</SmallerTypeCheck>
  251. <ControlFlowGuard>Guard</ControlFlowGuard>
  252. <FunctionLevelLinking>false</FunctionLevelLinking>
  253. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  254. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  255. <FloatingPointExceptions>true</FloatingPointExceptions>
  256. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  257. <OpenMPSupport>false</OpenMPSupport>
  258. </ClCompile>
  259. <Link>
  260. <SubSystem>Console</SubSystem>
  261. <GenerateDebugInformation>true</GenerateDebugInformation>
  262. </Link>
  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;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  271. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</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>Console</SubSystem>
  291. <GenerateDebugInformation>true</GenerateDebugInformation>
  292. </Link>
  293. </ItemDefinitionGroup>
  294. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">
  295. <ClCompile>
  296. <PrecompiledHeader>
  297. </PrecompiledHeader>
  298. <WarningLevel>Level3</WarningLevel>
  299. <Optimization>Disabled</Optimization>
  300. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  301. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  302. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  303. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  304. <CompileAsManaged>false</CompileAsManaged>
  305. <CompileAsWinRT>false</CompileAsWinRT>
  306. <SDLCheck>true</SDLCheck>
  307. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  308. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  309. <StringPooling>false</StringPooling>
  310. <SmallerTypeCheck>false</SmallerTypeCheck>
  311. <ControlFlowGuard>Guard</ControlFlowGuard>
  312. <FunctionLevelLinking>false</FunctionLevelLinking>
  313. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  314. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  315. <FloatingPointExceptions>true</FloatingPointExceptions>
  316. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  317. <OpenMPSupport>false</OpenMPSupport>
  318. </ClCompile>
  319. <Link>
  320. <SubSystem>Console</SubSystem>
  321. <GenerateDebugInformation>true</GenerateDebugInformation>
  322. </Link>
  323. </ItemDefinitionGroup>
  324. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  325. <ClCompile>
  326. <PrecompiledHeader>
  327. </PrecompiledHeader>
  328. <WarningLevel>Level3</WarningLevel>
  329. <Optimization>Disabled</Optimization>
  330. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  331. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  332. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  333. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  334. <CompileAsManaged>false</CompileAsManaged>
  335. <CompileAsWinRT>false</CompileAsWinRT>
  336. <SDLCheck>true</SDLCheck>
  337. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  338. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  339. <OmitFramePointers>false</OmitFramePointers>
  340. <StringPooling>false</StringPooling>
  341. <SmallerTypeCheck>false</SmallerTypeCheck>
  342. <ControlFlowGuard>Guard</ControlFlowGuard>
  343. <FunctionLevelLinking>false</FunctionLevelLinking>
  344. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  345. <FloatingPointExceptions>true</FloatingPointExceptions>
  346. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  347. <OpenMPSupport>false</OpenMPSupport>
  348. </ClCompile>
  349. <Link>
  350. <SubSystem>Console</SubSystem>
  351. <GenerateDebugInformation>true</GenerateDebugInformation>
  352. </Link>
  353. </ItemDefinitionGroup>
  354. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  355. <ClCompile>
  356. <PrecompiledHeader>
  357. </PrecompiledHeader>
  358. <WarningLevel>Level3</WarningLevel>
  359. <Optimization>Disabled</Optimization>
  360. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  361. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  362. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  363. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  364. <CompileAsManaged>false</CompileAsManaged>
  365. <CompileAsWinRT>false</CompileAsWinRT>
  366. <SDLCheck>true</SDLCheck>
  367. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  368. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  369. <OmitFramePointers>false</OmitFramePointers>
  370. <StringPooling>false</StringPooling>
  371. <SmallerTypeCheck>false</SmallerTypeCheck>
  372. <ControlFlowGuard>Guard</ControlFlowGuard>
  373. <FunctionLevelLinking>false</FunctionLevelLinking>
  374. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  375. <FloatingPointExceptions>true</FloatingPointExceptions>
  376. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  377. <OpenMPSupport>false</OpenMPSupport>
  378. </ClCompile>
  379. <Link>
  380. <SubSystem>Console</SubSystem>
  381. <GenerateDebugInformation>true</GenerateDebugInformation>
  382. </Link>
  383. </ItemDefinitionGroup>
  384. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">
  385. <ClCompile>
  386. <PrecompiledHeader>
  387. </PrecompiledHeader>
  388. <WarningLevel>Level3</WarningLevel>
  389. <Optimization>Disabled</Optimization>
  390. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  391. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  392. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  393. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  394. <CompileAsManaged>false</CompileAsManaged>
  395. <CompileAsWinRT>false</CompileAsWinRT>
  396. <SDLCheck>true</SDLCheck>
  397. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  398. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  399. <OmitFramePointers>false</OmitFramePointers>
  400. <StringPooling>false</StringPooling>
  401. <SmallerTypeCheck>false</SmallerTypeCheck>
  402. <ControlFlowGuard>Guard</ControlFlowGuard>
  403. <FunctionLevelLinking>false</FunctionLevelLinking>
  404. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  405. <FloatingPointExceptions>true</FloatingPointExceptions>
  406. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  407. <OpenMPSupport>false</OpenMPSupport>
  408. </ClCompile>
  409. <Link>
  410. <SubSystem>Console</SubSystem>
  411. <GenerateDebugInformation>true</GenerateDebugInformation>
  412. </Link>
  413. </ItemDefinitionGroup>
  414. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  415. <ClCompile>
  416. <WarningLevel>Level3</WarningLevel>
  417. <PrecompiledHeader>
  418. </PrecompiledHeader>
  419. <Optimization>MaxSpeed</Optimization>
  420. <FunctionLevelLinking>true</FunctionLevelLinking>
  421. <IntrinsicFunctions>true</IntrinsicFunctions>
  422. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  423. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  424. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  425. <DebugInformationFormat>None</DebugInformationFormat>
  426. <CompileAsManaged>false</CompileAsManaged>
  427. <CompileAsWinRT>false</CompileAsWinRT>
  428. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  429. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  430. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  431. <OmitFramePointers>true</OmitFramePointers>
  432. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  433. <StringPooling>true</StringPooling>
  434. <ExceptionHandling>false</ExceptionHandling>
  435. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  436. <BufferSecurityCheck>false</BufferSecurityCheck>
  437. <ControlFlowGuard>false</ControlFlowGuard>
  438. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  439. <FloatingPointModel>Fast</FloatingPointModel>
  440. <FloatingPointExceptions>false</FloatingPointExceptions>
  441. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  442. <OpenMPSupport>false</OpenMPSupport>
  443. </ClCompile>
  444. <Link>
  445. <SubSystem>Console</SubSystem>
  446. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  447. <OptimizeReferences>true</OptimizeReferences>
  448. </Link>
  449. </ItemDefinitionGroup>
  450. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  451. <ClCompile>
  452. <WarningLevel>Level3</WarningLevel>
  453. <PrecompiledHeader>
  454. </PrecompiledHeader>
  455. <Optimization>MaxSpeed</Optimization>
  456. <FunctionLevelLinking>true</FunctionLevelLinking>
  457. <IntrinsicFunctions>true</IntrinsicFunctions>
  458. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  459. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  460. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  461. <DebugInformationFormat>None</DebugInformationFormat>
  462. <CompileAsManaged>false</CompileAsManaged>
  463. <CompileAsWinRT>false</CompileAsWinRT>
  464. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  465. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  466. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  467. <OmitFramePointers>true</OmitFramePointers>
  468. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  469. <StringPooling>true</StringPooling>
  470. <ExceptionHandling>false</ExceptionHandling>
  471. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  472. <BufferSecurityCheck>false</BufferSecurityCheck>
  473. <ControlFlowGuard>false</ControlFlowGuard>
  474. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  475. <FloatingPointModel>Precise</FloatingPointModel>
  476. <FloatingPointExceptions>false</FloatingPointExceptions>
  477. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  478. <OpenMPSupport>false</OpenMPSupport>
  479. </ClCompile>
  480. <Link>
  481. <SubSystem>Console</SubSystem>
  482. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  483. <OptimizeReferences>true</OptimizeReferences>
  484. </Link>
  485. </ItemDefinitionGroup>
  486. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'">
  487. <ClCompile>
  488. <WarningLevel>Level3</WarningLevel>
  489. <PrecompiledHeader>
  490. </PrecompiledHeader>
  491. <Optimization>MaxSpeed</Optimization>
  492. <FunctionLevelLinking>true</FunctionLevelLinking>
  493. <IntrinsicFunctions>true</IntrinsicFunctions>
  494. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  495. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  496. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  497. <DebugInformationFormat>None</DebugInformationFormat>
  498. <CompileAsManaged>false</CompileAsManaged>
  499. <CompileAsWinRT>false</CompileAsWinRT>
  500. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  501. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  502. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  503. <OmitFramePointers>true</OmitFramePointers>
  504. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  505. <StringPooling>true</StringPooling>
  506. <ExceptionHandling>false</ExceptionHandling>
  507. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  508. <BufferSecurityCheck>false</BufferSecurityCheck>
  509. <ControlFlowGuard>false</ControlFlowGuard>
  510. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  511. <FloatingPointModel>Precise</FloatingPointModel>
  512. <FloatingPointExceptions>false</FloatingPointExceptions>
  513. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  514. <OpenMPSupport>false</OpenMPSupport>
  515. </ClCompile>
  516. <Link>
  517. <SubSystem>Console</SubSystem>
  518. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  519. <OptimizeReferences>true</OptimizeReferences>
  520. </Link>
  521. </ItemDefinitionGroup>
  522. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  523. <ClCompile>
  524. <WarningLevel>Level3</WarningLevel>
  525. <PrecompiledHeader>
  526. </PrecompiledHeader>
  527. <Optimization>MaxSpeed</Optimization>
  528. <FunctionLevelLinking>true</FunctionLevelLinking>
  529. <IntrinsicFunctions>true</IntrinsicFunctions>
  530. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  531. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  532. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  533. <DebugInformationFormat>None</DebugInformationFormat>
  534. <CompileAsManaged>false</CompileAsManaged>
  535. <CompileAsWinRT>false</CompileAsWinRT>
  536. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  537. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  538. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  539. <OmitFramePointers>true</OmitFramePointers>
  540. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  541. <StringPooling>true</StringPooling>
  542. <ExceptionHandling>false</ExceptionHandling>
  543. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  544. <BufferSecurityCheck>false</BufferSecurityCheck>
  545. <ControlFlowGuard>false</ControlFlowGuard>
  546. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  547. <FloatingPointModel>Fast</FloatingPointModel>
  548. <FloatingPointExceptions>false</FloatingPointExceptions>
  549. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  550. <OpenMPSupport>false</OpenMPSupport>
  551. </ClCompile>
  552. <Link>
  553. <SubSystem>Console</SubSystem>
  554. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  555. <OptimizeReferences>true</OptimizeReferences>
  556. </Link>
  557. </ItemDefinitionGroup>
  558. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  559. <ClCompile>
  560. <WarningLevel>Level3</WarningLevel>
  561. <PrecompiledHeader>
  562. </PrecompiledHeader>
  563. <Optimization>MaxSpeed</Optimization>
  564. <FunctionLevelLinking>true</FunctionLevelLinking>
  565. <IntrinsicFunctions>true</IntrinsicFunctions>
  566. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  567. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  568. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  569. <DebugInformationFormat>None</DebugInformationFormat>
  570. <CompileAsManaged>false</CompileAsManaged>
  571. <CompileAsWinRT>false</CompileAsWinRT>
  572. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  573. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  574. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  575. <OmitFramePointers>true</OmitFramePointers>
  576. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  577. <StringPooling>true</StringPooling>
  578. <ExceptionHandling>false</ExceptionHandling>
  579. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  580. <BufferSecurityCheck>false</BufferSecurityCheck>
  581. <ControlFlowGuard>false</ControlFlowGuard>
  582. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  583. <FloatingPointModel>Precise</FloatingPointModel>
  584. <FloatingPointExceptions>false</FloatingPointExceptions>
  585. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  586. <OpenMPSupport>false</OpenMPSupport>
  587. </ClCompile>
  588. <Link>
  589. <SubSystem>Console</SubSystem>
  590. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  591. <OptimizeReferences>true</OptimizeReferences>
  592. </Link>
  593. </ItemDefinitionGroup>
  594. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'">
  595. <ClCompile>
  596. <WarningLevel>Level3</WarningLevel>
  597. <PrecompiledHeader>
  598. </PrecompiledHeader>
  599. <Optimization>MaxSpeed</Optimization>
  600. <FunctionLevelLinking>true</FunctionLevelLinking>
  601. <IntrinsicFunctions>true</IntrinsicFunctions>
  602. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  603. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  604. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  605. <DebugInformationFormat>None</DebugInformationFormat>
  606. <CompileAsManaged>false</CompileAsManaged>
  607. <CompileAsWinRT>false</CompileAsWinRT>
  608. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  609. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  610. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  611. <OmitFramePointers>true</OmitFramePointers>
  612. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  613. <StringPooling>true</StringPooling>
  614. <ExceptionHandling>false</ExceptionHandling>
  615. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  616. <BufferSecurityCheck>false</BufferSecurityCheck>
  617. <ControlFlowGuard>false</ControlFlowGuard>
  618. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  619. <FloatingPointModel>Precise</FloatingPointModel>
  620. <FloatingPointExceptions>false</FloatingPointExceptions>
  621. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  622. <OpenMPSupport>false</OpenMPSupport>
  623. </ClCompile>
  624. <Link>
  625. <SubSystem>Console</SubSystem>
  626. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  627. <OptimizeReferences>true</OptimizeReferences>
  628. </Link>
  629. </ItemDefinitionGroup>
  630. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  631. <ImportGroup Label="ExtensionTargets">
  632. </ImportGroup>
  633. </Project>