|  |  |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							|  |  |  |  | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
					
						
							|  |  |  |  |   <ItemGroup Label="ProjectConfigurations"> | 
					
						
							|  |  |  |  |     <ProjectConfiguration Include="Debug|Win32"> | 
					
						
							|  |  |  |  |       <Configuration>Debug</Configuration> | 
					
						
							|  |  |  |  |       <Platform>Win32</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							|  |  |  |  |     <ProjectConfiguration Include="Release|Win32"> | 
					
						
							|  |  |  |  |       <Configuration>Release</Configuration> | 
					
						
							|  |  |  |  |       <Platform>Win32</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClCompile Include="D3DVidRender.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="DecoderFactory.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="DecoderHardwareDInterface.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="DecoderSoftwareInterface.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="decoder_hw_d.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="decoder_sw.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="ffmpeg_dxva2_d.cpp" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClInclude Include="D3DVidRender.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="DecoderFactory.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="DecoderHardwareDInterface.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="DecoderSoftwareInterface.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="decoder_hw_d.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="decoder_sw.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="ffmpeg_dxva2_d.h" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <PropertyGroup Label="Globals"> | 
					
						
							|  |  |  |  |     <ProjectGuid>{5756743E-2CA9-41B7-A71D-0A4044E2F1A0}</ProjectGuid> | 
					
						
							|  |  |  |  |     <Keyword>Win32Proj</Keyword> | 
					
						
							|  |  |  |  |     <RootNamespace>Decoder_Hardware</RootNamespace> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
					
						
							|  |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
					
						
							|  |  |  |  |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
					
						
							|  |  |  |  |     <UseDebugLibraries>true</UseDebugLibraries> | 
					
						
							|  |  |  |  |     <CharacterSet>MultiByte</CharacterSet> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
					
						
							|  |  |  |  |     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
					
						
							|  |  |  |  |     <UseDebugLibraries>false</UseDebugLibraries> | 
					
						
							|  |  |  |  |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
					
						
							|  |  |  |  |     <CharacterSet>MultiByte</CharacterSet> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
					
						
							|  |  |  |  |   <ImportGroup Label="ExtensionSettings"> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							|  |  |  |  |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
					
						
							|  |  |  |  |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							|  |  |  |  |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
					
						
							|  |  |  |  |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							|  |  |  |  |   <PropertyGroup Label="UserMacros" /> | 
					
						
							|  |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
					
						
							|  |  |  |  |     <LinkIncremental>true</LinkIncremental> | 
					
						
							|  |  |  |  |     <TargetName>$(ProjectName)D</TargetName> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
					
						
							|  |  |  |  |     <LinkIncremental>false</LinkIncremental> | 
					
						
							|  |  |  |  |     <TargetName>$(ProjectName)R</TargetName> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <PrecompiledHeader> | 
					
						
							|  |  |  |  |       </PrecompiledHeader> | 
					
						
							|  |  |  |  |       <WarningLevel>Level3</WarningLevel> | 
					
						
							|  |  |  |  |       <Optimization>Disabled</Optimization> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DECODER_HARDWARE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							|  |  |  |  |       <AdditionalIncludeDirectories>include;D3D\include</AdditionalIncludeDirectories> | 
					
						
							|  |  |  |  |       <ExceptionHandling>Async</ExceptionHandling> | 
					
						
							|  |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |     <Link> | 
					
						
							|  |  |  |  |       <SubSystem>Windows</SubSystem> | 
					
						
							|  |  |  |  |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
					
						
							|  |  |  |  |       <AdditionalLibraryDirectories>lib;D3D\lib</AdditionalLibraryDirectories> | 
					
						
							|  |  |  |  |     </Link> | 
					
						
							|  |  |  |  |     <PostBuildEvent> | 
					
						
							|  |  |  |  |       <Command>copy $(OutDir)$(ProjectName)D.lib ..\..\Lib\$(ProjectName)D.lib | 
					
						
							|  |  |  |  | copy $(OutDir)$(ProjectName)D.dll ..\..\Bin\$(ProjectName)D.dll</Command> | 
					
						
							|  |  |  |  |     </PostBuildEvent> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							|  |  |  |  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <WarningLevel>Level3</WarningLevel> | 
					
						
							|  |  |  |  |       <PrecompiledHeader> | 
					
						
							|  |  |  |  |       </PrecompiledHeader> | 
					
						
							|  |  |  |  |       <Optimization>MaxSpeed</Optimization> | 
					
						
							|  |  |  |  |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
					
						
							|  |  |  |  |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DECODER_HARDWARE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							|  |  |  |  |       <AdditionalIncludeDirectories>include;D3D\include</AdditionalIncludeDirectories> | 
					
						
							|  |  |  |  |       <ExceptionHandling>Async</ExceptionHandling> | 
					
						
							|  |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |     <Link> | 
					
						
							|  |  |  |  |       <SubSystem>Windows</SubSystem> | 
					
						
							|  |  |  |  |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
					
						
							|  |  |  |  |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
					
						
							|  |  |  |  |       <OptimizeReferences>false</OptimizeReferences> | 
					
						
							|  |  |  |  |       <AdditionalLibraryDirectories>lib;D3D\lib</AdditionalLibraryDirectories> | 
					
						
							|  |  |  |  |     </Link> | 
					
						
							|  |  |  |  |     <PostBuildEvent> | 
					
						
							|  |  |  |  |       <Command>copy $(OutDir)$(ProjectName)R.lib ..\..\Lib\$(ProjectName)R.lib | 
					
						
							|  |  |  |  | copy $(OutDir)$(ProjectName)R.dll ..\..\Bin\$(ProjectName)R.dll</Command> | 
					
						
							|  |  |  |  |     </PostBuildEvent> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
					
						
							|  |  |  |  |   <ImportGroup Label="ExtensionTargets"> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							|  |  |  |  | </Project> |