| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?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|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{50CFE124-7AFB-4BED-A329-1927698F820D}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>x64</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Midl>
- <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\Windows64;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\Windows64\CMakeFiles\7a62efa33af0e1d688832a9cc9aa2d4a\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">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|x64'">C:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows64/CMakeFiles/7a62efa33af0e1d688832a9cc9aa2d4a/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Esenthel\ThirdPartyLibs\JpegTurbo\Windows64\CMakeFiles\INSTALL_force</Outputs>
- <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="C:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows64/ALL_BUILD.vcxproj">
- <Project>1A2E739C-F033-4441-852C-709EC77FEC24</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|