generate_version.vcxproj 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Any|Win32">
  5. <Configuration>Any</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGuid>{77C41C23-C4D0-4B86-9E1B-16BCD80FC0CA}</ProjectGuid>
  11. <RootNamespace>generate_version</RootNamespace>
  12. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  13. </PropertyGroup>
  14. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Any|Win32'" Label="Configuration">
  16. <ConfigurationType>Utility</ConfigurationType>
  17. <UseDebugLibraries>false</UseDebugLibraries>
  18. <PlatformToolset>v140</PlatformToolset>
  19. <WholeProgramOptimization>true</WholeProgramOptimization>
  20. <CharacterSet>MultiByte</CharacterSet>
  21. </PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  23. <ImportGroup Label="ExtensionSettings">
  24. </ImportGroup>
  25. <ImportGroup Label="Shared">
  26. </ImportGroup>
  27. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Any|Win32'" Label="PropertySheets">
  28. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  29. </ImportGroup>
  30. <PropertyGroup Label="UserMacros" />
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Any|Win32'">
  32. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <CustomBuild Include="..\genversion.bat">
  36. <FileType>Document</FileType>
  37. <Command Condition="'$(Configuration)|$(Platform)'=='Any|Win32'">"$(ProjectDir)..\genversion.bat" "$(ProjectDir)..\version.h" PACKAGE_VERSION</Command>
  38. <Message Condition="'$(Configuration)|$(Platform)'=='Any|Win32'">Generating version.h</Message>
  39. <Outputs Condition="'$(Configuration)|$(Platform)'=='Any|Win32'">$(ProjectDir)..\version.h</Outputs>
  40. </CustomBuild>
  41. </ItemGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  43. <ImportGroup Label="ExtensionTargets">
  44. </ImportGroup>
  45. </Project>