[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>TLibDecoder</ProjectName> |
---|
| 23 | <ProjectGuid>{F8B77A48-AF6C-4746-A89F-B706ABA6AD94}</ProjectGuid> |
---|
| 24 | <RootNamespace>TLibDecoder</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> |
---|
[56] | 146 | <ClCompile Include="..\..\source\Lib\TLibDecoder\AnnexBread.cpp" /> |
---|
| 147 | <ClCompile Include="..\..\source\Lib\TLibDecoder\NALread.cpp" /> |
---|
[2] | 148 | <ClCompile Include="..\..\source\Lib\TLibDecoder\SEIread.cpp" /> |
---|
| 149 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.cpp" /> |
---|
| 150 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecCAVLC.cpp" /> |
---|
| 151 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecCu.cpp" /> |
---|
| 152 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecEntropy.cpp" /> |
---|
| 153 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecGop.cpp" /> |
---|
| 154 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecSbac.cpp" /> |
---|
| 155 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecSlice.cpp" /> |
---|
| 156 | <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecTop.cpp" /> |
---|
| 157 | </ItemGroup> |
---|
| 158 | <ItemGroup> |
---|
[56] | 159 | <ClInclude Include="..\..\source\Lib\TLibDecoder\AnnexBread.h" /> |
---|
| 160 | <ClInclude Include="..\..\source\Lib\TLibDecoder\NALread.h" /> |
---|
[2] | 161 | <ClInclude Include="..\..\source\Lib\TLibDecoder\SEIread.h" /> |
---|
| 162 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecBinCoder.h" /> |
---|
| 163 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.h" /> |
---|
| 164 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecCAVLC.h" /> |
---|
| 165 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecCu.h" /> |
---|
| 166 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecEntropy.h" /> |
---|
| 167 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecGop.h" /> |
---|
| 168 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecSbac.h" /> |
---|
| 169 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecSlice.h" /> |
---|
| 170 | <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecTop.h" /> |
---|
| 171 | </ItemGroup> |
---|
| 172 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
| 173 | <ImportGroup Label="ExtensionTargets"> |
---|
| 174 | </ImportGroup> |
---|
| 175 | </Project> |
---|