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>
|
|
|
|
|
<RootNamespace>HEVC_encoder</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
2013-09-24 16:38:36 +00:00
|
|
|
|
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-09-24 16:38:36 +00:00
|
|
|
|
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<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>
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
2013-09-24 16:38:36 +00:00
|
|
|
|
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2013-09-24 16:38:36 +00:00
|
|
|
|
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
2013-09-03 11:53:12 +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>
|
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" />
|
2013-09-18 07:57:38 +00:00
|
|
|
|
<ClCompile Include="..\..\src\debug.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" />
|
2013-04-03 08:05:07 +00:00
|
|
|
|
<ClCompile Include="..\..\src\filter.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" />
|
2012-06-05 11:01:47 +00:00
|
|
|
|
<ClCompile Include="..\..\src\picture.c" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClCompile Include="..\..\src\search.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" />
|
2013-09-18 07:57:38 +00:00
|
|
|
|
<ClInclude Include="..\..\src\debug.h" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoder.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" />
|
2012-06-05 11:01:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\picture.h" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClInclude Include="..\..\src\search.h" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\transform.h" />
|
2013-04-10 13:55:31 +00:00
|
|
|
|
<ClInclude Include="..\..\src\x64\test64.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\x86\test.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<YASM Include="..\..\src\x64\test64.asm" />
|
|
|
|
|
<YASM Include="..\..\src\x86\test.asm" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
2013-09-03 11:53:12 +00:00
|
|
|
|
<Import Project="..\..\yasm\vsyasm.targets" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|