| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Release|ARM">
- <Configuration>Release</Configuration>
- <Platform>ARM</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{FA927FD6-1C21-4DB8-8578-C56E60D8EAAA}</ProjectGUID>
- <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
- <Keyword>Win32Proj</Keyword>
- <Platform>ARM</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
- <Midl>
- <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
- "C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
- if %errorlevel% neq 0 goto :cmEnd
- :cmEnd
- endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
- :cmErrorLevel
- exit /b %1
- :cmDone
- if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\851ddd8111d5fad83ec1f88b5a1d3c84\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">setlocal
- cd .
- if %errorlevel% neq 0 goto :cmEnd
- :cmEnd
- endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
- :cmErrorLevel
- exit /b %1
- :cmDone
- if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">C:/Esenthel/ThirdPartyLibs/JpegTurbo/WindowsArm/CMakeFiles/851ddd8111d5fad83ec1f88b5a1d3c84/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\INSTALL_force</Outputs>
- <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkObjects>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="C:/Esenthel/ThirdPartyLibs/JpegTurbo/WindowsArm/ALL_BUILD.vcxproj">
- <Project>914DECCD-CE46-4235-AB52-97288EE58DE3</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|