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

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