silk_fixed.vcxproj 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929
  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|ARM">
  5. <Configuration>DebugDLL</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugDLL|Emscripten">
  9. <Configuration>DebugDLL</Configuration>
  10. <Platform>Emscripten</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|ARM">
  21. <Configuration>Debug</Configuration>
  22. <Platform>ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Debug|Emscripten">
  25. <Configuration>Debug</Configuration>
  26. <Platform>Emscripten</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|Win32">
  29. <Configuration>Debug</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Debug|x64">
  33. <Configuration>Debug</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="ReleaseDLL|ARM">
  37. <Configuration>ReleaseDLL</Configuration>
  38. <Platform>ARM</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="ReleaseDLL|Emscripten">
  41. <Configuration>ReleaseDLL</Configuration>
  42. <Platform>Emscripten</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="ReleaseDLL|Win32">
  45. <Configuration>ReleaseDLL</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="ReleaseDLL|x64">
  49. <Configuration>ReleaseDLL</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="Release|ARM">
  53. <Configuration>Release</Configuration>
  54. <Platform>ARM</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="Release|Emscripten">
  57. <Configuration>Release</Configuration>
  58. <Platform>Emscripten</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="Release|Win32">
  61. <Configuration>Release</Configuration>
  62. <Platform>Win32</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="Release|x64">
  65. <Configuration>Release</Configuration>
  66. <Platform>x64</Platform>
  67. </ProjectConfiguration>
  68. </ItemGroup>
  69. <PropertyGroup Label="Globals">
  70. <ProjectGuid>{8484C90D-1561-402F-A91D-2DB10F8C5171}</ProjectGuid>
  71. <Keyword>Win32Proj</Keyword>
  72. <RootNamespace>src_FIX</RootNamespace>
  73. <ProjectName>silk_fixed</ProjectName>
  74. <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
  75. <WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
  76. </PropertyGroup>
  77. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  79. <ConfigurationType>StaticLibrary</ConfigurationType>
  80. <UseDebugLibraries>true</UseDebugLibraries>
  81. <CharacterSet>Unicode</CharacterSet>
  82. <PlatformToolset>v140</PlatformToolset>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  85. <ConfigurationType>StaticLibrary</ConfigurationType>
  86. <UseDebugLibraries>true</UseDebugLibraries>
  87. <CharacterSet>Unicode</CharacterSet>
  88. <PlatformToolset>v140</PlatformToolset>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  91. <ConfigurationType>StaticLibrary</ConfigurationType>
  92. <UseDebugLibraries>true</UseDebugLibraries>
  93. <CharacterSet>Unicode</CharacterSet>
  94. <PlatformToolset>v140</PlatformToolset>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
  97. <ConfigurationType>StaticLibrary</ConfigurationType>
  98. <UseDebugLibraries>true</UseDebugLibraries>
  99. <CharacterSet>Unicode</CharacterSet>
  100. <PlatformToolset>v140</PlatformToolset>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Emscripten'" Label="Configuration">
  103. <ConfigurationType>StaticLibrary</ConfigurationType>
  104. <UseDebugLibraries>true</UseDebugLibraries>
  105. <CharacterSet>Unicode</CharacterSet>
  106. <PlatformToolset>v140</PlatformToolset>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|ARM'" Label="Configuration">
  109. <ConfigurationType>StaticLibrary</ConfigurationType>
  110. <UseDebugLibraries>true</UseDebugLibraries>
  111. <CharacterSet>Unicode</CharacterSet>
  112. <PlatformToolset>v140</PlatformToolset>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  115. <ConfigurationType>StaticLibrary</ConfigurationType>
  116. <UseDebugLibraries>true</UseDebugLibraries>
  117. <CharacterSet>Unicode</CharacterSet>
  118. <PlatformToolset>v140</PlatformToolset>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
  121. <ConfigurationType>StaticLibrary</ConfigurationType>
  122. <UseDebugLibraries>true</UseDebugLibraries>
  123. <CharacterSet>Unicode</CharacterSet>
  124. <PlatformToolset>v140</PlatformToolset>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  127. <ConfigurationType>StaticLibrary</ConfigurationType>
  128. <UseDebugLibraries>false</UseDebugLibraries>
  129. <WholeProgramOptimization>true</WholeProgramOptimization>
  130. <CharacterSet>Unicode</CharacterSet>
  131. <PlatformToolset>v141_xp</PlatformToolset>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  134. <ConfigurationType>StaticLibrary</ConfigurationType>
  135. <UseDebugLibraries>false</UseDebugLibraries>
  136. <WholeProgramOptimization>true</WholeProgramOptimization>
  137. <CharacterSet>Unicode</CharacterSet>
  138. <PlatformToolset>emcc</PlatformToolset>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  141. <ConfigurationType>StaticLibrary</ConfigurationType>
  142. <UseDebugLibraries>false</UseDebugLibraries>
  143. <WholeProgramOptimization>true</WholeProgramOptimization>
  144. <CharacterSet>Unicode</CharacterSet>
  145. <PlatformToolset>v141</PlatformToolset>
  146. <WindowsAppContainer>true</WindowsAppContainer>
  147. <AppContainerApplication>true</AppContainerApplication>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
  150. <ConfigurationType>StaticLibrary</ConfigurationType>
  151. <UseDebugLibraries>false</UseDebugLibraries>
  152. <WholeProgramOptimization>true</WholeProgramOptimization>
  153. <CharacterSet>Unicode</CharacterSet>
  154. <PlatformToolset>v140</PlatformToolset>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Emscripten'" Label="Configuration">
  157. <ConfigurationType>StaticLibrary</ConfigurationType>
  158. <UseDebugLibraries>false</UseDebugLibraries>
  159. <WholeProgramOptimization>true</WholeProgramOptimization>
  160. <CharacterSet>Unicode</CharacterSet>
  161. <PlatformToolset>v140</PlatformToolset>
  162. </PropertyGroup>
  163. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|ARM'" Label="Configuration">
  164. <ConfigurationType>StaticLibrary</ConfigurationType>
  165. <UseDebugLibraries>false</UseDebugLibraries>
  166. <WholeProgramOptimization>true</WholeProgramOptimization>
  167. <CharacterSet>Unicode</CharacterSet>
  168. <PlatformToolset>v140</PlatformToolset>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  171. <ConfigurationType>StaticLibrary</ConfigurationType>
  172. <UseDebugLibraries>false</UseDebugLibraries>
  173. <WholeProgramOptimization>true</WholeProgramOptimization>
  174. <CharacterSet>Unicode</CharacterSet>
  175. <PlatformToolset>v141_xp</PlatformToolset>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
  178. <ConfigurationType>StaticLibrary</ConfigurationType>
  179. <UseDebugLibraries>false</UseDebugLibraries>
  180. <WholeProgramOptimization>true</WholeProgramOptimization>
  181. <CharacterSet>Unicode</CharacterSet>
  182. <PlatformToolset>v140</PlatformToolset>
  183. </PropertyGroup>
  184. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  185. <ImportGroup Label="ExtensionSettings">
  186. </ImportGroup>
  187. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  188. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  189. </ImportGroup>
  190. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  191. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  192. </ImportGroup>
  193. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  194. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  195. </ImportGroup>
  196. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
  197. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  198. </ImportGroup>
  199. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Emscripten'" Label="PropertySheets">
  200. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  201. </ImportGroup>
  202. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|ARM'" Label="PropertySheets">
  203. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  204. </ImportGroup>
  205. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  206. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  207. </ImportGroup>
  208. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
  209. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  210. </ImportGroup>
  211. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  212. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  213. </ImportGroup>
  214. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  215. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  216. </ImportGroup>
  217. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  218. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  219. </ImportGroup>
  220. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
  221. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  222. </ImportGroup>
  223. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Emscripten'" Label="PropertySheets">
  224. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  225. </ImportGroup>
  226. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|ARM'" Label="PropertySheets">
  227. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  228. </ImportGroup>
  229. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  230. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  231. </ImportGroup>
  232. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
  233. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  234. </ImportGroup>
  235. <PropertyGroup Label="UserMacros" />
  236. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  237. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  238. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  239. </PropertyGroup>
  240. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  241. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  242. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  243. </PropertyGroup>
  244. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  245. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  246. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  247. </PropertyGroup>
  248. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
  249. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  250. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  251. </PropertyGroup>
  252. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Emscripten'">
  253. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  254. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  255. </PropertyGroup>
  256. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|ARM'">
  257. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  258. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  259. </PropertyGroup>
  260. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  261. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  262. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  263. </PropertyGroup>
  264. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  265. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  266. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  267. </PropertyGroup>
  268. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  269. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  270. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  271. </PropertyGroup>
  272. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  273. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  274. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  275. </PropertyGroup>
  276. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  277. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  278. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  279. </PropertyGroup>
  280. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  281. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  282. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  283. </PropertyGroup>
  284. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Emscripten'">
  285. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  286. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  287. </PropertyGroup>
  288. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|ARM'">
  289. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  290. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  291. </PropertyGroup>
  292. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  293. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  294. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  295. </PropertyGroup>
  296. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  297. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  298. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  299. </PropertyGroup>
  300. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  301. <ClCompile>
  302. <PrecompiledHeader>
  303. </PrecompiledHeader>
  304. <WarningLevel>Level3</WarningLevel>
  305. <Optimization>Disabled</Optimization>
  306. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  307. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  308. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  309. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  310. <CompileAsManaged>false</CompileAsManaged>
  311. <CompileAsWinRT>false</CompileAsWinRT>
  312. <SDLCheck>true</SDLCheck>
  313. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  314. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  315. <StringPooling>false</StringPooling>
  316. <SmallerTypeCheck>false</SmallerTypeCheck>
  317. <ControlFlowGuard>Guard</ControlFlowGuard>
  318. <FunctionLevelLinking>false</FunctionLevelLinking>
  319. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  320. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  321. <FloatingPointExceptions>true</FloatingPointExceptions>
  322. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  323. <OpenMPSupport>false</OpenMPSupport>
  324. </ClCompile>
  325. <Link>
  326. <SubSystem>Windows</SubSystem>
  327. <GenerateDebugInformation>true</GenerateDebugInformation>
  328. </Link>
  329. <Lib>
  330. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  331. </Lib>
  332. </ItemDefinitionGroup>
  333. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  334. <ClCompile>
  335. <PrecompiledHeader>
  336. </PrecompiledHeader>
  337. <WarningLevel>Level3</WarningLevel>
  338. <Optimization>Disabled</Optimization>
  339. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  340. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  341. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  342. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  343. <CompileAsManaged>false</CompileAsManaged>
  344. <CompileAsWinRT>false</CompileAsWinRT>
  345. <SDLCheck>true</SDLCheck>
  346. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  347. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  348. <StringPooling>false</StringPooling>
  349. <SmallerTypeCheck>false</SmallerTypeCheck>
  350. <ControlFlowGuard>Guard</ControlFlowGuard>
  351. <FunctionLevelLinking>false</FunctionLevelLinking>
  352. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  353. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  354. <FloatingPointExceptions>true</FloatingPointExceptions>
  355. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  356. <OpenMPSupport>false</OpenMPSupport>
  357. </ClCompile>
  358. <Link>
  359. <SubSystem>Windows</SubSystem>
  360. <GenerateDebugInformation>true</GenerateDebugInformation>
  361. </Link>
  362. <Lib>
  363. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  364. </Lib>
  365. </ItemDefinitionGroup>
  366. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  367. <ClCompile>
  368. <PrecompiledHeader>
  369. </PrecompiledHeader>
  370. <WarningLevel>Level3</WarningLevel>
  371. <Optimization>Disabled</Optimization>
  372. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  373. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  374. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  375. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  376. <CompileAsManaged>false</CompileAsManaged>
  377. <CompileAsWinRT>false</CompileAsWinRT>
  378. <SDLCheck>true</SDLCheck>
  379. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  380. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  381. <StringPooling>false</StringPooling>
  382. <SmallerTypeCheck>false</SmallerTypeCheck>
  383. <ControlFlowGuard>Guard</ControlFlowGuard>
  384. <FunctionLevelLinking>false</FunctionLevelLinking>
  385. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  386. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  387. <FloatingPointExceptions>true</FloatingPointExceptions>
  388. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  389. <OpenMPSupport>false</OpenMPSupport>
  390. </ClCompile>
  391. <Link>
  392. <SubSystem>Windows</SubSystem>
  393. <GenerateDebugInformation>true</GenerateDebugInformation>
  394. </Link>
  395. <Lib>
  396. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  397. </Lib>
  398. </ItemDefinitionGroup>
  399. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
  400. <ClCompile>
  401. <PrecompiledHeader>
  402. </PrecompiledHeader>
  403. <WarningLevel>Level3</WarningLevel>
  404. <Optimization>Disabled</Optimization>
  405. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  406. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  407. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  408. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  409. <CompileAsManaged>false</CompileAsManaged>
  410. <CompileAsWinRT>false</CompileAsWinRT>
  411. <SDLCheck>true</SDLCheck>
  412. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  413. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  414. <StringPooling>false</StringPooling>
  415. <SmallerTypeCheck>false</SmallerTypeCheck>
  416. <ControlFlowGuard>Guard</ControlFlowGuard>
  417. <FunctionLevelLinking>false</FunctionLevelLinking>
  418. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  419. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  420. <FloatingPointExceptions>true</FloatingPointExceptions>
  421. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  422. <OpenMPSupport>false</OpenMPSupport>
  423. </ClCompile>
  424. <Link>
  425. <SubSystem>Windows</SubSystem>
  426. <GenerateDebugInformation>true</GenerateDebugInformation>
  427. </Link>
  428. <Lib>
  429. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  430. </Lib>
  431. </ItemDefinitionGroup>
  432. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Emscripten'">
  433. <ClCompile>
  434. <PrecompiledHeader>
  435. </PrecompiledHeader>
  436. <WarningLevel>Level3</WarningLevel>
  437. <Optimization>Disabled</Optimization>
  438. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  439. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  440. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  441. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  442. <CompileAsManaged>false</CompileAsManaged>
  443. <CompileAsWinRT>false</CompileAsWinRT>
  444. <SDLCheck>true</SDLCheck>
  445. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  446. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  447. <StringPooling>false</StringPooling>
  448. <SmallerTypeCheck>false</SmallerTypeCheck>
  449. <ControlFlowGuard>Guard</ControlFlowGuard>
  450. <FunctionLevelLinking>false</FunctionLevelLinking>
  451. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  452. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  453. <FloatingPointExceptions>true</FloatingPointExceptions>
  454. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  455. <OpenMPSupport>false</OpenMPSupport>
  456. </ClCompile>
  457. <Link>
  458. <SubSystem>Windows</SubSystem>
  459. <GenerateDebugInformation>true</GenerateDebugInformation>
  460. </Link>
  461. <Lib>
  462. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  463. </Lib>
  464. </ItemDefinitionGroup>
  465. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|ARM'">
  466. <ClCompile>
  467. <PrecompiledHeader>
  468. </PrecompiledHeader>
  469. <WarningLevel>Level3</WarningLevel>
  470. <Optimization>Disabled</Optimization>
  471. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  472. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  473. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  474. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  475. <CompileAsManaged>false</CompileAsManaged>
  476. <CompileAsWinRT>false</CompileAsWinRT>
  477. <SDLCheck>true</SDLCheck>
  478. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  479. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  480. <StringPooling>false</StringPooling>
  481. <SmallerTypeCheck>false</SmallerTypeCheck>
  482. <ControlFlowGuard>Guard</ControlFlowGuard>
  483. <FunctionLevelLinking>false</FunctionLevelLinking>
  484. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  485. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  486. <FloatingPointExceptions>true</FloatingPointExceptions>
  487. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  488. <OpenMPSupport>false</OpenMPSupport>
  489. </ClCompile>
  490. <Link>
  491. <SubSystem>Windows</SubSystem>
  492. <GenerateDebugInformation>true</GenerateDebugInformation>
  493. </Link>
  494. <Lib>
  495. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  496. </Lib>
  497. </ItemDefinitionGroup>
  498. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  499. <ClCompile>
  500. <PrecompiledHeader>
  501. </PrecompiledHeader>
  502. <WarningLevel>Level3</WarningLevel>
  503. <Optimization>Disabled</Optimization>
  504. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  505. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  506. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  507. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  508. <CompileAsManaged>false</CompileAsManaged>
  509. <CompileAsWinRT>false</CompileAsWinRT>
  510. <SDLCheck>true</SDLCheck>
  511. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  512. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  513. <OmitFramePointers>false</OmitFramePointers>
  514. <StringPooling>false</StringPooling>
  515. <SmallerTypeCheck>false</SmallerTypeCheck>
  516. <ControlFlowGuard>Guard</ControlFlowGuard>
  517. <FunctionLevelLinking>false</FunctionLevelLinking>
  518. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  519. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  520. <FloatingPointExceptions>true</FloatingPointExceptions>
  521. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  522. <OpenMPSupport>false</OpenMPSupport>
  523. </ClCompile>
  524. <Link>
  525. <SubSystem>Windows</SubSystem>
  526. <GenerateDebugInformation>true</GenerateDebugInformation>
  527. </Link>
  528. <Lib>
  529. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  530. </Lib>
  531. </ItemDefinitionGroup>
  532. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  533. <ClCompile>
  534. <PrecompiledHeader>
  535. </PrecompiledHeader>
  536. <WarningLevel>Level3</WarningLevel>
  537. <Optimization>Disabled</Optimization>
  538. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  539. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  540. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  541. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  542. <CompileAsManaged>false</CompileAsManaged>
  543. <CompileAsWinRT>false</CompileAsWinRT>
  544. <SDLCheck>true</SDLCheck>
  545. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  546. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  547. <OmitFramePointers>false</OmitFramePointers>
  548. <StringPooling>false</StringPooling>
  549. <SmallerTypeCheck>false</SmallerTypeCheck>
  550. <ControlFlowGuard>Guard</ControlFlowGuard>
  551. <FunctionLevelLinking>false</FunctionLevelLinking>
  552. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  553. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  554. <FloatingPointExceptions>true</FloatingPointExceptions>
  555. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  556. <OpenMPSupport>false</OpenMPSupport>
  557. </ClCompile>
  558. <Link>
  559. <SubSystem>Windows</SubSystem>
  560. <GenerateDebugInformation>true</GenerateDebugInformation>
  561. </Link>
  562. <Lib>
  563. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  564. </Lib>
  565. </ItemDefinitionGroup>
  566. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  567. <ClCompile>
  568. <WarningLevel>Level3</WarningLevel>
  569. <FunctionLevelLinking>true</FunctionLevelLinking>
  570. <IntrinsicFunctions>true</IntrinsicFunctions>
  571. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  572. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  573. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  574. <DebugInformationFormat>None</DebugInformationFormat>
  575. <CompileAsManaged>false</CompileAsManaged>
  576. <CompileAsWinRT>false</CompileAsWinRT>
  577. <SDLCheck>false</SDLCheck>
  578. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  579. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  580. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  581. <OmitFramePointers>true</OmitFramePointers>
  582. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  583. <StringPooling>true</StringPooling>
  584. <ExceptionHandling>false</ExceptionHandling>
  585. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  586. <BufferSecurityCheck>false</BufferSecurityCheck>
  587. <ControlFlowGuard>false</ControlFlowGuard>
  588. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  589. <FloatingPointModel>Fast</FloatingPointModel>
  590. <FloatingPointExceptions>false</FloatingPointExceptions>
  591. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  592. <OpenMPSupport>false</OpenMPSupport>
  593. <WholeProgramOptimization>false</WholeProgramOptimization>
  594. </ClCompile>
  595. <Link>
  596. <SubSystem>Windows</SubSystem>
  597. <GenerateDebugInformation>true</GenerateDebugInformation>
  598. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  599. <OptimizeReferences>true</OptimizeReferences>
  600. </Link>
  601. <Lib>
  602. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  603. </Lib>
  604. </ItemDefinitionGroup>
  605. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  606. <ClCompile>
  607. <WarningLevel>Level3</WarningLevel>
  608. <PrecompiledHeader>
  609. </PrecompiledHeader>
  610. <FunctionLevelLinking>true</FunctionLevelLinking>
  611. <IntrinsicFunctions>true</IntrinsicFunctions>
  612. <PreprocessorDefinitions>HAVE_CONFIG_H;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  613. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  614. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  615. <DebugInformationFormat>None</DebugInformationFormat>
  616. <CompileAsManaged>false</CompileAsManaged>
  617. <CompileAsWinRT>false</CompileAsWinRT>
  618. <SDLCheck>false</SDLCheck>
  619. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  620. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  621. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  622. <OmitFramePointers>true</OmitFramePointers>
  623. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  624. <StringPooling>true</StringPooling>
  625. <ExceptionHandling>false</ExceptionHandling>
  626. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  627. <BufferSecurityCheck>false</BufferSecurityCheck>
  628. <ControlFlowGuard>false</ControlFlowGuard>
  629. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  630. <FloatingPointModel>Fast</FloatingPointModel>
  631. <FloatingPointExceptions>false</FloatingPointExceptions>
  632. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  633. <OpenMPSupport>false</OpenMPSupport>
  634. </ClCompile>
  635. <Link>
  636. <SubSystem>Windows</SubSystem>
  637. <GenerateDebugInformation>true</GenerateDebugInformation>
  638. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  639. <OptimizeReferences>true</OptimizeReferences>
  640. </Link>
  641. <Lib>
  642. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  643. </Lib>
  644. </ItemDefinitionGroup>
  645. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  646. <ClCompile>
  647. <WarningLevel>Level3</WarningLevel>
  648. <FunctionLevelLinking>true</FunctionLevelLinking>
  649. <IntrinsicFunctions>true</IntrinsicFunctions>
  650. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  651. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  652. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  653. <DebugInformationFormat>None</DebugInformationFormat>
  654. <CompileAsManaged>false</CompileAsManaged>
  655. <CompileAsWinRT>false</CompileAsWinRT>
  656. <SDLCheck>false</SDLCheck>
  657. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  658. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  659. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  660. <OmitFramePointers>true</OmitFramePointers>
  661. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  662. <StringPooling>true</StringPooling>
  663. <ExceptionHandling>false</ExceptionHandling>
  664. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  665. <BufferSecurityCheck>false</BufferSecurityCheck>
  666. <ControlFlowGuard>false</ControlFlowGuard>
  667. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  668. <FloatingPointModel>Fast</FloatingPointModel>
  669. <FloatingPointExceptions>false</FloatingPointExceptions>
  670. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  671. <OpenMPSupport>false</OpenMPSupport>
  672. <WholeProgramOptimization>false</WholeProgramOptimization>
  673. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  674. </ClCompile>
  675. <Link>
  676. <SubSystem>Windows</SubSystem>
  677. <GenerateDebugInformation>true</GenerateDebugInformation>
  678. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  679. <OptimizeReferences>true</OptimizeReferences>
  680. </Link>
  681. <Lib>
  682. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  683. </Lib>
  684. </ItemDefinitionGroup>
  685. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  686. <ClCompile>
  687. <WarningLevel>Level3</WarningLevel>
  688. <PrecompiledHeader>
  689. </PrecompiledHeader>
  690. <FunctionLevelLinking>true</FunctionLevelLinking>
  691. <IntrinsicFunctions>true</IntrinsicFunctions>
  692. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  693. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  694. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  695. <DebugInformationFormat>None</DebugInformationFormat>
  696. <CompileAsManaged>false</CompileAsManaged>
  697. <CompileAsWinRT>false</CompileAsWinRT>
  698. <SDLCheck>false</SDLCheck>
  699. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  700. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  701. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  702. <OmitFramePointers>true</OmitFramePointers>
  703. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  704. <StringPooling>true</StringPooling>
  705. <ExceptionHandling>false</ExceptionHandling>
  706. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  707. <BufferSecurityCheck>false</BufferSecurityCheck>
  708. <ControlFlowGuard>false</ControlFlowGuard>
  709. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  710. <FloatingPointModel>Precise</FloatingPointModel>
  711. <FloatingPointExceptions>false</FloatingPointExceptions>
  712. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  713. <OpenMPSupport>false</OpenMPSupport>
  714. </ClCompile>
  715. <Link>
  716. <SubSystem>Windows</SubSystem>
  717. <GenerateDebugInformation>true</GenerateDebugInformation>
  718. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  719. <OptimizeReferences>true</OptimizeReferences>
  720. </Link>
  721. <Lib>
  722. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  723. </Lib>
  724. </ItemDefinitionGroup>
  725. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Emscripten'">
  726. <ClCompile>
  727. <WarningLevel>Level3</WarningLevel>
  728. <PrecompiledHeader>
  729. </PrecompiledHeader>
  730. <FunctionLevelLinking>true</FunctionLevelLinking>
  731. <IntrinsicFunctions>true</IntrinsicFunctions>
  732. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  733. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  734. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  735. <DebugInformationFormat>None</DebugInformationFormat>
  736. <CompileAsManaged>false</CompileAsManaged>
  737. <CompileAsWinRT>false</CompileAsWinRT>
  738. <SDLCheck>false</SDLCheck>
  739. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  740. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  741. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  742. <OmitFramePointers>true</OmitFramePointers>
  743. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  744. <StringPooling>true</StringPooling>
  745. <ExceptionHandling>false</ExceptionHandling>
  746. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  747. <BufferSecurityCheck>false</BufferSecurityCheck>
  748. <ControlFlowGuard>false</ControlFlowGuard>
  749. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  750. <FloatingPointModel>Precise</FloatingPointModel>
  751. <FloatingPointExceptions>false</FloatingPointExceptions>
  752. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  753. <OpenMPSupport>false</OpenMPSupport>
  754. </ClCompile>
  755. <Link>
  756. <SubSystem>Windows</SubSystem>
  757. <GenerateDebugInformation>true</GenerateDebugInformation>
  758. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  759. <OptimizeReferences>true</OptimizeReferences>
  760. </Link>
  761. <Lib>
  762. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  763. </Lib>
  764. </ItemDefinitionGroup>
  765. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|ARM'">
  766. <ClCompile>
  767. <WarningLevel>Level3</WarningLevel>
  768. <PrecompiledHeader>
  769. </PrecompiledHeader>
  770. <FunctionLevelLinking>true</FunctionLevelLinking>
  771. <IntrinsicFunctions>true</IntrinsicFunctions>
  772. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  773. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  774. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  775. <DebugInformationFormat>None</DebugInformationFormat>
  776. <CompileAsManaged>false</CompileAsManaged>
  777. <CompileAsWinRT>false</CompileAsWinRT>
  778. <SDLCheck>false</SDLCheck>
  779. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  780. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  781. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  782. <OmitFramePointers>true</OmitFramePointers>
  783. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  784. <StringPooling>true</StringPooling>
  785. <ExceptionHandling>false</ExceptionHandling>
  786. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  787. <BufferSecurityCheck>false</BufferSecurityCheck>
  788. <ControlFlowGuard>false</ControlFlowGuard>
  789. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  790. <FloatingPointModel>Precise</FloatingPointModel>
  791. <FloatingPointExceptions>false</FloatingPointExceptions>
  792. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  793. <OpenMPSupport>false</OpenMPSupport>
  794. </ClCompile>
  795. <Link>
  796. <SubSystem>Windows</SubSystem>
  797. <GenerateDebugInformation>true</GenerateDebugInformation>
  798. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  799. <OptimizeReferences>true</OptimizeReferences>
  800. </Link>
  801. <Lib>
  802. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  803. </Lib>
  804. </ItemDefinitionGroup>
  805. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  806. <ClCompile>
  807. <WarningLevel>Level3</WarningLevel>
  808. <Optimization>MaxSpeed</Optimization>
  809. <FunctionLevelLinking>true</FunctionLevelLinking>
  810. <IntrinsicFunctions>true</IntrinsicFunctions>
  811. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  812. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  813. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  814. <DebugInformationFormat>None</DebugInformationFormat>
  815. <CompileAsManaged>false</CompileAsManaged>
  816. <CompileAsWinRT>false</CompileAsWinRT>
  817. <SDLCheck>false</SDLCheck>
  818. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  819. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  820. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  821. <OmitFramePointers>true</OmitFramePointers>
  822. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  823. <StringPooling>true</StringPooling>
  824. <ExceptionHandling>false</ExceptionHandling>
  825. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  826. <BufferSecurityCheck>false</BufferSecurityCheck>
  827. <ControlFlowGuard>false</ControlFlowGuard>
  828. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  829. <FloatingPointModel>Fast</FloatingPointModel>
  830. <FloatingPointExceptions>false</FloatingPointExceptions>
  831. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  832. <OpenMPSupport>false</OpenMPSupport>
  833. <WholeProgramOptimization>false</WholeProgramOptimization>
  834. </ClCompile>
  835. <Link>
  836. <SubSystem>Windows</SubSystem>
  837. <GenerateDebugInformation>true</GenerateDebugInformation>
  838. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  839. <OptimizeReferences>true</OptimizeReferences>
  840. </Link>
  841. <Lib>
  842. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  843. </Lib>
  844. </ItemDefinitionGroup>
  845. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  846. <ClCompile>
  847. <WarningLevel>Level3</WarningLevel>
  848. <PrecompiledHeader>
  849. </PrecompiledHeader>
  850. <Optimization>MaxSpeed</Optimization>
  851. <FunctionLevelLinking>true</FunctionLevelLinking>
  852. <IntrinsicFunctions>true</IntrinsicFunctions>
  853. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  854. <AdditionalIncludeDirectories>..\lib;..\lib\silk/fixed;..\lib\silk;..\lib\win32;..\lib\celt;..\lib\include;.</AdditionalIncludeDirectories>
  855. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  856. <DebugInformationFormat>None</DebugInformationFormat>
  857. <CompileAsManaged>false</CompileAsManaged>
  858. <CompileAsWinRT>false</CompileAsWinRT>
  859. <SDLCheck>false</SDLCheck>
  860. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  861. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  862. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  863. <OmitFramePointers>true</OmitFramePointers>
  864. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  865. <StringPooling>true</StringPooling>
  866. <ExceptionHandling>false</ExceptionHandling>
  867. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  868. <BufferSecurityCheck>false</BufferSecurityCheck>
  869. <ControlFlowGuard>false</ControlFlowGuard>
  870. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  871. <FloatingPointModel>Precise</FloatingPointModel>
  872. <FloatingPointExceptions>false</FloatingPointExceptions>
  873. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  874. <OpenMPSupport>false</OpenMPSupport>
  875. </ClCompile>
  876. <Link>
  877. <SubSystem>Windows</SubSystem>
  878. <GenerateDebugInformation>true</GenerateDebugInformation>
  879. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  880. <OptimizeReferences>true</OptimizeReferences>
  881. </Link>
  882. <Lib>
  883. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  884. </Lib>
  885. </ItemDefinitionGroup>
  886. <ItemGroup>
  887. <ClInclude Include="..\lib\include\opus_types.h" />
  888. <ClInclude Include="config.h" />
  889. <ClInclude Include="..\lib\silk\SigProc_FIX.h" />
  890. <ClInclude Include="..\lib\silk\fixed\main_FIX.h" />
  891. <ClInclude Include="..\lib\silk\fixed\structs_FIX.h" />
  892. </ItemGroup>
  893. <ItemGroup>
  894. <ClCompile Include="..\lib\silk\fixed\apply_sine_window_FIX.c" />
  895. <ClCompile Include="..\lib\silk\fixed\autocorr_FIX.c" />
  896. <ClCompile Include="..\lib\silk\fixed\burg_modified_FIX.c" />
  897. <ClCompile Include="..\lib\silk\fixed\corrMatrix_FIX.c" />
  898. <ClCompile Include="..\lib\silk\fixed\encode_frame_FIX.c" />
  899. <ClCompile Include="..\lib\silk\fixed\find_LPC_FIX.c" />
  900. <ClCompile Include="..\lib\silk\fixed\find_LTP_FIX.c" />
  901. <ClCompile Include="..\lib\silk\fixed\find_pitch_lags_FIX.c" />
  902. <ClCompile Include="..\lib\silk\fixed\find_pred_coefs_FIX.c" />
  903. <ClCompile Include="..\lib\silk\fixed\k2a_FIX.c" />
  904. <ClCompile Include="..\lib\silk\fixed\k2a_Q16_FIX.c" />
  905. <ClCompile Include="..\lib\silk\fixed\LTP_analysis_filter_FIX.c" />
  906. <ClCompile Include="..\lib\silk\fixed\LTP_scale_ctrl_FIX.c" />
  907. <ClCompile Include="..\lib\silk\fixed\noise_shape_analysis_FIX.c" />
  908. <ClCompile Include="..\lib\silk\fixed\pitch_analysis_core_FIX.c" />
  909. <ClCompile Include="..\lib\silk\fixed\process_gains_FIX.c" />
  910. <ClCompile Include="..\lib\silk\fixed\regularize_correlations_FIX.c" />
  911. <ClCompile Include="..\lib\silk\fixed\residual_energy16_FIX.c" />
  912. <ClCompile Include="..\lib\silk\fixed\residual_energy_FIX.c" />
  913. <ClCompile Include="..\lib\silk\fixed\schur64_FIX.c" />
  914. <ClCompile Include="..\lib\silk\fixed\schur_FIX.c" />
  915. <ClCompile Include="..\lib\silk\fixed\vector_ops_FIX.c" />
  916. <ClCompile Include="..\lib\silk\fixed\warped_autocorrelation_FIX.c" />
  917. <ClCompile Include="..\lib\silk\fixed\x86\burg_modified_FIX_sse4_1.c">
  918. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild>
  919. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  920. </ClCompile>
  921. <ClCompile Include="..\lib\silk\fixed\x86\vector_ops_FIX_sse4_1.c">
  922. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild>
  923. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  924. </ClCompile>
  925. </ItemGroup>
  926. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  927. <ImportGroup Label="ExtensionTargets">
  928. </ImportGroup>
  929. </Project>