TestWebKitAPI.vcxproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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="DebugSuffix|Win32">
  5. <Configuration>DebugSuffix</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug_WinCairo|Win32">
  9. <Configuration>Debug_WinCairo</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Production|Win32">
  17. <Configuration>Production</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release_WinCairo|Win32">
  21. <Configuration>Release_WinCairo</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{AF94D13A-36C1-45FF-9B0B-EB5D3FF6F43D}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>TestWebKitAPI</RootNamespace>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <CharacterSet>Unicode</CharacterSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
  46. <ConfigurationType>Application</ConfigurationType>
  47. <UseDebugLibraries>true</UseDebugLibraries>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <CharacterSet>Unicode</CharacterSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
  61. <ConfigurationType>Application</ConfigurationType>
  62. <UseDebugLibraries>false</UseDebugLibraries>
  63. <CharacterSet>Unicode</CharacterSet>
  64. </PropertyGroup>
  65. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  66. <ImportGroup Label="ExtensionSettings">
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. <Import Project="TestWebKitAPIDebug.props" />
  71. </ImportGroup>
  72. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="PropertySheets">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. <Import Project="TestWebKitAPIDebugWinCairo.props" />
  75. </ImportGroup>
  76. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="PropertySheets">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. <Import Project="TestWebKitAPIDebug.props" />
  79. <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
  80. </ImportGroup>
  81. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. <Import Project="TestWebKitAPIRelease.props" />
  84. </ImportGroup>
  85. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="PropertySheets">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. <Import Project="TestWebKitAPIReleaseWinCairo.props" />
  88. </ImportGroup>
  89. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="PropertySheets">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. <Import Project="TestWebKitAPIProduction.props" />
  92. </ImportGroup>
  93. <PropertyGroup Label="UserMacros" />
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" />
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" />
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" />
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" />
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <ClCompile>
  102. <PrecompiledHeader>
  103. </PrecompiledHeader>
  104. </ClCompile>
  105. <Link />
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
  108. <ClCompile>
  109. <PrecompiledHeader>
  110. </PrecompiledHeader>
  111. </ClCompile>
  112. <Link />
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">
  115. <ClCompile>
  116. <PrecompiledHeader>
  117. </PrecompiledHeader>
  118. </ClCompile>
  119. <Link />
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile>
  123. <PrecompiledHeader>
  124. </PrecompiledHeader>
  125. </ClCompile>
  126. <Link />
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
  129. <ClCompile>
  130. <PrecompiledHeader>
  131. </PrecompiledHeader>
  132. </ClCompile>
  133. <Link />
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
  136. <ClCompile>
  137. <PrecompiledHeader>
  138. </PrecompiledHeader>
  139. </ClCompile>
  140. <Link />
  141. </ItemDefinitionGroup>
  142. <ItemGroup>
  143. <ClInclude Include="..\config.h" />
  144. <ClInclude Include="..\Test.h" />
  145. <ClInclude Include="..\TestsController.h" />
  146. <ClInclude Include="..\win\HostWindow.h" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ClCompile Include="..\TestsController.cpp" />
  150. <ClCompile Include="..\Tests\WebCore\LayoutUnit.cpp" />
  151. <ClCompile Include="..\Tests\WebCore\win\BitmapImage.cpp">
  152. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  153. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">true</ExcludedFromBuild>
  154. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">true</ExcludedFromBuild>
  155. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  156. </ClCompile>
  157. <ClCompile Include="..\Tests\WebKit\win\WebViewDestruction.cpp" />
  158. <ClCompile Include="..\Tests\WTF\cf\RetainPtr.cpp" />
  159. <ClCompile Include="..\Tests\WTF\cf\RetainPtrHashing.cpp" />
  160. <ClCompile Include="..\Tests\WTF\CheckedArithmeticOperations.cpp" />
  161. <ClCompile Include="..\Tests\WTF\Functional.cpp" />
  162. <ClCompile Include="..\Tests\WTF\HashMap.cpp" />
  163. <ClCompile Include="..\Tests\WTF\MD5.cpp" />
  164. <ClCompile Include="..\Tests\WTF\MathExtras.cpp" />
  165. <ClCompile Include="..\Tests\WTF\MediaTime.cpp" />
  166. <ClCompile Include="..\Tests\WTF\SHA1.cpp" />
  167. <ClCompile Include="..\Tests\WTF\SaturatedArithmeticOperations.cpp" />
  168. <ClCompile Include="..\Tests\WTF\StringHasher.cpp" />
  169. <ClCompile Include="..\Tests\WTF\StringOperators.cpp" />
  170. <ClCompile Include="..\Tests\WTF\Vector.cpp" />
  171. <ClCompile Include="..\Tests\WTF\VectorBasic.cpp" />
  172. <ClCompile Include="..\Tests\WTF\VectorReverse.cpp" />
  173. <ClCompile Include="..\win\HostWindow.cpp" />
  174. <ClCompile Include="..\win\main.cpp" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="TestWebKitAPIPostBuild.cmd" />
  178. <None Include="TestWebKitAPIPreBuild.cmd" />
  179. </ItemGroup>
  180. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  181. <ImportGroup Label="ExtensionTargets">
  182. </ImportGroup>
  183. </Project>