RUN_TESTS.vcxproj 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Release|Win32">
  5. <Configuration>Release</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGUID>{E7691259-9B68-48F6-AD06-F8147DA20A93}</ProjectGUID>
  11. <Keyword>Win32Proj</Keyword>
  12. <Platform>Win32</Platform>
  13. <ProjectName>RUN_TESTS</ProjectName>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  17. <ConfigurationType>Utility</ConfigurationType>
  18. <UseOfMfc>false</UseOfMfc>
  19. <CharacterSet>MultiByte</CharacterSet>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  22. <ImportGroup Label="ExtensionSettings">
  23. </ImportGroup>
  24. <ImportGroup Label="PropertySheets">
  25. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  26. </ImportGroup>
  27. <PropertyGroup Label="UserMacros" />
  28. <PropertyGroup>
  29. <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
  30. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  31. </PropertyGroup>
  32. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  33. <Midl>
  34. <AdditionalIncludeDirectories>C:\Esenthel\ThirdPartyLibs\JpegTurbo\Web;C:\Esenthel\ThirdPartyLibs\JpegTurbo\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  35. <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
  36. <HeaderFileName>%(Filename).h</HeaderFileName>
  37. <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
  38. <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
  39. <ProxyFileName>%(Filename)_p.c</ProxyFileName>
  40. </Midl>
  41. <PostBuildEvent>
  42. <Message></Message>
  43. <Command>setlocal
  44. "C:\Program Files (x86)\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)
  45. if %errorlevel% neq 0 goto :cmEnd
  46. :cmEnd
  47. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  48. :cmErrorLevel
  49. exit /b %1
  50. :cmDone
  51. if %errorlevel% neq 0 goto :VCEnd</Command>
  52. </PostBuildEvent>
  53. </ItemDefinitionGroup>
  54. <ItemGroup>
  55. <CustomBuild Include="CMakeFiles\2c768b851ec54f5e23e3d3b67b1634f5\RUN_TESTS_force.rule">
  56. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
  57. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
  58. cd .
  59. if %errorlevel% neq 0 goto :cmEnd
  60. :cmEnd
  61. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  62. :cmErrorLevel
  63. exit /b %1
  64. :cmDone
  65. if %errorlevel% neq 0 goto :VCEnd</Command>
  66. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/Esenthel/ThirdPartyLibs/JpegTurbo/Web/CMakeFiles/2c768b851ec54f5e23e3d3b67b1634f5/RUN_TESTS_force.rule;%(AdditionalInputs)</AdditionalInputs>
  67. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Esenthel\ThirdPartyLibs\JpegTurbo\Web\CMakeFiles\RUN_TESTS_force</Outputs>
  68. </CustomBuild>
  69. </ItemGroup>
  70. <ItemGroup>
  71. </ItemGroup>
  72. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  73. <ImportGroup Label="ExtensionTargets">
  74. </ImportGroup>
  75. </Project>