source: SHVCSoftware/branches/SHM-upgrade/build/vc10/TAppEncoder_vc10.vcxproj @ 1239

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

update make file, add TAppDecoderAnalyser and TLibDecoderAnalyser

File size: 12.0 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    </Link>
106  </ItemDefinitionGroup>
107  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
108    <Midl>
109      <TargetEnvironment>X64</TargetEnvironment>
110    </Midl>
111    <ClCompile>
112      <Optimization>Disabled</Optimization>
113      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115      <MinimalRebuild>true</MinimalRebuild>
116      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
117      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
118      <WarningLevel>Level3</WarningLevel>
119      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
120    </ClCompile>
121    <Link>
122      <GenerateDebugInformation>true</GenerateDebugInformation>
123      <SubSystem>Console</SubSystem>
124      <TargetMachine>MachineX64</TargetMachine>
125    </Link>
126  </ItemDefinitionGroup>
127  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
128    <ClCompile>
129      <Optimization>MaxSpeed</Optimization>
130      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
131      <IntrinsicFunctions>false</IntrinsicFunctions>
132      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
133      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
134      <PreprocessorDefinitions>WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135      <StringPooling>true</StringPooling>
136      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
137      <FunctionLevelLinking>true</FunctionLevelLinking>
138      <WarningLevel>Level3</WarningLevel>
139      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
140    </ClCompile>
141    <Link>
142      <GenerateDebugInformation>true</GenerateDebugInformation>
143      <SubSystem>Console</SubSystem>
144      <TargetMachine>MachineX86</TargetMachine>
145      <StackReserveSize>8000000</StackReserveSize>
146    </Link>
147  </ItemDefinitionGroup>
148  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149    <Midl>
150      <TargetEnvironment>X64</TargetEnvironment>
151    </Midl>
152    <ClCompile>
153      <Optimization>MaxSpeed</Optimization>
154      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
155      <IntrinsicFunctions>false</IntrinsicFunctions>
156      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
157      <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
158      <PreprocessorDefinitions>WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
159      <StringPooling>true</StringPooling>
160      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
161      <FunctionLevelLinking>true</FunctionLevelLinking>
162      <WarningLevel>Level3</WarningLevel>
163      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
164    </ClCompile>
165    <Link>
166      <GenerateDebugInformation>true</GenerateDebugInformation>
167      <SubSystem>Console</SubSystem>
168      <TargetMachine>MachineX64</TargetMachine>
169    </Link>
170  </ItemDefinitionGroup>
171  <ItemGroup>
172    <ClCompile Include="..\..\source\App\TAppEncoder\encmain.cpp" />
173    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncCfg.cpp" />
174    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp" />
175    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncTop.cpp" />
176  </ItemGroup>
177  <ItemGroup>
178    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncCfg.h" />
179    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h" />
180    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncTop.h" />
181  </ItemGroup>
182  <ItemGroup>
183    <ProjectReference Include="TAppCommon_vc10.vcxproj">
184      <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project>
185      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
186    </ProjectReference>
187    <ProjectReference Include="TLibCommon_vc10.vcxproj">
188      <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project>
189      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
190    </ProjectReference>
191    <ProjectReference Include="TLibEncoder_vc10.vcxproj">
192      <Project>{47e90995-1fc5-4ee4-a94d-ad474169f0e1}</Project>
193      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
194    </ProjectReference>
195    <ProjectReference Include="TLibVideoIO_vc10.vcxproj">
196      <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project>
197      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
198    </ProjectReference>
199  </ItemGroup>
200  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201  <ImportGroup Label="ExtensionTargets">
202  </ImportGroup>
203</Project>
Note: See TracBrowser for help on using the repository browser.