source: 3DVCSoftware/trunk/build/vc8/TLibDecoder_vc8.vcproj @ 608

Last change on this file since 608 was 608, checked in by tech, 11 years ago

Merged DEV-2.0-dev0@604.

  • Property svn:eol-style set to native
File size: 8.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="TLibDecoder"
6        ProjectGUID="{F8B77A48-AF6C-4746-A89F-B706ABA6AD94}"
7        RootNamespace="TLibDecoder"
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                        >
281                        <File
282                                RelativePath="..\..\source\Lib\TLibDecoder\AnnexBread.cpp"
283                                >
284                        </File>
285                        <File
286                                RelativePath="..\..\source\Lib\TLibDecoder\NALread.cpp"
287                                >
288                        </File>
289                        <File
290                                RelativePath="..\..\source\Lib\TLibDecoder\SEIread.cpp"
291                                >
292                        </File>
293                        <File
294                                RelativePath="..\..\source\Lib\TLibDecoder\SyntaxElementParser.cpp"
295                                >
296                        </File>
297                        <File
298                                RelativePath="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.cpp"
299                                >
300                        </File>
301                        <File
302                                RelativePath="..\..\source\Lib\TLibDecoder\TDecCAVLC.cpp"
303                                >
304                        </File>
305                        <File
306                                RelativePath="..\..\source\Lib\TLibDecoder\TDecCu.cpp"
307                                >
308                        </File>
309                        <File
310                                RelativePath="..\..\source\Lib\TLibDecoder\TDecEntropy.cpp"
311                                >
312                        </File>
313                        <File
314                                RelativePath="..\..\source\Lib\TLibDecoder\TDecGop.cpp"
315                                >
316                        </File>
317                        <File
318                                RelativePath="..\..\source\Lib\TLibDecoder\TDecSbac.cpp"
319                                >
320                        </File>
321                        <File
322                                RelativePath="..\..\source\Lib\TLibDecoder\TDecSlice.cpp"
323                                >
324                        </File>
325                        <File
326                                RelativePath="..\..\source\Lib\TLibDecoder\TDecTop.cpp"
327                                >
328                        </File>
329                </Filter>
330                <Filter
331                        Name="Header Files"
332                        Filter="h;hpp;hxx;hm;inl"
333                        >
334                        <File
335                                RelativePath="..\..\source\Lib\TLibDecoder\AnnexBread.h"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\..\source\Lib\TLibDecoder\NALread.h"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\..\source\Lib\TLibDecoder\SEIread.h"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\..\source\Lib\TLibDecoder\SyntaxElementParser.h"
348                                >
349                        </File>
350                        <File
351                                RelativePath="..\..\source\Lib\TLibDecoder\TDecBinCoder.h"
352                                >
353                        </File>
354                        <File
355                                RelativePath="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.h"
356                                >
357                        </File>
358                        <File
359                                RelativePath="..\..\source\Lib\TLibDecoder\TDecCAVLC.h"
360                                >
361                        </File>
362                        <File
363                                RelativePath="..\..\source\Lib\TLibDecoder\TDecCu.h"
364                                >
365                        </File>
366                        <File
367                                RelativePath="..\..\source\Lib\TLibDecoder\TDecEntropy.h"
368                                >
369                        </File>
370                        <File
371                                RelativePath="..\..\source\Lib\TLibDecoder\TDecGop.h"
372                                >
373                        </File>
374                        <File
375                                RelativePath="..\..\source\Lib\TLibDecoder\TDecSbac.h"
376                                >
377                        </File>
378                        <File
379                                RelativePath="..\..\source\Lib\TLibDecoder\TDecSlice.h"
380                                >
381                        </File>
382                        <File
383                                RelativePath="..\..\source\Lib\TLibDecoder\TDecTop.h"
384                                >
385                        </File>
386                </Filter>
387        </Files>
388        <Globals>
389        </Globals>
390</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.