Theora.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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. <ClCompile Include="..\lib\analyze.c" />
  39. <ClCompile Include="..\lib\apiwrapper.c" />
  40. <ClCompile Include="..\lib\bitpack.c" />
  41. <ClCompile Include="..\lib\decapiwrapper.c" />
  42. <ClCompile Include="..\lib\decinfo.c" />
  43. <ClCompile Include="..\lib\decode.c" />
  44. <ClCompile Include="..\lib\dequant.c" />
  45. <ClCompile Include="..\lib\encapiwrapper.c" />
  46. <ClCompile Include="..\lib\encfrag.c" />
  47. <ClCompile Include="..\lib\encinfo.c" />
  48. <ClCompile Include="..\lib\encode.c" />
  49. <ClCompile Include="..\lib\enquant.c" />
  50. <ClCompile Include="..\lib\fdct.c" />
  51. <ClCompile Include="..\lib\fragment.c" />
  52. <ClCompile Include="..\lib\huffdec.c" />
  53. <ClCompile Include="..\lib\huffenc.c" />
  54. <ClCompile Include="..\lib\idct.c" />
  55. <ClCompile Include="..\lib\info.c" />
  56. <ClCompile Include="..\lib\internal.c" />
  57. <ClCompile Include="..\lib\mathops.c" />
  58. <ClCompile Include="..\lib\mcenc.c" />
  59. <ClCompile Include="..\lib\quant.c" />
  60. <ClCompile Include="..\lib\rate.c" />
  61. <ClCompile Include="..\lib\state.c" />
  62. <ClCompile Include="..\lib\tokenize.c" />
  63. <ClCompile Include="..\lib\x86_vc\mmxencfrag.c" />
  64. <ClCompile Include="..\lib\x86_vc\mmxfdct.c" />
  65. <ClCompile Include="..\lib\x86_vc\mmxfrag.c" />
  66. <ClCompile Include="..\lib\x86_vc\mmxidct.c" />
  67. <ClCompile Include="..\lib\x86_vc\mmxstate.c" />
  68. <ClCompile Include="..\lib\x86_vc\x86cpu.c" />
  69. <ClCompile Include="..\lib\x86_vc\x86enc.c" />
  70. <ClCompile Include="..\lib\x86_vc\x86state.c" />
  71. </ItemGroup>
  72. <PropertyGroup Label="Globals">
  73. <ProjectGuid>{653F3841-3F26-49B9-AFCF-091DB4B67031}</ProjectGuid>
  74. <RootNamespace>libtheora</RootNamespace>
  75. <Keyword>Win32Proj</Keyword>
  76. <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
  77. </PropertyGroup>
  78. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  80. <ConfigurationType>StaticLibrary</ConfigurationType>
  81. <PlatformToolset>v140_xp</PlatformToolset>
  82. <CharacterSet>Unicode</CharacterSet>
  83. <WholeProgramOptimization>false</WholeProgramOptimization>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <PlatformToolset>v140</PlatformToolset>
  88. <CharacterSet>Unicode</CharacterSet>
  89. <WholeProgramOptimization>false</WholeProgramOptimization>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  92. <ConfigurationType>StaticLibrary</ConfigurationType>
  93. <PlatformToolset>v140_xp</PlatformToolset>
  94. <CharacterSet>Unicode</CharacterSet>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  97. <ConfigurationType>StaticLibrary</ConfigurationType>
  98. <PlatformToolset>v140</PlatformToolset>
  99. <CharacterSet>Unicode</CharacterSet>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  102. <ConfigurationType>StaticLibrary</ConfigurationType>
  103. <PlatformToolset>v140_xp</PlatformToolset>
  104. <CharacterSet>Unicode</CharacterSet>
  105. <WholeProgramOptimization>false</WholeProgramOptimization>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  108. <ConfigurationType>StaticLibrary</ConfigurationType>
  109. <PlatformToolset>emcc</PlatformToolset>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <WholeProgramOptimization>false</WholeProgramOptimization>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  114. <ConfigurationType>StaticLibrary</ConfigurationType>
  115. <PlatformToolset>v140_xp</PlatformToolset>
  116. <CharacterSet>Unicode</CharacterSet>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  119. <ConfigurationType>StaticLibrary</ConfigurationType>
  120. <PlatformToolset>v120</PlatformToolset>
  121. <CharacterSet>Unicode</CharacterSet>
  122. </PropertyGroup>
  123. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  124. <ImportGroup Label="ExtensionSettings">
  125. </ImportGroup>
  126. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  127. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  128. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  129. </ImportGroup>
  130. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  131. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  132. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  133. </ImportGroup>
  134. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  135. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  136. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  137. </ImportGroup>
  138. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  139. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  140. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  141. </ImportGroup>
  142. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  143. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  144. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  145. </ImportGroup>
  146. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  147. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  148. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  149. </ImportGroup>
  150. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  151. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  152. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  153. </ImportGroup>
  154. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  155. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  156. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  157. </ImportGroup>
  158. <PropertyGroup Label="UserMacros" />
  159. <PropertyGroup>
  160. <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
  161. </PropertyGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  163. <ClCompile>
  164. <Optimization>Disabled</Optimization>
  165. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  166. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;DEBUG;OC_X86_ASM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <MinimalRebuild>true</MinimalRebuild>
  168. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  169. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  170. <PrecompiledHeader />
  171. <WarningLevel>Level3</WarningLevel>
  172. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  173. </ClCompile>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  176. <ClCompile>
  177. <Optimization>Disabled</Optimization>
  178. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  179. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  180. <MinimalRebuild>true</MinimalRebuild>
  181. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  182. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  183. <PrecompiledHeader>
  184. </PrecompiledHeader>
  185. <WarningLevel>Level3</WarningLevel>
  186. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  187. </ClCompile>
  188. </ItemDefinitionGroup>
  189. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  190. <Midl>
  191. <TargetEnvironment>X64</TargetEnvironment>
  192. </Midl>
  193. <ClCompile>
  194. <Optimization>Disabled</Optimization>
  195. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  196. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <MinimalRebuild>true</MinimalRebuild>
  198. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  199. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  200. <PrecompiledHeader />
  201. <WarningLevel>Level3</WarningLevel>
  202. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  203. </ClCompile>
  204. </ItemDefinitionGroup>
  205. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  206. <Midl />
  207. <ClCompile>
  208. <Optimization>Disabled</Optimization>
  209. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  210. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  211. <MinimalRebuild>true</MinimalRebuild>
  212. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  213. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  214. <PrecompiledHeader>
  215. </PrecompiledHeader>
  216. <WarningLevel>Level3</WarningLevel>
  217. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  218. </ClCompile>
  219. </ItemDefinitionGroup>
  220. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  221. <ClCompile>
  222. <Optimization>Full</Optimization>
  223. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  224. <IntrinsicFunctions>true</IntrinsicFunctions>
  225. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  226. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  227. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;OC_X86_ASM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  228. <StringPooling>true</StringPooling>
  229. <ExceptionHandling />
  230. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  231. <BufferSecurityCheck>false</BufferSecurityCheck>
  232. <PrecompiledHeader />
  233. <WarningLevel>Level4</WarningLevel>
  234. <DebugInformationFormat />
  235. <CompileAs>CompileAsC</CompileAs>
  236. <DisableSpecificWarnings>4244;4267;4057;4100;4245;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  237. <OmitFramePointers>true</OmitFramePointers>
  238. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  239. <FunctionLevelLinking>true</FunctionLevelLinking>
  240. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  241. <FloatingPointModel>Fast</FloatingPointModel>
  242. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  243. </ClCompile>
  244. </ItemDefinitionGroup>
  245. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  246. <ClCompile>
  247. <Optimization>Full</Optimization>
  248. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  249. <IntrinsicFunctions>true</IntrinsicFunctions>
  250. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  251. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  252. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  253. <StringPooling>true</StringPooling>
  254. <ExceptionHandling>
  255. </ExceptionHandling>
  256. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  257. <BufferSecurityCheck>false</BufferSecurityCheck>
  258. <PrecompiledHeader>
  259. </PrecompiledHeader>
  260. <WarningLevel>Level4</WarningLevel>
  261. <DebugInformationFormat>
  262. </DebugInformationFormat>
  263. <CompileAs>CompileAsC</CompileAs>
  264. <DisableSpecificWarnings>4244;4267;4057;4100;4245;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  265. <OmitFramePointers>true</OmitFramePointers>
  266. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  267. <FunctionLevelLinking>true</FunctionLevelLinking>
  268. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  269. <FloatingPointModel>Fast</FloatingPointModel>
  270. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  271. </ClCompile>
  272. </ItemDefinitionGroup>
  273. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  274. <Midl>
  275. <TargetEnvironment>X64</TargetEnvironment>
  276. </Midl>
  277. <ClCompile>
  278. <Optimization>Full</Optimization>
  279. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  280. <IntrinsicFunctions>true</IntrinsicFunctions>
  281. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  282. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  283. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  284. <StringPooling>true</StringPooling>
  285. <ExceptionHandling />
  286. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  287. <BufferSecurityCheck>false</BufferSecurityCheck>
  288. <PrecompiledHeader />
  289. <WarningLevel>Level4</WarningLevel>
  290. <DebugInformationFormat />
  291. <CompileAs>CompileAsC</CompileAs>
  292. <DisableSpecificWarnings>4244;4267;4057;4100;4245;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  293. <OmitFramePointers>true</OmitFramePointers>
  294. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  295. <FunctionLevelLinking>true</FunctionLevelLinking>
  296. <EnableEnhancedInstructionSet>
  297. </EnableEnhancedInstructionSet>
  298. <FloatingPointModel>Fast</FloatingPointModel>
  299. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  300. </ClCompile>
  301. </ItemDefinitionGroup>
  302. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  303. <Midl />
  304. <ClCompile>
  305. <Optimization>MaxSpeed</Optimization>
  306. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  307. <IntrinsicFunctions>true</IntrinsicFunctions>
  308. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  309. <AdditionalIncludeDirectories>..\include;..\lib;..\..\Ogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  310. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;LIBTHEORA_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  311. <StringPooling>true</StringPooling>
  312. <ExceptionHandling>
  313. </ExceptionHandling>
  314. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  315. <BufferSecurityCheck>false</BufferSecurityCheck>
  316. <PrecompiledHeader>
  317. </PrecompiledHeader>
  318. <WarningLevel>Level4</WarningLevel>
  319. <DebugInformationFormat>
  320. </DebugInformationFormat>
  321. <CompileAs>CompileAsC</CompileAs>
  322. <DisableSpecificWarnings>4244;4267;4057;4100;4245;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  323. </ClCompile>
  324. </ItemDefinitionGroup>
  325. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  326. <ImportGroup Label="ExtensionTargets">
  327. </ImportGroup>
  328. </Project>