Brotli.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  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\common\dictionary.c" />
  39. <ClCompile Include="..\lib\dec\bit_reader.c" />
  40. <ClCompile Include="..\lib\dec\decode.c" />
  41. <ClCompile Include="..\lib\dec\huffman.c" />
  42. <ClCompile Include="..\lib\dec\state.c" />
  43. <ClCompile Include="..\lib\enc\backward_references.c" />
  44. <ClCompile Include="..\lib\enc\bit_cost.c" />
  45. <ClCompile Include="..\lib\enc\block_splitter.c" />
  46. <ClCompile Include="..\lib\enc\brotli_bit_stream.c" />
  47. <ClCompile Include="..\lib\enc\cluster.c" />
  48. <ClCompile Include="..\lib\enc\compress_fragment.c" />
  49. <ClCompile Include="..\lib\enc\compress_fragment_two_pass.c" />
  50. <ClCompile Include="..\lib\enc\encode.c" />
  51. <ClCompile Include="..\lib\enc\entropy_encode.c" />
  52. <ClCompile Include="..\lib\enc\histogram.c" />
  53. <ClCompile Include="..\lib\enc\literal_cost.c" />
  54. <ClCompile Include="..\lib\enc\memory.c" />
  55. <ClCompile Include="..\lib\enc\metablock.c" />
  56. <ClCompile Include="..\lib\enc\static_dict.c" />
  57. <ClCompile Include="..\lib\enc\utf8_util.c" />
  58. </ItemGroup>
  59. <PropertyGroup Label="Globals">
  60. <ProjectGuid>{EDE355DB-F1F0-4596-8400-E14A9ABAA33D}</ProjectGuid>
  61. <RootNamespace>Brotli</RootNamespace>
  62. <Keyword>Win32Proj</Keyword>
  63. <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
  64. </PropertyGroup>
  65. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  67. <ConfigurationType>StaticLibrary</ConfigurationType>
  68. <PlatformToolset>v140_xp</PlatformToolset>
  69. <CharacterSet>Unicode</CharacterSet>
  70. <WholeProgramOptimization>true</WholeProgramOptimization>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  73. <ConfigurationType>StaticLibrary</ConfigurationType>
  74. <PlatformToolset>v140</PlatformToolset>
  75. <CharacterSet>Unicode</CharacterSet>
  76. <WholeProgramOptimization>true</WholeProgramOptimization>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  79. <ConfigurationType>StaticLibrary</ConfigurationType>
  80. <PlatformToolset>v140_xp</PlatformToolset>
  81. <CharacterSet>Unicode</CharacterSet>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  84. <ConfigurationType>StaticLibrary</ConfigurationType>
  85. <PlatformToolset>v140</PlatformToolset>
  86. <CharacterSet>Unicode</CharacterSet>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  89. <ConfigurationType>StaticLibrary</ConfigurationType>
  90. <PlatformToolset>v140_xp</PlatformToolset>
  91. <CharacterSet>Unicode</CharacterSet>
  92. <WholeProgramOptimization>true</WholeProgramOptimization>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  95. <ConfigurationType>StaticLibrary</ConfigurationType>
  96. <PlatformToolset>emcc</PlatformToolset>
  97. <CharacterSet>Unicode</CharacterSet>
  98. <WholeProgramOptimization>true</WholeProgramOptimization>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  101. <ConfigurationType>StaticLibrary</ConfigurationType>
  102. <PlatformToolset>v140_xp</PlatformToolset>
  103. <CharacterSet>Unicode</CharacterSet>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  106. <ConfigurationType>StaticLibrary</ConfigurationType>
  107. <PlatformToolset>v120</PlatformToolset>
  108. <CharacterSet>Unicode</CharacterSet>
  109. </PropertyGroup>
  110. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  111. <ImportGroup Label="ExtensionSettings">
  112. </ImportGroup>
  113. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. </ImportGroup>
  116. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  117. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  118. </ImportGroup>
  119. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  120. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. </ImportGroup>
  125. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  126. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  127. </ImportGroup>
  128. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  129. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  130. </ImportGroup>
  131. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  132. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  133. </ImportGroup>
  134. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  135. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  136. </ImportGroup>
  137. <PropertyGroup Label="UserMacros" />
  138. <PropertyGroup>
  139. <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
  140. </PropertyGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  142. <ClCompile>
  143. <Optimization>Disabled</Optimization>
  144. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <MinimalRebuild>true</MinimalRebuild>
  146. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  147. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  148. <PrecompiledHeader />
  149. <WarningLevel>Level3</WarningLevel>
  150. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  151. </ClCompile>
  152. </ItemDefinitionGroup>
  153. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  154. <ClCompile>
  155. <Optimization>Disabled</Optimization>
  156. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <MinimalRebuild>true</MinimalRebuild>
  158. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  159. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  160. <PrecompiledHeader>
  161. </PrecompiledHeader>
  162. <WarningLevel>Level3</WarningLevel>
  163. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  164. </ClCompile>
  165. </ItemDefinitionGroup>
  166. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  167. <Midl>
  168. <TargetEnvironment>X64</TargetEnvironment>
  169. </Midl>
  170. <ClCompile>
  171. <Optimization>Disabled</Optimization>
  172. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  173. <MinimalRebuild>true</MinimalRebuild>
  174. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  175. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  176. <PrecompiledHeader />
  177. <WarningLevel>Level3</WarningLevel>
  178. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  179. </ClCompile>
  180. </ItemDefinitionGroup>
  181. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  182. <Midl />
  183. <ClCompile>
  184. <Optimization>Disabled</Optimization>
  185. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <MinimalRebuild>true</MinimalRebuild>
  187. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  188. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  189. <PrecompiledHeader>
  190. </PrecompiledHeader>
  191. <WarningLevel>Level3</WarningLevel>
  192. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  193. </ClCompile>
  194. </ItemDefinitionGroup>
  195. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  196. <ClCompile>
  197. <Optimization>Full</Optimization>
  198. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  199. <IntrinsicFunctions>true</IntrinsicFunctions>
  200. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  201. <OmitFramePointers>true</OmitFramePointers>
  202. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  203. <WholeProgramOptimization>false</WholeProgramOptimization>
  204. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  205. <StringPooling>true</StringPooling>
  206. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  207. <BufferSecurityCheck>false</BufferSecurityCheck>
  208. <FunctionLevelLinking>true</FunctionLevelLinking>
  209. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  210. <PrecompiledHeader />
  211. <WarningLevel>Level3</WarningLevel>
  212. <DebugInformationFormat />
  213. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  214. <FloatingPointModel>Fast</FloatingPointModel>
  215. </ClCompile>
  216. </ItemDefinitionGroup>
  217. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  218. <ClCompile>
  219. <Optimization>Full</Optimization>
  220. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  221. <IntrinsicFunctions>true</IntrinsicFunctions>
  222. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  223. <OmitFramePointers>true</OmitFramePointers>
  224. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  225. <WholeProgramOptimization>false</WholeProgramOptimization>
  226. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  227. <StringPooling>true</StringPooling>
  228. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  229. <BufferSecurityCheck>false</BufferSecurityCheck>
  230. <FunctionLevelLinking>true</FunctionLevelLinking>
  231. <PrecompiledHeader>
  232. </PrecompiledHeader>
  233. <WarningLevel>Level3</WarningLevel>
  234. <DebugInformationFormat>
  235. </DebugInformationFormat>
  236. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  237. <FloatingPointModel>Fast</FloatingPointModel>
  238. </ClCompile>
  239. </ItemDefinitionGroup>
  240. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  241. <Midl>
  242. <TargetEnvironment>X64</TargetEnvironment>
  243. </Midl>
  244. <ClCompile>
  245. <Optimization>Full</Optimization>
  246. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  247. <IntrinsicFunctions>true</IntrinsicFunctions>
  248. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  249. <OmitFramePointers>true</OmitFramePointers>
  250. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  251. <WholeProgramOptimization>false</WholeProgramOptimization>
  252. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  253. <StringPooling>true</StringPooling>
  254. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  255. <BufferSecurityCheck>false</BufferSecurityCheck>
  256. <FunctionLevelLinking>true</FunctionLevelLinking>
  257. <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
  258. <PrecompiledHeader />
  259. <WarningLevel>Level3</WarningLevel>
  260. <DebugInformationFormat />
  261. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  262. <FloatingPointModel>Fast</FloatingPointModel>
  263. </ClCompile>
  264. </ItemDefinitionGroup>
  265. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  266. <Midl />
  267. <ClCompile>
  268. <Optimization>MaxSpeed</Optimization>
  269. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  270. <IntrinsicFunctions>true</IntrinsicFunctions>
  271. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  272. <OmitFramePointers>true</OmitFramePointers>
  273. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  274. <WholeProgramOptimization>false</WholeProgramOptimization>
  275. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  276. <StringPooling>true</StringPooling>
  277. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  278. <BufferSecurityCheck>false</BufferSecurityCheck>
  279. <FunctionLevelLinking>true</FunctionLevelLinking>
  280. <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
  281. <PrecompiledHeader>
  282. </PrecompiledHeader>
  283. <WarningLevel>Level3</WarningLevel>
  284. <DebugInformationFormat>
  285. </DebugInformationFormat>
  286. </ClCompile>
  287. </ItemDefinitionGroup>
  288. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  289. <ImportGroup Label="ExtensionTargets">
  290. </ImportGroup>
  291. </Project>