source: 3DVCSoftware/branches/0.2-HHI/build/vc8/TLibVideoIO_vc8.vcproj @ 638

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

inital import

  • Property svn:eol-style set to native
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="TLibVideoIO"
6        ProjectGUID="{5280C25A-D316-4BE7-AE50-29D72108624F}"
7        RootNamespace="TLibVideoIo"
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)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
25                        IntermediateDirectory="$(SolutionDir)\vc8\$(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                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
48                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
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="Release|Win32"
85                        OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
86                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
87                        ConfigurationType="4"
88                        CharacterSet="2"
89                        WholeProgramOptimization="1"
90                        >
91                        <Tool
92                                Name="VCPreBuildEventTool"
93                        />
94                        <Tool
95                                Name="VCCustomBuildTool"
96                        />
97                        <Tool
98                                Name="VCXMLDataGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCWebServiceProxyGeneratorTool"
102                        />
103                        <Tool
104                                Name="VCMIDLTool"
105                        />
106                        <Tool
107                                Name="VCCLCompilerTool"
108                                Optimization="2"
109                                InlineFunctionExpansion="2"
110                                EnableIntrinsicFunctions="false"
111                                FavorSizeOrSpeed="1"
112                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
113                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
114                                StringPooling="true"
115                                RuntimeLibrary="0"
116                                WarningLevel="3"
117                                DebugInformationFormat="3"
118                        />
119                        <Tool
120                                Name="VCManagedResourceCompilerTool"
121                        />
122                        <Tool
123                                Name="VCResourceCompilerTool"
124                        />
125                        <Tool
126                                Name="VCPreLinkEventTool"
127                        />
128                        <Tool
129                                Name="VCLibrarianTool"
130                        />
131                        <Tool
132                                Name="VCALinkTool"
133                        />
134                        <Tool
135                                Name="VCXDCMakeTool"
136                        />
137                        <Tool
138                                Name="VCBscMakeTool"
139                        />
140                        <Tool
141                                Name="VCFxCopTool"
142                        />
143                        <Tool
144                                Name="VCPostBuildEventTool"
145                        />
146                </Configuration>
147                <Configuration
148                        Name="Debug|x64"
149                        OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
150                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
151                        ConfigurationType="4"
152                        CharacterSet="2"
153                        >
154                        <Tool
155                                Name="VCPreBuildEventTool"
156                        />
157                        <Tool
158                                Name="VCCustomBuildTool"
159                        />
160                        <Tool
161                                Name="VCXMLDataGeneratorTool"
162                        />
163                        <Tool
164                                Name="VCWebServiceProxyGeneratorTool"
165                        />
166                        <Tool
167                                Name="VCMIDLTool"
168                                TargetEnvironment="3"
169                        />
170                        <Tool
171                                Name="VCCLCompilerTool"
172                                Optimization="0"
173                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
174                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
175                                MinimalRebuild="true"
176                                BasicRuntimeChecks="3"
177                                RuntimeLibrary="1"
178                                WarningLevel="3"
179                                DebugInformationFormat="3"
180                        />
181                        <Tool
182                                Name="VCManagedResourceCompilerTool"
183                        />
184                        <Tool
185                                Name="VCResourceCompilerTool"
186                        />
187                        <Tool
188                                Name="VCPreLinkEventTool"
189                        />
190                        <Tool
191                                Name="VCLibrarianTool"
192                        />
193                        <Tool
194                                Name="VCALinkTool"
195                        />
196                        <Tool
197                                Name="VCXDCMakeTool"
198                        />
199                        <Tool
200                                Name="VCBscMakeTool"
201                        />
202                        <Tool
203                                Name="VCFxCopTool"
204                        />
205                        <Tool
206                                Name="VCPostBuildEventTool"
207                        />
208                </Configuration>
209                <Configuration
210                        Name="Release|x64"
211                        OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
212                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
213                        ConfigurationType="4"
214                        CharacterSet="2"
215                        WholeProgramOptimization="1"
216                        >
217                        <Tool
218                                Name="VCPreBuildEventTool"
219                        />
220                        <Tool
221                                Name="VCCustomBuildTool"
222                        />
223                        <Tool
224                                Name="VCXMLDataGeneratorTool"
225                        />
226                        <Tool
227                                Name="VCWebServiceProxyGeneratorTool"
228                        />
229                        <Tool
230                                Name="VCMIDLTool"
231                                TargetEnvironment="3"
232                        />
233                        <Tool
234                                Name="VCCLCompilerTool"
235                                Optimization="2"
236                                InlineFunctionExpansion="2"
237                                EnableIntrinsicFunctions="false"
238                                FavorSizeOrSpeed="1"
239                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
240                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
241                                StringPooling="true"
242                                RuntimeLibrary="0"
243                                WarningLevel="3"
244                                DebugInformationFormat="3"
245                        />
246                        <Tool
247                                Name="VCManagedResourceCompilerTool"
248                        />
249                        <Tool
250                                Name="VCResourceCompilerTool"
251                        />
252                        <Tool
253                                Name="VCPreLinkEventTool"
254                        />
255                        <Tool
256                                Name="VCLibrarianTool"
257                        />
258                        <Tool
259                                Name="VCALinkTool"
260                        />
261                        <Tool
262                                Name="VCXDCMakeTool"
263                        />
264                        <Tool
265                                Name="VCBscMakeTool"
266                        />
267                        <Tool
268                                Name="VCFxCopTool"
269                        />
270                        <Tool
271                                Name="VCPostBuildEventTool"
272                        />
273                </Configuration>
274        </Configurations>
275        <References>
276        </References>
277        <Files>
278                <Filter
279                        Name="Source Files"
280                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
281                        >
282                        <File
283                                RelativePath="..\..\source\Lib\TLibVideoIO\TVideoIOBits.cpp"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\..\source\Lib\TLibVideoIO\TVideoIOYuv.cpp"
288                                >
289                        </File>
290                </Filter>
291                <Filter
292                        Name="Header Files"
293                        Filter="h;hpp;hxx;hm;inl"
294                        >
295                        <File
296                                RelativePath="..\..\source\Lib\TLibVideoIO\TVideoIOBits.h"
297                                >
298                        </File>
299                        <File
300                                RelativePath="..\..\source\Lib\TLibVideoIO\TVideoIOYuv.h"
301                                >
302                        </File>
303                </Filter>
304        </Files>
305        <Globals>
306        </Globals>
307</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.