maketvcx.v10 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>{025BAC50-51B5-4FFE-BC47-3F920BB4047E}</ProjectGuid>
  11. <Keyword>Win32Proj</Keyword>
  12. <RootNamespace>jpegtran</RootNamespace>
  13. </PropertyGroup>
  14. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  16. <ConfigurationType>Application</ConfigurationType>
  17. <UseDebugLibraries>false</UseDebugLibraries>
  18. <WholeProgramOptimization>true</WholeProgramOptimization>
  19. <CharacterSet>Unicode</CharacterSet>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  22. <ImportGroup Label="ExtensionSettings">
  23. </ImportGroup>
  24. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  29. <LinkIncremental>false</LinkIncremental>
  30. <OutDir>$(ProjectName)\$(Configuration)\</OutDir>
  31. <IntDir>$(ProjectName)\$(Configuration)\</IntDir>
  32. </PropertyGroup>
  33. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  34. <ClCompile>
  35. <WarningLevel>Level3</WarningLevel>
  36. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  37. <Optimization>Full</Optimization>
  38. <FunctionLevelLinking>true</FunctionLevelLinking>
  39. <IntrinsicFunctions>false</IntrinsicFunctions>
  40. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  41. <OmitFramePointers>true</OmitFramePointers>
  42. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  43. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  44. </ClCompile>
  45. <Link>
  46. <SubSystem>Console</SubSystem>
  47. <GenerateDebugInformation>true</GenerateDebugInformation>
  48. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  49. <OptimizeReferences>true</OptimizeReferences>
  50. <AdditionalDependencies>Release\jpeg.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  51. </Link>
  52. </ItemDefinitionGroup>
  53. <ItemGroup>
  54. <ClInclude Include="cderror.h" />
  55. <ClInclude Include="cdjpeg.h" />
  56. <ClInclude Include="jconfig.h" />
  57. <ClInclude Include="jerror.h" />
  58. <ClInclude Include="jinclude.h" />
  59. <ClInclude Include="jmorecfg.h" />
  60. <ClInclude Include="jpegint.h" />
  61. <ClInclude Include="jpeglib.h" />
  62. <ClInclude Include="jversion.h" />
  63. <ClInclude Include="transupp.h" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ClCompile Include="cdjpeg.c" />
  67. <ClCompile Include="jpegtran.c" />
  68. <ClCompile Include="rdswitch.c" />
  69. <ClCompile Include="transupp.c" />
  70. </ItemGroup>
  71. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  72. <ImportGroup Label="ExtensionTargets">
  73. </ImportGroup>
  74. </Project>