libv8.2010.vcxproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>libv8</ProjectName>
  23. <ProjectGuid>{AB03E82B-48B1-4374-B32A-A1AF83DDC6C2}</ProjectGuid>
  24. <RootNamespace>libv8</RootNamespace>
  25. <Keyword>Win32Proj</Keyword>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>Utility</ConfigurationType>
  30. <CharacterSet>MultiByte</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  33. <ConfigurationType>Utility</ConfigurationType>
  34. <CharacterSet>MultiByte</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  37. <ConfigurationType>Utility</ConfigurationType>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>Utility</ConfigurationType>
  42. <CharacterSet>MultiByte</CharacterSet>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  45. <Import Project="$(SolutionDir)\w32\extdll.props" />
  46. <ImportGroup Label="ExtensionSettings">
  47. </ImportGroup>
  48. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  49. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  50. <Import Project="..\..\..\w32\v8-version.props" />
  51. </ImportGroup>
  52. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. <Import Project="..\..\..\w32\v8-version.props" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. <Import Project="..\..\..\w32\v8-version.props" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="..\..\..\w32\v8-version.props" />
  63. </ImportGroup>
  64. <PropertyGroup Label="UserMacros" />
  65. <PropertyGroup>
  66. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  67. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\V8\$(Configuration)\</IntDir>
  68. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PlatformName)\V8\$(Configuration)\</IntDir>
  69. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(PlatformName)\V8\$(Configuration)\</IntDir>
  70. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(PlatformName)\V8\$(Configuration)\</IntDir>
  71. </PropertyGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <BuildLog>
  74. <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  75. </BuildLog>
  76. <PreBuildEvent>
  77. <Command>
  78. </Command>
  79. </PreBuildEvent>
  80. </ItemDefinitionGroup>
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <Midl>
  83. <TargetEnvironment>X64</TargetEnvironment>
  84. </Midl>
  85. <BuildLog>
  86. <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  87. </BuildLog>
  88. <PreBuildEvent>
  89. <Command>
  90. </Command>
  91. </PreBuildEvent>
  92. </ItemDefinitionGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  94. <BuildLog>
  95. <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  96. </BuildLog>
  97. <PreBuildEvent>
  98. <Command>
  99. </Command>
  100. </PreBuildEvent>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  103. <Midl>
  104. <TargetEnvironment>X64</TargetEnvironment>
  105. </Midl>
  106. <BuildLog>
  107. <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  108. </BuildLog>
  109. <PreBuildEvent>
  110. <Command>
  111. </Command>
  112. </PreBuildEvent>
  113. </ItemDefinitionGroup>
  114. <ItemGroup>
  115. <CustomBuild Include="cleancount">
  116. <FileType>Document</FileType>
  117. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Google V8</Message>
  118. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)build-v8.bat x86 Release "$(ProjectDir)..\..\v8-$(V8Version)" 2010
  119. </Command>
  120. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)..\..\v8-$(V8Version);%(Outputs)</Outputs>
  121. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Google V8</Message>
  122. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)build-v8.bat x86 Debug "$(ProjectDir)..\..\v8-$(V8Version)" 2010
  123. </Command>
  124. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\v8-$(V8Version);%(Outputs)</Outputs>
  125. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Google V8</Message>
  126. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)build-v8.bat x64 Release "$(ProjectDir)..\..\v8-$(V8Version)" 2010
  127. </Command>
  128. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)..\..\v8-$(V8Version);%(Outputs)</Outputs>
  129. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Google V8</Message>
  130. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)build-v8.bat x64 Debug "$(ProjectDir)..\..\v8-$(V8Version)" 2010
  131. </Command>
  132. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)..\..\v8-$(V8Version);%(Outputs)</Outputs>
  133. </CustomBuild>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <ProjectReference Include="..\Download V8.2010.vcxproj">
  137. <Project>{13077E43-E5DF-4EF6-9EB1-2A0B22E8DFAF}</Project>
  138. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  139. </ProjectReference>
  140. </ItemGroup>
  141. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  142. <ImportGroup Label="ExtensionTargets">
  143. </ImportGroup>
  144. </Project>