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

Last change on this file since 1041 was 2, checked in by seregin, 12 years ago

Initial import by Vadim Seregin <vseregin@…>

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