turbojpeg-static.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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>{51DA01AD-D29D-4099-ADBD-E5E31961A960}</ProjectGUID>
  11. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  12. <Keyword>Win32Proj</Keyword>
  13. <Platform>ARM</Platform>
  14. <ProjectName>turbojpeg-static</ProjectName>
  15. </PropertyGroup>
  16. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  18. <ConfigurationType>StaticLibrary</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. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\Release\</OutDir>
  33. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">turbojpeg-static.dir\Release\</IntDir>
  34. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">turbojpeg-static</TargetName>
  35. <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.lib</TargetExt>
  36. </PropertyGroup>
  37. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  38. <ClCompile>
  39. <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  40. <AssemblerListingLocation>Release/</AssemblerListingLocation>
  41. <CompileAs>CompileAsC</CompileAs>
  42. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  43. <ExceptionHandling>
  44. </ExceptionHandling>
  45. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  46. <Optimization>MaxSpeed</Optimization>
  47. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  48. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  49. <WarningLevel>Level3</WarningLevel>
  50. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
  51. <ObjectFileName>$(IntDir)</ObjectFileName>
  52. <DebugInformationFormat></DebugInformationFormat>
  53. </ClCompile>
  54. <ResourceCompile>
  55. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  57. </ResourceCompile>
  58. <Midl>
  59. <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  60. <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
  61. <HeaderFileName>%(Filename).h</HeaderFileName>
  62. <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
  63. <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
  64. <ProxyFileName>%(Filename)_p.c</ProxyFileName>
  65. </Midl>
  66. </ItemDefinitionGroup>
  67. <ItemGroup>
  68. <CustomBuild Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\CMakeLists.txt">
  69. <Message Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Building Custom Rule C:/Esenthel/ThirdPartyLibs/JpegTurbo/lib/CMakeLists.txt</Message>
  70. <Command Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">setlocal
  71. "C:\Program Files (x86)\CMake\bin\cmake.exe" -HC:/Esenthel/ThirdPartyLibs/JpegTurbo/lib -BC:/Esenthel/ThirdPartyLibs/JpegTurbo/WindowsArm --check-stamp-file C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\generate.stamp
  72. if %errorlevel% neq 0 goto :cmEnd
  73. :cmEnd
  74. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  75. :cmErrorLevel
  76. exit /b %1
  77. :cmDone
  78. if %errorlevel% neq 0 goto :VCEnd</Command>
  79. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">C:/Esenthel/ThirdPartyLibs/JpegTurbo/lib/CMakeLists.txt;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\CMakeLists.txt;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeDetermineSystem.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeSystem.cmake.in;C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\3.3.1\CMakeSystem.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeDetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\GNU-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeFindBinUtils.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeClDeps.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCCompiler.cmake.in;C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\3.3.1\CMakeCCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\Platform\Windows-MSVC.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeRCCompiler.cmake.in;C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\3.3.1\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeTestRCCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeTestCCompiler.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCCompilerABI.c;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCCompiler.cmake.in;C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\3.3.1\CMakeCCompiler.cmake;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\win\jconfig.h.in;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\win\jconfigint.h.in;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\release\libjpeg-turbo.nsi.in;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
  80. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">C:\Esenthel\ThirdPartyLibs\JpegTurbo\WindowsArm\CMakeFiles\generate.stamp</Outputs>
  81. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkObjects>
  82. </CustomBuild>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcapimin.c" />
  86. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcapistd.c" />
  87. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jccoefct.c" />
  88. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jccolor.c" />
  89. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcdctmgr.c" />
  90. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jchuff.c" />
  91. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcinit.c" />
  92. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcmainct.c" />
  93. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcmarker.c" />
  94. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcmaster.c" />
  95. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcomapi.c" />
  96. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcparam.c" />
  97. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcphuff.c" />
  98. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcprepct.c" />
  99. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcsample.c" />
  100. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jctrans.c" />
  101. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdapimin.c" />
  102. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdapistd.c" />
  103. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdatadst.c" />
  104. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdatasrc.c" />
  105. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdcoefct.c" />
  106. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdcolor.c" />
  107. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jddctmgr.c" />
  108. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdhuff.c" />
  109. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdinput.c" />
  110. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdmainct.c" />
  111. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdmarker.c" />
  112. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdmaster.c" />
  113. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdmerge.c" />
  114. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdphuff.c" />
  115. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdpostct.c" />
  116. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdsample.c" />
  117. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdtrans.c" />
  118. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jerror.c" />
  119. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jfdctflt.c" />
  120. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jfdctfst.c" />
  121. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jfdctint.c" />
  122. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jidctflt.c" />
  123. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jidctfst.c" />
  124. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jidctint.c" />
  125. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jidctred.c" />
  126. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jquant1.c" />
  127. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jquant2.c" />
  128. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jutils.c" />
  129. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jmemmgr.c" />
  130. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jmemnobs.c" />
  131. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jaricom.c" />
  132. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jcarith.c" />
  133. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdarith.c" />
  134. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jsimd_none.c" />
  135. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\turbojpeg.c" />
  136. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\transupp.c" />
  137. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdatadst-tj.c" />
  138. <ClCompile Include="C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib\jdatasrc-tj.c" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="C:/Esenthel/ThirdPartyLibs/JpegTurbo/WindowsArm/ZERO_CHECK.vcxproj">
  142. <Project>B2DB954D-00E9-43DB-954B-6E5E580E8EFD</Project>
  143. </ProjectReference>
  144. </ItemGroup>
  145. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  146. <ImportGroup Label="ExtensionTargets">
  147. </ImportGroup>
  148. </Project>