[2] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
| 3 | <ItemGroup Label="ProjectConfigurations"> |
---|
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
---|
| 5 | <Configuration>Debug</Configuration> |
---|
| 6 | <Platform>Win32</Platform> |
---|
| 7 | </ProjectConfiguration> |
---|
| 8 | <ProjectConfiguration Include="Debug|x64"> |
---|
| 9 | <Configuration>Debug</Configuration> |
---|
| 10 | <Platform>x64</Platform> |
---|
| 11 | </ProjectConfiguration> |
---|
| 12 | <ProjectConfiguration Include="Release|Win32"> |
---|
| 13 | <Configuration>Release</Configuration> |
---|
| 14 | <Platform>Win32</Platform> |
---|
| 15 | </ProjectConfiguration> |
---|
| 16 | <ProjectConfiguration Include="Release|x64"> |
---|
| 17 | <Configuration>Release</Configuration> |
---|
| 18 | <Platform>x64</Platform> |
---|
| 19 | </ProjectConfiguration> |
---|
| 20 | </ItemGroup> |
---|
| 21 | <PropertyGroup Label="Globals"> |
---|
| 22 | <ProjectName>TLibCommon</ProjectName> |
---|
| 23 | <ProjectGuid>{78018D78-F890-47E3-A0B7-09D273F0B11D}</ProjectGuid> |
---|
| 24 | <RootNamespace>TLibCommon</RootNamespace> |
---|
| 25 | <Keyword>Win32Proj</Keyword> |
---|
| 26 | </PropertyGroup> |
---|
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
| 29 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 30 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 31 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 32 | </PropertyGroup> |
---|
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
| 34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 35 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 36 | </PropertyGroup> |
---|
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
| 38 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 39 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 41 | </PropertyGroup> |
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
| 43 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 44 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 45 | </PropertyGroup> |
---|
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
| 47 | <ImportGroup Label="ExtensionSettings"> |
---|
| 48 | </ImportGroup> |
---|
| 49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
| 50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 51 | </ImportGroup> |
---|
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 54 | </ImportGroup> |
---|
| 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
| 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 57 | </ImportGroup> |
---|
| 58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 60 | </ImportGroup> |
---|
| 61 | <PropertyGroup Label="UserMacros" /> |
---|
| 62 | <PropertyGroup> |
---|
[56] | 63 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
---|
[2] | 64 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
[56] | 66 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 67 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
[2] | 68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 72 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 73 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
| 74 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
| 75 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 76 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
| 77 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
| 78 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 79 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
| 80 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
| 81 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
| 82 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
| 83 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
| 84 | </PropertyGroup> |
---|
| 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
| 86 | <ClCompile> |
---|
| 87 | <Optimization>Disabled</Optimization> |
---|
[56] | 88 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
[2] | 89 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 90 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 91 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 92 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 93 | <WarningLevel>Level3</WarningLevel> |
---|
| 94 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
---|
| 95 | </ClCompile> |
---|
| 96 | </ItemDefinitionGroup> |
---|
| 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
| 98 | <Midl> |
---|
| 99 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 100 | </Midl> |
---|
| 101 | <ClCompile> |
---|
| 102 | <Optimization>Disabled</Optimization> |
---|
[56] | 103 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
[2] | 104 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 105 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 106 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 107 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 108 | <WarningLevel>Level3</WarningLevel> |
---|
| 109 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 110 | </ClCompile> |
---|
| 111 | </ItemDefinitionGroup> |
---|
[56] | 112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
| 113 | <ClCompile> |
---|
| 114 | <Optimization>MaxSpeed</Optimization> |
---|
| 115 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 116 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
| 117 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
| 118 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 119 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 120 | <StringPooling>true</StringPooling> |
---|
| 121 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 122 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
| 123 | <WarningLevel>Level3</WarningLevel> |
---|
| 124 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 125 | </ClCompile> |
---|
| 126 | </ItemDefinitionGroup> |
---|
[2] | 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
| 128 | <Midl> |
---|
| 129 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 130 | </Midl> |
---|
| 131 | <ClCompile> |
---|
| 132 | <Optimization>MaxSpeed</Optimization> |
---|
| 133 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 134 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
| 135 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
[56] | 136 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 137 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
[2] | 138 | <StringPooling>true</StringPooling> |
---|
| 139 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 140 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
| 141 | <WarningLevel>Level3</WarningLevel> |
---|
| 142 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 143 | </ClCompile> |
---|
| 144 | </ItemDefinitionGroup> |
---|
| 145 | <ItemGroup> |
---|
| 146 | <ClCompile Include="..\..\source\Lib\TLibCommon\ContextModel.cpp" /> |
---|
| 147 | <ClCompile Include="..\..\source\Lib\TLibCommon\ContextModel3DBuffer.cpp" /> |
---|
[56] | 148 | <ClCompile Include="..\..\source\Lib\libmd5\libmd5.c" /> |
---|
[608] | 149 | <ClCompile Include="..\..\source\Lib\TLibCommon\SEI.cpp" /> |
---|
[2] | 150 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComBitStream.cpp" /> |
---|
| 151 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComCABACTables.cpp" /> |
---|
| 152 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComDataCU.cpp" /> |
---|
[56] | 153 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComInterpolationFilter.cpp" /> |
---|
[2] | 154 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComLoopFilter.cpp" /> |
---|
| 155 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComMotionInfo.cpp" /> |
---|
| 156 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComPattern.cpp" /> |
---|
| 157 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComPic.cpp" /> |
---|
| 158 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComPicSym.cpp" /> |
---|
| 159 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComPicYuv.cpp" /> |
---|
| 160 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComPicYuvMD5.cpp" /> |
---|
| 161 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComPrediction.cpp" /> |
---|
| 162 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComRdCost.cpp" /> |
---|
| 163 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.cpp" /> |
---|
| 164 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComRom.cpp" /> |
---|
[56] | 165 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComSampleAdaptiveOffset.cpp" /> |
---|
[2] | 166 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComSlice.cpp" /> |
---|
| 167 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" /> |
---|
| 168 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComWedgelet.cpp" /> |
---|
| 169 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp" /> |
---|
| 170 | <ClCompile Include="..\..\source\Lib\TLibCommon\TComYuv.cpp" /> |
---|
| 171 | </ItemGroup> |
---|
| 172 | <ItemGroup> |
---|
[56] | 173 | <ClInclude Include="..\..\source\Lib\TLibCommon\AccessUnit.h" /> |
---|
[2] | 174 | <ClInclude Include="..\..\source\Lib\TLibCommon\CommonDef.h" /> |
---|
| 175 | <ClInclude Include="..\..\source\Lib\TLibCommon\ContextModel.h" /> |
---|
| 176 | <ClInclude Include="..\..\source\Lib\TLibCommon\ContextModel3DBuffer.h" /> |
---|
| 177 | <ClInclude Include="..\..\source\Lib\TLibCommon\ContextTables.h" /> |
---|
[56] | 178 | <ClInclude Include="..\..\source\Lib\libmd5\libmd5.h" /> |
---|
| 179 | <ClInclude Include="..\..\source\Lib\libmd5\MD5.h" /> |
---|
| 180 | <ClInclude Include="..\..\source\Lib\TLibCommon\NAL.h" /> |
---|
[2] | 181 | <ClInclude Include="..\..\source\Lib\TLibCommon\SEI.h" /> |
---|
| 182 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitCounter.h" /> |
---|
| 183 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitStream.h" /> |
---|
| 184 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComCABACTables.h" /> |
---|
| 185 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComDataCU.h" /> |
---|
[56] | 186 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComInterpolationFilter.h" /> |
---|
[2] | 187 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComList.h" /> |
---|
| 188 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComLoopFilter.h" /> |
---|
| 189 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComMotionInfo.h" /> |
---|
| 190 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComMv.h" /> |
---|
| 191 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComPattern.h" /> |
---|
| 192 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComPic.h" /> |
---|
| 193 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComPicSym.h" /> |
---|
| 194 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComPicYuv.h" /> |
---|
| 195 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComPrediction.h" /> |
---|
| 196 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComRdCost.h" /> |
---|
| 197 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.h" /> |
---|
| 198 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComRom.h" /> |
---|
[56] | 199 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComSampleAdaptiveOffset.h" /> |
---|
[2] | 200 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComSlice.h" /> |
---|
| 201 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComTrQuant.h" /> |
---|
| 202 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComWedgelet.h" /> |
---|
| 203 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.h" /> |
---|
| 204 | <ClInclude Include="..\..\source\Lib\TLibCommon\TComYuv.h" /> |
---|
| 205 | <ClInclude Include="..\..\source\Lib\TLibCommon\TypeDef.h" /> |
---|
| 206 | </ItemGroup> |
---|
| 207 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
| 208 | <ImportGroup Label="ExtensionTargets"> |
---|
| 209 | </ImportGroup> |
---|
| 210 | </Project> |
---|