INSTALL.vcxproj 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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="Release|Win32">
  5. <Configuration>Release</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGUID>{331ADEC6-73A3-402A-8D4E-E822DF61B43D}</ProjectGUID>
  11. <Keyword>Win32Proj</Keyword>
  12. <Platform>Win32</Platform>
  13. <ProjectName>INSTALL</ProjectName>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  17. <ConfigurationType>Utility</ConfigurationType>
  18. <UseOfMfc>false</UseOfMfc>
  19. <CharacterSet>MultiByte</CharacterSet>
  20. <PlatformToolset>v140</PlatformToolset>
  21. </PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  23. <ImportGroup Label="ExtensionSettings">
  24. </ImportGroup>
  25. <ImportGroup Label="PropertySheets">
  26. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  27. </ImportGroup>
  28. <PropertyGroup Label="UserMacros" />
  29. <PropertyGroup>
  30. <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
  31. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  32. </PropertyGroup>
  33. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  34. <Midl>
  35. <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\Windows32;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  36. <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
  37. <HeaderFileName>%(Filename).h</HeaderFileName>
  38. <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
  39. <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
  40. <ProxyFileName>%(Filename)_p.c</ProxyFileName>
  41. </Midl>
  42. <PostBuildEvent>
  43. <Message></Message>
  44. <Command>setlocal
  45. "C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  46. if %errorlevel% neq 0 goto :cmEnd
  47. :cmEnd
  48. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  49. :cmErrorLevel
  50. exit /b %1
  51. :cmDone
  52. if %errorlevel% neq 0 goto :VCEnd</Command>
  53. </PostBuildEvent>
  54. </ItemDefinitionGroup>
  55. <ItemGroup>
  56. <CustomBuild Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\Windows32\CMakeFiles\71cb5b63517a58304eb01c10b7df6eeb\INSTALL_force.rule">
  57. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
  58. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
  59. cd .
  60. if %errorlevel% neq 0 goto :cmEnd
  61. :cmEnd
  62. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  63. :cmErrorLevel
  64. exit /b %1
  65. :cmDone
  66. if %errorlevel% neq 0 goto :VCEnd</Command>
  67. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows32/CMakeFiles/71cb5b63517a58304eb01c10b7df6eeb/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
  68. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Esenthel\ThirdPartyLibs\JpegTurbo\Windows32\CMakeFiles\INSTALL_force</Outputs>
  69. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
  70. </CustomBuild>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="C:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows32/ALL_BUILD.vcxproj">
  74. <Project>79E57F0C-4C6F-48CB-85D8-6E4F938D4BFE</Project>
  75. </ProjectReference>
  76. </ItemGroup>
  77. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  78. <ImportGroup Label="ExtensionTargets">
  79. </ImportGroup>
  80. </Project>