opusfile.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Emscripten">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Emscripten</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|ARM">
  21. <Configuration>Release</Configuration>
  22. <Platform>ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Emscripten">
  25. <Configuration>Release</Configuration>
  26. <Platform>Emscripten</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClInclude Include="..\..\src\internal.h" />
  39. <ClInclude Include="..\..\src\winerrno.h" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ClCompile Include="..\..\src\http.c" />
  43. <ClCompile Include="..\..\src\info.c" />
  44. <ClCompile Include="..\..\src\internal.c" />
  45. <ClCompile Include="..\..\src\opusfile.c" />
  46. <ClCompile Include="..\..\src\stream.c" />
  47. <ClCompile Include="..\..\src\wincerts.c" />
  48. </ItemGroup>
  49. <PropertyGroup Label="Globals">
  50. <ProjectGuid>{1A4B5203-52EB-4805-9511-84B1BD094FCA}</ProjectGuid>
  51. <Keyword>Win32Proj</Keyword>
  52. <RootNamespace>opusfile</RootNamespace>
  53. <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
  54. <WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  58. <ConfigurationType>StaticLibrary</ConfigurationType>
  59. <UseDebugLibraries>true</UseDebugLibraries>
  60. <CharacterSet>NotSet</CharacterSet>
  61. <PlatformToolset>v141_xp</PlatformToolset>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <CharacterSet>NotSet</CharacterSet>
  67. <PlatformToolset>v141</PlatformToolset>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  70. <ConfigurationType>StaticLibrary</ConfigurationType>
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. <CharacterSet>NotSet</CharacterSet>
  73. <PlatformToolset>v141_xp</PlatformToolset>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  76. <ConfigurationType>StaticLibrary</ConfigurationType>
  77. <UseDebugLibraries>true</UseDebugLibraries>
  78. <CharacterSet>NotSet</CharacterSet>
  79. <PlatformToolset>emcc</PlatformToolset>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  82. <ConfigurationType>StaticLibrary</ConfigurationType>
  83. <UseDebugLibraries>false</UseDebugLibraries>
  84. <WholeProgramOptimization>false</WholeProgramOptimization>
  85. <CharacterSet>NotSet</CharacterSet>
  86. <PlatformToolset>v141_xp</PlatformToolset>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  89. <ConfigurationType>StaticLibrary</ConfigurationType>
  90. <UseDebugLibraries>false</UseDebugLibraries>
  91. <WholeProgramOptimization>false</WholeProgramOptimization>
  92. <CharacterSet>Unicode</CharacterSet>
  93. <PlatformToolset>v141</PlatformToolset>
  94. <WindowsAppContainer>true</WindowsAppContainer>
  95. <AppContainerApplication>true</AppContainerApplication>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  98. <ConfigurationType>StaticLibrary</ConfigurationType>
  99. <UseDebugLibraries>false</UseDebugLibraries>
  100. <WholeProgramOptimization>false</WholeProgramOptimization>
  101. <CharacterSet>NotSet</CharacterSet>
  102. <PlatformToolset>v141_xp</PlatformToolset>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  105. <ConfigurationType>StaticLibrary</ConfigurationType>
  106. <UseDebugLibraries>false</UseDebugLibraries>
  107. <WholeProgramOptimization>false</WholeProgramOptimization>
  108. <CharacterSet>NotSet</CharacterSet>
  109. <PlatformToolset>emcc</PlatformToolset>
  110. </PropertyGroup>
  111. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  112. <ImportGroup Label="ExtensionSettings">
  113. </ImportGroup>
  114. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  115. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  116. </ImportGroup>
  117. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  118. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  119. </ImportGroup>
  120. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  121. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  122. </ImportGroup>
  123. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  124. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  125. </ImportGroup>
  126. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  127. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  128. </ImportGroup>
  129. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  130. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  131. </ImportGroup>
  132. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  133. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  134. </ImportGroup>
  135. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  136. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  137. </ImportGroup>
  138. <PropertyGroup Label="UserMacros" />
  139. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  140. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  141. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  142. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  145. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  146. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  147. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  150. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  151. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  152. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  155. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  156. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  157. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  158. </PropertyGroup>
  159. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  160. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  161. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  162. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  165. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  166. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  167. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  168. </PropertyGroup>
  169. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  170. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  171. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  172. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  175. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  176. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  177. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  178. </PropertyGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  180. <ClCompile>
  181. <PrecompiledHeader>
  182. </PrecompiledHeader>
  183. <WarningLevel>Level3</WarningLevel>
  184. <Optimization>Disabled</Optimization>
  185. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  187. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include</AdditionalIncludeDirectories>
  188. </ClCompile>
  189. <Link>
  190. <SubSystem>Windows</SubSystem>
  191. <GenerateDebugInformation>true</GenerateDebugInformation>
  192. </Link>
  193. </ItemDefinitionGroup>
  194. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  195. <ClCompile>
  196. <PrecompiledHeader>
  197. </PrecompiledHeader>
  198. <WarningLevel>Level3</WarningLevel>
  199. <Optimization>Disabled</Optimization>
  200. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  201. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  202. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include</AdditionalIncludeDirectories>
  203. </ClCompile>
  204. <Link>
  205. <SubSystem>Windows</SubSystem>
  206. <GenerateDebugInformation>true</GenerateDebugInformation>
  207. </Link>
  208. </ItemDefinitionGroup>
  209. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  210. <ClCompile>
  211. <PrecompiledHeader>
  212. </PrecompiledHeader>
  213. <WarningLevel>Level3</WarningLevel>
  214. <Optimization>Disabled</Optimization>
  215. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  216. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  217. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include</AdditionalIncludeDirectories>
  218. <StringPooling>true</StringPooling>
  219. </ClCompile>
  220. <Link>
  221. <SubSystem>Windows</SubSystem>
  222. <GenerateDebugInformation>true</GenerateDebugInformation>
  223. </Link>
  224. </ItemDefinitionGroup>
  225. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  226. <ClCompile>
  227. <PrecompiledHeader>
  228. </PrecompiledHeader>
  229. <WarningLevel>Level3</WarningLevel>
  230. <Optimization>Disabled</Optimization>
  231. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  232. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  233. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include;../../include</AdditionalIncludeDirectories>
  234. <StringPooling>true</StringPooling>
  235. </ClCompile>
  236. <Link>
  237. <SubSystem>Windows</SubSystem>
  238. <GenerateDebugInformation>true</GenerateDebugInformation>
  239. </Link>
  240. </ItemDefinitionGroup>
  241. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  242. <ClCompile>
  243. <WarningLevel>Level3</WarningLevel>
  244. <PrecompiledHeader>
  245. </PrecompiledHeader>
  246. <Optimization>MaxSpeed</Optimization>
  247. <FunctionLevelLinking>true</FunctionLevelLinking>
  248. <IntrinsicFunctions>true</IntrinsicFunctions>
  249. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  250. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  251. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  252. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  253. <OmitFramePointers>true</OmitFramePointers>
  254. <FloatingPointModel>Fast</FloatingPointModel>
  255. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include</AdditionalIncludeDirectories>
  256. <DebugInformationFormat />
  257. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  258. <StringPooling>true</StringPooling>
  259. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  260. </ClCompile>
  261. <Link>
  262. <SubSystem>Windows</SubSystem>
  263. <GenerateDebugInformation>true</GenerateDebugInformation>
  264. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  265. <OptimizeReferences>true</OptimizeReferences>
  266. </Link>
  267. </ItemDefinitionGroup>
  268. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  269. <ClCompile>
  270. <WarningLevel>Level3</WarningLevel>
  271. <PrecompiledHeader>
  272. </PrecompiledHeader>
  273. <Optimization>MaxSpeed</Optimization>
  274. <FunctionLevelLinking>true</FunctionLevelLinking>
  275. <IntrinsicFunctions>true</IntrinsicFunctions>
  276. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  277. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  278. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  279. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  280. <OmitFramePointers>true</OmitFramePointers>
  281. <FloatingPointModel>Fast</FloatingPointModel>
  282. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include</AdditionalIncludeDirectories>
  283. <DebugInformationFormat>
  284. </DebugInformationFormat>
  285. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  286. <StringPooling>true</StringPooling>
  287. <CompileAsWinRT>false</CompileAsWinRT>
  288. </ClCompile>
  289. <Link>
  290. <SubSystem>Windows</SubSystem>
  291. <GenerateDebugInformation>true</GenerateDebugInformation>
  292. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  293. <OptimizeReferences>true</OptimizeReferences>
  294. </Link>
  295. </ItemDefinitionGroup>
  296. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  297. <ClCompile>
  298. <WarningLevel>Level3</WarningLevel>
  299. <PrecompiledHeader>
  300. </PrecompiledHeader>
  301. <Optimization>MaxSpeed</Optimization>
  302. <FunctionLevelLinking>true</FunctionLevelLinking>
  303. <IntrinsicFunctions>true</IntrinsicFunctions>
  304. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  305. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  306. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  307. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  308. <OmitFramePointers>true</OmitFramePointers>
  309. <FloatingPointModel>Fast</FloatingPointModel>
  310. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include</AdditionalIncludeDirectories>
  311. <DebugInformationFormat />
  312. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  313. <StringPooling>true</StringPooling>
  314. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  315. </ClCompile>
  316. <Link>
  317. <SubSystem>Windows</SubSystem>
  318. <GenerateDebugInformation>true</GenerateDebugInformation>
  319. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  320. <OptimizeReferences>true</OptimizeReferences>
  321. </Link>
  322. </ItemDefinitionGroup>
  323. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  324. <ClCompile>
  325. <WarningLevel>Level3</WarningLevel>
  326. <PrecompiledHeader>
  327. </PrecompiledHeader>
  328. <Optimization>MaxSpeed</Optimization>
  329. <FunctionLevelLinking>true</FunctionLevelLinking>
  330. <IntrinsicFunctions>true</IntrinsicFunctions>
  331. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  332. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  333. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  334. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  335. <OmitFramePointers>true</OmitFramePointers>
  336. <FloatingPointModel>Fast</FloatingPointModel>
  337. <AdditionalIncludeDirectories>../../../../Ogg/include;../../../lib/include;../../include</AdditionalIncludeDirectories>
  338. <DebugInformationFormat>
  339. </DebugInformationFormat>
  340. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  341. <StringPooling>true</StringPooling>
  342. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  343. </ClCompile>
  344. <Link>
  345. <SubSystem>Windows</SubSystem>
  346. <GenerateDebugInformation>true</GenerateDebugInformation>
  347. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  348. <OptimizeReferences>true</OptimizeReferences>
  349. </Link>
  350. </ItemDefinitionGroup>
  351. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  352. <ImportGroup Label="ExtensionTargets">
  353. </ImportGroup>
  354. </Project>