INSTALL.vcxproj 3.9 KB

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