source: SHVCSoftware/branches/SHM-dev/build/vc8/TLibCommon_vc8.vcproj @ 1211

Last change on this file since 1211 was 1077, checked in by seregin, 10 years ago

update the older Visual Studio project files and some fixes to avoid implicit cast warnings, patch was provided by Karsten Sühring <karsten.suehring@…>

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