external.vcxproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Retail|Win32">
  13. <Configuration>Retail</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ClCompile Include="framework\zlib\adler32.c" />
  19. <ClCompile Include="framework\zlib\compress.c" />
  20. <ClCompile Include="framework\zlib\crc32.c" />
  21. <ClCompile Include="framework\zlib\deflate.c" />
  22. <ClCompile Include="framework\zlib\gzio.c" />
  23. <ClCompile Include="framework\zlib\infback.c" />
  24. <ClCompile Include="framework\zlib\inffast.c" />
  25. <ClCompile Include="framework\zlib\inflate.c" />
  26. <ClCompile Include="framework\zlib\inftrees.c" />
  27. <ClCompile Include="framework\zlib\trees.c" />
  28. <ClCompile Include="framework\zlib\uncompr.c" />
  29. <ClCompile Include="framework\zlib\zutil.c" />
  30. <ClCompile Include="renderer\jpeg-6\jcapimin.cpp" />
  31. <ClCompile Include="renderer\jpeg-6\jccoefct.cpp" />
  32. <ClCompile Include="renderer\jpeg-6\jccolor.cpp" />
  33. <ClCompile Include="renderer\jpeg-6\jcdctmgr.cpp" />
  34. <ClCompile Include="renderer\jpeg-6\jchuff.cpp" />
  35. <ClCompile Include="renderer\jpeg-6\jcinit.cpp" />
  36. <ClCompile Include="renderer\jpeg-6\jcmainct.cpp" />
  37. <ClCompile Include="renderer\jpeg-6\jcmarker.cpp" />
  38. <ClCompile Include="renderer\jpeg-6\jcmaster.cpp" />
  39. <ClCompile Include="renderer\jpeg-6\jcomapi.cpp" />
  40. <ClCompile Include="renderer\jpeg-6\jcparam.cpp" />
  41. <ClCompile Include="renderer\jpeg-6\jcphuff.cpp" />
  42. <ClCompile Include="renderer\jpeg-6\jcprepct.cpp" />
  43. <ClCompile Include="renderer\jpeg-6\jcsample.cpp" />
  44. <ClCompile Include="renderer\jpeg-6\jdapimin.cpp" />
  45. <ClCompile Include="renderer\jpeg-6\jdapistd.cpp" />
  46. <ClCompile Include="renderer\jpeg-6\jdatadst.cpp" />
  47. <ClCompile Include="renderer\jpeg-6\jdatasrc.cpp" />
  48. <ClCompile Include="renderer\jpeg-6\jdcoefct.cpp" />
  49. <ClCompile Include="renderer\jpeg-6\jdcolor.cpp" />
  50. <ClCompile Include="renderer\jpeg-6\jddctmgr.cpp" />
  51. <ClCompile Include="renderer\jpeg-6\jdhuff.cpp" />
  52. <ClCompile Include="renderer\jpeg-6\jdinput.cpp" />
  53. <ClCompile Include="renderer\jpeg-6\jdmainct.cpp" />
  54. <ClCompile Include="renderer\jpeg-6\jdmarker.cpp" />
  55. <ClCompile Include="renderer\jpeg-6\jdmaster.cpp" />
  56. <ClCompile Include="renderer\jpeg-6\jdmerge.cpp" />
  57. <ClCompile Include="renderer\jpeg-6\jdphuff.cpp" />
  58. <ClCompile Include="renderer\jpeg-6\jdpostct.cpp" />
  59. <ClCompile Include="renderer\jpeg-6\jdsample.cpp" />
  60. <ClCompile Include="renderer\jpeg-6\jdtrans.cpp" />
  61. <ClCompile Include="renderer\jpeg-6\jerror.cpp" />
  62. <ClCompile Include="renderer\jpeg-6\jfdctflt.cpp" />
  63. <ClCompile Include="renderer\jpeg-6\jfdctfst.cpp" />
  64. <ClCompile Include="renderer\jpeg-6\jfdctint.cpp" />
  65. <ClCompile Include="renderer\jpeg-6\jidctflt.cpp" />
  66. <ClCompile Include="renderer\jpeg-6\jidctfst.cpp" />
  67. <ClCompile Include="renderer\jpeg-6\jidctint.cpp" />
  68. <ClCompile Include="renderer\jpeg-6\jidctred.cpp" />
  69. <ClCompile Include="renderer\jpeg-6\jmemmgr.cpp" />
  70. <ClCompile Include="renderer\jpeg-6\jmemnobs.cpp" />
  71. <ClCompile Include="renderer\jpeg-6\jquant1.cpp" />
  72. <ClCompile Include="renderer\jpeg-6\jquant2.cpp" />
  73. <ClCompile Include="renderer\jpeg-6\jutils.cpp" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ClInclude Include="renderer\jpeg-6\jchuff.h" />
  77. <ClInclude Include="renderer\jpeg-6\jconfig.h" />
  78. <ClInclude Include="renderer\jpeg-6\jdct.h" />
  79. <ClInclude Include="renderer\jpeg-6\jdhuff.h" />
  80. <ClInclude Include="renderer\jpeg-6\jerror.h" />
  81. <ClInclude Include="renderer\jpeg-6\jinclude.h" />
  82. <ClInclude Include="renderer\jpeg-6\jmemsys.h" />
  83. <ClInclude Include="renderer\jpeg-6\jmorecfg.h" />
  84. <ClInclude Include="renderer\jpeg-6\jpegint.h" />
  85. <ClInclude Include="renderer\jpeg-6\jpeglib.h" />
  86. <ClInclude Include="renderer\jpeg-6\jversion.h" />
  87. </ItemGroup>
  88. <PropertyGroup Label="Globals">
  89. <ProjectGuid>{B679FDA2-CB76-4348-906B-4CAA294195FD}</ProjectGuid>
  90. <Keyword>Win32Proj</Keyword>
  91. <RootNamespace>external</RootNamespace>
  92. <SccProjectName>
  93. </SccProjectName>
  94. <SccAuxPath>
  95. </SccAuxPath>
  96. <SccLocalPath>
  97. </SccLocalPath>
  98. <SccProvider>
  99. </SccProvider>
  100. </PropertyGroup>
  101. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  103. <ConfigurationType>StaticLibrary</ConfigurationType>
  104. <UseDebugLibraries>true</UseDebugLibraries>
  105. <CharacterSet>Unicode</CharacterSet>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  108. <ConfigurationType>StaticLibrary</ConfigurationType>
  109. <UseDebugLibraries>false</UseDebugLibraries>
  110. <WholeProgramOptimization>true</WholeProgramOptimization>
  111. <CharacterSet>Unicode</CharacterSet>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'" Label="Configuration">
  114. <ConfigurationType>StaticLibrary</ConfigurationType>
  115. <UseDebugLibraries>false</UseDebugLibraries>
  116. <WholeProgramOptimization>true</WholeProgramOptimization>
  117. <CharacterSet>Unicode</CharacterSet>
  118. </PropertyGroup>
  119. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  120. <ImportGroup Label="ExtensionSettings">
  121. </ImportGroup>
  122. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. <Import Project="_Common.props" />
  125. <Import Project="_external.props" />
  126. <Import Project="_Debug.props" />
  127. </ImportGroup>
  128. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  129. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  130. <Import Project="_Common.props" />
  131. <Import Project="_external.props" />
  132. <Import Project="_Release.props" />
  133. </ImportGroup>
  134. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Retail|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="_Common.props" />
  137. <Import Project="_external.props" />
  138. <Import Project="_Release.props" />
  139. </ImportGroup>
  140. <PropertyGroup Label="UserMacros" />
  141. <PropertyGroup />
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  143. <ClCompile>
  144. <PrecompiledHeader>
  145. </PrecompiledHeader>
  146. <WarningLevel>Level3</WarningLevel>
  147. <Optimization>Disabled</Optimization>
  148. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. </Link>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  156. <ClCompile>
  157. <WarningLevel>Level3</WarningLevel>
  158. <PrecompiledHeader>
  159. </PrecompiledHeader>
  160. <Optimization>MaxSpeed</Optimization>
  161. <FunctionLevelLinking>true</FunctionLevelLinking>
  162. <IntrinsicFunctions>true</IntrinsicFunctions>
  163. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. </ClCompile>
  165. <Link>
  166. <SubSystem>Windows</SubSystem>
  167. <GenerateDebugInformation>true</GenerateDebugInformation>
  168. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  169. <OptimizeReferences>true</OptimizeReferences>
  170. </Link>
  171. </ItemDefinitionGroup>
  172. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'">
  173. <ClCompile>
  174. <WarningLevel>Level3</WarningLevel>
  175. <PrecompiledHeader>
  176. </PrecompiledHeader>
  177. <Optimization>MaxSpeed</Optimization>
  178. <FunctionLevelLinking>true</FunctionLevelLinking>
  179. <IntrinsicFunctions>true</IntrinsicFunctions>
  180. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. </ClCompile>
  182. <Link>
  183. <SubSystem>Windows</SubSystem>
  184. <GenerateDebugInformation>true</GenerateDebugInformation>
  185. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  186. <OptimizeReferences>true</OptimizeReferences>
  187. </Link>
  188. </ItemDefinitionGroup>
  189. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  190. <ImportGroup Label="ExtensionTargets">
  191. </ImportGroup>
  192. </Project>