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|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >16.0</VCProjectVersion >
15+ <Keyword >Win32Proj</Keyword >
16+ <ProjectGuid >{0f07ad54-f5e0-4c61-a896-aed4ca489784}</ProjectGuid >
17+ <RootNamespace >AviToExrSequence</RootNamespace >
18+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19+ </PropertyGroup >
20+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22+ <ConfigurationType >Application</ConfigurationType >
23+ <UseDebugLibraries >true</UseDebugLibraries >
24+ <PlatformToolset >v142</PlatformToolset >
25+ <CharacterSet >Unicode</CharacterSet >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >false</UseDebugLibraries >
30+ <PlatformToolset >v142</PlatformToolset >
31+ <WholeProgramOptimization >true</WholeProgramOptimization >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35+ <ImportGroup Label =" ExtensionSettings" >
36+ </ImportGroup >
37+ <ImportGroup Label =" Shared" >
38+ </ImportGroup >
39+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ </ImportGroup >
42+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
43+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44+ </ImportGroup >
45+ <PropertyGroup Label =" UserMacros" />
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
47+ <LinkIncremental >true</LinkIncremental >
48+ <LibraryPath >..\HDR10Capture2019\Contrib\lib;$(LibraryPath)</LibraryPath >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
51+ <LinkIncremental >false</LinkIncremental >
52+ <LibraryPath >..\HDR10Capture2019\Contrib\lib;$(LibraryPath)</LibraryPath >
53+ </PropertyGroup >
54+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
55+ <ClCompile >
56+ <WarningLevel >Level3</WarningLevel >
57+ <SDLCheck >true</SDLCheck >
58+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
59+ <ConformanceMode >true</ConformanceMode >
60+ <AdditionalIncludeDirectories >..\HDR10Capture2019;..\HDR10Capture2019\Contrib\include;..\HDR10Capture2019\Contrib\include\OpenEXR</AdditionalIncludeDirectories >
61+ </ClCompile >
62+ <Link >
63+ <SubSystem >Console</SubSystem >
64+ <GenerateDebugInformation >true</GenerateDebugInformation >
65+ <AdditionalDependencies >Shlwapi.lib;libpng16_staticd.lib;zlibstaticd.lib;Imath-2_5_static_d.lib;IlmThread-2_5_static_d.lib;IlmImfUtil-2_5_static_d.lib;IlmImf-2_5_static_d.lib;IexMath-2_5_static_d.lib;Iex-2_5_static_d.lib;Half-2_5_static_d.lib;d3d12.lib;dxgi.lib;d3dcompiler.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 >
66+ </Link >
67+ </ItemDefinitionGroup >
68+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
69+ <ClCompile >
70+ <WarningLevel >Level3</WarningLevel >
71+ <FunctionLevelLinking >true</FunctionLevelLinking >
72+ <IntrinsicFunctions >true</IntrinsicFunctions >
73+ <SDLCheck >true</SDLCheck >
74+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
75+ <ConformanceMode >true</ConformanceMode >
76+ <AdditionalIncludeDirectories >..\HDR10Capture2019;..\HDR10Capture2019\Contrib\include;..\HDR10Capture2019\Contrib\include\OpenEXR</AdditionalIncludeDirectories >
77+ </ClCompile >
78+ <Link >
79+ <SubSystem >Console</SubSystem >
80+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
81+ <OptimizeReferences >true</OptimizeReferences >
82+ <GenerateDebugInformation >true</GenerateDebugInformation >
83+ <AdditionalDependencies >Shlwapi.lib;libpng16_static.lib;zlibstatic.lib;Imath-2_5_static.lib;IlmThread-2_5_static.lib;IlmImfUtil-2_5_static.lib;IlmImf-2_5_static.lib;IexMath-2_5_static.lib;Iex-2_5_static.lib;Half-2_5_static.lib;d3d12.lib;dxgi.lib;d3dcompiler.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 >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemGroup >
87+ <ClCompile Include =" ..\HDR10Capture2019\MLAviCommon.cpp" />
88+ <ClCompile Include =" ..\HDR10Capture2019\MLAviReader.cpp" />
89+ <ClCompile Include =" ..\HDR10Capture2019\MLAviWriter.cpp" />
90+ <ClCompile Include =" ..\HDR10Capture2019\MLConverter.cpp" />
91+ <ClCompile Include =" ..\HDR10Capture2019\MLExrWriter.cpp" />
92+ <ClCompile Include =" ..\HDR10Capture2019\MLImage.cpp" />
93+ <ClCompile Include =" Main.cpp" />
94+ </ItemGroup >
95+ <ItemGroup >
96+ <ClInclude Include =" ..\HDR10Capture2019\MLAVICommon.h" />
97+ <ClInclude Include =" ..\HDR10Capture2019\MLAviReader.h" />
98+ <ClInclude Include =" ..\HDR10Capture2019\MLAviWriter.h" />
99+ <ClInclude Include =" ..\HDR10Capture2019\MLConverter.h" />
100+ <ClInclude Include =" ..\HDR10Capture2019\MLExrWriter.h" />
101+ <ClInclude Include =" ..\HDR10Capture2019\MLImage.h" />
102+ </ItemGroup >
103+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
104+ <ImportGroup Label =" ExtensionTargets" >
105+ </ImportGroup >
106+ </Project >
0 commit comments