mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Sao vcxproj files.
This commit is contained in:
parent
f21df00386
commit
5f3ee9e096
|
@ -23,9 +23,7 @@
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>HEVC_encoder</RootNamespace>
|
<RootNamespace>HEVC_encoder</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
|
@ -42,9 +40,7 @@
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
<Import Project="..\..\yasm\vsyasm.props" />
|
<Import Project="..\..\yasm\vsyasm.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
@ -88,6 +84,7 @@
|
||||||
<ClCompile Include="..\..\src\intra.c" />
|
<ClCompile Include="..\..\src\intra.c" />
|
||||||
<ClCompile Include="..\..\src\nal.c" />
|
<ClCompile Include="..\..\src\nal.c" />
|
||||||
<ClCompile Include="..\..\src\picture.c" />
|
<ClCompile Include="..\..\src\picture.c" />
|
||||||
|
<ClCompile Include="..\..\src\sao.c" />
|
||||||
<ClCompile Include="..\..\src\search.c" />
|
<ClCompile Include="..\..\src\search.c" />
|
||||||
<ClCompile Include="..\..\src\transform.c" />
|
<ClCompile Include="..\..\src\transform.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -104,6 +101,7 @@
|
||||||
<ClInclude Include="..\..\src\intra.h" />
|
<ClInclude Include="..\..\src\intra.h" />
|
||||||
<ClInclude Include="..\..\src\nal.h" />
|
<ClInclude Include="..\..\src\nal.h" />
|
||||||
<ClInclude Include="..\..\src\picture.h" />
|
<ClInclude Include="..\..\src\picture.h" />
|
||||||
|
<ClInclude Include="..\..\src\sao.h" />
|
||||||
<ClInclude Include="..\..\src\search.h" />
|
<ClInclude Include="..\..\src\search.h" />
|
||||||
<ClInclude Include="..\..\src\transform.h" />
|
<ClInclude Include="..\..\src\transform.h" />
|
||||||
<ClInclude Include="..\..\src\x64\test64.h" />
|
<ClInclude Include="..\..\src\x64\test64.h" />
|
||||||
|
|
|
@ -69,6 +69,9 @@
|
||||||
<ClCompile Include="..\..\src\debug.c">
|
<ClCompile Include="..\..\src\debug.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\sao.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\src\global.h">
|
<ClInclude Include="..\..\src\global.h">
|
||||||
|
@ -119,6 +122,9 @@
|
||||||
<ClInclude Include="..\..\src\debug.h">
|
<ClInclude Include="..\..\src\debug.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\src\sao.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<YASM Include="..\..\src\x86\test.asm">
|
<YASM Include="..\..\src\x86\test.asm">
|
||||||
|
|
Loading…
Reference in a new issue