TestNetscapePlugin.vcxproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. <ItemGroup>
  30. <ClCompile Include="..\..\TestNetscapePlugIn\main.cpp" />
  31. <ClCompile Include="..\..\TestNetscapePlugIn\PluginObject.cpp" />
  32. <ClCompile Include="..\..\TestNetscapePlugIn\PluginTest.cpp" />
  33. <ClCompile Include="..\..\TestNetscapePlugIn\TestObject.cpp" />
  34. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\DocumentOpenInDestroyStream.cpp" />
  35. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\EvaluateJSAfterRemovingPluginElement.cpp" />
  36. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\FormValue.cpp" />
  37. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\GetURLNotifyWithURLThatFailsToLoad.cpp" />
  38. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\GetURLWithJavaScriptURL.cpp" />
  39. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\GetURLWithJavaScriptURLDestroyingPlugin.cpp" />
  40. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\GetUserAgentWithNullNPPFromNPPNew.cpp" />
  41. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\LogNPPSetWindow.cpp" />
  42. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\NPDeallocateCalledBeforeNPShutdown.cpp" />
  43. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\NPPNewFails.cpp" />
  44. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\NPPSetWindowCalledDuringDestruction.cpp" />
  45. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\NPRuntimeCallsWithNullNPP.cpp" />
  46. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\NPRuntimeObjectFromDestroyedPlugin.cpp" />
  47. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\NPRuntimeRemoveProperty.cpp" />
  48. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\NullNPPGetValuePointer.cpp" />
  49. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\PassDifferentNPPStruct.cpp" />
  50. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\PluginScriptableNPObjectInvokeDefault.cpp" />
  51. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\PluginScriptableObjectOverridesAllProperties.cpp" />
  52. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\PrivateBrowsing.cpp" />
  53. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\ToStringAndValueOfObject.cpp" />
  54. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\CallJSThatDestroysPlugin.cpp" />
  55. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\DrawsGradient.cpp" />
  56. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\DumpWindowRect.cpp" />
  57. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\GetValueNetscapeWindow.cpp" />
  58. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\NPNInvalidateRectInvalidatesWindow.cpp" />
  59. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\WindowGeometryInitializedBeforeSetWindow.cpp" />
  60. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\WindowlessPaintRectCoordinates.cpp" />
  61. <ClCompile Include="..\..\TestNetscapePlugIn\Tests\win\WindowRegionIsSetToClipRect.cpp" />
  62. <ClCompile Include="..\..\TestNetscapePlugIn\win\WindowedPluginTest.cpp" />
  63. <ClCompile Include="..\..\TestNetscapePlugIn\win\WindowGeometryTest.cpp" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ClInclude Include="..\..\TestNetscapePlugIn\PluginObject.h" />
  67. <ClInclude Include="..\..\TestNetscapePlugIn\PluginTest.h" />
  68. <ClInclude Include="..\..\TestNetscapePlugIn\TestObject.h" />
  69. <ClInclude Include="..\..\TestNetscapePlugIn\win\WindowedPluginTest.h" />
  70. <ClInclude Include="..\..\TestNetscapePlugIn\win\WindowGeometryTest.h" />
  71. <ClInclude Include="resource.h" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="TestNetscapePlugin.def" />
  75. <None Include="TestNetscapePluginPostBuild.cmd" />
  76. <None Include="TestNetscapePluginPreBuild.cmd" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ResourceCompile Include="TestNetscapePlugin.rc" />
  80. </ItemGroup>
  81. <PropertyGroup Label="Globals">
  82. <ProjectGuid>{C0737398-3565-439E-A2B8-AB2BE4D5430C}</ProjectGuid>
  83. <RootNamespace>TestNetscapePlugin</RootNamespace>
  84. <Keyword>Win32Proj</Keyword>
  85. </PropertyGroup>
  86. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  88. <ConfigurationType>DynamicLibrary</ConfigurationType>
  89. <CharacterSet>Unicode</CharacterSet>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
  92. <ConfigurationType>DynamicLibrary</ConfigurationType>
  93. <CharacterSet>Unicode</CharacterSet>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
  96. <ConfigurationType>DynamicLibrary</ConfigurationType>
  97. <CharacterSet>Unicode</CharacterSet>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  100. <ConfigurationType>DynamicLibrary</ConfigurationType>
  101. <CharacterSet>Unicode</CharacterSet>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
  104. <ConfigurationType>DynamicLibrary</ConfigurationType>
  105. <CharacterSet>Unicode</CharacterSet>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
  108. <ConfigurationType>DynamicLibrary</ConfigurationType>
  109. <CharacterSet>Unicode</CharacterSet>
  110. </PropertyGroup>
  111. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  112. <ImportGroup Label="ExtensionSettings">
  113. </ImportGroup>
  114. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  115. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  116. <Import Project="TestNetscapePluginRelease.props" />
  117. </ImportGroup>
  118. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="PropertySheets">
  119. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  120. <Import Project="TestNetscapePluginRelease.props" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. <Import Project="TestNetscapePluginProduction.props" />
  125. </ImportGroup>
  126. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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="TestNetscapePluginDebug.props" />
  129. </ImportGroup>
  130. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="PropertySheets">
  131. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  132. <Import Project="TestNetscapePluginDebug.props" />
  133. </ImportGroup>
  134. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|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="TestNetscapePluginDebug.props" />
  137. <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
  138. </ImportGroup>
  139. <PropertyGroup Label="UserMacros" />
  140. <PropertyGroup>
  141. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  142. </PropertyGroup>
  143. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">
  144. <Link />
  145. </ItemDefinitionGroup>
  146. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  147. <ImportGroup Label="ExtensionTargets">
  148. </ImportGroup>
  149. </Project>