source: SHVCSoftware/branches/SHM-dev/build/vc10/TAppEncoder_vc10.vcxproj @ 1127

Last change on this file since 1127 was 1127, checked in by seregin, 10 years ago

macro cleanup: HIGHER_LAYER_IRAP_SKIP_FLAG
keep it for encoder only

File size: 12.2 KB
Line 
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>TAppEncoder</ProjectName>
23    <ProjectGuid>{D759E4E1-D33A-4483-B57B-0FD248E022FE}</ProjectGuid>
24    <RootNamespace>TAppEncoder</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>Application</ConfigurationType>
30    <CharacterSet>MultiByte</CharacterSet>
31    <WholeProgramOptimization>true</WholeProgramOptimization>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <CharacterSet>MultiByte</CharacterSet>
36  </PropertyGroup>
37  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
38    <ConfigurationType>Application</ConfigurationType>
39    <CharacterSet>MultiByte</CharacterSet>
40    <WholeProgramOptimization>true</WholeProgramOptimization>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43    <ConfigurationType>Application</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>
63    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
64    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
65    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
66    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
67    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
68    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
69    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
70    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
71    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
72    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
75    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
76    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
77    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
78    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
79    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
80    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
81    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
82    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
83    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
84    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
85    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
86    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
87    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
88  </PropertyGroup>
89  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90    <ClCompile>
91      <Optimization>Disabled</Optimization>
92      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
93      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94      <MinimalRebuild>true</MinimalRebuild>
95      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
97      <WarningLevel>Level3</WarningLevel>
98      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
99    </ClCompile>
100    <Link>
101      <GenerateDebugInformation>true</GenerateDebugInformation>
102      <SubSystem>Console</SubSystem>
103      <TargetMachine>MachineX86</TargetMachine>
104      <StackReserveSize>8000000</StackReserveSize>
105      <HeapReserveSize>
106      </HeapReserveSize>
107      <HeapCommitSize>
108      </HeapCommitSize>
109      <StackCommitSize>
110      </StackCommitSize>
111      <LargeAddressAware>false</LargeAddressAware>
112    </Link>
113  </ItemDefinitionGroup>
114  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115    <Midl>
116      <TargetEnvironment>X64</TargetEnvironment>
117    </Midl>
118    <ClCompile>
119      <Optimization>Disabled</Optimization>
120      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
121      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122      <MinimalRebuild>true</MinimalRebuild>
123      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
124      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
125      <WarningLevel>Level3</WarningLevel>
126      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
127    </ClCompile>
128    <Link>
129      <GenerateDebugInformation>true</GenerateDebugInformation>
130      <SubSystem>Console</SubSystem>
131      <TargetMachine>MachineX64</TargetMachine>
132      <StackReserveSize>8000000</StackReserveSize>
133    </Link>
134  </ItemDefinitionGroup>
135  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
136    <ClCompile>
137      <Optimization>MaxSpeed</Optimization>
138      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
139      <IntrinsicFunctions>false</IntrinsicFunctions>
140      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
141      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
142      <PreprocessorDefinitions>WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143      <StringPooling>true</StringPooling>
144      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
145      <FunctionLevelLinking>true</FunctionLevelLinking>
146      <WarningLevel>Level3</WarningLevel>
147      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
148    </ClCompile>
149    <Link>
150      <GenerateDebugInformation>true</GenerateDebugInformation>
151      <SubSystem>Console</SubSystem>
152      <TargetMachine>MachineX86</TargetMachine>
153      <StackReserveSize>8000000</StackReserveSize>
154    </Link>
155  </ItemDefinitionGroup>
156  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
157    <Midl>
158      <TargetEnvironment>X64</TargetEnvironment>
159    </Midl>
160    <ClCompile>
161      <Optimization>MaxSpeed</Optimization>
162      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
163      <IntrinsicFunctions>false</IntrinsicFunctions>
164      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
165      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
166      <PreprocessorDefinitions>WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167      <StringPooling>true</StringPooling>
168      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
169      <FunctionLevelLinking>true</FunctionLevelLinking>
170      <WarningLevel>Level3</WarningLevel>
171      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
172    </ClCompile>
173    <Link>
174      <GenerateDebugInformation>true</GenerateDebugInformation>
175      <SubSystem>Console</SubSystem>
176      <TargetMachine>MachineX64</TargetMachine>
177    </Link>
178  </ItemDefinitionGroup>
179  <ItemGroup>
180    <ClCompile Include="..\..\source\App\TAppEncoder\encmain.cpp" />
181    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncCfg.cpp" />
182    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp" />
183    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncTop.cpp" />
184  </ItemGroup>
185  <ItemGroup>
186    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncCfg.h" />
187    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h" />
188    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncTop.h" />
189  </ItemGroup>
190  <ItemGroup>
191    <ProjectReference Include="TAppCommon_vc10.vcxproj">
192      <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project>
193      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
194    </ProjectReference>
195    <ProjectReference Include="TLibCommon_vc10.vcxproj">
196      <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project>
197      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
198    </ProjectReference>
199    <ProjectReference Include="TLibEncoder_vc10.vcxproj">
200      <Project>{47e90995-1fc5-4ee4-a94d-ad474169f0e1}</Project>
201      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
202    </ProjectReference>
203    <ProjectReference Include="TLibVideoIO_vc10.vcxproj">
204      <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project>
205      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
206    </ProjectReference>
207  </ItemGroup>
208  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
209  <ImportGroup Label="ExtensionTargets">
210  </ImportGroup>
211</Project>
Note: See TracBrowser for help on using the repository browser.