2012-05-30 12:26:39 +00:00
|
|
|
|
<?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>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{EEA3BDD1-8A08-41C1-BA57-E05D5C2CD8FF}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2014-02-11 11:35:46 +00:00
|
|
|
|
<RootNamespace>kvazaar_lib</RootNamespace>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2013-09-24 10:43:15 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2013-09-24 10:43:15 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
2014-01-24 13:34:08 +00:00
|
|
|
|
<Import Project="..\yasm\vsyasm.props" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ImportGroup>
|
2013-09-23 14:45:34 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
2013-09-23 14:59:00 +00:00
|
|
|
|
<Import Project="..\Release_Optimizations.props" />
|
2013-09-23 14:45:34 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
2013-09-23 14:59:00 +00:00
|
|
|
|
<Import Project="..\Release_Optimizations.props" />
|
2013-09-23 14:45:34 +00:00
|
|
|
|
</ImportGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2014-06-18 13:28:34 +00:00
|
|
|
|
<YASM />
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2014-06-12 07:51:27 +00:00
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)..\..\pthreads.2\lib\x64</AdditionalLibraryDirectories>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<AdditionalDependencies>pthreadVC2.lib</AdditionalDependencies>
|
|
|
|
|
</Lib>
|
2014-06-18 13:28:34 +00:00
|
|
|
|
<YASM>
|
|
|
|
|
<Defines>ARCH_X86_64=1;%(Defines)</Defines>
|
|
|
|
|
</YASM>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<YASM>
|
|
|
|
|
<Defines>ARCH_X86_64=0;PREFIX</Defines>
|
|
|
|
|
</YASM>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2014-06-12 07:51:27 +00:00
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)..\..\pthreads.2\lib\x86</AdditionalLibraryDirectories>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<AdditionalDependencies>pthreadVC2.lib</AdditionalDependencies>
|
|
|
|
|
</Lib>
|
2014-07-14 15:51:17 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<UndefinePreprocessorDefinitions>
|
|
|
|
|
</UndefinePreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<YASM>
|
|
|
|
|
<Defines>ARCH_X86_64=0;PREFIX</Defines>
|
|
|
|
|
</YASM>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2014-06-12 07:51:27 +00:00
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)..\..\pthreads.2\lib\x86</AdditionalLibraryDirectories>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<AdditionalDependencies>pthreadVC2.lib</AdditionalDependencies>
|
|
|
|
|
</Lib>
|
2014-07-14 15:51:17 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<UndefinePreprocessorDefinitions>
|
|
|
|
|
</UndefinePreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<YASM>
|
2014-06-18 13:28:34 +00:00
|
|
|
|
<Defines>ARCH_X86_64=1;%(Defines)</Defines>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</YASM>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2014-06-12 07:51:27 +00:00
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)..\..\pthreads.2\lib\x64</AdditionalLibraryDirectories>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<AdditionalDependencies>pthreadVC2.lib</AdditionalDependencies>
|
|
|
|
|
</Lib>
|
2014-07-14 15:51:17 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<UndefinePreprocessorDefinitions>
|
|
|
|
|
</UndefinePreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ItemGroup>
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<ClCompile Include="..\..\src\bitstream.c" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\cabac.c" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\config.c" />
|
2012-08-15 10:22:31 +00:00
|
|
|
|
<ClCompile Include="..\..\src\context.c" />
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<ClCompile Include="..\..\src\cu.c" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encmain.c" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encoder.c" />
|
2014-06-04 14:46:26 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encoderstate.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\encoder_state-bitstream.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\encoder_state-ctors_dtors.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\encoder_state-geometry.c" />
|
2014-02-04 15:22:36 +00:00
|
|
|
|
<ClCompile Include="..\..\src\extras\getopt.c" />
|
2013-04-03 08:05:07 +00:00
|
|
|
|
<ClCompile Include="..\..\src\filter.c" />
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<ClCompile Include="..\..\src\image.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\imagelist.c" />
|
2013-04-24 13:49:47 +00:00
|
|
|
|
<ClCompile Include="..\..\src\inter.c" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClCompile Include="..\..\src\intra.c" />
|
2012-06-05 12:38:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\nal.c" />
|
2014-01-20 14:34:11 +00:00
|
|
|
|
<ClCompile Include="..\..\src\rdo.c" />
|
2013-11-04 18:35:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\sao.c" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\scalinglist.c" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClCompile Include="..\..\src\search.c" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\checkpoint.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\cu.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\image.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\imagelist.h" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\altivec\picture-altivec.c" />
|
2014-07-24 14:00:50 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\partial-butterfly-avx2.c">
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2014-07-14 13:08:19 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\picture-avx2.c">
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\nal-generic.c" />
|
2014-07-24 14:00:50 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\partial-butterfly-generic.c" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\picture-generic.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\strategies\sse2\picture-sse2.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\strategies\sse41\picture-sse41.c" />
|
2014-06-13 07:20:02 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-nal.c" />
|
2014-07-24 14:00:50 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-partial-butterfly.c" />
|
2014-06-13 07:20:02 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-picture.c" />
|
2014-07-21 13:47:18 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\x86_asm\picture-x86-asm.c" />
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<ClCompile Include="..\..\src\videoframe.c" />
|
2014-06-04 14:46:26 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoder_state-bitstream.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\encoder_state-ctors_dtors.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\encoder_state-geometry.h" />
|
2014-04-29 12:28:16 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategyselector.c" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\tables.c" />
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<ClCompile Include="..\..\src\threadqueue.c" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClCompile Include="..\..\src\transform.c" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<ClInclude Include="..\..\src\bitstream.h" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\cabac.h" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\config.h" />
|
2012-08-15 10:22:31 +00:00
|
|
|
|
<ClInclude Include="..\..\src\context.h" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoder.h" />
|
2014-06-04 14:46:26 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoderstate.h" />
|
2014-02-04 15:22:36 +00:00
|
|
|
|
<ClInclude Include="..\..\src\extras\getopt.h" />
|
2013-04-03 08:05:07 +00:00
|
|
|
|
<ClInclude Include="..\..\src\filter.h" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\global.h" />
|
2013-04-24 13:49:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\inter.h" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\intra.h" />
|
2012-06-05 12:38:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\nal.h" />
|
2014-01-20 14:34:11 +00:00
|
|
|
|
<ClInclude Include="..\..\src\rdo.h" />
|
2013-11-04 18:35:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\sao.h" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\scalinglist.h" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClInclude Include="..\..\src\search.h" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\altivec\picture-altivec.h" />
|
2014-07-24 14:00:50 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\partial-butterfly-avx2.h" />
|
2014-07-14 13:08:19 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\picture-avx2.h" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\nal-generic.h" />
|
2014-07-24 14:00:50 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\partial-butterfly-generic.h" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\picture-generic.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\sse2\picture-sse2.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\sse41\picture-sse41.h" />
|
2014-06-13 07:20:02 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-nal.h" />
|
2014-07-24 14:00:50 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-partial-butterfly.h" />
|
2014-06-13 07:20:02 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-picture.h" />
|
2014-07-21 13:47:18 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\x86_asm\picture-x86-asm-sad.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\x86_asm\picture-x86-asm-satd.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\x86_asm\picture-x86-asm.h" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategyselector.h" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\tables.h" />
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<ClInclude Include="..\..\src\threadqueue.h" />
|
2014-05-05 08:18:43 +00:00
|
|
|
|
<ClInclude Include="..\..\src\threads.h" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\transform.h" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\version.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\videoframe.h" />
|
2013-04-10 13:55:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-07-22 12:07:57 +00:00
|
|
|
|
<YASM Include="..\..\src\extras\x86inc.asm">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</YASM>
|
2014-07-21 13:47:18 +00:00
|
|
|
|
<YASM Include="..\..\src\strategies\x86_asm\picture-x86-asm-sad.asm" />
|
|
|
|
|
<YASM Include="..\..\src\strategies\x86_asm\picture-x86-asm-satd.asm" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
2014-01-24 13:34:08 +00:00
|
|
|
|
<Import Project="..\yasm\vsyasm.targets" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|