source: 3DVCSoftware/trunk/build/vc9/TLibCommon_vc9.vcproj @ 1313

Last change on this file since 1313 was 1313, checked in by tech, 9 years ago

Merged 14.1-update-dev1@1312.

  • Property svn:eol-style set to native
File size: 11.8 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="Debug|x64"
85                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
86                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
87                        ConfigurationType="4"
88                        CharacterSet="2"
89                        >
90                        <Tool
91                                Name="VCPreBuildEventTool"
92                        />
93                        <Tool
94                                Name="VCCustomBuildTool"
95                        />
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCMIDLTool"
104                                TargetEnvironment="3"
105                        />
106                        <Tool
107                                Name="VCCLCompilerTool"
108                                Optimization="0"
109                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
110                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
111                                MinimalRebuild="true"
112                                BasicRuntimeChecks="3"
113                                RuntimeLibrary="1"
114                                WarningLevel="3"
115                                DebugInformationFormat="3"
116                        />
117                        <Tool
118                                Name="VCManagedResourceCompilerTool"
119                        />
120                        <Tool
121                                Name="VCResourceCompilerTool"
122                        />
123                        <Tool
124                                Name="VCPreLinkEventTool"
125                        />
126                        <Tool
127                                Name="VCLibrarianTool"
128                        />
129                        <Tool
130                                Name="VCALinkTool"
131                        />
132                        <Tool
133                                Name="VCXDCMakeTool"
134                        />
135                        <Tool
136                                Name="VCBscMakeTool"
137                        />
138                        <Tool
139                                Name="VCFxCopTool"
140                        />
141                        <Tool
142                                Name="VCPostBuildEventTool"
143                        />
144                </Configuration>
145                <Configuration
146                        Name="Release|Win32"
147                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
148                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
149                        ConfigurationType="4"
150                        CharacterSet="2"
151                        WholeProgramOptimization="1"
152                        >
153                        <Tool
154                                Name="VCPreBuildEventTool"
155                        />
156                        <Tool
157                                Name="VCCustomBuildTool"
158                        />
159                        <Tool
160                                Name="VCXMLDataGeneratorTool"
161                        />
162                        <Tool
163                                Name="VCWebServiceProxyGeneratorTool"
164                        />
165                        <Tool
166                                Name="VCMIDLTool"
167                        />
168                        <Tool
169                                Name="VCCLCompilerTool"
170                                Optimization="2"
171                                InlineFunctionExpansion="2"
172                                EnableIntrinsicFunctions="false"
173                                FavorSizeOrSpeed="1"
174                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
175                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
176                                StringPooling="true"
177                                RuntimeLibrary="0"
178                                EnableFunctionLevelLinking="true"
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\TLibCommon\Debug.cpp"
295                                >
296                        </File>
297                        <File
298                                RelativePath="..\..\source\Lib\libmd5\libmd5.c"
299                                >
300                        </File>
301                        <File
302                                RelativePath="..\..\source\Lib\TLibCommon\SEI.cpp"
303                                >
304                        </File>
305                        <File
306                                RelativePath="..\..\source\Lib\TLibCommon\TComBitStream.cpp"
307                                >
308                        </File>
309                        <File
310                                RelativePath="..\..\source\Lib\TLibCommon\TComCABACTables.cpp"
311                                >
312                        </File>
313                        <File
314                                RelativePath="..\..\source\Lib\TLibCommon\TComChromaFormat.cpp"
315                                >
316                        </File>
317                        <File
318                                RelativePath="..\..\source\Lib\TLibCommon\TComDataCU.cpp"
319                                >
320                        </File>
321                        <File
322                                RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.cpp"
323                                >
324                        </File>
325                        <File
326                                RelativePath="..\..\source\Lib\TLibCommon\TComLoopFilter.cpp"
327                                >
328                        </File>
329                        <File
330                                RelativePath="..\..\source\Lib\TLibCommon\TComMotionInfo.cpp"
331                                >
332                        </File>
333                        <File
334                                RelativePath="..\..\source\Lib\TLibCommon\TComPattern.cpp"
335                                >
336                        </File>
337                        <File
338                                RelativePath="..\..\source\Lib\TLibCommon\TComPic.cpp"
339                                >
340                        </File>
341                        <File
342                                RelativePath="..\..\source\Lib\TLibCommon\TComPicSym.cpp"
343                                >
344                        </File>
345                        <File
346                                RelativePath="..\..\source\Lib\TLibCommon\TComPicYuv.cpp"
347                                >
348                        </File>
349                        <File
350                                RelativePath="..\..\source\Lib\TLibCommon\TComPicYuvMD5.cpp"
351                                >
352                        </File>
353                        <File
354                                RelativePath="..\..\source\Lib\TLibCommon\TComPrediction.cpp"
355                                >
356                        </File>
357                        <File
358                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCost.cpp"
359                                >
360                        </File>
361                        <File
362                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.cpp"
363                                >
364                        </File>
365                        <File
366                                RelativePath="..\..\source\Lib\TLibCommon\TComRom.cpp"
367                                >
368                        </File>
369                        <File
370                                RelativePath="..\..\source\Lib\TLibCommon\TComSampleAdaptiveOffset.cpp"
371                                >
372                        </File>
373                        <File
374                                RelativePath="..\..\source\Lib\TLibCommon\TComSlice.cpp"
375                                >
376                        </File>
377                        <File
378                                RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.cpp"
379                                >
380                        </File>
381                        <File
382                                RelativePath="..\..\source\Lib\TLibCommon\TComTU.cpp"
383                                >
384                        </File>
385                        <File
386                                RelativePath="..\..\source\Lib\TLibCommon\TComWedgelet.cpp"
387                                >
388                        </File>
389                        <File
390                                RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp"
391                                >
392                        </File>
393                        <File
394                                RelativePath="..\..\source\Lib\TLibCommon\TComYuv.cpp"
395                                >
396                        </File>
397                </Filter>
398                <Filter
399                        Name="Header Files"
400                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
401                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
402                        >
403                        <File
404                                RelativePath="..\..\source\Lib\TLibCommon\AccessUnit.h"
405                                >
406                        </File>
407                        <File
408                                RelativePath="..\..\source\Lib\TLibCommon\CommonDef.h"
409                                >
410                        </File>
411                        <File
412                                RelativePath="..\..\source\Lib\TLibCommon\ContextModel.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath="..\..\source\Lib\TLibCommon\ContextModel3DBuffer.h"
417                                >
418                        </File>
419                        <File
420                                RelativePath="..\..\source\Lib\TLibCommon\ContextTables.h"
421                                >
422                        </File>
423                        <File
424                                RelativePath="..\..\source\Lib\TLibCommon\Debug.h"
425                                >
426                        </File>
427                        <File
428                                RelativePath="..\..\source\Lib\libmd5\libmd5.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath="..\..\source\Lib\libmd5\MD5.h"
433                                >
434                        </File>
435                        <File
436                                RelativePath="..\..\source\Lib\TLibCommon\NAL.h"
437                                >
438                        </File>
439                        <File
440                                RelativePath="..\..\source\Lib\TLibCommon\SEI.h"
441                                >
442                        </File>
443                        <File
444                                RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h"
445                                >
446                        </File>
447                        <File
448                                RelativePath="..\..\source\Lib\TLibCommon\TComBitStream.h"
449                                >
450                        </File>
451                        <File
452                                RelativePath="..\..\source\Lib\TLibCommon\TComCABACTables.h"
453                                >
454                        </File>
455                        <File
456                                RelativePath="..\..\source\Lib\TLibCommon\TComChromaFormat.h"
457                                >
458                        </File>
459                        <File
460                                RelativePath="..\..\source\Lib\TLibCommon\TComDataCU.h"
461                                >
462                        </File>
463                        <File
464                                RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.h"
465                                >
466                        </File>
467                        <File
468                                RelativePath="..\..\source\Lib\TLibCommon\TComList.h"
469                                >
470                        </File>
471                        <File
472                                RelativePath="..\..\source\Lib\TLibCommon\TComLoopFilter.h"
473                                >
474                        </File>
475                        <File
476                                RelativePath="..\..\source\Lib\TLibCommon\TComMotionInfo.h"
477                                >
478                        </File>
479                        <File
480                                RelativePath="..\..\source\Lib\TLibCommon\TComMv.h"
481                                >
482                        </File>
483                        <File
484                                RelativePath="..\..\source\Lib\TLibCommon\TComPattern.h"
485                                >
486                        </File>
487                        <File
488                                RelativePath="..\..\source\Lib\TLibCommon\TComPic.h"
489                                >
490                        </File>
491                        <File
492                                RelativePath="..\..\source\Lib\TLibCommon\TComPicSym.h"
493                                >
494                        </File>
495                        <File
496                                RelativePath="..\..\source\Lib\TLibCommon\TComPicYuv.h"
497                                >
498                        </File>
499                        <File
500                                RelativePath="..\..\source\Lib\TLibCommon\TComPrediction.h"
501                                >
502                        </File>
503                        <File
504                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCost.h"
505                                >
506                        </File>
507                        <File
508                                RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.h"
509                                >
510                        </File>
511                        <File
512                                RelativePath="..\..\source\Lib\TLibCommon\TComRectangle.h"
513                                >
514                        </File>
515                        <File
516                                RelativePath="..\..\source\Lib\TLibCommon\TComRom.h"
517                                >
518                        </File>
519                        <File
520                                RelativePath="..\..\source\Lib\TLibCommon\TComSampleAdaptiveOffset.h"
521                                >
522                        </File>
523                        <File
524                                RelativePath="..\..\source\Lib\TLibCommon\TComSlice.h"
525                                >
526                        </File>
527                        <File
528                                RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.h"
529                                >
530                        </File>
531                        <File
532                                RelativePath="..\..\source\Lib\TLibCommon\TComTU.h"
533                                >
534                        </File>
535                        <File
536                                RelativePath="..\..\source\Lib\TLibCommon\TComWedgelet.h"
537                                >
538                        </File>
539                        <File
540                                RelativePath="..\..\source\Lib\TLibCommon\TComWeightPrediction.h"
541                                >
542                        </File>
543                        <File
544                                RelativePath="..\..\source\Lib\TLibCommon\TComYuv.h"
545                                >
546                        </File>
547                        <File
548                                RelativePath="..\..\source\Lib\TLibCommon\TypeDef.h"
549                                >
550                        </File>
551                </Filter>
552        </Files>
553        <Globals>
554        </Globals>
555</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.