source: 3DVCSoftware/branches/0.2-poznan-univ/build/vc8/TAppEncoder_vc8.vcproj @ 10

Last change on this file since 10 was 2, checked in by hhi, 13 years ago

inital import

  • Property svn:eol-style set to native
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="TAppEncoder"
6        ProjectGUID="{D759E4E1-D33A-4483-B57B-0FD248E022FE}"
7        RootNamespace="TAppEncoder"
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)\..\bin\vc8\$(PlatformName)\$(ConfigurationName)\"
24                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
25                        ConfigurationType="1"
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                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
47                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
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="VCLinkerTool"
65                                LinkIncremental="2"
66                                GenerateDebugInformation="true"
67                                SubSystem="1"
68                                TargetMachine="1"
69                        />
70                        <Tool
71                                Name="VCALinkTool"
72                        />
73                        <Tool
74                                Name="VCManifestTool"
75                        />
76                        <Tool
77                                Name="VCXDCMakeTool"
78                        />
79                        <Tool
80                                Name="VCBscMakeTool"
81                        />
82                        <Tool
83                                Name="VCFxCopTool"
84                        />
85                        <Tool
86                                Name="VCAppVerifierTool"
87                        />
88                        <Tool
89                                Name="VCPostBuildEventTool"
90                        />
91                </Configuration>
92                <Configuration
93                        Name="Release|Win32"
94                        OutputDirectory="$(SolutionDir)\..\bin\vc8\$(PlatformName)\$(ConfigurationName)\"
95                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
96                        ConfigurationType="1"
97                        CharacterSet="2"
98                        WholeProgramOptimization="1"
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                        />
115                        <Tool
116                                Name="VCCLCompilerTool"
117                                Optimization="2"
118                                InlineFunctionExpansion="2"
119                                EnableIntrinsicFunctions="false"
120                                FavorSizeOrSpeed="1"
121                                PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
122                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
123                                StringPooling="true"
124                                RuntimeLibrary="0"
125                                WarningLevel="3"
126                                DebugInformationFormat="3"
127                        />
128                        <Tool
129                                Name="VCManagedResourceCompilerTool"
130                        />
131                        <Tool
132                                Name="VCResourceCompilerTool"
133                        />
134                        <Tool
135                                Name="VCPreLinkEventTool"
136                        />
137                        <Tool
138                                Name="VCLinkerTool"
139                                LinkIncremental="1"
140                                GenerateDebugInformation="true"
141                                SubSystem="1"
142                                TargetMachine="1"
143                        />
144                        <Tool
145                                Name="VCALinkTool"
146                        />
147                        <Tool
148                                Name="VCManifestTool"
149                        />
150                        <Tool
151                                Name="VCXDCMakeTool"
152                        />
153                        <Tool
154                                Name="VCBscMakeTool"
155                        />
156                        <Tool
157                                Name="VCFxCopTool"
158                        />
159                        <Tool
160                                Name="VCAppVerifierTool"
161                        />
162                        <Tool
163                                Name="VCPostBuildEventTool"
164                        />
165                </Configuration>
166                <Configuration
167                        Name="Debug|x64"
168                        OutputDirectory="$(SolutionDir)\..\bin\vc8\$(PlatformName)\$(ConfigurationName)\"
169                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
170                        ConfigurationType="1"
171                        CharacterSet="2"
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                                TargetEnvironment="3"
188                        />
189                        <Tool
190                                Name="VCCLCompilerTool"
191                                Optimization="0"
192                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
193                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
194                                MinimalRebuild="true"
195                                BasicRuntimeChecks="3"
196                                RuntimeLibrary="1"
197                                WarningLevel="3"
198                                DebugInformationFormat="3"
199                        />
200                        <Tool
201                                Name="VCManagedResourceCompilerTool"
202                        />
203                        <Tool
204                                Name="VCResourceCompilerTool"
205                        />
206                        <Tool
207                                Name="VCPreLinkEventTool"
208                        />
209                        <Tool
210                                Name="VCLinkerTool"
211                                LinkIncremental="2"
212                                GenerateDebugInformation="true"
213                                SubSystem="1"
214                                TargetMachine="17"
215                        />
216                        <Tool
217                                Name="VCALinkTool"
218                        />
219                        <Tool
220                                Name="VCManifestTool"
221                        />
222                        <Tool
223                                Name="VCXDCMakeTool"
224                        />
225                        <Tool
226                                Name="VCBscMakeTool"
227                        />
228                        <Tool
229                                Name="VCFxCopTool"
230                        />
231                        <Tool
232                                Name="VCAppVerifierTool"
233                        />
234                        <Tool
235                                Name="VCPostBuildEventTool"
236                        />
237                </Configuration>
238                <Configuration
239                        Name="Release|x64"
240                        OutputDirectory="$(SolutionDir)\..\bin\vc8\$(PlatformName)\$(ConfigurationName)\"
241                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
242                        ConfigurationType="1"
243                        CharacterSet="2"
244                        WholeProgramOptimization="1"
245                        >
246                        <Tool
247                                Name="VCPreBuildEventTool"
248                        />
249                        <Tool
250                                Name="VCCustomBuildTool"
251                        />
252                        <Tool
253                                Name="VCXMLDataGeneratorTool"
254                        />
255                        <Tool
256                                Name="VCWebServiceProxyGeneratorTool"
257                        />
258                        <Tool
259                                Name="VCMIDLTool"
260                                TargetEnvironment="3"
261                        />
262                        <Tool
263                                Name="VCCLCompilerTool"
264                                Optimization="2"
265                                InlineFunctionExpansion="2"
266                                EnableIntrinsicFunctions="false"
267                                FavorSizeOrSpeed="1"
268                                PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
269                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
270                                StringPooling="true"
271                                RuntimeLibrary="0"
272                                WarningLevel="3"
273                                DebugInformationFormat="3"
274                        />
275                        <Tool
276                                Name="VCManagedResourceCompilerTool"
277                        />
278                        <Tool
279                                Name="VCResourceCompilerTool"
280                        />
281                        <Tool
282                                Name="VCPreLinkEventTool"
283                        />
284                        <Tool
285                                Name="VCLinkerTool"
286                                LinkIncremental="1"
287                                GenerateDebugInformation="true"
288                                SubSystem="1"
289                                TargetMachine="17"
290                        />
291                        <Tool
292                                Name="VCALinkTool"
293                        />
294                        <Tool
295                                Name="VCManifestTool"
296                        />
297                        <Tool
298                                Name="VCXDCMakeTool"
299                        />
300                        <Tool
301                                Name="VCBscMakeTool"
302                        />
303                        <Tool
304                                Name="VCFxCopTool"
305                        />
306                        <Tool
307                                Name="VCAppVerifierTool"
308                        />
309                        <Tool
310                                Name="VCPostBuildEventTool"
311                        />
312                </Configuration>
313        </Configurations>
314        <References>
315        </References>
316        <Files>
317                <Filter
318                        Name="Source Files"
319                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
320                        >
321                        <File
322                                RelativePath="..\..\source\App\TAppEncoder\encmain.cpp"
323                                >
324                        </File>
325                        <File
326                                RelativePath="..\..\source\App\TAppEncoder\TAppEncCfg.cpp"
327                                >
328                        </File>
329                        <File
330                                RelativePath="..\..\source\App\TAppEncoder\TAppEncTop.cpp"
331                                >
332                        </File>
333                </Filter>
334                <Filter
335                        Name="Header Files"
336                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
337                        >
338                        <File
339                                RelativePath="..\..\source\App\TAppEncoder\TAppEncCfg.h"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\..\source\App\TAppEncoder\TAppEncTop.h"
344                                >
345                        </File>
346                </Filter>
347                <Filter
348                        Name="Resource Files"
349                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
350                        >
351                </Filter>
352        </Files>
353        <Globals>
354        </Globals>
355</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.