source: SHVCSoftware/trunk/build/vc9/TAppDecoder_vc9.vcxproj

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

Initial import by Vadim Seregin <vseregin@…>

File size: 10.6 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>TAppDecoder</ProjectName>
23    <ProjectGuid>{A7A515D9-E917-4706-BD5B-57DC6C78D612}</ProjectGuid>
24    <RootNamespace>TAppDecoder</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\vc9\$(Platform)\$(Configuration)\</OutDir>
65    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
66    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
67    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc9\$(Platform)\$(Configuration)\</OutDir>
68    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
69    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
70    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc9\$(Platform)\$(Configuration)\</OutDir>
71    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
72    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc9\$(Platform)\$(Configuration)\</OutDir>
74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc9\$(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\TAppDecoder\decmain.cpp" />
159    <ClCompile Include="..\..\source\App\TAppDecoder\TAppDecCfg.cpp" />
160    <ClCompile Include="..\..\source\App\TAppDecoder\TAppDecTop.cpp" />
161  </ItemGroup>
162  <ItemGroup>
163    <ClInclude Include="..\..\source\App\TAppDecoder\TAppDecCfg.h" />
164    <ClInclude Include="..\..\source\App\TAppDecoder\TAppDecTop.h" />
165  </ItemGroup>
166  <ItemGroup>
167    <ProjectReference Include="TAppCommon_vc9.vcxproj">
168      <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project>
169      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
170    </ProjectReference>
171    <ProjectReference Include="TLibCommon_vc9.vcxproj">
172      <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project>
173      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
174    </ProjectReference>
175    <ProjectReference Include="TLibDecoder_vc9.vcxproj">
176      <Project>{f8b77a48-af6c-4746-a89f-b706aba6ad94}</Project>
177      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
178    </ProjectReference>
179    <ProjectReference Include="TLibVideoIO_vc9.vcxproj">
180      <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project>
181      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
182    </ProjectReference>
183  </ItemGroup>
184  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185  <ImportGroup Label="ExtensionTargets">
186  </ImportGroup>
187</Project>
Note: See TracBrowser for help on using the repository browser.