source: 3DVCSoftware/branches/HTM-DEV-0.3-dev2/build/vc9/TLibCommon_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: 11.7 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="TLibCommon"
6        ProjectGUID="{78018D78-F890-47E3-A0B7-09D273F0B11D}"
7        RootNamespace="TLibCommon"
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="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
25                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
26                        ConfigurationType="4"
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;_LIB;_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="VCLibrarianTool"
66                        />
67                        <Tool
68                                Name="VCALinkTool"
69                        />
70                        <Tool
71                                Name="VCXDCMakeTool"
72                        />
73                        <Tool
74                                Name="VCBscMakeTool"
75                        />
76                        <Tool
77                                Name="VCFxCopTool"
78                        />
79                        <Tool
80                                Name="VCPostBuildEventTool"
81                        />
82                </Configuration>
83                <Configuration
84                        Name="Release|Win32"
85                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
86                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
87                        ConfigurationType="4"
88                        CharacterSet="2"
89                        WholeProgramOptimization="1"
90                        >
91                        <Tool
92                                Name="VCPreBuildEventTool"
93                        />
94                        <Tool
95                                Name="VCCustomBuildTool"
96                        />
97                        <Tool
98                                Name="VCXMLDataGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCWebServiceProxyGeneratorTool"
102                        />
103                        <Tool
104                                Name="VCMIDLTool"
105                        />
106                        <Tool
107                                Name="VCCLCompilerTool"
108                                Optimization="2"
109                                InlineFunctionExpansion="2"
110                                EnableIntrinsicFunctions="false"
111                                FavorSizeOrSpeed="1"
112                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
113                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
114                                StringPooling="true"
115                                RuntimeLibrary="0"
116                                EnableFunctionLevelLinking="true"
117                                WarningLevel="3"
118                                DebugInformationFormat="3"
119                        />
120                        <Tool
121                                Name="VCManagedResourceCompilerTool"
122                        />
123                        <Tool
124                                Name="VCResourceCompilerTool"
125                        />
126                        <Tool
127                                Name="VCPreLinkEventTool"
128                        />
129                        <Tool
130                                Name="VCLibrarianTool"
131                        />
132                        <Tool
133                                Name="VCALinkTool"
134                        />
135                        <Tool
136                                Name="VCXDCMakeTool"
137                        />
138                        <Tool
139                                Name="VCBscMakeTool"
140                        />
141                        <Tool
142                                Name="VCFxCopTool"
143                        />
144                        <Tool
145                                Name="VCPostBuildEventTool"
146                        />
147                </Configuration>
148                <Configuration
149                        Name="Debug|x64"
150                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
151                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
152                        ConfigurationType="4"
153                        CharacterSet="2"
154                        >
155                        <Tool
156                                Name="VCPreBuildEventTool"
157                        />
158                        <Tool
159                                Name="VCCustomBuildTool"
160                        />
161                        <Tool
162                                Name="VCXMLDataGeneratorTool"
163                        />
164                        <Tool
165                                Name="VCWebServiceProxyGeneratorTool"
166                        />
167                        <Tool
168                                Name="VCMIDLTool"
169                                TargetEnvironment="3"
170                        />
171                        <Tool
172                                Name="VCCLCompilerTool"
173                                Optimization="0"
174                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
175                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
176                                MinimalRebuild="true"
177                                BasicRuntimeChecks="3"
178                                RuntimeLibrary="1"
179                                WarningLevel="3"
180                                DebugInformationFormat="3"
181                        />
182                        <Tool
183                                Name="VCManagedResourceCompilerTool"
184                        />
185                        <Tool
186                                Name="VCResourceCompilerTool"
187                        />
188                        <Tool
189                                Name="VCPreLinkEventTool"
190                        />
191                        <Tool
192                                Name="VCLibrarianTool"
193                        />
194                        <Tool
195                                Name="VCALinkTool"
196                        />
197                        <Tool
198                                Name="VCXDCMakeTool"
199                        />
200                        <Tool
201                                Name="VCBscMakeTool"
202                        />
203                        <Tool
204                                Name="VCFxCopTool"
205                        />
206                        <Tool
207                                Name="VCPostBuildEventTool"
208                        />
209                </Configuration>
210                <Configuration
211                        Name="Release|x64"
212                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
213                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
214                        ConfigurationType="4"
215                        CharacterSet="2"
216                        WholeProgramOptimization="1"
217                        >
218                        <Tool
219                                Name="VCPreBuildEventTool"
220                        />
221                        <Tool
222                                Name="VCCustomBuildTool"
223                        />
224                        <Tool
225                                Name="VCXMLDataGeneratorTool"
226                        />
227                        <Tool
228                                Name="VCWebServiceProxyGeneratorTool"
229                        />
230                        <Tool
231                                Name="VCMIDLTool"
232                                TargetEnvironment="3"
233                        />
234                        <Tool
235                                Name="VCCLCompilerTool"
236                                Optimization="2"
237                                InlineFunctionExpansion="2"
238                                EnableIntrinsicFunctions="false"
239                                FavorSizeOrSpeed="1"
240                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
241                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
242                                StringPooling="true"
243                                RuntimeLibrary="0"
244                                EnableFunctionLevelLinking="true"
245                                WarningLevel="3"
246                                DebugInformationFormat="3"
247                        />
248                        <Tool
249                                Name="VCManagedResourceCompilerTool"
250                        />
251                        <Tool
252                                Name="VCResourceCompilerTool"
253                        />
254                        <Tool
255                                Name="VCPreLinkEventTool"
256                        />
257                        <Tool
258                                Name="VCLibrarianTool"
259                        />
260                        <Tool
261                                Name="VCALinkTool"
262                        />
263                        <Tool
264                                Name="VCXDCMakeTool"
265                        />
266                        <Tool
267                                Name="VCBscMakeTool"
268                        />
269                        <Tool
270                                Name="VCFxCopTool"
271                        />
272                        <Tool
273                                Name="VCPostBuildEventTool"
274                        />
275                </Configuration>
276        </Configurations>
277        <References>
278        </References>
279        <Files>
280                <Filter
281                        Name="Source Files"
282                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
283                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
284                        >
285                        <File
286                                RelativePath="..\..\source\Lib\TLibCommon\ContextModel.cpp"
287                                >
288                        </File>
289                        <File
290                                RelativePath="..\..\source\Lib\TLibCommon\ContextModel3DBuffer.cpp"
291                                >
292                        </File>
293                        <File
294                                RelativePath="..\..\source\Lib\libmd5\libmd5.c"
295                                >
296                        </File>
297                        <File
298                                RelativePath="..\..\source\Lib\TLibCommon\SEI.cpp"
299                                >
300                        </File>
301                        <File
302                                RelativePath="..\..\source\Lib\TLibCommon\TComBitStream.cpp"
303                                >
304                        </File>
305                        <File
306                                RelativePath="..\..\source\Lib\TLibCommon\TComCABACTables.cpp"
307                                >
308                        </File>
309                        <File
310                                RelativePath="..\..\source\Lib\TLibCommon\TComDataCU.cpp"
311                                >
312                        </File>
313                        <File
314                                RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.cpp"
315                                >
316                        </File>
317                        <File
318                                RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.cpp"
319                                >
320                        </File>
321                        <File
322                                RelativePath="..\..\source\Lib\TLibCommon\TComLoopFilter.cpp"
323                                >
324                        </File>
325                        <File
326                                RelativePath="..\..\source\Lib\TLibCommon\TComMotionInfo.cpp"
327                                >
328                        </File>
329                        <File
330                                RelativePath="..\..\source\Lib\TLibCommon\TComPattern.cpp"
331                                >
332                        </File>
333                        <File
334                                RelativePath="..\..\source\Lib\TLibCommon\TComPic.cpp"
335                                >
336                        </File>
337                        <File
338                                RelativePath="..\..\source\Lib\TLibCommon\TComPicSym.cpp"
339                                >
340                        </File>
341                        <File
342                                RelativePath="..\..\source\Lib\TLibCommon\TComPicYuv.cpp"
343                                >
344                        </File>
345                        <File
346                                RelativePath="..\..\source\Lib\TLibCommon\TComPicYuvMD5.cpp"
347                                >
348                        </File>
349                        <File
350                                RelativePath="..\..\source\Lib\TLibCommon\TComPrediction.cpp"
351                                >
352                        </File>
353                        <File
354                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCost.cpp"
355                                >
356                        </File>
357                        <File
358                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.cpp"
359                                >
360                        </File>
361                        <File
362                                RelativePath="..\..\source\Lib\TLibCommon\TComRom.cpp"
363                                >
364                        </File>
365                        <File
366                                RelativePath="..\..\source\Lib\TLibCommon\TComSampleAdaptiveOffset.cpp"
367                                >
368                        </File>
369                        <File
370                                RelativePath="..\..\source\Lib\TLibCommon\TComSlice.cpp"
371                                >
372                        </File>
373                        <File
374                                RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.cpp"
375                                >
376                        </File>
377                        <File
378                                RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp"
379                                >
380                        </File>
381                        <File
382                                RelativePath="..\..\source\Lib\TLibCommon\TComYuv.cpp"
383                                >
384                        </File>
385                </Filter>
386                <Filter
387                        Name="Header Files"
388                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
389                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
390                        >
391                        <File
392                                RelativePath="..\..\source\Lib\TLibCommon\AccessUnit.h"
393                                >
394                        </File>
395                        <File
396                                RelativePath="..\..\source\Lib\TLibCommon\CommonDef.h"
397                                >
398                        </File>
399                        <File
400                                RelativePath="..\..\source\Lib\TLibCommon\ContextModel.h"
401                                >
402                        </File>
403                        <File
404                                RelativePath="..\..\source\Lib\TLibCommon\ContextModel3DBuffer.h"
405                                >
406                        </File>
407                        <File
408                                RelativePath="..\..\source\Lib\TLibCommon\ContextTables.h"
409                                >
410                        </File>
411                        <File
412                                RelativePath="..\..\source\Lib\libmd5\libmd5.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath="..\..\source\Lib\libmd5\MD5.h"
417                                >
418                        </File>
419                        <File
420                                RelativePath="..\..\source\Lib\TLibCommon\NAL.h"
421                                >
422                        </File>
423                        <File
424                                RelativePath="..\..\source\Lib\TLibCommon\SEI.h"
425                                >
426                        </File>
427                        <File
428                                RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath="..\..\source\Lib\TLibCommon\TComBitStream.h"
433                                >
434                        </File>
435                        <File
436                                RelativePath="..\..\source\Lib\TLibCommon\TComCABACTables.h"
437                                >
438                        </File>
439                        <File
440                                RelativePath="..\..\source\Lib\TLibCommon\TComDataCU.h"
441                                >
442                        </File>
443                        <File
444                                RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.h"
445                                >
446                        </File>
447                        <File
448                                RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.h"
449                                >
450                        </File>
451                        <File
452                                RelativePath="..\..\source\Lib\TLibCommon\TComList.h"
453                                >
454                        </File>
455                        <File
456                                RelativePath="..\..\source\Lib\TLibCommon\TComLoopFilter.h"
457                                >
458                        </File>
459                        <File
460                                RelativePath="..\..\source\Lib\TLibCommon\TComMotionInfo.h"
461                                >
462                        </File>
463                        <File
464                                RelativePath="..\..\source\Lib\TLibCommon\TComMv.h"
465                                >
466                        </File>
467                        <File
468                                RelativePath="..\..\source\Lib\TLibCommon\TComPattern.h"
469                                >
470                        </File>
471                        <File
472                                RelativePath="..\..\source\Lib\TLibCommon\TComPic.h"
473                                >
474                        </File>
475                        <File
476                                RelativePath="..\..\source\Lib\TLibCommon\TComPicSym.h"
477                                >
478                        </File>
479                        <File
480                                RelativePath="..\..\source\Lib\TLibCommon\TComPicYuv.h"
481                                >
482                        </File>
483                        <File
484                                RelativePath="..\..\source\Lib\TLibCommon\TComPrediction.h"
485                                >
486                        </File>
487                        <File
488                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCost.h"
489                                >
490                        </File>
491                        <File
492                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.h"
493                                >
494                        </File>
495                        <File
496                                RelativePath="..\..\source\Lib\TLibCommon\TComRom.h"
497                                >
498                        </File>
499                        <File
500                                RelativePath="..\..\source\Lib\TLibCommon\TComSampleAdaptiveOffset.h"
501                                >
502                        </File>
503                        <File
504                                RelativePath="..\..\source\Lib\TLibCommon\TComSlice.h"
505                                >
506                        </File>
507                        <File
508                                RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.h"
509                                >
510                        </File>
511                        <File
512                                RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction.h"
513                                >
514                        </File>
515                        <File
516                                RelativePath="..\..\source\Lib\TLibCommon\TComYuv.h"
517                                >
518                        </File>
519                        <File
520                                RelativePath="..\..\source\Lib\TLibCommon\TypeDef.h"
521                                >
522                        </File>
523                </Filter>
524        </Files>
525        <Globals>
526        </Globals>
527</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.