HDRip.vcxproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{ca26bf58-b884-4ef1-a68c-3f3bc55ba3c4}</ProjectGuid>
  25. <RootNamespace>HDRip</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <LinkIncremental>false</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>true</LinkIncremental>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)\eigen\</IncludePath>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <WarningLevel>Level3</WarningLevel>
  89. <SDLCheck>true</SDLCheck>
  90. <PreprocessorDefinitions>WIN32;_DEBUG;HDRIP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <ConformanceMode>true</ConformanceMode>
  92. <PrecompiledHeader>Use</PrecompiledHeader>
  93. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Windows</SubSystem>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. <EnableUAC>false</EnableUAC>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  102. <ClCompile>
  103. <WarningLevel>Level3</WarningLevel>
  104. <FunctionLevelLinking>true</FunctionLevelLinking>
  105. <IntrinsicFunctions>true</IntrinsicFunctions>
  106. <SDLCheck>true</SDLCheck>
  107. <PreprocessorDefinitions>WIN32;NDEBUG;HDRIP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <ConformanceMode>true</ConformanceMode>
  109. <PrecompiledHeader>Use</PrecompiledHeader>
  110. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  111. </ClCompile>
  112. <Link>
  113. <SubSystem>Windows</SubSystem>
  114. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  115. <OptimizeReferences>true</OptimizeReferences>
  116. <GenerateDebugInformation>true</GenerateDebugInformation>
  117. <EnableUAC>false</EnableUAC>
  118. </Link>
  119. </ItemDefinitionGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  121. <ClCompile>
  122. <WarningLevel>Level3</WarningLevel>
  123. <SDLCheck>true</SDLCheck>
  124. <PreprocessorDefinitions>_DEBUG;HDRIP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <ConformanceMode>true</ConformanceMode>
  126. <PrecompiledHeader>Use</PrecompiledHeader>
  127. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  128. </ClCompile>
  129. <Link>
  130. <SubSystem>Windows</SubSystem>
  131. <GenerateDebugInformation>true</GenerateDebugInformation>
  132. <EnableUAC>false</EnableUAC>
  133. </Link>
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  136. <ClCompile>
  137. <WarningLevel>Level3</WarningLevel>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <SDLCheck>true</SDLCheck>
  141. <PreprocessorDefinitions>NDEBUG;HDRIP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <ConformanceMode>true</ConformanceMode>
  143. <PrecompiledHeader>Use</PrecompiledHeader>
  144. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  145. <AdditionalOptions>/D "_USE_MATH_DEFINES" /D "_MT_=8" %(AdditionalOptions)</AdditionalOptions>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  150. <OptimizeReferences>true</OptimizeReferences>
  151. <GenerateDebugInformation>true</GenerateDebugInformation>
  152. <EnableUAC>false</EnableUAC>
  153. </Link>
  154. </ItemDefinitionGroup>
  155. <ItemGroup>
  156. <ClInclude Include="Colorspace.hpp" />
  157. <ClInclude Include="Conversion.hpp" />
  158. <ClInclude Include="framework.h" />
  159. <ClInclude Include="Full_process.hpp" />
  160. <ClInclude Include="ImageHDR.hpp" />
  161. <ClInclude Include="MT_channel.hpp" />
  162. <ClInclude Include="MT_colorEditor.hpp" />
  163. <ClInclude Include="MT_contrast.hpp" />
  164. <ClInclude Include="MT_exposure.hpp" />
  165. <ClInclude Include="MT_histogram_regularization.hpp" />
  166. <ClInclude Include="MT_interpolation.hpp" />
  167. <ClInclude Include="MT_lightnessMask.hpp" />
  168. <ClInclude Include="MT_linear.hpp" />
  169. <ClInclude Include="MT_saturation.hpp" />
  170. <ClInclude Include="pch.h" />
  171. <ClInclude Include="Utils.hpp" />
  172. <ClInclude Include="YCurve.hpp" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ClCompile Include="Conversion.cpp" />
  176. <ClCompile Include="dllmain.cpp" />
  177. <ClCompile Include="Full_process.cpp" />
  178. <ClCompile Include="ImageHDR.cpp" />
  179. <ClCompile Include="pch.cpp">
  180. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  181. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  182. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  183. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  184. </ClCompile>
  185. <ClCompile Include="Utils.cpp" />
  186. <ClCompile Include="YCurve.cpp" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="..\README.md" />
  190. </ItemGroup>
  191. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  192. <ImportGroup Label="ExtensionTargets">
  193. </ImportGroup>
  194. </Project>