RUN_TESTS.vcxproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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|x64">
  5. <Configuration>Release</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGUID>{921D494D-3153-402E-B716-6D62298A8468}</ProjectGUID>
  11. <Keyword>Win32Proj</Keyword>
  12. <Platform>x64</Platform>
  13. <ProjectName>RUN_TESTS</ProjectName>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  32. </PropertyGroup>
  33. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  34. <Midl>
  35. <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\Windows64;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\ctest.exe" --force-new-ctest-process -C $(Configuration)
  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\Windows64\CMakeFiles\7a62efa33af0e1d688832a9cc9aa2d4a\RUN_TESTS_force.rule">
  57. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
  58. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">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|x64'">C:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows64/CMakeFiles/7a62efa33af0e1d688832a9cc9aa2d4a/RUN_TESTS_force.rule;%(AdditionalInputs)</AdditionalInputs>
  68. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Esenthel\ThirdPartyLibs\JpegTurbo\Windows64\CMakeFiles\RUN_TESTS_force</Outputs>
  69. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
  70. </CustomBuild>
  71. </ItemGroup>
  72. <ItemGroup>
  73. </ItemGroup>
  74. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  75. <ImportGroup Label="ExtensionTargets">
  76. </ImportGroup>
  77. </Project>