scm_rev_gen.vcxproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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|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. <ItemGroup>
  22. <ClInclude Include="force_rebuild.h" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <None Include="scm_rev_gen.js" />
  26. </ItemGroup>
  27. <PropertyGroup Label="Globals">
  28. <ProjectGuid>{69F00340-5C3D-449F-9A80-958435C6CF06}</ProjectGuid>
  29. <RootNamespace>scm_rev_gen</RootNamespace>
  30. <ProjectName>scm_rev_gen</ProjectName>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  34. <ConfigurationType>Utility</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <PlatformToolset>v120</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  40. <PlatformToolset>v120</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  43. <PlatformToolset>v120</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <PlatformToolset>v120</PlatformToolset>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  49. <ImportGroup Label="ExtensionSettings">
  50. </ImportGroup>
  51. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. <Import Project="..\..\vsprops\base.props" />
  54. </ImportGroup>
  55. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  56. <Import Project="..\..\vsprops\base.props" />
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  59. <Import Project="..\..\vsprops\base.props" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <Import Project="..\..\vsprops\base.props" />
  63. </ImportGroup>
  64. <PropertyGroup Label="UserMacros" />
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  69. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70. <PreBuildEvent>
  71. <Command>cscript /nologo /E:JScript "scm_rev_gen.js"</Command>
  72. </PreBuildEvent>
  73. </ItemDefinitionGroup>
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <PreBuildEvent>
  76. <Command>cscript /nologo /E:JScript "scm_rev_gen.js"</Command>
  77. </PreBuildEvent>
  78. </ItemDefinitionGroup>
  79. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <PreBuildEvent>
  81. <Command>cscript /nologo /E:JScript "scm_rev_gen.js"</Command>
  82. </PreBuildEvent>
  83. </ItemDefinitionGroup>
  84. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  85. <ImportGroup Label="ExtensionTargets">
  86. </ImportGroup>
  87. </Project>