source: 3DVCSoftware/branches/HTM-DEV-0.3-dev2/build/vc9/TAppDecoder_vc9.vcproj @ 476

Last change on this file since 476 was 476, checked in by mediatek-htm, 11 years ago

Integration of 3D-HEVC merge related coding tools:
Inter-view motion merge candidate
HHI_INTER_VIEW_MOTION_PRED
SAIT_IMPROV_MOTION_PRED_M24829, improved inter-view motion vector prediction
QC_MRG_CANS_B0048 , JCT3V-B0048, B0086, B0069
OL_DISMV_POS_B0069 , different pos for disparity MV candidate, B0069
MTK_INTERVIEW_MERGE_A0049 , second part
QC_AMVP_MRG_UNIFY_IVCAN_C0051
TEXTURE MERGING CANDIDATE , JCT3V-C0137

Notes: Two configurations are added:
PredDepthMapGen : 1
MultiviewMvPred : 7

From: yiwen.chen@… (MediaTek)

  • Property svn:eol-style set to CRLF
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="TAppDecoder"
6        ProjectGUID="{A7A515D9-E917-4706-BD5B-57DC6C78D612}"
7        RootNamespace="TAppDecoder"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="196613"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="..\..\bin\"
25                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
26                        ConfigurationType="1"
27                        CharacterSet="2"
28                        >
29                        <Tool
30                                Name="VCPreBuildEventTool"
31                        />
32                        <Tool
33                                Name="VCCustomBuildTool"
34                        />
35                        <Tool
36                                Name="VCXMLDataGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCWebServiceProxyGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCMIDLTool"
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                Optimization="0"
47                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
48                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
49                                MinimalRebuild="true"
50                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="1"
52                                WarningLevel="3"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                LinkIncremental="2"
67                                GenerateDebugInformation="true"
68                                SubSystem="1"
69                                TargetMachine="1"
70                        />
71                        <Tool
72                                Name="VCALinkTool"
73                        />
74                        <Tool
75                                Name="VCManifestTool"
76                        />
77                        <Tool
78                                Name="VCXDCMakeTool"
79                        />
80                        <Tool
81                                Name="VCBscMakeTool"
82                        />
83                        <Tool
84                                Name="VCFxCopTool"
85                        />
86                        <Tool
87                                Name="VCAppVerifierTool"
88                        />
89                        <Tool
90                                Name="VCPostBuildEventTool"
91                        />
92                </Configuration>
93                <Configuration
94                        Name="Release|Win32"
95                        OutputDirectory="..\..\bin\"
96                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
97                        ConfigurationType="1"
98                        CharacterSet="2"
99                        WholeProgramOptimization="1"
100                        >
101                        <Tool
102                                Name="VCPreBuildEventTool"
103                        />
104                        <Tool
105                                Name="VCCustomBuildTool"
106                        />
107                        <Tool
108                                Name="VCXMLDataGeneratorTool"
109                        />
110                        <Tool
111                                Name="VCWebServiceProxyGeneratorTool"
112                        />
113                        <Tool
114                                Name="VCMIDLTool"
115                        />
116                        <Tool
117                                Name="VCCLCompilerTool"
118                                Optimization="2"
119                                InlineFunctionExpansion="2"
120                                EnableIntrinsicFunctions="false"
121                                FavorSizeOrSpeed="1"
122                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
123                                PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
124                                StringPooling="true"
125                                RuntimeLibrary="0"
126                                EnableFunctionLevelLinking="true"
127                                WarningLevel="3"
128                                DebugInformationFormat="3"
129                        />
130                        <Tool
131                                Name="VCManagedResourceCompilerTool"
132                        />
133                        <Tool
134                                Name="VCResourceCompilerTool"
135                        />
136                        <Tool
137                                Name="VCPreLinkEventTool"
138                        />
139                        <Tool
140                                Name="VCLinkerTool"
141                                LinkIncremental="1"
142                                GenerateDebugInformation="true"
143                                SubSystem="1"
144                                TargetMachine="1"
145                        />
146                        <Tool
147                                Name="VCALinkTool"
148                        />
149                        <Tool
150                                Name="VCManifestTool"
151                        />
152                        <Tool
153                                Name="VCXDCMakeTool"
154                        />
155                        <Tool
156                                Name="VCBscMakeTool"
157                        />
158                        <Tool
159                                Name="VCFxCopTool"
160                        />
161                        <Tool
162                                Name="VCAppVerifierTool"
163                        />
164                        <Tool
165                                Name="VCPostBuildEventTool"
166                        />
167                </Configuration>
168                <Configuration
169                        Name="Debug|x64"
170                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
171                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
172                        ConfigurationType="1"
173                        CharacterSet="2"
174                        >
175                        <Tool
176                                Name="VCPreBuildEventTool"
177                        />
178                        <Tool
179                                Name="VCCustomBuildTool"
180                        />
181                        <Tool
182                                Name="VCXMLDataGeneratorTool"
183                        />
184                        <Tool
185                                Name="VCWebServiceProxyGeneratorTool"
186                        />
187                        <Tool
188                                Name="VCMIDLTool"
189                                TargetEnvironment="3"
190                        />
191                        <Tool
192                                Name="VCCLCompilerTool"
193                                Optimization="0"
194                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
195                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
196                                MinimalRebuild="true"
197                                BasicRuntimeChecks="3"
198                                RuntimeLibrary="1"
199                                WarningLevel="3"
200                                DebugInformationFormat="3"
201                        />
202                        <Tool
203                                Name="VCManagedResourceCompilerTool"
204                        />
205                        <Tool
206                                Name="VCResourceCompilerTool"
207                        />
208                        <Tool
209                                Name="VCPreLinkEventTool"
210                        />
211                        <Tool
212                                Name="VCLinkerTool"
213                                LinkIncremental="2"
214                                GenerateDebugInformation="true"
215                                SubSystem="1"
216                                TargetMachine="17"
217                        />
218                        <Tool
219                                Name="VCALinkTool"
220                        />
221                        <Tool
222                                Name="VCManifestTool"
223                        />
224                        <Tool
225                                Name="VCXDCMakeTool"
226                        />
227                        <Tool
228                                Name="VCBscMakeTool"
229                        />
230                        <Tool
231                                Name="VCFxCopTool"
232                        />
233                        <Tool
234                                Name="VCAppVerifierTool"
235                        />
236                        <Tool
237                                Name="VCPostBuildEventTool"
238                        />
239                </Configuration>
240                <Configuration
241                        Name="Release|x64"
242                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
243                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
244                        ConfigurationType="1"
245                        CharacterSet="2"
246                        WholeProgramOptimization="1"
247                        >
248                        <Tool
249                                Name="VCPreBuildEventTool"
250                        />
251                        <Tool
252                                Name="VCCustomBuildTool"
253                        />
254                        <Tool
255                                Name="VCXMLDataGeneratorTool"
256                        />
257                        <Tool
258                                Name="VCWebServiceProxyGeneratorTool"
259                        />
260                        <Tool
261                                Name="VCMIDLTool"
262                                TargetEnvironment="3"
263                        />
264                        <Tool
265                                Name="VCCLCompilerTool"
266                                Optimization="2"
267                                InlineFunctionExpansion="2"
268                                EnableIntrinsicFunctions="false"
269                                FavorSizeOrSpeed="1"
270                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
271                                PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
272                                StringPooling="true"
273                                RuntimeLibrary="0"
274                                EnableFunctionLevelLinking="true"
275                                WarningLevel="3"
276                                DebugInformationFormat="3"
277                        />
278                        <Tool
279                                Name="VCManagedResourceCompilerTool"
280                        />
281                        <Tool
282                                Name="VCResourceCompilerTool"
283                        />
284                        <Tool
285                                Name="VCPreLinkEventTool"
286                        />
287                        <Tool
288                                Name="VCLinkerTool"
289                                LinkIncremental="1"
290                                GenerateDebugInformation="true"
291                                SubSystem="1"
292                                TargetMachine="17"
293                        />
294                        <Tool
295                                Name="VCALinkTool"
296                        />
297                        <Tool
298                                Name="VCManifestTool"
299                        />
300                        <Tool
301                                Name="VCXDCMakeTool"
302                        />
303                        <Tool
304                                Name="VCBscMakeTool"
305                        />
306                        <Tool
307                                Name="VCFxCopTool"
308                        />
309                        <Tool
310                                Name="VCAppVerifierTool"
311                        />
312                        <Tool
313                                Name="VCPostBuildEventTool"
314                        />
315                </Configuration>
316        </Configurations>
317        <References>
318        </References>
319        <Files>
320                <Filter
321                        Name="Source Files"
322                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
323                        >
324                        <File
325                                RelativePath="..\..\source\App\TAppDecoder\decmain.cpp"
326                                >
327                        </File>
328                        <File
329                                RelativePath="..\..\source\App\TAppDecoder\TAppDecCfg.cpp"
330                                >
331                        </File>
332                        <File
333                                RelativePath="..\..\source\App\TAppDecoder\TAppDecTop.cpp"
334                                >
335                        </File>
336                </Filter>
337                <Filter
338                        Name="Header Files"
339                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
340                        >
341                        <File
342                                RelativePath="..\..\source\App\TAppDecoder\TAppDecCfg.h"
343                                >
344                        </File>
345                        <File
346                                RelativePath="..\..\source\App\TAppDecoder\TAppDecTop.h"
347                                >
348                        </File>
349                </Filter>
350                <Filter
351                        Name="Resource Files"
352                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
353                        >
354                </Filter>
355        </Files>
356        <Globals>
357        </Globals>
358</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.